diff --git a/package-lock.json b/package-lock.json index 627eec4..915b853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -145,9 +145,9 @@ "dev": true }, "node_modules/node-abi": { - "version": "3.65.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.65.0.tgz", - "integrity": "sha512-ThjYBfoDNr08AWx6hGaRbfPwxKV9kVzAzOzlLKbk2CuqXE2xnCh+cbAGnwM3t8Lq4v9rUB7VfondlkBckcJrVA==", + "version": "3.67.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.67.0.tgz", + "integrity": "sha512-bLn/fU/ALVBE9wj+p4Y21ZJWYFjUXLXPi/IewyLZkx3ApxKDNBWCKdReeKOtD8dWpOdDCeMyLh6ZewzcLsG2Nw==", "dev": true, "dependencies": { "semver": "^7.3.5" @@ -162,9 +162,9 @@ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" }, "node_modules/node-gyp-build": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz", - "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==", + "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==", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -219,9 +219,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", @@ -323,19 +323,19 @@ } }, "node_modules/tree-sitter-c": { - "version": "0.21.4", - "resolved": "git+ssh://git@github.com/tree-sitter/tree-sitter-c.git#be23d2c9d8e5b550e713ef0f86126a248462ca6e", + "version": "0.23.0", + "resolved": "git+ssh://git@github.com/tree-sitter/tree-sitter-c.git#bc85948c0bec746ebe921f72d2296d47e17d4ea7", "dev": true, "hasInstallScript": true, "dependencies": { - "node-addon-api": "^8.0.0", - "node-gyp-build": "^4.8.1" + "node-addon-api": "^8.1.0", + "node-gyp-build": "^4.8.2" }, "peerDependencies": { "tree-sitter": "^0.21.0" }, "peerDependenciesMeta": { - "tree_sitter": { + "tree-sitter": { "optional": true } } diff --git a/src/grammar.json b/src/grammar.json index e82a6dc..973484e 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -4919,6 +4919,10 @@ "type": "STRING", "value": "noreturn" }, + { + "type": "STRING", + "value": "_Nonnull" + }, { "type": "SYMBOL", "name": "alignas_qualifier" @@ -5991,50 +5995,59 @@ "type": "CHOICE", "members": [ { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "parameter_declaration" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "parameter_declaration" + }, + { + "type": "SYMBOL", + "name": "variadic_parameter" + } + ] }, { - "type": "SYMBOL", - "name": "variadic_parameter" - } - ] - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "CHOICE", + "type": "REPEAT", + "content": { + "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "parameter_declaration" + "type": "STRING", + "value": "," }, { - "type": "SYMBOL", - "name": "variadic_parameter" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "parameter_declaration" + }, + { + "type": "SYMBOL", + "name": "variadic_parameter" + } + ] } ] } - ] - } + } + ] + }, + { + "type": "BLANK" } ] }, { - "type": "BLANK" + "type": "SYMBOL", + "name": "compound_statement" } ] }, @@ -6226,6 +6239,13 @@ "type": "BLANK" } ] + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "attribute_specifier" + } } ] } @@ -6407,8 +6427,17 @@ "value": ":" }, { - "type": "SYMBOL", - "name": "statement" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "declaration" + }, + { + "type": "SYMBOL", + "name": "statement" + } + ] } ] }, @@ -7063,6 +7092,10 @@ { "type": "SYMBOL", "name": "gnu_asm_expression" + }, + { + "type": "SYMBOL", + "name": "extension_expression" } ] }, @@ -8404,6 +8437,10 @@ { "type": "STRING", "value": "__asm__" + }, + { + "type": "STRING", + "value": "__asm" } ] }, @@ -8519,6 +8556,10 @@ "type": "STRING", "value": "volatile" }, + { + "type": "STRING", + "value": "__volatile__" + }, { "type": "STRING", "value": "inline" @@ -8845,6 +8886,19 @@ } ] }, + "extension_expression": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "__extension__" + }, + { + "type": "SYMBOL", + "name": "expression" + } + ] + }, "argument_list": { "type": "SEQ", "members": [ @@ -8862,25 +8916,8 @@ "type": "CHOICE", "members": [ { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "__extension__" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "expression" - } - ] + "type": "SYMBOL", + "name": "expression" }, { "type": "SYMBOL", @@ -8901,25 +8938,8 @@ "type": "CHOICE", "members": [ { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "__extension__" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "expression" - } - ] + "type": "SYMBOL", + "name": "expression" }, { "type": "SYMBOL", @@ -9036,6 +9056,10 @@ { "type": "SYMBOL", "name": "comma_expression" + }, + { + "type": "SYMBOL", + "name": "compound_statement" } ] }, @@ -10311,6 +10335,10 @@ "type_specifier", "_top_level_expression_statement" ], + [ + "type_qualifier", + "extension_expression" + ], [ "function_definition", "declaration" diff --git a/src/node-types.json b/src/node-types.json index af72048..e961715 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -155,6 +155,10 @@ "type": "conditional_expression", "named": true }, + { + "type": "extension_expression", + "named": true + }, { "type": "false", "named": true @@ -1561,6 +1565,21 @@ "named": true, "fields": {} }, + { + "type": "extension_expression", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "expression", + "named": true + } + ] + } + }, { "type": "extension_storage_class", "named": true, @@ -2308,6 +2327,10 @@ "multiple": false, "required": true, "types": [ + { + "type": "declaration", + "named": true + }, { "type": "statement", "named": true @@ -2571,6 +2594,10 @@ "multiple": true, "required": false, "types": [ + { + "type": "compound_statement", + "named": true + }, { "type": "identifier", "named": true @@ -2625,6 +2652,10 @@ "type": "comma_expression", "named": true }, + { + "type": "compound_statement", + "named": true + }, { "type": "expression", "named": true @@ -4340,6 +4371,10 @@ "type": "_Generic", "named": false }, + { + "type": "_Nonnull", + "named": false + }, { "type": "_Noreturn", "named": false @@ -4352,6 +4387,10 @@ "type": "__alignof__", "named": false }, + { + "type": "__asm", + "named": false + }, { "type": "__asm__", "named": false @@ -4436,6 +4475,10 @@ "type": "__vectorcall", "named": false }, + { + "type": "__volatile__", + "named": false + }, { "type": "_alignof", "named": false diff --git a/src/parser.c b/src/parser.c index d517cc6..d6efc12 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,11 +13,11 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2373 -#define LARGE_STATE_COUNT 649 -#define SYMBOL_COUNT 402 +#define STATE_COUNT 2404 +#define LARGE_STATE_COUNT 659 +#define SYMBOL_COUNT 406 #define ALIAS_COUNT 3 -#define TOKEN_COUNT 199 +#define TOKEN_COUNT 202 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 41 #define MAX_ALIAS_SEQUENCE_LENGTH 10 @@ -136,298 +136,302 @@ enum ts_symbol_identifiers { anon_sym__Atomic = 110, anon_sym__Noreturn = 111, anon_sym_noreturn = 112, - anon_sym_alignas = 113, - anon_sym__Alignas = 114, - sym_primitive_type = 115, - anon_sym_enum = 116, - anon_sym_COLON = 117, - anon_sym_struct = 118, - anon_sym_union = 119, - anon_sym_if = 120, - anon_sym_else = 121, - anon_sym_switch = 122, - anon_sym_case = 123, - anon_sym_default = 124, - anon_sym_while = 125, - anon_sym_do = 126, - anon_sym_for = 127, - anon_sym_return = 128, - anon_sym_break = 129, - anon_sym_continue = 130, - anon_sym_goto = 131, - anon_sym___try = 132, - anon_sym___except = 133, - anon_sym___finally = 134, - anon_sym___leave = 135, - anon_sym_QMARK = 136, - anon_sym_STAR_EQ = 137, - anon_sym_SLASH_EQ = 138, - anon_sym_PERCENT_EQ = 139, - anon_sym_PLUS_EQ = 140, - anon_sym_DASH_EQ = 141, - anon_sym_LT_LT_EQ = 142, - anon_sym_GT_GT_EQ = 143, - anon_sym_AMP_EQ = 144, - anon_sym_CARET_EQ = 145, - anon_sym_PIPE_EQ = 146, - anon_sym_DASH_DASH = 147, - anon_sym_PLUS_PLUS = 148, - anon_sym_sizeof = 149, - anon_sym___alignof__ = 150, - anon_sym___alignof = 151, - anon_sym__alignof = 152, - anon_sym_alignof = 153, - anon_sym__Alignof = 154, - anon_sym_offsetof = 155, - anon_sym__Generic = 156, - anon_sym_asm = 157, - anon_sym___asm__ = 158, - anon_sym_DOT = 159, - anon_sym_DASH_GT = 160, - sym_number_literal = 161, - anon_sym_L_SQUOTE = 162, - anon_sym_u_SQUOTE = 163, - anon_sym_U_SQUOTE = 164, - anon_sym_u8_SQUOTE = 165, - anon_sym_SQUOTE = 166, - aux_sym_char_literal_token1 = 167, - anon_sym_L_DQUOTE = 168, - anon_sym_u_DQUOTE = 169, - anon_sym_U_DQUOTE = 170, - anon_sym_u8_DQUOTE = 171, - anon_sym_DQUOTE = 172, - aux_sym_string_literal_token1 = 173, - sym_escape_sequence = 174, - sym_system_lib_string = 175, - sym_true = 176, - sym_false = 177, - anon_sym_NULL = 178, - anon_sym_nullptr = 179, - sym_comment = 180, - aux_sym_preproc_extension_token1 = 181, - anon_sym_require = 182, - anon_sym_enable = 183, - anon_sym_warn = 184, - anon_sym_disable = 185, - anon_sym_rayPayloadEXT = 186, - anon_sym_rayPayloadInEXT = 187, - anon_sym_hitAttributeEXT = 188, - anon_sym_callableDataEXT = 189, - anon_sym_callableDataInEXT = 190, - anon_sym_shaderRecordEXT = 191, - anon_sym_rayPayloadNV = 192, - anon_sym_rayPayloadInNV = 193, - anon_sym_hitAttributeNV = 194, - anon_sym_callableDataNV = 195, - anon_sym_callableDataInNV = 196, - anon_sym_shaderRecordNV = 197, - anon_sym_layout = 198, - sym_translation_unit = 199, - sym__top_level_item = 200, - sym__block_item = 201, - sym_preproc_include = 202, - sym_preproc_def = 203, - sym_preproc_function_def = 204, - sym_preproc_params = 205, - sym_preproc_call = 206, - sym_preproc_if = 207, - sym_preproc_ifdef = 208, - sym_preproc_else = 209, - sym_preproc_elif = 210, - sym_preproc_elifdef = 211, - sym_preproc_if_in_field_declaration_list = 212, - sym_preproc_ifdef_in_field_declaration_list = 213, - sym_preproc_else_in_field_declaration_list = 214, - sym_preproc_elif_in_field_declaration_list = 215, - sym_preproc_elifdef_in_field_declaration_list = 216, - sym_preproc_if_in_enumerator_list = 217, - sym_preproc_ifdef_in_enumerator_list = 218, - sym_preproc_else_in_enumerator_list = 219, - sym_preproc_elif_in_enumerator_list = 220, - sym_preproc_elifdef_in_enumerator_list = 221, - sym_preproc_if_in_enumerator_list_no_comma = 222, - sym_preproc_ifdef_in_enumerator_list_no_comma = 223, - sym_preproc_else_in_enumerator_list_no_comma = 224, - sym_preproc_elif_in_enumerator_list_no_comma = 225, - sym_preproc_elifdef_in_enumerator_list_no_comma = 226, - sym__preproc_expression = 227, - sym_preproc_parenthesized_expression = 228, - sym_preproc_defined = 229, - sym_preproc_unary_expression = 230, - sym_preproc_call_expression = 231, - sym_preproc_argument_list = 232, - sym_preproc_binary_expression = 233, - sym_function_definition = 234, - sym_declaration = 235, - sym_type_definition = 236, - sym__type_definition_type = 237, - sym__type_definition_declarators = 238, - sym__declaration_modifiers = 239, - sym__declaration_specifiers = 240, - sym_linkage_specification = 241, - sym_attribute_specifier = 242, - sym_attribute = 243, - sym_attribute_declaration = 244, - sym_ms_declspec_modifier = 245, - sym_ms_based_modifier = 246, - sym_ms_call_modifier = 247, - sym_ms_unaligned_ptr_modifier = 248, - sym_ms_pointer_modifier = 249, - sym_declaration_list = 250, - sym__declarator = 251, - sym__declaration_declarator = 252, - sym__field_declarator = 253, - sym__type_declarator = 254, - sym__abstract_declarator = 255, - sym_parenthesized_declarator = 256, - sym_parenthesized_field_declarator = 257, - sym_parenthesized_type_declarator = 258, - sym_abstract_parenthesized_declarator = 259, - sym_attributed_declarator = 260, - sym_attributed_field_declarator = 261, - sym_attributed_type_declarator = 262, - sym_pointer_declarator = 263, - sym_pointer_field_declarator = 264, - sym_pointer_type_declarator = 265, - sym_abstract_pointer_declarator = 266, - sym_function_declarator = 267, - sym__function_declaration_declarator = 268, - sym_function_field_declarator = 269, - sym_function_type_declarator = 270, - sym_abstract_function_declarator = 271, - sym_array_declarator = 272, - sym_array_field_declarator = 273, - sym_array_type_declarator = 274, - sym_abstract_array_declarator = 275, - sym_init_declarator = 276, - sym_compound_statement = 277, - sym_storage_class_specifier = 278, - sym_type_qualifier = 279, - sym_alignas_qualifier = 280, - sym_type_specifier = 281, - sym_sized_type_specifier = 282, - sym_enum_specifier = 283, - sym_enumerator_list = 284, - sym_struct_specifier = 285, - sym_union_specifier = 286, - sym_field_declaration_list = 287, - sym__field_declaration_list_item = 288, - sym_field_declaration = 289, - sym__field_declaration_declarator = 290, - sym_bitfield_clause = 291, - sym_enumerator = 292, - sym_variadic_parameter = 293, - sym_parameter_list = 294, - sym_parameter_declaration = 295, - sym_attributed_statement = 296, - sym_statement = 297, - sym__top_level_statement = 298, - sym_labeled_statement = 299, - sym__top_level_expression_statement = 300, - sym_expression_statement = 301, - sym_if_statement = 302, - sym_else_clause = 303, - sym_switch_statement = 304, - sym_case_statement = 305, - sym_while_statement = 306, - sym_do_statement = 307, - sym_for_statement = 308, - sym__for_statement_body = 309, - sym_return_statement = 310, - sym_break_statement = 311, - sym_continue_statement = 312, - sym_goto_statement = 313, - sym_seh_try_statement = 314, - sym_seh_except_clause = 315, - sym_seh_finally_clause = 316, - sym_seh_leave_statement = 317, - sym_expression = 318, - sym__string = 319, - sym_comma_expression = 320, - sym_conditional_expression = 321, - sym_assignment_expression = 322, - sym_pointer_expression = 323, - sym_unary_expression = 324, - sym_binary_expression = 325, - sym_update_expression = 326, - sym_cast_expression = 327, - sym_type_descriptor = 328, - sym_sizeof_expression = 329, - sym_alignof_expression = 330, - sym_offsetof_expression = 331, - sym_generic_expression = 332, - sym_subscript_expression = 333, - sym_call_expression = 334, - sym_gnu_asm_expression = 335, - sym_gnu_asm_qualifier = 336, - sym_gnu_asm_output_operand_list = 337, - sym_gnu_asm_output_operand = 338, - sym_gnu_asm_input_operand_list = 339, - sym_gnu_asm_input_operand = 340, - sym_gnu_asm_clobber_list = 341, - sym_gnu_asm_goto_list = 342, - sym_argument_list = 343, - sym_field_expression = 344, - sym_compound_literal_expression = 345, - sym_parenthesized_expression = 346, - sym_initializer_list = 347, - sym_initializer_pair = 348, - sym_subscript_designator = 349, - sym_subscript_range_designator = 350, - sym_field_designator = 351, - sym_char_literal = 352, - sym_concatenated_string = 353, - sym_string_literal = 354, - sym_null = 355, - sym__empty_declaration = 356, - sym_macro_type_specifier = 357, - sym_preproc_extension = 358, - sym_extension_behavior = 359, - sym_extension_storage_class = 360, - sym_layout_specification = 361, - sym_layout_qualifiers = 362, - sym_qualifier = 363, - aux_sym_translation_unit_repeat1 = 364, - aux_sym_preproc_params_repeat1 = 365, - aux_sym_preproc_if_repeat1 = 366, - aux_sym_preproc_if_in_field_declaration_list_repeat1 = 367, - aux_sym_preproc_if_in_enumerator_list_repeat1 = 368, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1 = 369, - aux_sym_preproc_argument_list_repeat1 = 370, - aux_sym_function_definition_repeat1 = 371, - aux_sym_declaration_repeat1 = 372, - aux_sym_declaration_repeat2 = 373, - aux_sym_type_definition_repeat1 = 374, - aux_sym__type_definition_type_repeat1 = 375, - aux_sym__type_definition_declarators_repeat1 = 376, - aux_sym__declaration_specifiers_repeat1 = 377, - aux_sym_attribute_declaration_repeat1 = 378, - aux_sym_attributed_declarator_repeat1 = 379, - aux_sym_pointer_declarator_repeat1 = 380, - aux_sym_function_declarator_repeat1 = 381, - aux_sym_array_declarator_repeat1 = 382, - aux_sym_sized_type_specifier_repeat1 = 383, - aux_sym_enumerator_list_repeat1 = 384, - aux_sym__field_declaration_declarator_repeat1 = 385, - aux_sym_parameter_list_repeat1 = 386, - aux_sym_parameter_declaration_repeat1 = 387, - aux_sym_case_statement_repeat1 = 388, - aux_sym_generic_expression_repeat1 = 389, - aux_sym_gnu_asm_expression_repeat1 = 390, - aux_sym_gnu_asm_output_operand_list_repeat1 = 391, - aux_sym_gnu_asm_input_operand_list_repeat1 = 392, - aux_sym_gnu_asm_clobber_list_repeat1 = 393, - aux_sym_gnu_asm_goto_list_repeat1 = 394, - aux_sym_argument_list_repeat1 = 395, - aux_sym_initializer_list_repeat1 = 396, - aux_sym_initializer_pair_repeat1 = 397, - aux_sym_char_literal_repeat1 = 398, - aux_sym_concatenated_string_repeat1 = 399, - aux_sym_string_literal_repeat1 = 400, - aux_sym_layout_qualifiers_repeat1 = 401, - alias_sym_field_identifier = 402, - alias_sym_statement_identifier = 403, - alias_sym_type_identifier = 404, + anon_sym__Nonnull = 113, + anon_sym_alignas = 114, + anon_sym__Alignas = 115, + sym_primitive_type = 116, + anon_sym_enum = 117, + anon_sym_COLON = 118, + anon_sym_struct = 119, + anon_sym_union = 120, + anon_sym_if = 121, + anon_sym_else = 122, + anon_sym_switch = 123, + anon_sym_case = 124, + anon_sym_default = 125, + anon_sym_while = 126, + anon_sym_do = 127, + anon_sym_for = 128, + anon_sym_return = 129, + anon_sym_break = 130, + anon_sym_continue = 131, + anon_sym_goto = 132, + anon_sym___try = 133, + anon_sym___except = 134, + anon_sym___finally = 135, + anon_sym___leave = 136, + anon_sym_QMARK = 137, + anon_sym_STAR_EQ = 138, + anon_sym_SLASH_EQ = 139, + anon_sym_PERCENT_EQ = 140, + anon_sym_PLUS_EQ = 141, + anon_sym_DASH_EQ = 142, + anon_sym_LT_LT_EQ = 143, + anon_sym_GT_GT_EQ = 144, + anon_sym_AMP_EQ = 145, + anon_sym_CARET_EQ = 146, + anon_sym_PIPE_EQ = 147, + anon_sym_DASH_DASH = 148, + anon_sym_PLUS_PLUS = 149, + anon_sym_sizeof = 150, + anon_sym___alignof__ = 151, + anon_sym___alignof = 152, + anon_sym__alignof = 153, + anon_sym_alignof = 154, + anon_sym__Alignof = 155, + anon_sym_offsetof = 156, + anon_sym__Generic = 157, + anon_sym_asm = 158, + anon_sym___asm__ = 159, + anon_sym___asm = 160, + anon_sym___volatile__ = 161, + anon_sym_DOT = 162, + anon_sym_DASH_GT = 163, + sym_number_literal = 164, + anon_sym_L_SQUOTE = 165, + anon_sym_u_SQUOTE = 166, + anon_sym_U_SQUOTE = 167, + anon_sym_u8_SQUOTE = 168, + anon_sym_SQUOTE = 169, + aux_sym_char_literal_token1 = 170, + anon_sym_L_DQUOTE = 171, + anon_sym_u_DQUOTE = 172, + anon_sym_U_DQUOTE = 173, + anon_sym_u8_DQUOTE = 174, + anon_sym_DQUOTE = 175, + aux_sym_string_literal_token1 = 176, + sym_escape_sequence = 177, + sym_system_lib_string = 178, + sym_true = 179, + sym_false = 180, + anon_sym_NULL = 181, + anon_sym_nullptr = 182, + sym_comment = 183, + aux_sym_preproc_extension_token1 = 184, + anon_sym_require = 185, + anon_sym_enable = 186, + anon_sym_warn = 187, + anon_sym_disable = 188, + anon_sym_rayPayloadEXT = 189, + anon_sym_rayPayloadInEXT = 190, + anon_sym_hitAttributeEXT = 191, + anon_sym_callableDataEXT = 192, + anon_sym_callableDataInEXT = 193, + anon_sym_shaderRecordEXT = 194, + anon_sym_rayPayloadNV = 195, + anon_sym_rayPayloadInNV = 196, + anon_sym_hitAttributeNV = 197, + anon_sym_callableDataNV = 198, + anon_sym_callableDataInNV = 199, + anon_sym_shaderRecordNV = 200, + anon_sym_layout = 201, + sym_translation_unit = 202, + sym__top_level_item = 203, + sym__block_item = 204, + sym_preproc_include = 205, + sym_preproc_def = 206, + sym_preproc_function_def = 207, + sym_preproc_params = 208, + sym_preproc_call = 209, + sym_preproc_if = 210, + sym_preproc_ifdef = 211, + sym_preproc_else = 212, + sym_preproc_elif = 213, + sym_preproc_elifdef = 214, + sym_preproc_if_in_field_declaration_list = 215, + sym_preproc_ifdef_in_field_declaration_list = 216, + sym_preproc_else_in_field_declaration_list = 217, + sym_preproc_elif_in_field_declaration_list = 218, + sym_preproc_elifdef_in_field_declaration_list = 219, + sym_preproc_if_in_enumerator_list = 220, + sym_preproc_ifdef_in_enumerator_list = 221, + sym_preproc_else_in_enumerator_list = 222, + sym_preproc_elif_in_enumerator_list = 223, + sym_preproc_elifdef_in_enumerator_list = 224, + sym_preproc_if_in_enumerator_list_no_comma = 225, + sym_preproc_ifdef_in_enumerator_list_no_comma = 226, + sym_preproc_else_in_enumerator_list_no_comma = 227, + sym_preproc_elif_in_enumerator_list_no_comma = 228, + sym_preproc_elifdef_in_enumerator_list_no_comma = 229, + sym__preproc_expression = 230, + sym_preproc_parenthesized_expression = 231, + sym_preproc_defined = 232, + sym_preproc_unary_expression = 233, + sym_preproc_call_expression = 234, + sym_preproc_argument_list = 235, + sym_preproc_binary_expression = 236, + sym_function_definition = 237, + sym_declaration = 238, + sym_type_definition = 239, + sym__type_definition_type = 240, + sym__type_definition_declarators = 241, + sym__declaration_modifiers = 242, + sym__declaration_specifiers = 243, + sym_linkage_specification = 244, + sym_attribute_specifier = 245, + sym_attribute = 246, + sym_attribute_declaration = 247, + sym_ms_declspec_modifier = 248, + sym_ms_based_modifier = 249, + sym_ms_call_modifier = 250, + sym_ms_unaligned_ptr_modifier = 251, + sym_ms_pointer_modifier = 252, + sym_declaration_list = 253, + sym__declarator = 254, + sym__declaration_declarator = 255, + sym__field_declarator = 256, + sym__type_declarator = 257, + sym__abstract_declarator = 258, + sym_parenthesized_declarator = 259, + sym_parenthesized_field_declarator = 260, + sym_parenthesized_type_declarator = 261, + sym_abstract_parenthesized_declarator = 262, + sym_attributed_declarator = 263, + sym_attributed_field_declarator = 264, + sym_attributed_type_declarator = 265, + sym_pointer_declarator = 266, + sym_pointer_field_declarator = 267, + sym_pointer_type_declarator = 268, + sym_abstract_pointer_declarator = 269, + sym_function_declarator = 270, + sym__function_declaration_declarator = 271, + sym_function_field_declarator = 272, + sym_function_type_declarator = 273, + sym_abstract_function_declarator = 274, + sym_array_declarator = 275, + sym_array_field_declarator = 276, + sym_array_type_declarator = 277, + sym_abstract_array_declarator = 278, + sym_init_declarator = 279, + sym_compound_statement = 280, + sym_storage_class_specifier = 281, + sym_type_qualifier = 282, + sym_alignas_qualifier = 283, + sym_type_specifier = 284, + sym_sized_type_specifier = 285, + sym_enum_specifier = 286, + sym_enumerator_list = 287, + sym_struct_specifier = 288, + sym_union_specifier = 289, + sym_field_declaration_list = 290, + sym__field_declaration_list_item = 291, + sym_field_declaration = 292, + sym__field_declaration_declarator = 293, + sym_bitfield_clause = 294, + sym_enumerator = 295, + sym_variadic_parameter = 296, + sym_parameter_list = 297, + sym_parameter_declaration = 298, + sym_attributed_statement = 299, + sym_statement = 300, + sym__top_level_statement = 301, + sym_labeled_statement = 302, + sym__top_level_expression_statement = 303, + sym_expression_statement = 304, + sym_if_statement = 305, + sym_else_clause = 306, + sym_switch_statement = 307, + sym_case_statement = 308, + sym_while_statement = 309, + sym_do_statement = 310, + sym_for_statement = 311, + sym__for_statement_body = 312, + sym_return_statement = 313, + sym_break_statement = 314, + sym_continue_statement = 315, + sym_goto_statement = 316, + sym_seh_try_statement = 317, + sym_seh_except_clause = 318, + sym_seh_finally_clause = 319, + sym_seh_leave_statement = 320, + sym_expression = 321, + sym__string = 322, + sym_comma_expression = 323, + sym_conditional_expression = 324, + sym_assignment_expression = 325, + sym_pointer_expression = 326, + sym_unary_expression = 327, + sym_binary_expression = 328, + sym_update_expression = 329, + sym_cast_expression = 330, + sym_type_descriptor = 331, + sym_sizeof_expression = 332, + sym_alignof_expression = 333, + sym_offsetof_expression = 334, + sym_generic_expression = 335, + sym_subscript_expression = 336, + sym_call_expression = 337, + sym_gnu_asm_expression = 338, + sym_gnu_asm_qualifier = 339, + sym_gnu_asm_output_operand_list = 340, + sym_gnu_asm_output_operand = 341, + sym_gnu_asm_input_operand_list = 342, + sym_gnu_asm_input_operand = 343, + sym_gnu_asm_clobber_list = 344, + sym_gnu_asm_goto_list = 345, + sym_extension_expression = 346, + sym_argument_list = 347, + sym_field_expression = 348, + sym_compound_literal_expression = 349, + sym_parenthesized_expression = 350, + sym_initializer_list = 351, + sym_initializer_pair = 352, + sym_subscript_designator = 353, + sym_subscript_range_designator = 354, + sym_field_designator = 355, + sym_char_literal = 356, + sym_concatenated_string = 357, + sym_string_literal = 358, + sym_null = 359, + sym__empty_declaration = 360, + sym_macro_type_specifier = 361, + sym_preproc_extension = 362, + sym_extension_behavior = 363, + sym_extension_storage_class = 364, + sym_layout_specification = 365, + sym_layout_qualifiers = 366, + sym_qualifier = 367, + aux_sym_translation_unit_repeat1 = 368, + aux_sym_preproc_params_repeat1 = 369, + aux_sym_preproc_if_repeat1 = 370, + aux_sym_preproc_if_in_field_declaration_list_repeat1 = 371, + aux_sym_preproc_if_in_enumerator_list_repeat1 = 372, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1 = 373, + aux_sym_preproc_argument_list_repeat1 = 374, + aux_sym_function_definition_repeat1 = 375, + aux_sym_declaration_repeat1 = 376, + aux_sym_declaration_repeat2 = 377, + aux_sym_type_definition_repeat1 = 378, + aux_sym__type_definition_type_repeat1 = 379, + aux_sym__type_definition_declarators_repeat1 = 380, + aux_sym__declaration_specifiers_repeat1 = 381, + aux_sym_attribute_declaration_repeat1 = 382, + aux_sym_attributed_declarator_repeat1 = 383, + aux_sym_pointer_declarator_repeat1 = 384, + aux_sym_function_declarator_repeat1 = 385, + aux_sym_array_declarator_repeat1 = 386, + aux_sym_sized_type_specifier_repeat1 = 387, + aux_sym_enumerator_list_repeat1 = 388, + aux_sym__field_declaration_declarator_repeat1 = 389, + aux_sym_parameter_list_repeat1 = 390, + aux_sym_parameter_declaration_repeat1 = 391, + aux_sym_case_statement_repeat1 = 392, + aux_sym_generic_expression_repeat1 = 393, + aux_sym_gnu_asm_expression_repeat1 = 394, + aux_sym_gnu_asm_output_operand_list_repeat1 = 395, + aux_sym_gnu_asm_input_operand_list_repeat1 = 396, + aux_sym_gnu_asm_clobber_list_repeat1 = 397, + aux_sym_gnu_asm_goto_list_repeat1 = 398, + aux_sym_argument_list_repeat1 = 399, + aux_sym_initializer_list_repeat1 = 400, + aux_sym_initializer_pair_repeat1 = 401, + aux_sym_char_literal_repeat1 = 402, + aux_sym_concatenated_string_repeat1 = 403, + aux_sym_string_literal_repeat1 = 404, + aux_sym_layout_qualifiers_repeat1 = 405, + alias_sym_field_identifier = 406, + alias_sym_statement_identifier = 407, + alias_sym_type_identifier = 408, }; static const char * const ts_symbol_names[] = { @@ -544,6 +548,7 @@ static const char * const ts_symbol_names[] = { [anon_sym__Atomic] = "_Atomic", [anon_sym__Noreturn] = "_Noreturn", [anon_sym_noreturn] = "noreturn", + [anon_sym__Nonnull] = "_Nonnull", [anon_sym_alignas] = "alignas", [anon_sym__Alignas] = "_Alignas", [sym_primitive_type] = "primitive_type", @@ -590,6 +595,8 @@ static const char * const ts_symbol_names[] = { [anon_sym__Generic] = "_Generic", [anon_sym_asm] = "asm", [anon_sym___asm__] = "__asm__", + [anon_sym___asm] = "__asm", + [anon_sym___volatile__] = "__volatile__", [anon_sym_DOT] = ".", [anon_sym_DASH_GT] = "->", [sym_number_literal] = "number_literal", @@ -774,6 +781,7 @@ static const char * const ts_symbol_names[] = { [sym_gnu_asm_input_operand] = "gnu_asm_input_operand", [sym_gnu_asm_clobber_list] = "gnu_asm_clobber_list", [sym_gnu_asm_goto_list] = "gnu_asm_goto_list", + [sym_extension_expression] = "extension_expression", [sym_argument_list] = "argument_list", [sym_field_expression] = "field_expression", [sym_compound_literal_expression] = "compound_literal_expression", @@ -952,6 +960,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym__Atomic] = anon_sym__Atomic, [anon_sym__Noreturn] = anon_sym__Noreturn, [anon_sym_noreturn] = anon_sym_noreturn, + [anon_sym__Nonnull] = anon_sym__Nonnull, [anon_sym_alignas] = anon_sym_alignas, [anon_sym__Alignas] = anon_sym__Alignas, [sym_primitive_type] = sym_primitive_type, @@ -998,6 +1007,8 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym__Generic] = anon_sym__Generic, [anon_sym_asm] = anon_sym_asm, [anon_sym___asm__] = anon_sym___asm__, + [anon_sym___asm] = anon_sym___asm, + [anon_sym___volatile__] = anon_sym___volatile__, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_DASH_GT] = anon_sym_DASH_GT, [sym_number_literal] = sym_number_literal, @@ -1182,6 +1193,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_gnu_asm_input_operand] = sym_gnu_asm_input_operand, [sym_gnu_asm_clobber_list] = sym_gnu_asm_clobber_list, [sym_gnu_asm_goto_list] = sym_gnu_asm_goto_list, + [sym_extension_expression] = sym_extension_expression, [sym_argument_list] = sym_argument_list, [sym_field_expression] = sym_field_expression, [sym_compound_literal_expression] = sym_compound_literal_expression, @@ -1699,6 +1711,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym__Nonnull] = { + .visible = true, + .named = false, + }, [anon_sym_alignas] = { .visible = true, .named = false, @@ -1883,6 +1899,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym___asm] = { + .visible = true, + .named = false, + }, + [anon_sym___volatile__] = { + .visible = true, + .named = false, + }, [anon_sym_DOT] = { .visible = true, .named = false, @@ -2626,6 +2650,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_extension_expression] = { + .visible = true, + .named = true, + }, [sym_argument_list] = { .visible = true, .named = true, @@ -3612,44 +3640,44 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2] = 2, [3] = 3, [4] = 4, - [5] = 2, + [5] = 5, [6] = 6, - [7] = 7, - [8] = 4, - [9] = 9, - [10] = 4, - [11] = 3, - [12] = 12, - [13] = 6, - [14] = 3, - [15] = 6, - [16] = 2, - [17] = 17, - [18] = 3, - [19] = 6, - [20] = 4, - [21] = 2, + [7] = 5, + [8] = 8, + [9] = 2, + [10] = 10, + [11] = 4, + [12] = 8, + [13] = 13, + [14] = 4, + [15] = 2, + [16] = 8, + [17] = 8, + [18] = 5, + [19] = 5, + [20] = 2, + [21] = 4, [22] = 22, [23] = 23, [24] = 24, - [25] = 25, - [26] = 25, - [27] = 23, - [28] = 25, - [29] = 29, + [25] = 22, + [26] = 24, + [27] = 24, + [28] = 28, + [29] = 28, [30] = 30, - [31] = 23, - [32] = 22, - [33] = 29, - [34] = 25, - [35] = 24, - [36] = 24, - [37] = 23, - [38] = 29, - [39] = 29, - [40] = 24, - [41] = 22, - [42] = 42, + [31] = 28, + [32] = 24, + [33] = 23, + [34] = 30, + [35] = 28, + [36] = 22, + [37] = 37, + [38] = 23, + [39] = 23, + [40] = 40, + [41] = 30, + [42] = 30, [43] = 43, [44] = 44, [45] = 45, @@ -3657,36 +3685,36 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [47] = 47, [48] = 48, [49] = 49, - [50] = 45, - [51] = 49, - [52] = 46, - [53] = 48, - [54] = 48, - [55] = 45, - [56] = 49, - [57] = 47, - [58] = 48, - [59] = 45, - [60] = 46, - [61] = 49, - [62] = 47, - [63] = 46, + [50] = 48, + [51] = 46, + [52] = 48, + [53] = 46, + [54] = 47, + [55] = 49, + [56] = 48, + [57] = 46, + [58] = 45, + [59] = 47, + [60] = 49, + [61] = 45, + [62] = 45, + [63] = 49, [64] = 47, - [65] = 49, - [66] = 45, - [67] = 48, - [68] = 46, - [69] = 47, - [70] = 70, - [71] = 70, - [72] = 70, - [73] = 70, - [74] = 70, + [65] = 48, + [66] = 66, + [67] = 46, + [68] = 66, + [69] = 66, + [70] = 47, + [71] = 66, + [72] = 66, + [73] = 49, + [74] = 45, [75] = 75, - [76] = 76, - [77] = 77, - [78] = 78, - [79] = 79, + [76] = 75, + [77] = 75, + [78] = 75, + [79] = 75, [80] = 80, [81] = 81, [82] = 82, @@ -3725,16 +3753,16 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [115] = 115, [116] = 116, [117] = 117, - [118] = 105, + [118] = 118, [119] = 119, - [120] = 113, + [120] = 112, [121] = 121, [122] = 122, [123] = 123, [124] = 124, [125] = 125, [126] = 126, - [127] = 127, + [127] = 99, [128] = 128, [129] = 129, [130] = 130, @@ -3775,529 +3803,529 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [165] = 165, [166] = 166, [167] = 167, - [168] = 75, - [169] = 75, - [170] = 75, - [171] = 126, - [172] = 88, - [173] = 76, - [174] = 122, - [175] = 124, - [176] = 77, - [177] = 97, - [178] = 124, - [179] = 77, - [180] = 122, - [181] = 119, - [182] = 105, - [183] = 119, - [184] = 117, - [185] = 126, - [186] = 95, - [187] = 117, - [188] = 125, - [189] = 93, - [190] = 97, - [191] = 83, - [192] = 97, - [193] = 82, - [194] = 80, - [195] = 81, - [196] = 89, - [197] = 90, - [198] = 80, + [168] = 168, + [169] = 169, + [170] = 170, + [171] = 171, + [172] = 172, + [173] = 80, + [174] = 80, + [175] = 80, + [176] = 83, + [177] = 100, + [178] = 98, + [179] = 97, + [180] = 105, + [181] = 103, + [182] = 96, + [183] = 81, + [184] = 85, + [185] = 98, + [186] = 97, + [187] = 96, + [188] = 87, + [189] = 81, + [190] = 95, + [191] = 85, + [192] = 99, + [193] = 102, + [194] = 106, + [195] = 108, + [196] = 82, + [197] = 85, + [198] = 102, [199] = 81, - [200] = 91, - [201] = 80, - [202] = 81, - [203] = 92, - [204] = 94, - [205] = 82, - [206] = 83, - [207] = 76, - [208] = 85, - [209] = 82, - [210] = 96, - [211] = 88, - [212] = 123, - [213] = 98, - [214] = 89, - [215] = 90, - [216] = 91, - [217] = 99, + [200] = 90, + [201] = 96, + [202] = 104, + [203] = 89, + [204] = 102, + [205] = 106, + [206] = 97, + [207] = 84, + [208] = 106, + [209] = 108, + [210] = 103, + [211] = 82, + [212] = 98, + [213] = 89, + [214] = 123, + [215] = 108, + [216] = 90, + [217] = 117, [218] = 92, - [219] = 94, - [220] = 83, - [221] = 96, - [222] = 98, - [223] = 121, - [224] = 99, - [225] = 100, - [226] = 101, - [227] = 102, - [228] = 104, - [229] = 89, - [230] = 107, - [231] = 108, - [232] = 90, - [233] = 91, - [234] = 100, - [235] = 92, - [236] = 94, - [237] = 96, - [238] = 103, - [239] = 113, - [240] = 114, - [241] = 116, - [242] = 101, - [243] = 102, - [244] = 117, - [245] = 115, - [246] = 105, - [247] = 119, - [248] = 106, - [249] = 78, - [250] = 122, - [251] = 77, - [252] = 124, - [253] = 125, - [254] = 98, - [255] = 79, - [256] = 126, - [257] = 99, - [258] = 116, - [259] = 87, - [260] = 123, - [261] = 121, - [262] = 113, - [263] = 84, - [264] = 114, + [219] = 82, + [220] = 105, + [221] = 107, + [222] = 111, + [223] = 109, + [224] = 103, + [225] = 110, + [226] = 125, + [227] = 114, + [228] = 86, + [229] = 101, + [230] = 113, + [231] = 115, + [232] = 84, + [233] = 86, + [234] = 88, + [235] = 91, + [236] = 118, + [237] = 124, + [238] = 126, + [239] = 116, + [240] = 116, + [241] = 112, + [242] = 93, + [243] = 100, + [244] = 125, + [245] = 123, + [246] = 121, + [247] = 94, + [248] = 83, + [249] = 107, + [250] = 124, + [251] = 126, + [252] = 92, + [253] = 87, + [254] = 104, + [255] = 111, + [256] = 92, + [257] = 105, + [258] = 93, + [259] = 113, + [260] = 111, + [261] = 84, + [262] = 107, + [263] = 115, + [264] = 113, [265] = 86, - [266] = 115, - [267] = 87, - [268] = 112, - [269] = 111, - [270] = 110, - [271] = 109, - [272] = 78, - [273] = 104, - [274] = 79, - [275] = 84, - [276] = 123, + [266] = 104, + [267] = 88, + [268] = 115, + [269] = 95, + [270] = 118, + [271] = 95, + [272] = 112, + [273] = 94, + [274] = 83, + [275] = 91, + [276] = 128, [277] = 121, - [278] = 86, - [279] = 88, - [280] = 87, - [281] = 86, - [282] = 107, - [283] = 95, - [284] = 112, - [285] = 93, - [286] = 85, - [287] = 93, - [288] = 108, - [289] = 103, - [290] = 106, - [291] = 95, - [292] = 125, - [293] = 111, - [294] = 110, - [295] = 109, - [296] = 84, + [278] = 93, + [279] = 90, + [280] = 89, + [281] = 94, + [282] = 91, + [283] = 87, + [284] = 100, + [285] = 109, + [286] = 110, + [287] = 114, + [288] = 101, + [289] = 116, + [290] = 122, + [291] = 125, + [292] = 123, + [293] = 88, + [294] = 119, + [295] = 118, + [296] = 122, [297] = 109, - [298] = 106, - [299] = 79, - [300] = 108, - [301] = 107, - [302] = 78, - [303] = 104, - [304] = 102, - [305] = 101, - [306] = 100, - [307] = 110, - [308] = 111, - [309] = 103, - [310] = 115, - [311] = 76, - [312] = 85, - [313] = 114, - [314] = 116, - [315] = 112, - [316] = 155, - [317] = 151, - [318] = 154, - [319] = 155, - [320] = 165, - [321] = 162, - [322] = 159, - [323] = 163, - [324] = 144, - [325] = 156, - [326] = 157, - [327] = 151, - [328] = 134, - [329] = 127, - [330] = 149, - [331] = 150, - [332] = 148, - [333] = 146, - [334] = 152, - [335] = 145, - [336] = 132, - [337] = 137, - [338] = 131, - [339] = 135, - [340] = 141, - [341] = 153, - [342] = 143, - [343] = 142, - [344] = 140, - [345] = 138, - [346] = 128, - [347] = 130, - [348] = 164, - [349] = 166, - [350] = 160, - [351] = 160, - [352] = 153, - [353] = 158, - [354] = 154, - [355] = 157, - [356] = 139, - [357] = 167, + [298] = 121, + [299] = 119, + [300] = 101, + [301] = 119, + [302] = 131, + [303] = 130, + [304] = 122, + [305] = 110, + [306] = 114, + [307] = 124, + [308] = 126, + [309] = 128, + [310] = 128, + [311] = 131, + [312] = 131, + [313] = 130, + [314] = 130, + [315] = 129, + [316] = 117, + [317] = 129, + [318] = 117, + [319] = 99, + [320] = 129, + [321] = 140, + [322] = 161, + [323] = 153, + [324] = 157, + [325] = 161, + [326] = 162, + [327] = 165, + [328] = 136, + [329] = 134, + [330] = 148, + [331] = 153, + [332] = 163, + [333] = 166, + [334] = 147, + [335] = 146, + [336] = 145, + [337] = 139, + [338] = 135, + [339] = 141, + [340] = 134, + [341] = 167, + [342] = 155, + [343] = 136, + [344] = 141, + [345] = 157, + [346] = 162, + [347] = 156, + [348] = 158, + [349] = 163, + [350] = 150, + [351] = 165, + [352] = 166, + [353] = 155, + [354] = 167, + [355] = 159, + [356] = 171, + [357] = 156, [358] = 158, - [359] = 150, - [360] = 166, - [361] = 133, - [362] = 129, - [363] = 136, - [364] = 147, - [365] = 132, - [366] = 164, - [367] = 136, - [368] = 138, + [359] = 169, + [360] = 138, + [361] = 160, + [362] = 133, + [363] = 169, + [364] = 172, + [365] = 152, + [366] = 133, + [367] = 139, + [368] = 142, [369] = 143, - [370] = 146, - [371] = 148, - [372] = 149, - [373] = 127, - [374] = 161, - [375] = 156, - [376] = 142, - [377] = 159, - [378] = 162, - [379] = 165, - [380] = 167, - [381] = 163, - [382] = 144, - [383] = 134, - [384] = 152, - [385] = 133, - [386] = 145, - [387] = 130, - [388] = 129, - [389] = 128, - [390] = 139, - [391] = 147, - [392] = 137, - [393] = 140, - [394] = 131, - [395] = 161, - [396] = 135, - [397] = 141, - [398] = 140, - [399] = 130, - [400] = 167, - [401] = 149, - [402] = 129, - [403] = 142, - [404] = 141, - [405] = 135, - [406] = 131, - [407] = 158, - [408] = 408, - [409] = 409, + [370] = 140, + [371] = 144, + [372] = 151, + [373] = 132, + [374] = 142, + [375] = 143, + [376] = 172, + [377] = 144, + [378] = 164, + [379] = 137, + [380] = 151, + [381] = 170, + [382] = 132, + [383] = 150, + [384] = 149, + [385] = 168, + [386] = 171, + [387] = 149, + [388] = 148, + [389] = 137, + [390] = 170, + [391] = 168, + [392] = 154, + [393] = 147, + [394] = 154, + [395] = 146, + [396] = 145, + [397] = 135, + [398] = 164, + [399] = 152, + [400] = 160, + [401] = 138, + [402] = 159, + [403] = 166, + [404] = 153, + [405] = 150, + [406] = 171, + [407] = 140, + [408] = 151, + [409] = 145, [410] = 159, - [411] = 148, - [412] = 146, - [413] = 153, - [414] = 154, - [415] = 143, + [411] = 142, + [412] = 132, + [413] = 165, + [414] = 146, + [415] = 135, [416] = 138, - [417] = 155, - [418] = 136, - [419] = 151, - [420] = 150, - [421] = 128, - [422] = 147, - [423] = 166, - [424] = 133, - [425] = 163, - [426] = 127, - [427] = 152, - [428] = 162, - [429] = 145, - [430] = 156, - [431] = 157, - [432] = 139, - [433] = 144, - [434] = 134, - [435] = 160, - [436] = 165, - [437] = 132, - [438] = 137, - [439] = 164, - [440] = 75, - [441] = 441, - [442] = 442, - [443] = 443, - [444] = 442, - [445] = 445, - [446] = 441, + [417] = 133, + [418] = 147, + [419] = 148, + [420] = 157, + [421] = 163, + [422] = 149, + [423] = 162, + [424] = 152, + [425] = 139, + [426] = 143, + [427] = 167, + [428] = 144, + [429] = 429, + [430] = 172, + [431] = 169, + [432] = 154, + [433] = 160, + [434] = 170, + [435] = 168, + [436] = 436, + [437] = 137, + [438] = 134, + [439] = 136, + [440] = 141, + [441] = 155, + [442] = 164, + [443] = 156, + [444] = 158, + [445] = 80, + [446] = 446, [447] = 447, - [448] = 447, + [448] = 448, [449] = 449, [450] = 450, - [451] = 447, - [452] = 441, - [453] = 445, - [454] = 445, - [455] = 442, - [456] = 456, - [457] = 457, - [458] = 457, - [459] = 459, - [460] = 460, - [461] = 457, + [451] = 451, + [452] = 446, + [453] = 453, + [454] = 454, + [455] = 446, + [456] = 454, + [457] = 453, + [458] = 454, + [459] = 450, + [460] = 453, + [461] = 450, [462] = 462, [463] = 463, - [464] = 464, - [465] = 464, - [466] = 464, - [467] = 464, + [464] = 462, + [465] = 465, + [466] = 462, + [467] = 467, [468] = 468, [469] = 469, [470] = 469, - [471] = 471, + [471] = 469, [472] = 472, - [473] = 473, + [473] = 469, [474] = 474, - [475] = 471, + [475] = 474, [476] = 476, [477] = 477, - [478] = 477, - [479] = 479, - [480] = 480, - [481] = 473, + [478] = 478, + [479] = 476, + [480] = 478, + [481] = 477, [482] = 482, - [483] = 473, + [483] = 483, [484] = 477, - [485] = 480, - [486] = 479, - [487] = 477, - [488] = 482, - [489] = 472, - [490] = 472, - [491] = 476, - [492] = 479, - [493] = 480, - [494] = 472, - [495] = 479, - [496] = 476, - [497] = 479, - [498] = 471, - [499] = 474, - [500] = 473, - [501] = 474, - [502] = 482, - [503] = 474, - [504] = 480, + [485] = 485, + [486] = 486, + [487] = 483, + [488] = 485, + [489] = 486, + [490] = 486, + [491] = 486, + [492] = 482, + [493] = 478, + [494] = 476, + [495] = 482, + [496] = 483, + [497] = 486, + [498] = 485, + [499] = 482, + [500] = 485, + [501] = 478, + [502] = 483, + [503] = 476, + [504] = 483, [505] = 476, - [506] = 482, - [507] = 471, - [508] = 472, - [509] = 476, - [510] = 473, - [511] = 480, - [512] = 471, - [513] = 477, - [514] = 469, + [506] = 485, + [507] = 477, + [508] = 482, + [509] = 477, + [510] = 510, + [511] = 510, + [512] = 510, + [513] = 510, + [514] = 514, [515] = 515, - [516] = 516, - [517] = 517, - [518] = 518, - [519] = 518, - [520] = 517, - [521] = 516, - [522] = 516, - [523] = 517, - [524] = 516, - [525] = 525, - [526] = 525, - [527] = 517, - [528] = 525, - [529] = 518, - [530] = 518, - [531] = 518, - [532] = 517, - [533] = 518, - [534] = 516, - [535] = 516, + [516] = 515, + [517] = 514, + [518] = 515, + [519] = 519, + [520] = 519, + [521] = 514, + [522] = 515, + [523] = 514, + [524] = 519, + [525] = 519, + [526] = 519, + [527] = 474, + [528] = 514, + [529] = 519, + [530] = 514, + [531] = 531, + [532] = 532, + [533] = 533, + [534] = 533, + [535] = 535, [536] = 536, [537] = 536, - [538] = 538, - [539] = 539, - [540] = 540, - [541] = 540, - [542] = 469, - [543] = 540, - [544] = 540, - [545] = 540, - [546] = 540, - [547] = 540, - [548] = 540, - [549] = 469, - [550] = 550, - [551] = 551, - [552] = 552, - [553] = 553, - [554] = 554, - [555] = 154, + [538] = 535, + [539] = 536, + [540] = 536, + [541] = 535, + [542] = 536, + [543] = 543, + [544] = 544, + [545] = 474, + [546] = 474, + [547] = 547, + [548] = 547, + [549] = 547, + [550] = 547, + [551] = 547, + [552] = 547, + [553] = 547, + [554] = 547, + [555] = 555, [556] = 556, [557] = 557, - [558] = 558, + [558] = 474, [559] = 559, - [560] = 153, + [560] = 560, [561] = 561, [562] = 562, - [563] = 130, - [564] = 128, - [565] = 140, - [566] = 136, - [567] = 567, + [563] = 140, + [564] = 564, + [565] = 565, + [566] = 566, + [567] = 171, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, - [573] = 573, - [574] = 469, + [573] = 139, + [574] = 166, [575] = 575, [576] = 576, - [577] = 577, - [578] = 568, - [579] = 553, - [580] = 558, - [581] = 154, - [582] = 557, - [583] = 556, - [584] = 553, - [585] = 559, - [586] = 575, - [587] = 558, - [588] = 570, - [589] = 557, - [590] = 573, - [591] = 136, - [592] = 569, - [593] = 568, - [594] = 562, - [595] = 567, - [596] = 561, - [597] = 556, - [598] = 562, - [599] = 130, - [600] = 128, - [601] = 569, - [602] = 559, - [603] = 567, - [604] = 575, - [605] = 570, - [606] = 140, - [607] = 136, - [608] = 153, - [609] = 572, - [610] = 140, - [611] = 128, - [612] = 130, - [613] = 572, - [614] = 561, - [615] = 571, - [616] = 153, - [617] = 571, - [618] = 573, - [619] = 154, - [620] = 554, - [621] = 554, - [622] = 622, + [577] = 163, + [578] = 578, + [579] = 153, + [580] = 580, + [581] = 581, + [582] = 582, + [583] = 562, + [584] = 139, + [585] = 585, + [586] = 586, + [587] = 569, + [588] = 580, + [589] = 560, + [590] = 562, + [591] = 575, + [592] = 572, + [593] = 566, + [594] = 560, + [595] = 565, + [596] = 596, + [597] = 597, + [598] = 564, + [599] = 163, + [600] = 564, + [601] = 571, + [602] = 571, + [603] = 561, + [604] = 568, + [605] = 576, + [606] = 570, + [607] = 166, + [608] = 559, + [609] = 561, + [610] = 610, + [611] = 153, + [612] = 612, + [613] = 613, + [614] = 578, + [615] = 580, + [616] = 171, + [617] = 140, + [618] = 139, + [619] = 569, + [620] = 166, + [621] = 163, + [622] = 153, [623] = 623, - [624] = 624, - [625] = 625, - [626] = 626, + [624] = 559, + [625] = 140, + [626] = 575, [627] = 627, - [628] = 628, - [629] = 629, + [628] = 578, + [629] = 570, [630] = 630, [631] = 631, - [632] = 632, - [633] = 633, - [634] = 634, - [635] = 635, - [636] = 636, - [637] = 636, + [632] = 568, + [633] = 171, + [634] = 565, + [635] = 576, + [636] = 566, + [637] = 572, [638] = 638, - [639] = 636, - [640] = 640, - [641] = 636, - [642] = 636, + [639] = 639, + [640] = 532, + [641] = 641, + [642] = 642, [643] = 643, [644] = 644, - [645] = 645, - [646] = 646, + [645] = 644, + [646] = 644, [647] = 647, - [648] = 648, + [648] = 644, [649] = 649, - [650] = 649, + [650] = 650, [651] = 651, [652] = 652, - [653] = 653, - [654] = 653, + [653] = 644, + [654] = 654, [655] = 655, [656] = 656, - [657] = 657, - [658] = 658, + [657] = 655, + [658] = 656, [659] = 659, [660] = 660, [661] = 661, - [662] = 659, + [662] = 662, [663] = 663, [664] = 659, - [665] = 659, - [666] = 653, - [667] = 667, - [668] = 668, - [669] = 669, - [670] = 669, + [665] = 661, + [666] = 666, + [667] = 662, + [668] = 662, + [669] = 661, + [670] = 670, [671] = 671, - [672] = 669, - [673] = 653, + [672] = 659, + [673] = 662, [674] = 674, - [675] = 659, - [676] = 653, - [677] = 653, - [678] = 659, + [675] = 675, + [676] = 676, + [677] = 677, + [678] = 678, [679] = 679, - [680] = 669, - [681] = 681, + [680] = 662, + [681] = 659, [682] = 682, - [683] = 683, + [683] = 661, [684] = 684, - [685] = 685, - [686] = 686, - [687] = 687, + [685] = 662, + [686] = 661, + [687] = 661, [688] = 688, [689] = 689, - [690] = 686, + [690] = 690, [691] = 691, [692] = 692, [693] = 693, @@ -4307,241 +4335,241 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [697] = 697, [698] = 698, [699] = 699, - [700] = 697, + [700] = 700, [701] = 701, [702] = 702, [703] = 703, - [704] = 696, - [705] = 698, - [706] = 694, + [704] = 704, + [705] = 705, + [706] = 706, [707] = 707, - [708] = 708, + [708] = 703, [709] = 709, - [710] = 710, - [711] = 699, - [712] = 697, - [713] = 701, - [714] = 701, - [715] = 703, - [716] = 702, - [717] = 708, - [718] = 718, - [719] = 697, - [720] = 699, - [721] = 721, - [722] = 722, - [723] = 703, - [724] = 724, - [725] = 710, - [726] = 726, - [727] = 694, - [728] = 710, - [729] = 721, + [710] = 706, + [711] = 711, + [712] = 712, + [713] = 713, + [714] = 714, + [715] = 701, + [716] = 716, + [717] = 702, + [718] = 703, + [719] = 719, + [720] = 709, + [721] = 711, + [722] = 705, + [723] = 706, + [724] = 707, + [725] = 702, + [726] = 704, + [727] = 727, + [728] = 728, + [729] = 716, [730] = 730, [731] = 731, - [732] = 696, - [733] = 698, - [734] = 702, - [735] = 735, + [732] = 732, + [733] = 713, + [734] = 730, + [735] = 730, [736] = 736, - [737] = 737, - [738] = 738, - [739] = 730, - [740] = 726, + [737] = 728, + [738] = 713, + [739] = 736, + [740] = 704, [741] = 741, - [742] = 701, - [743] = 731, - [744] = 744, - [745] = 745, - [746] = 741, - [747] = 701, - [748] = 701, - [749] = 710, - [750] = 699, - [751] = 745, - [752] = 703, - [753] = 721, - [754] = 754, - [755] = 708, - [756] = 744, - [757] = 708, - [758] = 697, - [759] = 738, - [760] = 699, - [761] = 726, - [762] = 703, - [763] = 731, - [764] = 745, - [765] = 737, - [766] = 708, - [767] = 737, - [768] = 741, - [769] = 738, - [770] = 741, - [771] = 771, - [772] = 738, - [773] = 731, - [774] = 722, - [775] = 721, - [776] = 702, - [777] = 731, - [778] = 710, - [779] = 721, - [780] = 702, - [781] = 698, - [782] = 730, - [783] = 703, - [784] = 697, - [785] = 698, - [786] = 696, - [787] = 738, - [788] = 696, - [789] = 741, - [790] = 730, - [791] = 726, - [792] = 792, - [793] = 694, - [794] = 699, - [795] = 726, - [796] = 694, - [797] = 708, + [742] = 711, + [743] = 701, + [744] = 702, + [745] = 703, + [746] = 701, + [747] = 705, + [748] = 741, + [749] = 711, + [750] = 706, + [751] = 707, + [752] = 700, + [753] = 700, + [754] = 719, + [755] = 709, + [756] = 713, + [757] = 716, + [758] = 709, + [759] = 700, + [760] = 741, + [761] = 736, + [762] = 762, + [763] = 719, + [764] = 707, + [765] = 704, + [766] = 741, + [767] = 700, + [768] = 713, + [769] = 769, + [770] = 728, + [771] = 730, + [772] = 716, + [773] = 713, + [774] = 716, + [775] = 728, + [776] = 741, + [777] = 736, + [778] = 699, + [779] = 705, + [780] = 736, + [781] = 709, + [782] = 716, + [783] = 783, + [784] = 700, + [785] = 699, + [786] = 786, + [787] = 787, + [788] = 788, + [789] = 707, + [790] = 706, + [791] = 705, + [792] = 703, + [793] = 702, + [794] = 701, + [795] = 711, + [796] = 704, + [797] = 728, [798] = 730, - [799] = 799, - [800] = 726, - [801] = 694, - [802] = 730, - [803] = 696, - [804] = 698, - [805] = 702, - [806] = 721, - [807] = 741, - [808] = 731, - [809] = 738, - [810] = 810, - [811] = 811, - [812] = 812, - [813] = 813, - [814] = 814, - [815] = 815, - [816] = 816, - [817] = 816, - [818] = 814, - [819] = 816, - [820] = 813, - [821] = 814, - [822] = 813, - [823] = 814, - [824] = 813, - [825] = 816, - [826] = 577, - [827] = 576, - [828] = 828, - [829] = 829, + [799] = 741, + [800] = 800, + [801] = 712, + [802] = 699, + [803] = 709, + [804] = 699, + [805] = 731, + [806] = 707, + [807] = 730, + [808] = 728, + [809] = 704, + [810] = 706, + [811] = 705, + [812] = 711, + [813] = 703, + [814] = 736, + [815] = 702, + [816] = 701, + [817] = 817, + [818] = 731, + [819] = 819, + [820] = 820, + [821] = 821, + [822] = 822, + [823] = 819, + [824] = 824, + [825] = 819, + [826] = 824, + [827] = 822, + [828] = 822, + [829] = 822, [830] = 830, - [831] = 831, - [832] = 832, - [833] = 833, + [831] = 824, + [832] = 819, + [833] = 824, [834] = 834, [835] = 835, [836] = 836, [837] = 837, [838] = 838, [839] = 839, - [840] = 638, - [841] = 640, - [842] = 635, - [843] = 538, - [844] = 844, + [840] = 840, + [841] = 841, + [842] = 842, + [843] = 843, + [844] = 581, [845] = 845, - [846] = 845, - [847] = 847, - [848] = 539, - [849] = 849, + [846] = 846, + [847] = 582, + [848] = 848, + [849] = 543, [850] = 850, [851] = 851, - [852] = 852, - [853] = 853, - [854] = 854, + [852] = 544, + [853] = 643, + [854] = 649, [855] = 855, - [856] = 856, + [856] = 642, [857] = 857, - [858] = 858, + [858] = 851, [859] = 859, [860] = 860, [861] = 861, [862] = 862, [863] = 863, - [864] = 864, + [864] = 859, [865] = 865, [866] = 866, [867] = 867, - [868] = 868, - [869] = 868, + [868] = 867, + [869] = 869, [870] = 870, [871] = 871, - [872] = 868, - [873] = 873, + [872] = 872, + [873] = 862, [874] = 874, [875] = 875, [876] = 876, - [877] = 877, - [878] = 874, - [879] = 879, - [880] = 876, - [881] = 874, + [877] = 860, + [878] = 860, + [879] = 862, + [880] = 880, + [881] = 881, [882] = 867, - [883] = 879, - [884] = 884, - [885] = 885, - [886] = 815, - [887] = 879, - [888] = 876, - [889] = 867, + [883] = 883, + [884] = 871, + [885] = 859, + [886] = 886, + [887] = 887, + [888] = 871, + [889] = 860, [890] = 867, - [891] = 879, - [892] = 892, - [893] = 874, - [894] = 894, - [895] = 868, - [896] = 876, - [897] = 897, - [898] = 849, + [891] = 891, + [892] = 871, + [893] = 893, + [894] = 859, + [895] = 895, + [896] = 896, + [897] = 862, + [898] = 898, [899] = 899, - [900] = 815, + [900] = 900, [901] = 901, [902] = 902, [903] = 903, - [904] = 899, - [905] = 901, + [904] = 834, + [905] = 905, [906] = 906, - [907] = 907, + [907] = 857, [908] = 908, [909] = 909, [910] = 910, [911] = 911, - [912] = 912, + [912] = 834, [913] = 913, - [914] = 538, + [914] = 914, [915] = 915, - [916] = 916, - [917] = 539, + [916] = 887, + [917] = 866, [918] = 918, [919] = 919, - [920] = 920, - [921] = 921, + [920] = 544, + [921] = 543, [922] = 922, [923] = 923, - [924] = 922, + [924] = 924, [925] = 925, [926] = 926, [927] = 927, - [928] = 922, - [929] = 922, + [928] = 928, + [929] = 929, [930] = 930, [931] = 931, [932] = 932, [933] = 933, - [934] = 922, + [934] = 934, [935] = 935, [936] = 936, [937] = 937, @@ -4552,21 +4580,21 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [942] = 942, [943] = 943, [944] = 944, - [945] = 945, + [945] = 943, [946] = 946, - [947] = 947, + [947] = 943, [948] = 948, [949] = 949, [950] = 950, - [951] = 951, + [951] = 943, [952] = 952, - [953] = 953, + [953] = 943, [954] = 954, [955] = 955, [956] = 956, [957] = 957, [958] = 958, - [959] = 815, + [959] = 959, [960] = 960, [961] = 961, [962] = 962, @@ -4591,770 +4619,770 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [981] = 981, [982] = 982, [983] = 983, - [984] = 984, - [985] = 965, - [986] = 938, - [987] = 943, - [988] = 942, + [984] = 834, + [985] = 985, + [986] = 986, + [987] = 987, + [988] = 980, [989] = 989, - [990] = 989, - [991] = 989, - [992] = 958, - [993] = 941, - [994] = 940, - [995] = 939, - [996] = 935, - [997] = 855, - [998] = 960, - [999] = 952, - [1000] = 989, - [1001] = 944, - [1002] = 855, - [1003] = 1003, - [1004] = 1004, - [1005] = 1005, + [990] = 990, + [991] = 991, + [992] = 992, + [993] = 993, + [994] = 980, + [995] = 995, + [996] = 996, + [997] = 997, + [998] = 998, + [999] = 980, + [1000] = 870, + [1001] = 983, + [1002] = 992, + [1003] = 998, + [1004] = 989, + [1005] = 997, [1006] = 1006, - [1007] = 1007, - [1008] = 1007, - [1009] = 1006, - [1010] = 1007, - [1011] = 1006, - [1012] = 1012, - [1013] = 1007, - [1014] = 1006, - [1015] = 1007, - [1016] = 941, - [1017] = 892, - [1018] = 940, - [1019] = 877, - [1020] = 884, - [1021] = 938, + [1007] = 981, + [1008] = 986, + [1009] = 987, + [1010] = 991, + [1011] = 985, + [1012] = 982, + [1013] = 996, + [1014] = 990, + [1015] = 1015, + [1016] = 1016, + [1017] = 1015, + [1018] = 1016, + [1019] = 870, + [1020] = 1016, + [1021] = 1016, [1022] = 1022, - [1023] = 1023, - [1024] = 1024, - [1025] = 1025, - [1026] = 944, - [1027] = 943, - [1028] = 942, - [1029] = 871, - [1030] = 870, - [1031] = 960, - [1032] = 1023, - [1033] = 939, - [1034] = 952, - [1035] = 897, - [1036] = 935, - [1037] = 1023, - [1038] = 965, - [1039] = 1023, - [1040] = 958, - [1041] = 1041, - [1042] = 873, - [1043] = 894, - [1044] = 1044, - [1045] = 855, - [1046] = 1046, - [1047] = 1047, - [1048] = 885, - [1049] = 875, - [1050] = 1050, + [1023] = 1015, + [1024] = 1016, + [1025] = 1015, + [1026] = 993, + [1027] = 995, + [1028] = 1028, + [1029] = 1028, + [1030] = 1028, + [1031] = 1031, + [1032] = 1032, + [1033] = 1033, + [1034] = 1028, + [1035] = 986, + [1036] = 982, + [1037] = 908, + [1038] = 903, + [1039] = 991, + [1040] = 983, + [1041] = 900, + [1042] = 987, + [1043] = 909, + [1044] = 905, + [1045] = 1045, + [1046] = 989, + [1047] = 992, + [1048] = 990, + [1049] = 901, + [1050] = 985, [1051] = 1051, - [1052] = 96, - [1053] = 87, - [1054] = 103, - [1055] = 106, - [1056] = 89, - [1057] = 90, - [1058] = 83, - [1059] = 125, - [1060] = 91, - [1061] = 92, - [1062] = 1062, - [1063] = 82, - [1064] = 81, - [1065] = 98, - [1066] = 94, - [1067] = 99, - [1068] = 78, - [1069] = 80, - [1070] = 115, - [1071] = 116, - [1072] = 79, - [1073] = 97, - [1074] = 84, - [1075] = 86, - [1076] = 1076, - [1077] = 1077, - [1078] = 1077, - [1079] = 1077, - [1080] = 1080, - [1081] = 1081, - [1082] = 1077, - [1083] = 1083, - [1084] = 1084, - [1085] = 935, - [1086] = 941, - [1087] = 952, - [1088] = 942, + [1052] = 998, + [1053] = 1053, + [1054] = 997, + [1055] = 981, + [1056] = 996, + [1057] = 1057, + [1058] = 98, + [1059] = 124, + [1060] = 100, + [1061] = 94, + [1062] = 93, + [1063] = 870, + [1064] = 906, + [1065] = 91, + [1066] = 107, + [1067] = 105, + [1068] = 126, + [1069] = 88, + [1070] = 1070, + [1071] = 92, + [1072] = 899, + [1073] = 103, + [1074] = 83, + [1075] = 97, + [1076] = 96, + [1077] = 81, + [1078] = 85, + [1079] = 898, + [1080] = 86, + [1081] = 102, + [1082] = 106, + [1083] = 82, + [1084] = 84, + [1085] = 108, + [1086] = 1086, + [1087] = 1087, + [1088] = 1088, [1089] = 1089, [1090] = 1090, - [1091] = 958, - [1092] = 1092, - [1093] = 965, - [1094] = 943, - [1095] = 960, + [1091] = 1091, + [1092] = 1089, + [1093] = 1093, + [1094] = 1094, + [1095] = 1095, [1096] = 1096, [1097] = 1097, - [1098] = 944, - [1099] = 1099, - [1100] = 938, - [1101] = 940, + [1098] = 1098, + [1099] = 1088, + [1100] = 1100, + [1101] = 1096, [1102] = 1102, - [1103] = 939, + [1103] = 1098, [1104] = 1104, - [1105] = 965, - [1106] = 943, - [1107] = 935, - [1108] = 1108, - [1109] = 958, - [1110] = 952, - [1111] = 960, - [1112] = 944, - [1113] = 938, - [1114] = 939, - [1115] = 940, - [1116] = 941, - [1117] = 942, - [1118] = 1118, + [1105] = 1102, + [1106] = 1097, + [1107] = 997, + [1108] = 989, + [1109] = 982, + [1110] = 986, + [1111] = 990, + [1112] = 987, + [1113] = 992, + [1114] = 998, + [1115] = 983, + [1116] = 996, + [1117] = 981, + [1118] = 991, [1119] = 1119, - [1120] = 1120, - [1121] = 1119, + [1120] = 985, + [1121] = 996, [1122] = 1122, - [1123] = 1119, - [1124] = 1124, - [1125] = 1125, - [1126] = 1122, - [1127] = 1119, - [1128] = 1128, - [1129] = 1122, - [1130] = 1122, - [1131] = 1131, - [1132] = 1132, - [1133] = 1133, - [1134] = 1134, - [1135] = 1135, - [1136] = 1136, - [1137] = 1137, - [1138] = 1138, + [1123] = 1123, + [1124] = 985, + [1125] = 987, + [1126] = 983, + [1127] = 1127, + [1128] = 981, + [1129] = 1129, + [1130] = 992, + [1131] = 1122, + [1132] = 1122, + [1133] = 1129, + [1134] = 990, + [1135] = 998, + [1136] = 1122, + [1137] = 1129, + [1138] = 986, [1139] = 1139, - [1140] = 1140, - [1141] = 1136, - [1142] = 1142, - [1143] = 1143, + [1140] = 1129, + [1141] = 1141, + [1142] = 982, + [1143] = 991, [1144] = 1144, - [1145] = 1144, - [1146] = 1146, - [1147] = 1147, - [1148] = 1143, + [1145] = 1145, + [1146] = 997, + [1147] = 989, + [1148] = 1148, [1149] = 1149, [1150] = 1150, [1151] = 1151, - [1152] = 1102, - [1153] = 943, + [1152] = 1149, + [1153] = 1153, [1154] = 1154, [1155] = 1155, - [1156] = 938, + [1156] = 1156, [1157] = 1157, [1158] = 1158, [1159] = 1159, [1160] = 1160, - [1161] = 965, + [1161] = 1161, [1162] = 1162, [1163] = 1163, [1164] = 1164, - [1165] = 1165, - [1166] = 952, - [1167] = 939, - [1168] = 1168, + [1165] = 1022, + [1166] = 1163, + [1167] = 1006, + [1168] = 991, [1169] = 1169, - [1170] = 940, - [1171] = 1159, + [1170] = 1170, + [1171] = 1171, [1172] = 1172, - [1173] = 941, + [1173] = 1173, [1174] = 1174, - [1175] = 1175, + [1175] = 997, [1176] = 1176, - [1177] = 1003, - [1178] = 942, - [1179] = 1162, - [1180] = 1180, - [1181] = 1159, - [1182] = 1157, - [1183] = 1159, - [1184] = 935, + [1177] = 1177, + [1178] = 1178, + [1179] = 998, + [1180] = 992, + [1181] = 1181, + [1182] = 1182, + [1183] = 989, + [1184] = 1178, [1185] = 1185, - [1186] = 960, - [1187] = 1187, - [1188] = 1185, - [1189] = 1157, - [1190] = 1159, - [1191] = 1185, - [1192] = 1159, + [1186] = 986, + [1187] = 983, + [1188] = 990, + [1189] = 1189, + [1190] = 1189, + [1191] = 1191, + [1192] = 996, [1193] = 1193, - [1194] = 1194, - [1195] = 1157, - [1196] = 1012, - [1197] = 1185, + [1194] = 987, + [1195] = 982, + [1196] = 1169, + [1197] = 1197, [1198] = 1198, - [1199] = 958, + [1199] = 1169, [1200] = 1200, - [1201] = 944, + [1201] = 1201, [1202] = 1202, - [1203] = 1202, - [1204] = 1204, - [1205] = 1205, + [1203] = 1189, + [1204] = 1169, + [1205] = 1169, [1206] = 1206, - [1207] = 1202, - [1208] = 1208, - [1209] = 1209, - [1210] = 1202, - [1211] = 1211, - [1212] = 1212, - [1213] = 1213, - [1214] = 1214, + [1207] = 1178, + [1208] = 985, + [1209] = 981, + [1210] = 1189, + [1211] = 1202, + [1212] = 1178, + [1213] = 1119, + [1214] = 1169, [1215] = 1215, [1216] = 1216, - [1217] = 1217, + [1217] = 1216, [1218] = 1218, [1219] = 1219, [1220] = 1220, - [1221] = 1202, - [1222] = 1215, + [1221] = 1221, + [1222] = 1216, [1223] = 1223, [1224] = 1224, [1225] = 1225, [1226] = 1226, - [1227] = 1025, + [1227] = 1227, [1228] = 1228, [1229] = 1229, - [1230] = 1022, + [1230] = 1230, [1231] = 1231, - [1232] = 1024, - [1233] = 1233, + [1232] = 1232, + [1233] = 1225, [1234] = 1234, - [1235] = 1235, - [1236] = 1236, + [1235] = 1032, + [1236] = 1033, [1237] = 1237, [1238] = 1238, [1239] = 1239, [1240] = 1240, - [1241] = 954, - [1242] = 975, + [1241] = 1216, + [1242] = 1242, [1243] = 1243, [1244] = 1244, - [1245] = 1245, - [1246] = 1246, + [1245] = 1031, + [1246] = 1216, [1247] = 1247, [1248] = 1248, - [1249] = 949, + [1249] = 1249, [1250] = 1250, [1251] = 1251, - [1252] = 936, + [1252] = 1251, [1253] = 1253, - [1254] = 1254, - [1255] = 1253, - [1256] = 961, - [1257] = 1250, - [1258] = 1253, - [1259] = 945, + [1254] = 1248, + [1255] = 1255, + [1256] = 1250, + [1257] = 1257, + [1258] = 976, + [1259] = 941, [1260] = 1260, - [1261] = 1260, - [1262] = 1254, - [1263] = 967, - [1264] = 1254, - [1265] = 978, - [1266] = 982, - [1267] = 1260, - [1268] = 1254, - [1269] = 954, - [1270] = 1270, - [1271] = 1253, - [1272] = 1250, - [1273] = 1251, - [1274] = 979, - [1275] = 1250, - [1276] = 1250, - [1277] = 1253, - [1278] = 1251, - [1279] = 975, - [1280] = 1248, - [1281] = 1281, + [1261] = 1261, + [1262] = 1262, + [1263] = 1263, + [1264] = 1264, + [1265] = 1265, + [1266] = 1266, + [1267] = 975, + [1268] = 946, + [1269] = 937, + [1270] = 941, + [1271] = 957, + [1272] = 976, + [1273] = 942, + [1274] = 940, + [1275] = 955, + [1276] = 1276, + [1277] = 939, + [1278] = 1278, + [1279] = 1279, + [1280] = 1278, + [1281] = 1279, [1282] = 1282, - [1283] = 1283, + [1283] = 1279, [1284] = 1284, [1285] = 1285, - [1286] = 1286, - [1287] = 1287, - [1288] = 1288, - [1289] = 1289, - [1290] = 1290, - [1291] = 1291, - [1292] = 1292, - [1293] = 1293, - [1294] = 1294, + [1286] = 1282, + [1287] = 1282, + [1288] = 1285, + [1289] = 1279, + [1290] = 1279, + [1291] = 1284, + [1292] = 1276, + [1293] = 1284, + [1294] = 1285, [1295] = 1295, - [1296] = 1296, - [1297] = 1297, - [1298] = 1290, - [1299] = 1299, + [1296] = 1285, + [1297] = 1285, + [1298] = 1278, + [1299] = 1278, [1300] = 1300, [1301] = 1301, - [1302] = 1289, + [1302] = 1302, [1303] = 1303, - [1304] = 1304, - [1305] = 1295, - [1306] = 1297, - [1307] = 1296, - [1308] = 1287, - [1309] = 1304, + [1304] = 1006, + [1305] = 1305, + [1306] = 1306, + [1307] = 1307, + [1308] = 1308, + [1309] = 1308, [1310] = 1310, [1311] = 1311, - [1312] = 1310, - [1313] = 1313, - [1314] = 1314, - [1315] = 1303, - [1316] = 1301, - [1317] = 1299, - [1318] = 1294, - [1319] = 851, - [1320] = 1310, + [1312] = 1312, + [1313] = 1306, + [1314] = 1307, + [1315] = 1305, + [1316] = 1316, + [1317] = 1317, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, [1321] = 1321, - [1322] = 1322, - [1323] = 1289, - [1324] = 1293, - [1325] = 1310, + [1322] = 1321, + [1323] = 1323, + [1324] = 1317, + [1325] = 891, [1326] = 1326, - [1327] = 1327, - [1328] = 1328, + [1327] = 1311, + [1328] = 1316, [1329] = 1329, [1330] = 1330, - [1331] = 1331, + [1331] = 1300, [1332] = 1332, - [1333] = 1292, + [1333] = 1333, [1334] = 1334, - [1335] = 1335, + [1335] = 1312, [1336] = 1336, - [1337] = 1337, - [1338] = 1327, + [1337] = 1300, + [1338] = 1338, [1339] = 1339, - [1340] = 1135, - [1341] = 1322, - [1342] = 1003, + [1340] = 1340, + [1341] = 1341, + [1342] = 1342, [1343] = 1343, [1344] = 1344, - [1345] = 1132, - [1346] = 1339, - [1347] = 1331, - [1348] = 851, - [1349] = 1344, - [1350] = 1337, - [1351] = 1282, - [1352] = 1339, - [1353] = 1131, - [1354] = 1336, - [1355] = 1339, - [1356] = 1356, - [1357] = 1139, - [1358] = 1330, - [1359] = 1344, + [1345] = 1345, + [1346] = 1346, + [1347] = 1347, + [1348] = 1323, + [1349] = 1300, + [1350] = 1350, + [1351] = 1351, + [1352] = 1318, + [1353] = 1323, + [1354] = 1341, + [1355] = 1303, + [1356] = 1343, + [1357] = 1329, + [1358] = 1358, + [1359] = 1301, [1360] = 1360, - [1361] = 1284, - [1362] = 1281, + [1361] = 1361, + [1362] = 1362, [1363] = 1363, - [1364] = 1329, - [1365] = 1332, + [1364] = 1364, + [1365] = 1157, [1366] = 1366, - [1367] = 1300, - [1368] = 1335, - [1369] = 1369, - [1370] = 1343, - [1371] = 1334, - [1372] = 1372, - [1373] = 1373, - [1374] = 1374, - [1375] = 1375, - [1376] = 1376, - [1377] = 1377, - [1378] = 1378, - [1379] = 1376, - [1380] = 1380, - [1381] = 1381, - [1382] = 1380, - [1383] = 1374, - [1384] = 1377, - [1385] = 1378, + [1367] = 1367, + [1368] = 891, + [1369] = 1366, + [1370] = 1366, + [1371] = 1371, + [1372] = 1156, + [1373] = 1350, + [1374] = 1366, + [1375] = 1347, + [1376] = 1346, + [1377] = 1345, + [1378] = 1344, + [1379] = 1154, + [1380] = 1310, + [1381] = 1340, + [1382] = 1339, + [1383] = 1336, + [1384] = 1334, + [1385] = 1333, [1386] = 1386, - [1387] = 1386, - [1388] = 1375, - [1389] = 1374, - [1390] = 1378, - [1391] = 1376, - [1392] = 1381, + [1387] = 1151, + [1388] = 1358, + [1389] = 1362, + [1390] = 1358, + [1391] = 1391, + [1392] = 1392, [1393] = 1393, - [1394] = 1394, + [1394] = 1393, [1395] = 1395, - [1396] = 1375, - [1397] = 1394, - [1398] = 1380, - [1399] = 1377, - [1400] = 1378, - [1401] = 1394, - [1402] = 1374, + [1396] = 1391, + [1397] = 1397, + [1398] = 1397, + [1399] = 1392, + [1400] = 1400, + [1401] = 1401, + [1402] = 1391, [1403] = 1403, - [1404] = 1386, - [1405] = 1377, - [1406] = 1394, - [1407] = 1386, - [1408] = 1375, - [1409] = 1381, - [1410] = 1380, - [1411] = 1376, - [1412] = 1381, - [1413] = 1413, - [1414] = 1413, - [1415] = 1415, - [1416] = 1413, - [1417] = 1415, - [1418] = 1415, - [1419] = 1413, - [1420] = 1415, - [1421] = 1421, + [1404] = 1404, + [1405] = 1405, + [1406] = 1406, + [1407] = 1406, + [1408] = 1395, + [1409] = 1404, + [1410] = 1405, + [1411] = 1405, + [1412] = 1400, + [1413] = 1392, + [1414] = 1404, + [1415] = 1406, + [1416] = 1404, + [1417] = 1406, + [1418] = 1392, + [1419] = 1397, + [1420] = 1395, + [1421] = 1405, [1422] = 1422, - [1423] = 1423, - [1424] = 1424, - [1425] = 1425, - [1426] = 1426, - [1427] = 1427, - [1428] = 1428, - [1429] = 1428, + [1423] = 1391, + [1424] = 1400, + [1425] = 1400, + [1426] = 1393, + [1427] = 1393, + [1428] = 1397, + [1429] = 1395, [1430] = 1430, - [1431] = 1431, + [1431] = 1430, [1432] = 1432, [1433] = 1433, - [1434] = 1428, - [1435] = 1426, - [1436] = 1436, - [1437] = 1437, - [1438] = 1426, - [1439] = 1439, + [1434] = 1434, + [1435] = 1432, + [1436] = 1432, + [1437] = 1432, + [1438] = 1430, + [1439] = 1430, [1440] = 1440, [1441] = 1441, [1442] = 1442, - [1443] = 1442, + [1443] = 1443, [1444] = 1444, - [1445] = 1441, - [1446] = 1441, + [1445] = 1445, + [1446] = 1446, [1447] = 1447, [1448] = 1448, [1449] = 1449, - [1450] = 1441, + [1450] = 1450, [1451] = 1451, - [1452] = 1441, + [1452] = 1451, [1453] = 1453, - [1454] = 1447, - [1455] = 1447, - [1456] = 1456, - [1457] = 1457, - [1458] = 1458, - [1459] = 1447, + [1454] = 1454, + [1455] = 1449, + [1456] = 1451, + [1457] = 1449, + [1458] = 1434, + [1459] = 1459, [1460] = 1460, - [1461] = 1442, + [1461] = 1461, [1462] = 1462, [1463] = 1463, - [1464] = 1442, - [1465] = 1447, + [1464] = 1464, + [1465] = 1465, [1466] = 1466, [1467] = 1467, [1468] = 1468, - [1469] = 1469, - [1470] = 1466, - [1471] = 1466, - [1472] = 1467, - [1473] = 1466, - [1474] = 1467, - [1475] = 1467, - [1476] = 1466, - [1477] = 1467, - [1478] = 1478, + [1469] = 1468, + [1470] = 1470, + [1471] = 1471, + [1472] = 1471, + [1473] = 1470, + [1474] = 1474, + [1475] = 1468, + [1476] = 1470, + [1477] = 1468, + [1478] = 1470, [1479] = 1479, - [1480] = 1480, - [1481] = 1481, - [1482] = 1482, - [1483] = 1483, + [1480] = 1470, + [1481] = 1468, + [1482] = 1471, + [1483] = 1471, [1484] = 1484, [1485] = 1485, [1486] = 1486, [1487] = 1487, - [1488] = 1488, + [1488] = 1487, [1489] = 1489, - [1490] = 1490, - [1491] = 1480, - [1492] = 1492, - [1493] = 1480, + [1490] = 1489, + [1491] = 1487, + [1492] = 1487, + [1493] = 1493, [1494] = 1494, [1495] = 1495, - [1496] = 1479, - [1497] = 1479, - [1498] = 1488, - [1499] = 1483, + [1496] = 1489, + [1497] = 1487, + [1498] = 1498, + [1499] = 1489, [1500] = 1500, - [1501] = 1500, - [1502] = 1494, - [1503] = 1492, + [1501] = 1501, + [1502] = 1489, + [1503] = 1503, [1504] = 1504, - [1505] = 1483, - [1506] = 1488, + [1505] = 1505, + [1506] = 1506, [1507] = 1507, - [1508] = 1480, + [1508] = 1508, [1509] = 1509, [1510] = 1510, - [1511] = 1500, - [1512] = 1483, - [1513] = 1500, + [1511] = 1511, + [1512] = 1512, + [1513] = 1513, [1514] = 1514, - [1515] = 1487, - [1516] = 1516, - [1517] = 1517, - [1518] = 1517, + [1515] = 1512, + [1516] = 1510, + [1517] = 1508, + [1518] = 1518, [1519] = 1519, - [1520] = 1479, + [1520] = 1512, [1521] = 1521, - [1522] = 1517, - [1523] = 1517, - [1524] = 1524, - [1525] = 1494, - [1526] = 1492, + [1522] = 1512, + [1523] = 1523, + [1524] = 1513, + [1525] = 1505, + [1526] = 1526, [1527] = 1527, - [1528] = 1528, + [1528] = 1519, [1529] = 1529, [1530] = 1530, - [1531] = 1488, + [1531] = 1505, [1532] = 1532, - [1533] = 1494, - [1534] = 1492, - [1535] = 1487, + [1533] = 1533, + [1534] = 1534, + [1535] = 1535, [1536] = 1536, [1537] = 1537, - [1538] = 1487, + [1538] = 1538, [1539] = 1539, [1540] = 1540, [1541] = 1541, [1542] = 1542, - [1543] = 1543, + [1543] = 1519, [1544] = 1544, - [1545] = 1545, - [1546] = 1546, - [1547] = 1547, - [1548] = 1548, - [1549] = 1549, - [1550] = 1550, - [1551] = 1551, - [1552] = 1552, - [1553] = 1553, + [1545] = 1510, + [1546] = 1508, + [1547] = 1514, + [1548] = 1514, + [1549] = 1504, + [1550] = 1513, + [1551] = 1537, + [1552] = 1514, + [1553] = 1508, [1554] = 1554, [1555] = 1555, [1556] = 1556, - [1557] = 1557, - [1558] = 1558, - [1559] = 1559, - [1560] = 1556, - [1561] = 1556, - [1562] = 1562, - [1563] = 1563, - [1564] = 1559, + [1557] = 1504, + [1558] = 1510, + [1559] = 1537, + [1560] = 1504, + [1561] = 1505, + [1562] = 1537, + [1563] = 1513, + [1564] = 1519, [1565] = 1565, - [1566] = 1556, - [1567] = 1559, - [1568] = 1559, + [1566] = 1440, + [1567] = 1567, + [1568] = 1568, [1569] = 1569, [1570] = 1570, [1571] = 1571, - [1572] = 1571, - [1573] = 1573, - [1574] = 1574, + [1572] = 1572, + [1573] = 1442, + [1574] = 1444, [1575] = 1575, [1576] = 1576, [1577] = 1577, [1578] = 1578, [1579] = 1579, [1580] = 1580, - [1581] = 1581, - [1582] = 1580, + [1581] = 1578, + [1582] = 1460, [1583] = 1580, - [1584] = 1575, - [1585] = 1574, - [1586] = 1586, - [1587] = 1569, + [1584] = 1584, + [1585] = 1578, + [1586] = 1461, + [1587] = 1587, [1588] = 1588, - [1589] = 1589, - [1590] = 1581, - [1591] = 1591, - [1592] = 1570, + [1589] = 1467, + [1590] = 1590, + [1591] = 1580, + [1592] = 1578, [1593] = 1593, - [1594] = 1594, + [1594] = 1466, [1595] = 1595, - [1596] = 1579, - [1597] = 1589, - [1598] = 1573, + [1596] = 1580, + [1597] = 1597, + [1598] = 1598, [1599] = 1599, [1600] = 1600, - [1601] = 1591, - [1602] = 1570, - [1603] = 1576, - [1604] = 1575, + [1601] = 1601, + [1602] = 1602, + [1603] = 1603, + [1604] = 1602, [1605] = 1605, [1606] = 1606, [1607] = 1607, - [1608] = 1600, + [1608] = 1608, [1609] = 1609, - [1610] = 1574, - [1611] = 1594, - [1612] = 1594, - [1613] = 1578, - [1614] = 1571, - [1615] = 1589, - [1616] = 1609, - [1617] = 1588, - [1618] = 1618, - [1619] = 1569, - [1620] = 1595, - [1621] = 1580, - [1622] = 1588, - [1623] = 1589, - [1624] = 1581, - [1625] = 1591, - [1626] = 1578, - [1627] = 1627, - [1628] = 1593, + [1610] = 1610, + [1611] = 1611, + [1612] = 1610, + [1613] = 1613, + [1614] = 1614, + [1615] = 1615, + [1616] = 1616, + [1617] = 1617, + [1618] = 1611, + [1619] = 1619, + [1620] = 1620, + [1621] = 1617, + [1622] = 1622, + [1623] = 1623, + [1624] = 1619, + [1625] = 1625, + [1626] = 1626, + [1627] = 1608, + [1628] = 1609, [1629] = 1629, - [1630] = 1595, - [1631] = 1631, - [1632] = 1588, - [1633] = 1581, - [1634] = 1593, - [1635] = 1595, - [1636] = 1593, - [1637] = 1579, - [1638] = 1575, - [1639] = 1570, - [1640] = 1571, - [1641] = 1578, - [1642] = 1569, - [1643] = 1574, - [1644] = 1594, - [1645] = 1591, - [1646] = 1646, + [1630] = 1600, + [1631] = 1625, + [1632] = 1632, + [1633] = 1633, + [1634] = 1597, + [1635] = 1623, + [1636] = 1598, + [1637] = 1606, + [1638] = 1606, + [1639] = 1626, + [1640] = 1629, + [1641] = 1609, + [1642] = 1610, + [1643] = 1622, + [1644] = 1615, + [1645] = 1622, + [1646] = 1617, [1647] = 1647, - [1648] = 1573, - [1649] = 1649, - [1650] = 1609, - [1651] = 1651, - [1652] = 1652, - [1653] = 1579, - [1654] = 1654, - [1655] = 1600, - [1656] = 1573, - [1657] = 1600, - [1658] = 1609, - [1659] = 1576, - [1660] = 1576, + [1648] = 1615, + [1649] = 1619, + [1650] = 1650, + [1651] = 1602, + [1652] = 1615, + [1653] = 1653, + [1654] = 1598, + [1655] = 1633, + [1656] = 1619, + [1657] = 1608, + [1658] = 1658, + [1659] = 1626, + [1660] = 1660, [1661] = 1661, - [1662] = 1662, - [1663] = 1663, - [1664] = 1664, - [1665] = 1665, - [1666] = 1666, + [1662] = 1606, + [1663] = 1625, + [1664] = 1647, + [1665] = 1633, + [1666] = 1623, [1667] = 1667, [1668] = 1668, - [1669] = 1669, - [1670] = 1670, - [1671] = 1671, - [1672] = 1672, - [1673] = 1673, - [1674] = 1674, - [1675] = 1675, - [1676] = 1676, - [1677] = 1677, - [1678] = 1678, - [1679] = 1679, - [1680] = 1680, - [1681] = 1681, - [1682] = 1682, - [1683] = 1683, - [1684] = 1684, + [1669] = 1629, + [1670] = 1647, + [1671] = 1597, + [1672] = 1600, + [1673] = 1611, + [1674] = 1597, + [1675] = 1633, + [1676] = 1608, + [1677] = 1626, + [1678] = 1611, + [1679] = 1647, + [1680] = 1600, + [1681] = 1622, + [1682] = 1623, + [1683] = 1625, + [1684] = 1609, [1685] = 1685, - [1686] = 1686, - [1687] = 1687, - [1688] = 1688, - [1689] = 1686, - [1690] = 1690, + [1686] = 1610, + [1687] = 1602, + [1688] = 1617, + [1689] = 1598, + [1690] = 1629, [1691] = 1691, - [1692] = 1685, + [1692] = 1692, [1693] = 1693, [1694] = 1694, - [1695] = 1695, + [1695] = 1692, [1696] = 1696, [1697] = 1697, - [1698] = 1686, - [1699] = 1699, + [1698] = 1698, + [1699] = 1697, [1700] = 1700, [1701] = 1701, - [1702] = 1702, - [1703] = 1694, - [1704] = 1695, - [1705] = 1695, + [1702] = 1697, + [1703] = 1703, + [1704] = 1704, + [1705] = 1705, [1706] = 1706, - [1707] = 1694, + [1707] = 1707, [1708] = 1708, - [1709] = 1685, - [1710] = 1695, + [1709] = 1709, + [1710] = 1710, [1711] = 1711, [1712] = 1712, - [1713] = 1686, - [1714] = 1714, + [1713] = 1713, + [1714] = 1705, [1715] = 1715, - [1716] = 1716, - [1717] = 1685, + [1716] = 1713, + [1717] = 1717, [1718] = 1718, [1719] = 1719, - [1720] = 1694, + [1720] = 1720, [1721] = 1721, - [1722] = 1695, - [1723] = 1686, - [1724] = 1694, - [1725] = 1725, - [1726] = 1726, - [1727] = 1727, - [1728] = 1728, - [1729] = 1729, - [1730] = 1685, + [1722] = 1705, + [1723] = 1723, + [1724] = 1724, + [1725] = 1713, + [1726] = 1713, + [1727] = 1692, + [1728] = 1692, + [1729] = 1697, + [1730] = 1730, [1731] = 1731, - [1732] = 1732, - [1733] = 1733, - [1734] = 1734, - [1735] = 1735, + [1732] = 1692, + [1733] = 1713, + [1734] = 1697, + [1735] = 1705, [1736] = 1736, - [1737] = 1737, + [1737] = 1705, [1738] = 1738, [1739] = 1739, [1740] = 1740, - [1741] = 1737, + [1741] = 1741, [1742] = 1742, [1743] = 1743, [1744] = 1744, [1745] = 1745, - [1746] = 1737, - [1747] = 1737, + [1746] = 1746, + [1747] = 1747, [1748] = 1748, [1749] = 1749, [1750] = 1750, @@ -5369,617 +5397,648 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1759] = 1759, [1760] = 1760, [1761] = 1761, - [1762] = 1759, - [1763] = 1759, - [1764] = 1758, + [1762] = 1762, + [1763] = 1763, + [1764] = 1764, [1765] = 1765, [1766] = 1766, [1767] = 1767, [1768] = 1768, - [1769] = 1759, + [1769] = 1769, [1770] = 1770, [1771] = 1771, - [1772] = 1758, + [1772] = 1772, [1773] = 1773, - [1774] = 1765, + [1774] = 1774, [1775] = 1775, [1776] = 1776, [1777] = 1777, [1778] = 1778, - [1779] = 1773, + [1779] = 1779, [1780] = 1780, - [1781] = 1781, - [1782] = 1761, - [1783] = 1783, - [1784] = 1784, + [1781] = 1775, + [1782] = 1782, + [1783] = 1775, + [1784] = 1775, [1785] = 1785, [1786] = 1786, - [1787] = 1777, - [1788] = 1778, + [1787] = 1787, + [1788] = 1788, [1789] = 1789, [1790] = 1790, [1791] = 1791, [1792] = 1792, [1793] = 1793, - [1794] = 1759, + [1794] = 1794, [1795] = 1795, [1796] = 1796, - [1797] = 1765, - [1798] = 1773, - [1799] = 1761, - [1800] = 1780, + [1797] = 1797, + [1798] = 1798, + [1799] = 1799, + [1800] = 1798, [1801] = 1801, [1802] = 1802, - [1803] = 1759, - [1804] = 1804, - [1805] = 1758, - [1806] = 1761, - [1807] = 1790, - [1808] = 1808, - [1809] = 1760, - [1810] = 1780, - [1811] = 1765, + [1803] = 1790, + [1804] = 1791, + [1805] = 1805, + [1806] = 1806, + [1807] = 1807, + [1808] = 1802, + [1809] = 1809, + [1810] = 1795, + [1811] = 1811, [1812] = 1812, - [1813] = 1778, - [1814] = 1777, - [1815] = 1815, - [1816] = 1786, - [1817] = 1773, - [1818] = 1759, - [1819] = 1789, + [1813] = 1802, + [1814] = 1802, + [1815] = 1802, + [1816] = 1795, + [1817] = 1817, + [1818] = 1818, + [1819] = 1811, [1820] = 1820, - [1821] = 1786, - [1822] = 1761, - [1823] = 1786, - [1824] = 1790, - [1825] = 1790, - [1826] = 1826, - [1827] = 1760, - [1828] = 1828, - [1829] = 1780, - [1830] = 1760, - [1831] = 1789, - [1832] = 1758, - [1833] = 1765, + [1821] = 1802, + [1822] = 1822, + [1823] = 1823, + [1824] = 1801, + [1825] = 1817, + [1826] = 1794, + [1827] = 1794, + [1828] = 1807, + [1829] = 1818, + [1830] = 1811, + [1831] = 1831, + [1832] = 1832, + [1833] = 1833, [1834] = 1834, - [1835] = 1835, - [1836] = 1836, - [1837] = 1837, - [1838] = 1838, - [1839] = 1839, - [1840] = 1840, + [1835] = 1817, + [1836] = 1798, + [1837] = 1795, + [1838] = 1818, + [1839] = 1791, + [1840] = 1807, [1841] = 1841, - [1842] = 1837, - [1843] = 1838, - [1844] = 1840, - [1845] = 1845, - [1846] = 1846, + [1842] = 1842, + [1843] = 1802, + [1844] = 1844, + [1845] = 1801, + [1846] = 1807, [1847] = 1847, - [1848] = 1848, - [1849] = 1849, - [1850] = 1850, - [1851] = 1837, - [1852] = 1838, - [1853] = 1840, - [1854] = 1854, - [1855] = 1855, + [1848] = 1791, + [1849] = 1794, + [1850] = 1790, + [1851] = 1851, + [1852] = 1852, + [1853] = 1817, + [1854] = 1794, + [1855] = 1817, [1856] = 1856, [1857] = 1857, [1858] = 1858, - [1859] = 1859, - [1860] = 1860, - [1861] = 1861, - [1862] = 1862, - [1863] = 1863, - [1864] = 1864, + [1859] = 1801, + [1860] = 1795, + [1861] = 1797, + [1862] = 1797, + [1863] = 1798, + [1864] = 1797, [1865] = 1865, [1866] = 1866, [1867] = 1867, [1868] = 1868, [1869] = 1869, [1870] = 1870, - [1871] = 1859, - [1872] = 1863, + [1871] = 1871, + [1872] = 1872, [1873] = 1873, - [1874] = 1874, - [1875] = 1839, - [1876] = 1860, + [1874] = 1871, + [1875] = 1872, + [1876] = 1873, [1877] = 1877, [1878] = 1878, [1879] = 1879, - [1880] = 1880, - [1881] = 1881, + [1880] = 1871, + [1881] = 1872, [1882] = 1882, [1883] = 1883, - [1884] = 1835, + [1884] = 1873, [1885] = 1873, [1886] = 1886, - [1887] = 1887, - [1888] = 1888, - [1889] = 1889, + [1887] = 1877, + [1888] = 1872, + [1889] = 1879, [1890] = 1890, [1891] = 1891, - [1892] = 1869, - [1893] = 1850, - [1894] = 1867, - [1895] = 1868, - [1896] = 1627, - [1897] = 1848, - [1898] = 1862, + [1892] = 1892, + [1893] = 1892, + [1894] = 1894, + [1895] = 1870, + [1896] = 1896, + [1897] = 1897, + [1898] = 1898, [1899] = 1899, - [1900] = 1889, - [1901] = 1849, - [1902] = 1862, - [1903] = 1888, - [1904] = 1868, - [1905] = 1869, - [1906] = 1873, + [1900] = 1900, + [1901] = 1901, + [1902] = 1902, + [1903] = 1903, + [1904] = 1904, + [1905] = 1905, + [1906] = 1906, [1907] = 1907, - [1908] = 1887, + [1908] = 1901, [1909] = 1909, - [1910] = 1874, - [1911] = 1911, - [1912] = 1882, + [1910] = 1910, + [1911] = 1902, + [1912] = 1912, [1913] = 1913, - [1914] = 1835, - [1915] = 1915, - [1916] = 1874, + [1914] = 1914, + [1915] = 1901, + [1916] = 1871, [1917] = 1917, - [1918] = 1880, - [1919] = 1881, + [1918] = 1918, + [1919] = 1883, [1920] = 1920, - [1921] = 1881, + [1921] = 1921, [1922] = 1922, [1923] = 1923, - [1924] = 1882, + [1924] = 1924, [1925] = 1925, [1926] = 1926, - [1927] = 1880, + [1927] = 1892, [1928] = 1928, - [1929] = 1839, - [1930] = 1859, - [1931] = 1931, - [1932] = 1887, - [1933] = 1933, - [1934] = 1913, - [1935] = 1880, - [1936] = 1881, - [1937] = 1847, - [1938] = 1888, - [1939] = 1846, - [1940] = 1850, - [1941] = 1889, - [1942] = 1942, - [1943] = 1845, - [1944] = 1944, - [1945] = 1890, + [1929] = 1890, + [1930] = 1930, + [1931] = 1879, + [1932] = 1932, + [1933] = 1899, + [1934] = 1934, + [1935] = 1935, + [1936] = 1936, + [1937] = 1937, + [1938] = 1938, + [1939] = 1939, + [1940] = 1940, + [1941] = 1941, + [1942] = 1930, + [1943] = 1922, + [1944] = 1650, + [1945] = 1921, [1946] = 1946, - [1947] = 1882, - [1948] = 1948, - [1949] = 1926, - [1950] = 1867, - [1951] = 1886, - [1952] = 1848, - [1953] = 1847, - [1954] = 1838, + [1947] = 1920, + [1948] = 1918, + [1949] = 1949, + [1950] = 1905, + [1951] = 1930, + [1952] = 1904, + [1953] = 1930, + [1954] = 1903, [1955] = 1955, - [1956] = 1846, + [1956] = 1879, [1957] = 1957, - [1958] = 1840, + [1958] = 1958, [1959] = 1959, - [1960] = 1960, - [1961] = 1961, - [1962] = 1845, - [1963] = 1963, - [1964] = 1964, - [1965] = 1887, - [1966] = 1888, - [1967] = 1845, - [1968] = 1968, - [1969] = 1889, - [1970] = 1837, - [1971] = 1971, - [1972] = 1867, - [1973] = 1973, - [1974] = 1846, - [1975] = 1890, - [1976] = 1849, - [1977] = 1847, - [1978] = 1835, - [1979] = 1850, - [1980] = 1886, - [1981] = 1981, - [1982] = 1862, - [1983] = 1963, - [1984] = 1868, - [1985] = 1867, - [1986] = 1869, - [1987] = 1845, - [1988] = 1846, - [1989] = 1847, - [1990] = 1873, - [1991] = 1873, - [1992] = 1992, - [1993] = 1859, - [1994] = 1863, - [1995] = 1869, + [1960] = 1922, + [1961] = 1898, + [1962] = 1897, + [1963] = 1921, + [1964] = 1920, + [1965] = 1918, + [1966] = 1917, + [1967] = 1896, + [1968] = 1901, + [1969] = 1969, + [1970] = 1970, + [1971] = 1896, + [1972] = 1972, + [1973] = 1877, + [1974] = 1869, + [1975] = 1975, + [1976] = 1869, + [1977] = 1922, + [1978] = 1921, + [1979] = 1920, + [1980] = 1868, + [1981] = 1867, + [1982] = 1868, + [1983] = 1867, + [1984] = 1906, + [1985] = 1985, + [1986] = 1897, + [1987] = 1905, + [1988] = 1904, + [1989] = 1903, + [1990] = 1883, + [1991] = 1918, + [1992] = 1883, + [1993] = 1993, + [1994] = 1898, + [1995] = 1995, [1996] = 1996, - [1997] = 1868, - [1998] = 1862, - [1999] = 1848, - [2000] = 1860, - [2001] = 1955, - [2002] = 2002, - [2003] = 2003, - [2004] = 1858, - [2005] = 1835, - [2006] = 1880, - [2007] = 1881, - [2008] = 1882, - [2009] = 1859, - [2010] = 1889, - [2011] = 1944, - [2012] = 1887, - [2013] = 1888, + [1997] = 1997, + [1998] = 1937, + [1999] = 1898, + [2000] = 1897, + [2001] = 1883, + [2002] = 1896, + [2003] = 1941, + [2004] = 1917, + [2005] = 1867, + [2006] = 1868, + [2007] = 1869, + [2008] = 1890, + [2009] = 1902, + [2010] = 2010, + [2011] = 1877, + [2012] = 1997, + [2013] = 1903, [2014] = 2014, - [2015] = 2015, - [2016] = 2016, - [2017] = 2017, + [2015] = 1904, + [2016] = 1905, + [2017] = 1899, [2018] = 2018, [2019] = 2019, - [2020] = 2017, - [2021] = 2021, - [2022] = 2014, + [2020] = 1937, + [2021] = 1877, + [2022] = 1906, [2023] = 2023, - [2024] = 2024, - [2025] = 2025, - [2026] = 2026, + [2024] = 1896, + [2025] = 1897, + [2026] = 1898, [2027] = 2027, [2028] = 2028, - [2029] = 2029, - [2030] = 2030, - [2031] = 2031, - [2032] = 2032, - [2033] = 2033, - [2034] = 2019, - [2035] = 2035, - [2036] = 2023, - [2037] = 2016, - [2038] = 2038, - [2039] = 2039, - [2040] = 2040, - [2041] = 2023, - [2042] = 2021, - [2043] = 2016, - [2044] = 2016, + [2029] = 1958, + [2030] = 1903, + [2031] = 1904, + [2032] = 1905, + [2033] = 1930, + [2034] = 1869, + [2035] = 1868, + [2036] = 1867, + [2037] = 2037, + [2038] = 1918, + [2039] = 1920, + [2040] = 1921, + [2041] = 1922, + [2042] = 2014, + [2043] = 2043, + [2044] = 2044, [2045] = 2045, - [2046] = 2030, - [2047] = 2023, + [2046] = 2046, + [2047] = 2047, [2048] = 2048, - [2049] = 2031, - [2050] = 2050, + [2049] = 2049, + [2050] = 2043, [2051] = 2051, - [2052] = 2026, + [2052] = 2052, [2053] = 2053, [2054] = 2054, [2055] = 2055, - [2056] = 2031, - [2057] = 2015, - [2058] = 2058, - [2059] = 2059, - [2060] = 2031, - [2061] = 2030, - [2062] = 2026, + [2056] = 2056, + [2057] = 2057, + [2058] = 2047, + [2059] = 2051, + [2060] = 2060, + [2061] = 2061, + [2062] = 2052, [2063] = 2063, - [2064] = 2023, + [2064] = 2052, [2065] = 2065, - [2066] = 2019, - [2067] = 2058, - [2068] = 2019, - [2069] = 2015, - [2070] = 2058, - [2071] = 2071, - [2072] = 2031, + [2066] = 2052, + [2067] = 2067, + [2068] = 2068, + [2069] = 2043, + [2070] = 2070, + [2071] = 2068, + [2072] = 2072, [2073] = 2073, [2074] = 2074, - [2075] = 2030, - [2076] = 2076, - [2077] = 2017, - [2078] = 2015, - [2079] = 2015, - [2080] = 2030, - [2081] = 2030, - [2082] = 2082, - [2083] = 2014, - [2084] = 2084, + [2075] = 2047, + [2076] = 2056, + [2077] = 2051, + [2078] = 2078, + [2079] = 2070, + [2080] = 2067, + [2081] = 2081, + [2082] = 2070, + [2083] = 2067, + [2084] = 2043, [2085] = 2085, - [2086] = 2014, - [2087] = 2030, - [2088] = 2018, - [2089] = 2017, - [2090] = 2021, - [2091] = 2091, - [2092] = 2014, - [2093] = 2019, - [2094] = 2021, - [2095] = 2017, - [2096] = 2058, - [2097] = 2018, - [2098] = 2076, - [2099] = 2026, + [2086] = 2086, + [2087] = 2087, + [2088] = 2078, + [2089] = 2078, + [2090] = 2090, + [2091] = 2078, + [2092] = 2092, + [2093] = 2052, + [2094] = 2094, + [2095] = 2095, + [2096] = 2070, + [2097] = 2097, + [2098] = 2052, + [2099] = 2067, [2100] = 2100, - [2101] = 2065, - [2102] = 2102, - [2103] = 2103, + [2101] = 2047, + [2102] = 2070, + [2103] = 2055, [2104] = 2104, - [2105] = 2105, - [2106] = 2106, - [2107] = 2107, - [2108] = 2108, + [2105] = 2057, + [2106] = 2054, + [2107] = 2055, + [2108] = 2056, [2109] = 2109, - [2110] = 2110, - [2111] = 2111, - [2112] = 2112, + [2110] = 2057, + [2111] = 2051, + [2112] = 2043, [2113] = 2113, - [2114] = 2114, - [2115] = 2115, - [2116] = 2116, - [2117] = 2117, - [2118] = 2118, + [2114] = 2109, + [2115] = 2057, + [2116] = 2056, + [2117] = 2068, + [2118] = 2113, [2119] = 2119, - [2120] = 2120, - [2121] = 1139, + [2120] = 2055, + [2121] = 2057, [2122] = 2122, - [2123] = 2123, + [2123] = 2055, [2124] = 2124, - [2125] = 2125, - [2126] = 2126, - [2127] = 2127, - [2128] = 2103, + [2125] = 2051, + [2126] = 2054, + [2127] = 2047, + [2128] = 2068, [2129] = 2129, - [2130] = 2130, + [2130] = 2052, [2131] = 2131, [2132] = 2132, - [2133] = 2119, - [2134] = 1135, + [2133] = 2133, + [2134] = 1157, [2135] = 2135, - [2136] = 1131, - [2137] = 2132, - [2138] = 2116, - [2139] = 2119, - [2140] = 2135, - [2141] = 2127, - [2142] = 2131, + [2136] = 2136, + [2137] = 2137, + [2138] = 2138, + [2139] = 2139, + [2140] = 2140, + [2141] = 2141, + [2142] = 2142, [2143] = 2143, [2144] = 2144, [2145] = 2145, [2146] = 2146, - [2147] = 2112, + [2147] = 2147, [2148] = 2148, - [2149] = 2132, + [2149] = 2149, [2150] = 2150, - [2151] = 2151, - [2152] = 2119, - [2153] = 2131, - [2154] = 2132, - [2155] = 2119, + [2151] = 2145, + [2152] = 2152, + [2153] = 2153, + [2154] = 2154, + [2155] = 2155, [2156] = 2156, [2157] = 2157, [2158] = 2158, - [2159] = 2135, + [2159] = 2132, [2160] = 2160, - [2161] = 2161, - [2162] = 2162, - [2163] = 2143, + [2161] = 2148, + [2162] = 2131, + [2163] = 2163, [2164] = 2164, [2165] = 2165, - [2166] = 2132, + [2166] = 2166, [2167] = 2167, - [2168] = 2168, - [2169] = 2169, - [2170] = 2112, - [2171] = 2171, - [2172] = 2164, + [2168] = 2147, + [2169] = 2133, + [2170] = 2131, + [2171] = 2163, + [2172] = 2147, [2173] = 2173, [2174] = 2174, - [2175] = 2175, - [2176] = 2176, + [2175] = 2131, + [2176] = 2148, [2177] = 2177, - [2178] = 2117, + [2178] = 2163, [2179] = 2179, - [2180] = 2180, - [2181] = 2181, - [2182] = 2182, - [2183] = 2112, - [2184] = 2184, - [2185] = 2185, - [2186] = 2103, - [2187] = 2126, + [2180] = 2177, + [2181] = 2132, + [2182] = 2147, + [2183] = 2183, + [2184] = 2140, + [2185] = 1156, + [2186] = 2163, + [2187] = 2187, [2188] = 2188, - [2189] = 2189, + [2189] = 2160, [2190] = 2190, - [2191] = 2177, + [2191] = 2179, [2192] = 2192, [2193] = 2193, - [2194] = 2194, - [2195] = 2130, - [2196] = 2106, - [2197] = 2160, - [2198] = 2198, - [2199] = 2184, - [2200] = 2175, - [2201] = 2132, - [2202] = 2202, - [2203] = 2169, - [2204] = 2204, - [2205] = 2174, + [2194] = 2148, + [2195] = 2195, + [2196] = 2190, + [2197] = 2197, + [2198] = 2133, + [2199] = 2164, + [2200] = 2131, + [2201] = 2201, + [2202] = 2174, + [2203] = 2203, + [2204] = 2173, + [2205] = 2135, [2206] = 2206, - [2207] = 2207, + [2207] = 2136, [2208] = 2208, - [2209] = 2113, - [2210] = 2210, - [2211] = 2131, + [2209] = 2209, + [2210] = 2133, + [2211] = 2211, [2212] = 2212, - [2213] = 2116, - [2214] = 2214, - [2215] = 2158, - [2216] = 2127, + [2213] = 2154, + [2214] = 2153, + [2215] = 2215, + [2216] = 2216, [2217] = 2217, - [2218] = 2218, - [2219] = 2143, - [2220] = 2119, - [2221] = 2117, - [2222] = 1132, - [2223] = 2177, - [2224] = 2224, - [2225] = 2114, - [2226] = 2192, - [2227] = 2207, + [2218] = 2141, + [2219] = 2138, + [2220] = 2141, + [2221] = 2221, + [2222] = 2136, + [2223] = 2137, + [2224] = 2131, + [2225] = 2156, + [2226] = 2226, + [2227] = 2227, [2228] = 2228, - [2229] = 2207, - [2230] = 2217, - [2231] = 2115, + [2229] = 2229, + [2230] = 2164, + [2231] = 2231, [2232] = 2232, - [2233] = 2118, - [2234] = 2234, - [2235] = 2235, + [2233] = 2233, + [2234] = 2146, + [2235] = 1151, [2236] = 2236, - [2237] = 2143, - [2238] = 2126, - [2239] = 2217, - [2240] = 2158, - [2241] = 2241, - [2242] = 2113, - [2243] = 2135, - [2244] = 2106, - [2245] = 576, - [2246] = 2156, + [2237] = 2216, + [2238] = 2163, + [2239] = 2163, + [2240] = 2240, + [2241] = 2157, + [2242] = 2177, + [2243] = 2179, + [2244] = 2160, + [2245] = 2190, + [2246] = 2174, [2247] = 2247, - [2248] = 2169, - [2249] = 2113, - [2250] = 2190, - [2251] = 2171, - [2252] = 2252, - [2253] = 2173, - [2254] = 2164, + [2248] = 1154, + [2249] = 2173, + [2250] = 2149, + [2251] = 2215, + [2252] = 2132, + [2253] = 2148, + [2254] = 2254, [2255] = 2255, - [2256] = 2256, + [2256] = 2145, [2257] = 2257, - [2258] = 2207, - [2259] = 2117, + [2258] = 2147, + [2259] = 2217, [2260] = 2260, [2261] = 2261, [2262] = 2262, [2263] = 2263, [2264] = 2264, - [2265] = 2265, - [2266] = 2177, - [2267] = 2108, + [2265] = 2154, + [2266] = 2153, + [2267] = 2267, [2268] = 2268, [2269] = 2269, - [2270] = 2270, + [2270] = 2221, [2271] = 2271, - [2272] = 2272, + [2272] = 2137, [2273] = 2273, [2274] = 2274, [2275] = 2275, - [2276] = 2103, - [2277] = 2171, - [2278] = 2278, + [2276] = 582, + [2277] = 2277, + [2278] = 2144, [2279] = 2279, [2280] = 2280, - [2281] = 2189, + [2281] = 2142, [2282] = 2282, - [2283] = 2174, - [2284] = 2103, - [2285] = 2103, - [2286] = 2175, - [2287] = 2158, - [2288] = 2189, - [2289] = 2289, - [2290] = 2289, - [2291] = 2184, - [2292] = 2292, + [2283] = 2283, + [2284] = 2284, + [2285] = 2285, + [2286] = 2286, + [2287] = 2140, + [2288] = 2288, + [2289] = 2274, + [2290] = 2290, + [2291] = 2275, + [2292] = 2279, [2293] = 2293, - [2294] = 2113, - [2295] = 2295, - [2296] = 2296, - [2297] = 2297, - [2298] = 2298, - [2299] = 2298, - [2300] = 2113, - [2301] = 2135, - [2302] = 2302, - [2303] = 577, - [2304] = 2135, - [2305] = 2180, - [2306] = 2306, + [2294] = 2294, + [2295] = 581, + [2296] = 2160, + [2297] = 2138, + [2298] = 2157, + [2299] = 2188, + [2300] = 2300, + [2301] = 2301, + [2302] = 2187, + [2303] = 2303, + [2304] = 2154, + [2305] = 2293, + [2306] = 2145, [2307] = 2307, [2308] = 2308, [2309] = 2309, - [2310] = 2114, + [2310] = 2310, [2311] = 2311, - [2312] = 2112, - [2313] = 2194, - [2314] = 2115, - [2315] = 2192, + [2312] = 2154, + [2313] = 2154, + [2314] = 2279, + [2315] = 2275, [2316] = 2316, - [2317] = 2118, - [2318] = 2169, + [2317] = 2150, + [2318] = 2318, [2319] = 2319, - [2320] = 2119, - [2321] = 2293, - [2322] = 2322, - [2323] = 2189, - [2324] = 2298, - [2325] = 2289, - [2326] = 2326, - [2327] = 2180, - [2328] = 2328, - [2329] = 2193, - [2330] = 2204, + [2320] = 2320, + [2321] = 2321, + [2322] = 2147, + [2323] = 2274, + [2324] = 2324, + [2325] = 2325, + [2326] = 2318, + [2327] = 2327, + [2328] = 2145, + [2329] = 2140, + [2330] = 2330, [2331] = 2331, [2332] = 2332, [2333] = 2333, - [2334] = 2106, - [2335] = 2190, - [2336] = 2336, - [2337] = 2173, - [2338] = 2164, - [2339] = 2293, - [2340] = 2158, - [2341] = 2298, - [2342] = 2164, - [2343] = 2193, - [2344] = 2180, - [2345] = 2194, - [2346] = 2173, - [2347] = 2193, - [2348] = 2160, - [2349] = 2132, - [2350] = 2292, + [2334] = 2193, + [2335] = 2335, + [2336] = 2221, + [2337] = 2217, + [2338] = 2268, + [2339] = 2146, + [2340] = 2340, + [2341] = 2341, + [2342] = 2342, + [2343] = 2133, + [2344] = 2142, + [2345] = 2215, + [2346] = 2346, + [2347] = 2347, + [2348] = 2144, + [2349] = 2349, + [2350] = 2146, [2351] = 2351, - [2352] = 2190, - [2353] = 2353, - [2354] = 2217, - [2355] = 2293, - [2356] = 2194, - [2357] = 2112, - [2358] = 2127, - [2359] = 2192, + [2352] = 2321, + [2353] = 2190, + [2354] = 2354, + [2355] = 2318, + [2356] = 2356, + [2357] = 2357, + [2358] = 2193, + [2359] = 2359, [2360] = 2360, - [2361] = 2126, - [2362] = 2293, - [2363] = 2131, - [2364] = 2364, - [2365] = 2365, - [2366] = 2131, + [2361] = 2361, + [2362] = 2362, + [2363] = 2137, + [2364] = 2144, + [2365] = 2142, + [2366] = 2321, [2367] = 2367, - [2368] = 2103, - [2369] = 2160, - [2370] = 2127, - [2371] = 2135, - [2372] = 2295, + [2368] = 2147, + [2369] = 2369, + [2370] = 2140, + [2371] = 2145, + [2372] = 2318, + [2373] = 2132, + [2374] = 2216, + [2375] = 2193, + [2376] = 2376, + [2377] = 2164, + [2378] = 2173, + [2379] = 2320, + [2380] = 2380, + [2381] = 2381, + [2382] = 2174, + [2383] = 2383, + [2384] = 2384, + [2385] = 2156, + [2386] = 2321, + [2387] = 2387, + [2388] = 2179, + [2389] = 2177, + [2390] = 2141, + [2391] = 2138, + [2392] = 2153, + [2393] = 2321, + [2394] = 2136, + [2395] = 2131, + [2396] = 2133, + [2397] = 2148, + [2398] = 2398, + [2399] = 2154, + [2400] = 2293, + [2401] = 2160, + [2402] = 2216, + [2403] = 2163, }; static TSCharacterRange sym_number_literal_character_set_13[] = { @@ -6354,8 +6413,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(111); END_STATE(); case 28: + if (lookahead == '\n') SKIP(58); + if (lookahead == '"') ADVANCE(301); + if (lookahead == '/') ADVANCE(302); + if (lookahead == '\\') ADVANCE(29); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(305); + if (lookahead != 0) ADVANCE(306); + END_STATE(); + case 29: + if (lookahead == '\n') ADVANCE(308); + if (lookahead == '\r') ADVANCE(307); + if (lookahead == 'U') ADVANCE(120); + if (lookahead == 'u') ADVANCE(112); + if (lookahead == 'x') ADVANCE(108); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(310); + if (lookahead != 0) ADVANCE(307); + END_STATE(); + case 30: if (lookahead == '\n') ADVANCE(126); - if (lookahead == '\r') ADVANCE(33); + if (lookahead == '\r') ADVANCE(35); if (lookahead == '(') ADVANCE(128); if (lookahead == '/') ADVANCE(157); if (lookahead == '\\') ADVANCE(149); @@ -6363,27 +6440,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(69); if (lookahead != 0) ADVANCE(167); END_STATE(); - case 29: + case 31: if (lookahead == '\n') ADVANCE(126); - if (lookahead == '\r') ADVANCE(33); + if (lookahead == '\r') ADVANCE(35); if (lookahead == '/') ADVANCE(157); if (lookahead == '\\') ADVANCE(149); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(69); if (lookahead != 0) ADVANCE(167); END_STATE(); - case 30: - if (lookahead == '\n') ADVANCE(126); - if (lookahead == '\r') ADVANCE(32); - if (lookahead == '(') ADVANCE(200); - if (lookahead == '/') ADVANCE(63); - if (lookahead == '\\') SKIP(39); - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(62); - END_STATE(); - case 31: + case 32: if (lookahead == '\n') ADVANCE(126); - if (lookahead == '\r') ADVANCE(34); + if (lookahead == '\r') ADVANCE(36); if (lookahead == '/') ADVANCE(157); if (lookahead == '\\') ADVANCE(151); if (('\t' <= lookahead && lookahead <= '\f') || @@ -6391,7 +6459,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (set_contains(sym_identifier_character_set_1, 658, lookahead)) ADVANCE(326); if (lookahead != 0) ADVANCE(167); END_STATE(); - case 32: + case 33: + if (lookahead == '\n') ADVANCE(126); + if (lookahead == '\r') ADVANCE(34); + if (lookahead == '(') ADVANCE(200); + if (lookahead == '/') ADVANCE(63); + if (lookahead == '\\') SKIP(39); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(62); + END_STATE(); + case 34: if (lookahead == '\n') ADVANCE(126); if (lookahead == '(') ADVANCE(200); if (lookahead == '/') ADVANCE(63); @@ -6399,7 +6476,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(62); END_STATE(); - case 33: + case 35: if (lookahead == '\n') ADVANCE(126); if (lookahead == '/') ADVANCE(157); if (lookahead == '\\') ADVANCE(149); @@ -6407,7 +6484,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(69); if (lookahead != 0) ADVANCE(167); END_STATE(); - case 34: + case 36: if (lookahead == '\n') ADVANCE(126); if (lookahead == '/') ADVANCE(157); if (lookahead == '\\') ADVANCE(151); @@ -6416,24 +6493,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (set_contains(sym_identifier_character_set_1, 658, lookahead)) ADVANCE(326); if (lookahead != 0) ADVANCE(167); END_STATE(); - case 35: - if (lookahead == '\n') SKIP(58); - if (lookahead == '"') ADVANCE(301); - if (lookahead == '/') ADVANCE(302); - if (lookahead == '\\') ADVANCE(36); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(305); - if (lookahead != 0) ADVANCE(306); - END_STATE(); - case 36: - if (lookahead == '\n') ADVANCE(308); - if (lookahead == '\r') ADVANCE(307); - if (lookahead == 'U') ADVANCE(120); - if (lookahead == 'u') ADVANCE(112); - if (lookahead == 'x') ADVANCE(108); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(310); - if (lookahead != 0) ADVANCE(307); - END_STATE(); case 37: if (lookahead == '\n') SKIP(61); if (lookahead == '\'') ADVANCE(292); @@ -6871,7 +6930,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 58: if (lookahead == '"') ADVANCE(301); if (lookahead == '/') ADVANCE(63); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(29); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(58); END_STATE(); @@ -6897,7 +6956,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 61: if (lookahead == '\'') ADVANCE(292); if (lookahead == '/') ADVANCE(63); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(29); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(61); END_STATE(); @@ -8504,7 +8563,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 296: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(29); END_STATE(); case 297: ACCEPT_TOKEN(anon_sym_L_DQUOTE); @@ -8570,7 +8629,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 308: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(29); END_STATE(); case 309: ACCEPT_TOKEN(sym_escape_sequence); @@ -9144,291 +9203,293 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'n') ADVANCE(191); END_STATE(); case 97: - if (lookahead == 'r') ADVANCE(192); + if (lookahead == 'n') ADVANCE(192); + if (lookahead == 'r') ADVANCE(193); END_STATE(); case 98: - if (lookahead == 'l') ADVANCE(193); - if (lookahead == 's') ADVANCE(194); - if (lookahead == 't') ADVANCE(195); + if (lookahead == 'l') ADVANCE(194); + if (lookahead == 's') ADVANCE(195); + if (lookahead == 't') ADVANCE(196); END_STATE(); case 99: - if (lookahead == 'a') ADVANCE(196); + if (lookahead == 'a') ADVANCE(197); END_STATE(); case 100: - if (lookahead == 'd') ADVANCE(197); - if (lookahead == 'l') ADVANCE(198); + if (lookahead == 'd') ADVANCE(198); + if (lookahead == 'l') ADVANCE(199); END_STATE(); case 101: - if (lookahead == 'e') ADVANCE(199); + if (lookahead == 'e') ADVANCE(200); END_STATE(); case 102: - if (lookahead == 'x') ADVANCE(200); + if (lookahead == 'x') ADVANCE(201); END_STATE(); case 103: - if (lookahead == 'a') ADVANCE(201); - if (lookahead == 'i') ADVANCE(202); - if (lookahead == 'o') ADVANCE(203); + if (lookahead == 'a') ADVANCE(202); + if (lookahead == 'i') ADVANCE(203); + if (lookahead == 'o') ADVANCE(204); END_STATE(); case 104: - if (lookahead == 'n') ADVANCE(204); + if (lookahead == 'n') ADVANCE(205); END_STATE(); case 105: - if (lookahead == 'e') ADVANCE(205); + if (lookahead == 'e') ADVANCE(206); END_STATE(); case 106: - if (lookahead == 'e') ADVANCE(206); + if (lookahead == 'e') ADVANCE(207); END_STATE(); case 107: - if (lookahead == 'p') ADVANCE(207); - if (lookahead == 't') ADVANCE(208); + if (lookahead == 'p') ADVANCE(208); + if (lookahead == 't') ADVANCE(209); END_STATE(); case 108: - if (lookahead == 'h') ADVANCE(209); - if (lookahead == 'r') ADVANCE(210); + if (lookahead == 'h') ADVANCE(210); + if (lookahead == 'r') ADVANCE(211); END_STATE(); case 109: - if (lookahead == 'n') ADVANCE(211); - if (lookahead == 'p') ADVANCE(212); + if (lookahead == 'n') ADVANCE(212); + if (lookahead == 'p') ADVANCE(213); END_STATE(); case 110: - if (lookahead == 'e') ADVANCE(213); + if (lookahead == 'e') ADVANCE(214); + if (lookahead == 'o') ADVANCE(215); END_STATE(); case 111: - if (lookahead == 'i') ADVANCE(214); + if (lookahead == 'i') ADVANCE(216); END_STATE(); case 112: - if (lookahead == 'a') ADVANCE(215); + if (lookahead == 'a') ADVANCE(217); END_STATE(); case 113: - if (lookahead == 'g') ADVANCE(216); + if (lookahead == 'g') ADVANCE(218); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_asm); END_STATE(); case 115: - if (lookahead == 'r') ADVANCE(217); + if (lookahead == 'r') ADVANCE(219); END_STATE(); case 116: - if (lookahead == 'o') ADVANCE(218); + if (lookahead == 'o') ADVANCE(220); END_STATE(); case 117: - if (lookahead == 'l') ADVANCE(219); + if (lookahead == 'l') ADVANCE(221); END_STATE(); case 118: - if (lookahead == 'a') ADVANCE(220); + if (lookahead == 'a') ADVANCE(222); END_STATE(); case 119: - if (lookahead == 'f') ADVANCE(221); + if (lookahead == 'f') ADVANCE(223); END_STATE(); case 120: - if (lookahead == 'l') ADVANCE(222); + if (lookahead == 'l') ADVANCE(224); END_STATE(); case 121: - if (lookahead == 'e') ADVANCE(223); + if (lookahead == 'e') ADVANCE(225); END_STATE(); case 122: - if (lookahead == 't') ADVANCE(224); + if (lookahead == 't') ADVANCE(226); END_STATE(); case 123: - if (lookahead == 'r') ADVANCE(225); + if (lookahead == 'r') ADVANCE(227); END_STATE(); case 124: - if (lookahead == 'e') ADVANCE(226); + if (lookahead == 'e') ADVANCE(228); END_STATE(); case 125: - if (lookahead == 's') ADVANCE(227); - if (lookahead == 't') ADVANCE(228); + if (lookahead == 's') ADVANCE(229); + if (lookahead == 't') ADVANCE(230); END_STATE(); case 126: - if (lookahead == 'a') ADVANCE(229); - if (lookahead == 'i') ADVANCE(230); + if (lookahead == 'a') ADVANCE(231); + if (lookahead == 'i') ADVANCE(232); END_STATE(); case 127: - if (lookahead == 'a') ADVANCE(231); + if (lookahead == 'a') ADVANCE(233); END_STATE(); case 128: - if (lookahead == 'b') ADVANCE(232); + if (lookahead == 'b') ADVANCE(234); END_STATE(); case 129: - if (lookahead == 'e') ADVANCE(233); + if (lookahead == 'e') ADVANCE(235); END_STATE(); case 130: - if (lookahead == 'b') ADVANCE(234); + if (lookahead == 'b') ADVANCE(236); END_STATE(); case 131: - if (lookahead == 'm') ADVANCE(235); + if (lookahead == 'm') ADVANCE(237); END_STATE(); case 132: - if (lookahead == 'e') ADVANCE(236); + if (lookahead == 'e') ADVANCE(238); END_STATE(); case 133: - if (lookahead == 's') ADVANCE(237); + if (lookahead == 's') ADVANCE(239); END_STATE(); case 134: - if (lookahead == 't') ADVANCE(238); + if (lookahead == 't') ADVANCE(240); END_STATE(); case 135: - if (lookahead == 'a') ADVANCE(239); + if (lookahead == 'a') ADVANCE(241); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 137: - if (lookahead == 'o') ADVANCE(240); + if (lookahead == 'o') ADVANCE(242); END_STATE(); case 138: - if (lookahead == 'h') ADVANCE(241); + if (lookahead == 'h') ADVANCE(243); END_STATE(); case 139: - if (lookahead == 'A') ADVANCE(242); + if (lookahead == 'A') ADVANCE(244); END_STATE(); case 140: - if (lookahead == 'i') ADVANCE(243); + if (lookahead == 'i') ADVANCE(245); END_STATE(); case 141: - if (lookahead == 'u') ADVANCE(244); + if (lookahead == 'u') ADVANCE(246); END_STATE(); case 142: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(245); - if (lookahead == '3') ADVANCE(246); - if (lookahead == '6') ADVANCE(247); - if (lookahead == '8') ADVANCE(248); - if (lookahead == 'p') ADVANCE(249); + if (lookahead == '1') ADVANCE(247); + if (lookahead == '3') ADVANCE(248); + if (lookahead == '6') ADVANCE(249); + if (lookahead == '8') ADVANCE(250); + if (lookahead == 'p') ADVANCE(251); END_STATE(); case 143: - if (lookahead == 'a') ADVANCE(250); + if (lookahead == 'a') ADVANCE(252); END_STATE(); case 144: - if (lookahead == 'o') ADVANCE(251); + if (lookahead == 'o') ADVANCE(253); END_STATE(); case 145: - if (lookahead == 'g') ADVANCE(252); + if (lookahead == 'g') ADVANCE(254); END_STATE(); case 146: - if (lookahead == 'p') ADVANCE(253); + if (lookahead == 'p') ADVANCE(255); END_STATE(); case 147: - if (lookahead == '_') ADVANCE(254); + if (lookahead == '_') ADVANCE(256); END_STATE(); case 148: - if (lookahead == 'i') ADVANCE(255); + if (lookahead == 'i') ADVANCE(257); END_STATE(); case 149: - if (lookahead == 'e') ADVANCE(256); + if (lookahead == 'e') ADVANCE(258); END_STATE(); case 150: - if (lookahead == 'e') ADVANCE(257); + if (lookahead == 'e') ADVANCE(259); END_STATE(); case 151: - if (lookahead == 'l') ADVANCE(258); + if (lookahead == 'l') ADVANCE(260); END_STATE(); case 152: - if (lookahead == 's') ADVANCE(259); + if (lookahead == 's') ADVANCE(261); END_STATE(); case 153: ACCEPT_TOKEN(anon_sym_out); END_STATE(); case 154: - if (lookahead == 'c') ADVANCE(260); + if (lookahead == 'c') ADVANCE(262); END_STATE(); case 155: - if (lookahead == 'c') ADVANCE(261); + if (lookahead == 'c') ADVANCE(263); END_STATE(); case 156: - if (lookahead == 'd') ADVANCE(262); + if (lookahead == 'd') ADVANCE(264); END_STATE(); case 157: - if (lookahead == 'P') ADVANCE(263); + if (lookahead == 'P') ADVANCE(265); END_STATE(); case 158: - if (lookahead == 'd') ADVANCE(264); + if (lookahead == 'd') ADVANCE(266); END_STATE(); case 159: - if (lookahead == 'i') ADVANCE(265); + if (lookahead == 'i') ADVANCE(267); END_STATE(); case 160: - if (lookahead == 'u') ADVANCE(266); + if (lookahead == 'u') ADVANCE(268); END_STATE(); case 161: - if (lookahead == 't') ADVANCE(267); + if (lookahead == 't') ADVANCE(269); END_STATE(); case 162: - if (lookahead == 'u') ADVANCE(268); + if (lookahead == 'u') ADVANCE(270); END_STATE(); case 163: - if (lookahead == 'p') ADVANCE(269); + if (lookahead == 'p') ADVANCE(271); END_STATE(); case 164: - if (lookahead == 'd') ADVANCE(270); - if (lookahead == 'r') ADVANCE(271); + if (lookahead == 'd') ADVANCE(272); + if (lookahead == 'r') ADVANCE(273); END_STATE(); case 165: - if (lookahead == 'r') ADVANCE(272); + if (lookahead == 'r') ADVANCE(274); END_STATE(); case 166: - if (lookahead == 'n') ADVANCE(273); + if (lookahead == 'n') ADVANCE(275); END_STATE(); case 167: - if (lookahead == 'e') ADVANCE(274); + if (lookahead == 'e') ADVANCE(276); END_STATE(); case 168: - if (lookahead == 'o') ADVANCE(275); + if (lookahead == 'o') ADVANCE(277); END_STATE(); case 169: - if (lookahead == 'z') ADVANCE(276); + if (lookahead == 'z') ADVANCE(278); END_STATE(); case 170: - if (lookahead == 't') ADVANCE(277); + if (lookahead == 't') ADVANCE(279); END_STATE(); case 171: - if (lookahead == 'u') ADVANCE(278); + if (lookahead == 'u') ADVANCE(280); END_STATE(); case 172: - if (lookahead == 'r') ADVANCE(279); + if (lookahead == 'r') ADVANCE(281); END_STATE(); case 173: - if (lookahead == 't') ADVANCE(280); + if (lookahead == 't') ADVANCE(282); END_STATE(); case 174: - if (lookahead == 'e') ADVANCE(281); + if (lookahead == 'e') ADVANCE(283); END_STATE(); case 175: if (lookahead == 'e') ADVANCE(188); END_STATE(); case 176: - if (lookahead == 'e') ADVANCE(282); + if (lookahead == 'e') ADVANCE(284); END_STATE(); case 177: - if (lookahead == 't') ADVANCE(283); + if (lookahead == 't') ADVANCE(285); END_STATE(); case 178: - if (lookahead == 'f') ADVANCE(284); - if (lookahead == 'o') ADVANCE(285); + if (lookahead == 'f') ADVANCE(286); + if (lookahead == 'o') ADVANCE(287); END_STATE(); case 179: - if (lookahead == 'i') ADVANCE(286); + if (lookahead == 'i') ADVANCE(288); END_STATE(); case 180: - if (lookahead == 'y') ADVANCE(287); + if (lookahead == 'y') ADVANCE(289); END_STATE(); case 181: - if (lookahead == 'd') ADVANCE(219); + if (lookahead == 'd') ADVANCE(221); END_STATE(); case 182: - if (lookahead == 'a') ADVANCE(288); + if (lookahead == 'a') ADVANCE(290); END_STATE(); case 183: - if (lookahead == 'n') ADVANCE(289); + if (lookahead == 'n') ADVANCE(291); END_STATE(); case 184: - if (lookahead == 'l') ADVANCE(290); + if (lookahead == 'l') ADVANCE(292); END_STATE(); case 185: - if (lookahead == 't') ADVANCE(291); + if (lookahead == 't') ADVANCE(293); END_STATE(); case 186: - if (lookahead == 'E') ADVANCE(292); + if (lookahead == 'E') ADVANCE(294); END_STATE(); case 187: ACCEPT_TOKEN(anon_sym_NULL); @@ -9437,1615 +9498,1658 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(sym_true); END_STATE(); case 189: - if (lookahead == 'g') ADVANCE(293); + if (lookahead == 'g') ADVANCE(295); END_STATE(); case 190: - if (lookahead == 'm') ADVANCE(294); + if (lookahead == 'm') ADVANCE(296); END_STATE(); case 191: - if (lookahead == 'e') ADVANCE(295); + if (lookahead == 'e') ADVANCE(297); END_STATE(); case 192: - if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'n') ADVANCE(298); END_STATE(); case 193: - if (lookahead == 'i') ADVANCE(297); + if (lookahead == 'e') ADVANCE(299); END_STATE(); case 194: - if (lookahead == 'm') ADVANCE(298); + if (lookahead == 'i') ADVANCE(300); END_STATE(); case 195: - if (lookahead == 't') ADVANCE(299); + if (lookahead == 'm') ADVANCE(301); END_STATE(); case 196: - if (lookahead == 's') ADVANCE(300); + if (lookahead == 't') ADVANCE(302); END_STATE(); case 197: - if (lookahead == 'e') ADVANCE(301); + if (lookahead == 's') ADVANCE(303); END_STATE(); case 198: - if (lookahead == 'r') ADVANCE(302); + if (lookahead == 'e') ADVANCE(304); END_STATE(); case 199: - if (lookahead == 'c') ADVANCE(303); + if (lookahead == 'r') ADVANCE(305); END_STATE(); case 200: - if (lookahead == 'c') ADVANCE(304); - if (lookahead == 't') ADVANCE(305); + if (lookahead == 'c') ADVANCE(306); END_STATE(); case 201: - if (lookahead == 's') ADVANCE(306); + if (lookahead == 'c') ADVANCE(307); + if (lookahead == 't') ADVANCE(308); END_STATE(); case 202: - if (lookahead == 'n') ADVANCE(307); + if (lookahead == 's') ADVANCE(309); END_STATE(); case 203: - if (lookahead == 'r') ADVANCE(308); + if (lookahead == 'n') ADVANCE(310); END_STATE(); case 204: - if (lookahead == 'l') ADVANCE(309); + if (lookahead == 'r') ADVANCE(311); END_STATE(); case 205: - if (lookahead == 'a') ADVANCE(310); + if (lookahead == 'l') ADVANCE(312); END_STATE(); case 206: - if (lookahead == 's') ADVANCE(311); + if (lookahead == 'a') ADVANCE(313); END_STATE(); case 207: - if (lookahead == 't') ADVANCE(312); + if (lookahead == 's') ADVANCE(314); END_STATE(); case 208: - if (lookahead == 'd') ADVANCE(313); + if (lookahead == 't') ADVANCE(315); END_STATE(); case 209: - if (lookahead == 'i') ADVANCE(314); - if (lookahead == 'r') ADVANCE(315); + if (lookahead == 'd') ADVANCE(316); END_STATE(); case 210: - if (lookahead == 'y') ADVANCE(316); + if (lookahead == 'i') ADVANCE(317); + if (lookahead == 'r') ADVANCE(318); END_STATE(); case 211: - if (lookahead == 'a') ADVANCE(317); + if (lookahead == 'y') ADVANCE(319); END_STATE(); case 212: - if (lookahead == 't') ADVANCE(318); + if (lookahead == 'a') ADVANCE(320); END_STATE(); case 213: - if (lookahead == 'c') ADVANCE(319); + if (lookahead == 't') ADVANCE(321); END_STATE(); case 214: - if (lookahead == 'g') ADVANCE(320); + if (lookahead == 'c') ADVANCE(322); END_STATE(); case 215: - if (lookahead == 'l') ADVANCE(321); + if (lookahead == 'l') ADVANCE(323); END_STATE(); case 216: - if (lookahead == 'n') ADVANCE(322); + if (lookahead == 'g') ADVANCE(324); END_STATE(); case 217: - if (lookahead == 'i') ADVANCE(323); + if (lookahead == 'l') ADVANCE(325); END_STATE(); case 218: - ACCEPT_TOKEN(anon_sym_auto); + if (lookahead == 'n') ADVANCE(326); END_STATE(); case 219: - ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == 'i') ADVANCE(327); END_STATE(); case 220: - if (lookahead == 'k') ADVANCE(324); + ACCEPT_TOKEN(anon_sym_auto); END_STATE(); case 221: - if (lookahead == 'e') ADVANCE(325); + ACCEPT_TOKEN(sym_primitive_type); END_STATE(); case 222: - if (lookahead == 'a') ADVANCE(326); + if (lookahead == 'k') ADVANCE(328); END_STATE(); case 223: - ACCEPT_TOKEN(anon_sym_case); + if (lookahead == 'e') ADVANCE(329); END_STATE(); case 224: - if (lookahead == 'r') ADVANCE(327); + if (lookahead == 'a') ADVANCE(330); END_STATE(); case 225: - ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(328); - if (lookahead == '3') ADVANCE(329); - if (lookahead == '6') ADVANCE(330); - if (lookahead == '8') ADVANCE(331); - if (lookahead == 'p') ADVANCE(332); + ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 226: - if (lookahead == 'r') ADVANCE(333); + if (lookahead == 'r') ADVANCE(331); END_STATE(); case 227: - if (lookahead == 't') ADVANCE(334); + ACCEPT_TOKEN(sym_primitive_type); + if (lookahead == '1') ADVANCE(332); + if (lookahead == '3') ADVANCE(333); + if (lookahead == '6') ADVANCE(334); + if (lookahead == '8') ADVANCE(335); + if (lookahead == 'p') ADVANCE(336); END_STATE(); case 228: - if (lookahead == 'i') ADVANCE(335); + if (lookahead == 'r') ADVANCE(337); END_STATE(); case 229: - if (lookahead == 'u') ADVANCE(336); + if (lookahead == 't') ADVANCE(338); END_STATE(); case 230: - if (lookahead == 'n') ADVANCE(337); + if (lookahead == 'i') ADVANCE(339); END_STATE(); case 231: - if (lookahead == 'b') ADVANCE(338); + if (lookahead == 'u') ADVANCE(340); END_STATE(); case 232: - if (lookahead == 'l') ADVANCE(339); + if (lookahead == 'n') ADVANCE(341); END_STATE(); case 233: - ACCEPT_TOKEN(anon_sym_else); + if (lookahead == 'b') ADVANCE(342); END_STATE(); case 234: - if (lookahead == 'l') ADVANCE(340); + if (lookahead == 'l') ADVANCE(343); END_STATE(); case 235: - ACCEPT_TOKEN(anon_sym_enum); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 236: - if (lookahead == 'r') ADVANCE(341); + if (lookahead == 'l') ADVANCE(344); END_STATE(); case 237: - if (lookahead == 'e') ADVANCE(292); + ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 238: - ACCEPT_TOKEN(anon_sym_flat); + if (lookahead == 'r') ADVANCE(345); END_STATE(); case 239: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'e') ADVANCE(294); END_STATE(); case 240: - ACCEPT_TOKEN(anon_sym_goto); + ACCEPT_TOKEN(anon_sym_flat); END_STATE(); case 241: - if (lookahead == 'p') ADVANCE(342); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 242: - if (lookahead == 't') ADVANCE(343); + ACCEPT_TOKEN(anon_sym_goto); END_STATE(); case 243: - if (lookahead == 'n') ADVANCE(344); + if (lookahead == 'p') ADVANCE(346); END_STATE(); case 244: - if (lookahead == 't') ADVANCE(345); + if (lookahead == 't') ADVANCE(347); END_STATE(); case 245: - if (lookahead == '6') ADVANCE(346); + if (lookahead == 'n') ADVANCE(348); END_STATE(); case 246: - if (lookahead == '2') ADVANCE(347); + if (lookahead == 't') ADVANCE(349); END_STATE(); case 247: - if (lookahead == '4') ADVANCE(348); + if (lookahead == '6') ADVANCE(350); END_STATE(); case 248: - if (lookahead == '_') ADVANCE(349); + if (lookahead == '2') ADVANCE(351); END_STATE(); case 249: - if (lookahead == 't') ADVANCE(350); + if (lookahead == '4') ADVANCE(352); END_STATE(); case 250: - if (lookahead == 'r') ADVANCE(351); + if (lookahead == '_') ADVANCE(353); END_STATE(); case 251: - if (lookahead == 'u') ADVANCE(352); + if (lookahead == 't') ADVANCE(354); END_STATE(); case 252: - ACCEPT_TOKEN(anon_sym_long); + if (lookahead == 'r') ADVANCE(355); END_STATE(); case 253: - ACCEPT_TOKEN(anon_sym_lowp); + if (lookahead == 'u') ADVANCE(356); END_STATE(); case 254: - if (lookahead == 'a') ADVANCE(353); + ACCEPT_TOKEN(anon_sym_long); END_STATE(); case 255: - if (lookahead == 'u') ADVANCE(354); + ACCEPT_TOKEN(anon_sym_lowp); END_STATE(); case 256: - if (lookahead == 'r') ADVANCE(355); + if (lookahead == 'a') ADVANCE(357); END_STATE(); case 257: - if (lookahead == 't') ADVANCE(356); + if (lookahead == 'u') ADVANCE(358); END_STATE(); case 258: - if (lookahead == 'p') ADVANCE(357); + if (lookahead == 'r') ADVANCE(359); END_STATE(); case 259: - if (lookahead == 'e') ADVANCE(358); + if (lookahead == 't') ADVANCE(360); END_STATE(); case 260: - if (lookahead == 'h') ADVANCE(359); + if (lookahead == 'p') ADVANCE(361); END_STATE(); case 261: - if (lookahead == 'i') ADVANCE(360); + if (lookahead == 'e') ADVANCE(362); END_STATE(); case 262: - if (lookahead == 'i') ADVANCE(361); + if (lookahead == 'h') ADVANCE(363); END_STATE(); case 263: - if (lookahead == 'a') ADVANCE(362); + if (lookahead == 'i') ADVANCE(364); END_STATE(); case 264: - if (lookahead == 'o') ADVANCE(363); + if (lookahead == 'i') ADVANCE(365); END_STATE(); case 265: - if (lookahead == 's') ADVANCE(364); + if (lookahead == 'a') ADVANCE(366); END_STATE(); case 266: - if (lookahead == 'i') ADVANCE(365); + if (lookahead == 'o') ADVANCE(367); END_STATE(); case 267: - if (lookahead == 'r') ADVANCE(366); + if (lookahead == 's') ADVANCE(368); END_STATE(); case 268: - if (lookahead == 'r') ADVANCE(367); + if (lookahead == 'i') ADVANCE(369); END_STATE(); case 269: - if (lookahead == 'l') ADVANCE(368); + if (lookahead == 'r') ADVANCE(370); END_STATE(); case 270: - if (lookahead == 'e') ADVANCE(369); + if (lookahead == 'r') ADVANCE(371); END_STATE(); case 271: - if (lookahead == 'e') ADVANCE(370); + if (lookahead == 'l') ADVANCE(372); END_STATE(); case 272: - if (lookahead == 't') ADVANCE(371); + if (lookahead == 'e') ADVANCE(373); END_STATE(); case 273: - if (lookahead == 'e') ADVANCE(372); + if (lookahead == 'e') ADVANCE(374); END_STATE(); case 274: - if (lookahead == '_') ADVANCE(373); - if (lookahead == 'o') ADVANCE(374); + if (lookahead == 't') ADVANCE(375); END_STATE(); case 275: - if (lookahead == 't') ADVANCE(375); + if (lookahead == 'e') ADVANCE(376); END_STATE(); case 276: - if (lookahead == 'e') ADVANCE(376); + if (lookahead == '_') ADVANCE(377); + if (lookahead == 'o') ADVANCE(378); END_STATE(); case 277: - if (lookahead == 'i') ADVANCE(377); + if (lookahead == 't') ADVANCE(379); END_STATE(); case 278: - if (lookahead == 'c') ADVANCE(378); + if (lookahead == 'e') ADVANCE(380); END_STATE(); case 279: - if (lookahead == 'o') ADVANCE(379); + if (lookahead == 'i') ADVANCE(381); END_STATE(); case 280: - if (lookahead == 'c') ADVANCE(380); + if (lookahead == 'c') ADVANCE(382); END_STATE(); case 281: - if (lookahead == 'a') ADVANCE(381); + if (lookahead == 'o') ADVANCE(383); END_STATE(); case 282: - if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'c') ADVANCE(384); END_STATE(); case 283: - if (lookahead == '1') ADVANCE(383); - if (lookahead == '3') ADVANCE(384); - if (lookahead == '6') ADVANCE(385); - if (lookahead == '8') ADVANCE(386); - if (lookahead == 'p') ADVANCE(387); + if (lookahead == 'a') ADVANCE(385); END_STATE(); case 284: - if (lookahead == 'o') ADVANCE(388); + if (lookahead == 'd') ADVANCE(386); END_STATE(); case 285: - if (lookahead == 'n') ADVANCE(389); + if (lookahead == '1') ADVANCE(387); + if (lookahead == '3') ADVANCE(388); + if (lookahead == '6') ADVANCE(389); + if (lookahead == '8') ADVANCE(390); + if (lookahead == 'p') ADVANCE(391); END_STATE(); case 286: - if (lookahead == 'g') ADVANCE(390); + if (lookahead == 'o') ADVANCE(392); END_STATE(); case 287: - if (lookahead == 'i') ADVANCE(391); + if (lookahead == 'n') ADVANCE(393); END_STATE(); case 288: - if (lookahead == 't') ADVANCE(392); + if (lookahead == 'g') ADVANCE(394); END_STATE(); case 289: - ACCEPT_TOKEN(anon_sym_warn); + if (lookahead == 'i') ADVANCE(395); END_STATE(); case 290: - if (lookahead == 'e') ADVANCE(393); + if (lookahead == 't') ADVANCE(396); END_STATE(); case 291: - if (lookahead == 'e') ADVANCE(394); + ACCEPT_TOKEN(anon_sym_warn); END_STATE(); case 292: - ACCEPT_TOKEN(sym_false); + if (lookahead == 'e') ADVANCE(397); END_STATE(); case 293: - if (lookahead == 'n') ADVANCE(395); + if (lookahead == 'e') ADVANCE(398); END_STATE(); case 294: - if (lookahead == 'i') ADVANCE(396); + ACCEPT_TOKEN(sym_false); END_STATE(); case 295: - if (lookahead == 'r') ADVANCE(397); + if (lookahead == 'n') ADVANCE(399); END_STATE(); case 296: - if (lookahead == 't') ADVANCE(398); + if (lookahead == 'i') ADVANCE(400); END_STATE(); case 297: - if (lookahead == 'g') ADVANCE(399); + if (lookahead == 'r') ADVANCE(401); END_STATE(); case 298: - if (lookahead == '_') ADVANCE(400); + if (lookahead == 'u') ADVANCE(402); END_STATE(); case 299: - if (lookahead == 'r') ADVANCE(401); + if (lookahead == 't') ADVANCE(403); END_STATE(); case 300: - if (lookahead == 'e') ADVANCE(402); + if (lookahead == 'g') ADVANCE(404); END_STATE(); case 301: - if (lookahead == 'c') ADVANCE(403); + ACCEPT_TOKEN(anon_sym___asm); + if (lookahead == '_') ADVANCE(405); END_STATE(); case 302: - if (lookahead == 'c') ADVANCE(404); + if (lookahead == 'r') ADVANCE(406); END_STATE(); case 303: - if (lookahead == 'l') ADVANCE(405); + if (lookahead == 'e') ADVANCE(407); END_STATE(); case 304: - if (lookahead == 'e') ADVANCE(406); + if (lookahead == 'c') ADVANCE(408); END_STATE(); case 305: - if (lookahead == 'e') ADVANCE(407); + if (lookahead == 'c') ADVANCE(409); END_STATE(); case 306: - if (lookahead == 't') ADVANCE(408); + if (lookahead == 'l') ADVANCE(410); END_STATE(); case 307: - if (lookahead == 'a') ADVANCE(409); + if (lookahead == 'e') ADVANCE(411); END_STATE(); case 308: - if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'e') ADVANCE(412); END_STATE(); case 309: - if (lookahead == 'i') ADVANCE(411); + if (lookahead == 't') ADVANCE(413); END_STATE(); case 310: - if (lookahead == 'v') ADVANCE(412); + if (lookahead == 'a') ADVANCE(414); END_STATE(); case 311: - if (lookahead == 't') ADVANCE(413); + if (lookahead == 'c') ADVANCE(415); END_STATE(); case 312: - if (lookahead == 'r') ADVANCE(414); + if (lookahead == 'i') ADVANCE(416); END_STATE(); case 313: - if (lookahead == 'c') ADVANCE(415); + if (lookahead == 'v') ADVANCE(417); END_STATE(); case 314: - if (lookahead == 's') ADVANCE(416); + if (lookahead == 't') ADVANCE(418); END_STATE(); case 315: - if (lookahead == 'e') ADVANCE(417); + if (lookahead == 'r') ADVANCE(419); END_STATE(); case 316: - ACCEPT_TOKEN(anon_sym___try); + if (lookahead == 'c') ADVANCE(420); END_STATE(); case 317: - if (lookahead == 'l') ADVANCE(418); + if (lookahead == 's') ADVANCE(421); END_STATE(); case 318: - if (lookahead == 'r') ADVANCE(419); + if (lookahead == 'e') ADVANCE(422); END_STATE(); case 319: - if (lookahead == 't') ADVANCE(420); + ACCEPT_TOKEN(anon_sym___try); END_STATE(); case 320: - if (lookahead == 'n') ADVANCE(421); + if (lookahead == 'l') ADVANCE(423); END_STATE(); case 321: - if (lookahead == 'i') ADVANCE(422); + if (lookahead == 'r') ADVANCE(424); END_STATE(); case 322: - if (lookahead == 'a') ADVANCE(423); - if (lookahead == 'o') ADVANCE(424); + if (lookahead == 't') ADVANCE(425); END_STATE(); case 323: - if (lookahead == 'b') ADVANCE(425); + if (lookahead == 'a') ADVANCE(426); END_STATE(); case 324: - ACCEPT_TOKEN(anon_sym_break); + if (lookahead == 'n') ADVANCE(427); END_STATE(); case 325: - if (lookahead == 'r') ADVANCE(426); + if (lookahead == 'i') ADVANCE(428); END_STATE(); case 326: - if (lookahead == 'b') ADVANCE(427); + if (lookahead == 'a') ADVANCE(429); + if (lookahead == 'o') ADVANCE(430); END_STATE(); case 327: - if (lookahead == 'o') ADVANCE(428); + if (lookahead == 'b') ADVANCE(431); END_STATE(); case 328: - if (lookahead == '6') ADVANCE(429); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 329: - if (lookahead == '2') ADVANCE(430); + if (lookahead == 'r') ADVANCE(432); END_STATE(); case 330: - if (lookahead == '4') ADVANCE(431); + if (lookahead == 'b') ADVANCE(433); END_STATE(); case 331: - if (lookahead == '_') ADVANCE(432); + if (lookahead == 'o') ADVANCE(434); END_STATE(); case 332: - if (lookahead == 't') ADVANCE(433); + if (lookahead == '6') ADVANCE(435); END_STATE(); case 333: - if (lookahead == 'e') ADVANCE(434); + if (lookahead == '2') ADVANCE(436); END_STATE(); case 334: - ACCEPT_TOKEN(anon_sym_const); - if (lookahead == 'e') ADVANCE(435); + if (lookahead == '4') ADVANCE(437); END_STATE(); case 335: - if (lookahead == 'n') ADVANCE(436); + if (lookahead == '_') ADVANCE(438); END_STATE(); case 336: - if (lookahead == 'l') ADVANCE(437); + if (lookahead == 't') ADVANCE(439); END_STATE(); case 337: - if (lookahead == 'e') ADVANCE(438); + if (lookahead == 'e') ADVANCE(440); END_STATE(); case 338: - if (lookahead == 'l') ADVANCE(439); + ACCEPT_TOKEN(anon_sym_const); + if (lookahead == 'e') ADVANCE(441); END_STATE(); case 339: - if (lookahead == 'e') ADVANCE(219); + if (lookahead == 'n') ADVANCE(442); END_STATE(); case 340: - if (lookahead == 'e') ADVANCE(440); + if (lookahead == 'l') ADVANCE(443); END_STATE(); case 341: - if (lookahead == 'n') ADVANCE(441); + if (lookahead == 'e') ADVANCE(444); END_STATE(); case 342: - ACCEPT_TOKEN(anon_sym_highp); + if (lookahead == 'l') ADVANCE(445); END_STATE(); case 343: - if (lookahead == 't') ADVANCE(442); + if (lookahead == 'e') ADVANCE(221); END_STATE(); case 344: - if (lookahead == 'e') ADVANCE(443); + if (lookahead == 'e') ADVANCE(446); END_STATE(); case 345: - ACCEPT_TOKEN(anon_sym_inout); + if (lookahead == 'n') ADVANCE(447); END_STATE(); case 346: - if (lookahead == '_') ADVANCE(444); + ACCEPT_TOKEN(anon_sym_highp); END_STATE(); case 347: - if (lookahead == '_') ADVANCE(445); + if (lookahead == 't') ADVANCE(448); END_STATE(); case 348: - if (lookahead == '_') ADVANCE(446); + if (lookahead == 'e') ADVANCE(449); END_STATE(); case 349: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_inout); END_STATE(); case 350: - if (lookahead == 'r') ADVANCE(447); + if (lookahead == '_') ADVANCE(450); END_STATE(); case 351: - if (lookahead == 'i') ADVANCE(448); + if (lookahead == '_') ADVANCE(451); END_STATE(); case 352: - if (lookahead == 't') ADVANCE(449); + if (lookahead == '_') ADVANCE(452); END_STATE(); case 353: - if (lookahead == 'l') ADVANCE(450); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 354: - if (lookahead == 'm') ADVANCE(451); + if (lookahead == 'r') ADVANCE(453); END_STATE(); case 355: - if (lookahead == 's') ADVANCE(452); + if (lookahead == 'i') ADVANCE(454); END_STATE(); case 356: - if (lookahead == 'u') ADVANCE(453); + if (lookahead == 't') ADVANCE(455); END_STATE(); case 357: - if (lookahead == 't') ADVANCE(454); + if (lookahead == 'l') ADVANCE(456); END_STATE(); case 358: - if (lookahead == 't') ADVANCE(455); + if (lookahead == 'm') ADVANCE(457); END_STATE(); case 359: - ACCEPT_TOKEN(anon_sym_patch); + if (lookahead == 's') ADVANCE(458); END_STATE(); case 360: - if (lookahead == 's') ADVANCE(456); + if (lookahead == 'u') ADVANCE(459); END_STATE(); case 361: - if (lookahead == 'f') ADVANCE(457); + if (lookahead == 't') ADVANCE(460); END_STATE(); case 362: - if (lookahead == 'y') ADVANCE(458); + if (lookahead == 't') ADVANCE(461); END_STATE(); case 363: - if (lookahead == 'n') ADVANCE(459); + ACCEPT_TOKEN(anon_sym_patch); END_STATE(); case 364: - if (lookahead == 't') ADVANCE(460); + if (lookahead == 's') ADVANCE(462); END_STATE(); case 365: - if (lookahead == 'r') ADVANCE(461); + if (lookahead == 'f') ADVANCE(463); END_STATE(); case 366: - if (lookahead == 'i') ADVANCE(462); + if (lookahead == 'y') ADVANCE(464); END_STATE(); case 367: - if (lookahead == 'n') ADVANCE(463); + if (lookahead == 'n') ADVANCE(465); END_STATE(); case 368: - if (lookahead == 'e') ADVANCE(464); + if (lookahead == 't') ADVANCE(466); END_STATE(); case 369: - if (lookahead == 'r') ADVANCE(465); + if (lookahead == 'r') ADVANCE(467); END_STATE(); case 370: - if (lookahead == 'd') ADVANCE(466); + if (lookahead == 'i') ADVANCE(468); END_STATE(); case 371: - ACCEPT_TOKEN(anon_sym_short); + if (lookahead == 'n') ADVANCE(469); END_STATE(); case 372: - if (lookahead == 'd') ADVANCE(467); + if (lookahead == 'e') ADVANCE(470); END_STATE(); case 373: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'r') ADVANCE(471); END_STATE(); case 374: - if (lookahead == 'f') ADVANCE(468); + if (lookahead == 'd') ADVANCE(472); END_STATE(); case 375: - if (lookahead == 'h') ADVANCE(469); + ACCEPT_TOKEN(anon_sym_short); END_STATE(); case 376: - if (lookahead == '_') ADVANCE(470); + if (lookahead == 'd') ADVANCE(473); END_STATE(); case 377: - if (lookahead == 'c') ADVANCE(471); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 378: - if (lookahead == 't') ADVANCE(472); + if (lookahead == 'f') ADVANCE(474); END_STATE(); case 379: - if (lookahead == 'u') ADVANCE(473); + if (lookahead == 'h') ADVANCE(475); END_STATE(); case 380: - if (lookahead == 'h') ADVANCE(474); + if (lookahead == '_') ADVANCE(476); END_STATE(); case 381: - if (lookahead == 'd') ADVANCE(475); + if (lookahead == 'c') ADVANCE(477); END_STATE(); case 382: - if (lookahead == 'e') ADVANCE(476); + if (lookahead == 't') ADVANCE(478); END_STATE(); case 383: - if (lookahead == '6') ADVANCE(477); + if (lookahead == 'u') ADVANCE(479); END_STATE(); case 384: - if (lookahead == '2') ADVANCE(478); + if (lookahead == 'h') ADVANCE(480); END_STATE(); case 385: - if (lookahead == '4') ADVANCE(479); + if (lookahead == 'd') ADVANCE(481); END_STATE(); case 386: - if (lookahead == '_') ADVANCE(480); + if (lookahead == 'e') ADVANCE(482); END_STATE(); case 387: - if (lookahead == 't') ADVANCE(481); + if (lookahead == '6') ADVANCE(483); END_STATE(); case 388: - if (lookahead == 'r') ADVANCE(482); + if (lookahead == '2') ADVANCE(484); END_STATE(); case 389: - ACCEPT_TOKEN(anon_sym_union); + if (lookahead == '4') ADVANCE(485); END_STATE(); case 390: - if (lookahead == 'n') ADVANCE(483); + if (lookahead == '_') ADVANCE(486); END_STATE(); case 391: - if (lookahead == 'n') ADVANCE(484); + if (lookahead == 't') ADVANCE(487); END_STATE(); case 392: - if (lookahead == 'i') ADVANCE(485); + if (lookahead == 'r') ADVANCE(488); END_STATE(); case 393: - ACCEPT_TOKEN(anon_sym_while); + ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 394: - if (lookahead == 'o') ADVANCE(486); + if (lookahead == 'n') ADVANCE(489); END_STATE(); case 395: - if (lookahead == 'a') ADVANCE(487); - if (lookahead == 'o') ADVANCE(488); + if (lookahead == 'n') ADVANCE(490); END_STATE(); case 396: - if (lookahead == 'c') ADVANCE(489); + if (lookahead == 'i') ADVANCE(491); END_STATE(); case 397: - if (lookahead == 'i') ADVANCE(490); + ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 398: - if (lookahead == 'u') ADVANCE(491); + if (lookahead == 'o') ADVANCE(492); END_STATE(); case 399: - if (lookahead == 'n') ADVANCE(492); + if (lookahead == 'a') ADVANCE(493); + if (lookahead == 'o') ADVANCE(494); END_STATE(); case 400: - if (lookahead == '_') ADVANCE(493); + if (lookahead == 'c') ADVANCE(495); END_STATE(); case 401: - if (lookahead == 'i') ADVANCE(494); + if (lookahead == 'i') ADVANCE(496); END_STATE(); case 402: - if (lookahead == 'd') ADVANCE(495); + if (lookahead == 'l') ADVANCE(497); END_STATE(); case 403: - if (lookahead == 'l') ADVANCE(496); + if (lookahead == 'u') ADVANCE(498); END_STATE(); case 404: - if (lookahead == 'a') ADVANCE(497); + if (lookahead == 'n') ADVANCE(499); END_STATE(); case 405: - if (lookahead == 's') ADVANCE(498); + if (lookahead == '_') ADVANCE(500); END_STATE(); case 406: - if (lookahead == 'p') ADVANCE(499); + if (lookahead == 'i') ADVANCE(501); END_STATE(); case 407: - if (lookahead == 'n') ADVANCE(500); + if (lookahead == 'd') ADVANCE(502); END_STATE(); case 408: - if (lookahead == 'c') ADVANCE(501); + if (lookahead == 'l') ADVANCE(503); END_STATE(); case 409: - if (lookahead == 'l') ADVANCE(502); + if (lookahead == 'a') ADVANCE(504); END_STATE(); case 410: - if (lookahead == 'e') ADVANCE(503); + if (lookahead == 's') ADVANCE(505); END_STATE(); case 411: - if (lookahead == 'n') ADVANCE(504); + if (lookahead == 'p') ADVANCE(506); END_STATE(); case 412: - if (lookahead == 'e') ADVANCE(505); + if (lookahead == 'n') ADVANCE(507); END_STATE(); case 413: - if (lookahead == 'r') ADVANCE(506); + if (lookahead == 'c') ADVANCE(508); END_STATE(); case 414: - ACCEPT_TOKEN(sym_ms_signed_ptr_modifier); + if (lookahead == 'l') ADVANCE(509); END_STATE(); case 415: - if (lookahead == 'a') ADVANCE(507); + if (lookahead == 'e') ADVANCE(510); END_STATE(); case 416: - if (lookahead == 'c') ADVANCE(508); + if (lookahead == 'n') ADVANCE(511); END_STATE(); case 417: - if (lookahead == 'a') ADVANCE(509); + if (lookahead == 'e') ADVANCE(512); END_STATE(); case 418: - if (lookahead == 'i') ADVANCE(510); + if (lookahead == 'r') ADVANCE(513); END_STATE(); case 419: - ACCEPT_TOKEN(sym_ms_unsigned_ptr_modifier); + ACCEPT_TOKEN(sym_ms_signed_ptr_modifier); END_STATE(); case 420: - if (lookahead == 'o') ADVANCE(511); + if (lookahead == 'a') ADVANCE(514); END_STATE(); case 421: - if (lookahead == 'o') ADVANCE(512); + if (lookahead == 'c') ADVANCE(515); END_STATE(); case 422: - if (lookahead == 'g') ADVANCE(513); + if (lookahead == 'a') ADVANCE(516); END_STATE(); case 423: - if (lookahead == 's') ADVANCE(514); + if (lookahead == 'i') ADVANCE(517); END_STATE(); case 424: - if (lookahead == 'f') ADVANCE(515); + ACCEPT_TOKEN(sym_ms_unsigned_ptr_modifier); END_STATE(); case 425: - if (lookahead == 'u') ADVANCE(516); + if (lookahead == 'o') ADVANCE(518); END_STATE(); case 426: - ACCEPT_TOKEN(anon_sym_buffer); + if (lookahead == 't') ADVANCE(519); END_STATE(); case 427: - if (lookahead == 'l') ADVANCE(517); + if (lookahead == 'o') ADVANCE(520); END_STATE(); case 428: - if (lookahead == 'i') ADVANCE(518); + if (lookahead == 'g') ADVANCE(521); END_STATE(); case 429: - if (lookahead == '_') ADVANCE(519); + if (lookahead == 's') ADVANCE(522); END_STATE(); case 430: - if (lookahead == '_') ADVANCE(520); + if (lookahead == 'f') ADVANCE(523); END_STATE(); case 431: - if (lookahead == '_') ADVANCE(521); + if (lookahead == 'u') ADVANCE(524); END_STATE(); case 432: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_buffer); END_STATE(); case 433: - if (lookahead == 'r') ADVANCE(522); + if (lookahead == 'l') ADVANCE(525); END_STATE(); case 434: - if (lookahead == 'n') ADVANCE(523); + if (lookahead == 'i') ADVANCE(526); END_STATE(); case 435: - if (lookahead == 'x') ADVANCE(524); + if (lookahead == '_') ADVANCE(527); END_STATE(); case 436: - if (lookahead == 'u') ADVANCE(525); + if (lookahead == '_') ADVANCE(528); END_STATE(); case 437: - if (lookahead == 't') ADVANCE(526); + if (lookahead == '_') ADVANCE(529); END_STATE(); case 438: - if (lookahead == 'd') ADVANCE(527); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 439: - if (lookahead == 'e') ADVANCE(528); + if (lookahead == 'r') ADVANCE(530); END_STATE(); case 440: - ACCEPT_TOKEN(anon_sym_enable); + if (lookahead == 'n') ADVANCE(531); END_STATE(); case 441: - ACCEPT_TOKEN(anon_sym_extern); + if (lookahead == 'x') ADVANCE(532); END_STATE(); case 442: - if (lookahead == 'r') ADVANCE(529); + if (lookahead == 'u') ADVANCE(533); END_STATE(); case 443: - ACCEPT_TOKEN(anon_sym_inline); + if (lookahead == 't') ADVANCE(534); END_STATE(); case 444: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'd') ADVANCE(535); END_STATE(); case 445: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'e') ADVANCE(536); END_STATE(); case 446: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_enable); END_STATE(); case 447: - if (lookahead == '_') ADVANCE(530); + ACCEPT_TOKEN(anon_sym_extern); END_STATE(); case 448: - if (lookahead == 'a') ADVANCE(531); + if (lookahead == 'r') ADVANCE(537); END_STATE(); case 449: - ACCEPT_TOKEN(anon_sym_layout); + ACCEPT_TOKEN(anon_sym_inline); END_STATE(); case 450: - if (lookahead == 'i') ADVANCE(532); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 451: - if (lookahead == 'p') ADVANCE(533); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 452: - if (lookahead == 'p') ADVANCE(534); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 453: - if (lookahead == 'r') ADVANCE(535); + if (lookahead == '_') ADVANCE(538); END_STATE(); case 454: - if (lookahead == 'r') ADVANCE(536); + if (lookahead == 'a') ADVANCE(539); END_STATE(); case 455: - if (lookahead == 'o') ADVANCE(537); + ACCEPT_TOKEN(anon_sym_layout); END_STATE(); case 456: - if (lookahead == 'e') ADVANCE(538); - if (lookahead == 'i') ADVANCE(539); + if (lookahead == 'i') ADVANCE(540); END_STATE(); case 457: - if (lookahead == 'f') ADVANCE(540); + if (lookahead == 'p') ADVANCE(541); END_STATE(); case 458: - if (lookahead == 'l') ADVANCE(541); + if (lookahead == 'p') ADVANCE(542); END_STATE(); case 459: - if (lookahead == 'l') ADVANCE(542); + if (lookahead == 'r') ADVANCE(543); END_STATE(); case 460: - if (lookahead == 'e') ADVANCE(543); + if (lookahead == 'r') ADVANCE(544); END_STATE(); case 461: - if (lookahead == 'e') ADVANCE(544); + if (lookahead == 'o') ADVANCE(545); END_STATE(); case 462: - if (lookahead == 'c') ADVANCE(545); + if (lookahead == 'e') ADVANCE(546); + if (lookahead == 'i') ADVANCE(547); END_STATE(); case 463: - ACCEPT_TOKEN(anon_sym_return); + if (lookahead == 'f') ADVANCE(548); END_STATE(); case 464: - ACCEPT_TOKEN(anon_sym_sample); + if (lookahead == 'l') ADVANCE(549); END_STATE(); case 465: - if (lookahead == 'R') ADVANCE(546); + if (lookahead == 'l') ADVANCE(550); END_STATE(); case 466: - ACCEPT_TOKEN(anon_sym_shared); + if (lookahead == 'e') ADVANCE(551); END_STATE(); case 467: - ACCEPT_TOKEN(anon_sym_signed); + if (lookahead == 'e') ADVANCE(552); END_STATE(); case 468: - ACCEPT_TOKEN(anon_sym_sizeof); + if (lookahead == 'c') ADVANCE(553); END_STATE(); case 469: - ACCEPT_TOKEN(anon_sym_smooth); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 470: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_sample); END_STATE(); case 471: - ACCEPT_TOKEN(anon_sym_static); + if (lookahead == 'R') ADVANCE(554); END_STATE(); case 472: - ACCEPT_TOKEN(anon_sym_struct); + ACCEPT_TOKEN(anon_sym_shared); END_STATE(); case 473: - if (lookahead == 't') ADVANCE(547); + ACCEPT_TOKEN(anon_sym_signed); END_STATE(); case 474: - ACCEPT_TOKEN(anon_sym_switch); + ACCEPT_TOKEN(anon_sym_sizeof); END_STATE(); case 475: - if (lookahead == '_') ADVANCE(548); + ACCEPT_TOKEN(anon_sym_smooth); END_STATE(); case 476: - if (lookahead == 'f') ADVANCE(549); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 477: - if (lookahead == '_') ADVANCE(550); + ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 478: - if (lookahead == '_') ADVANCE(551); + ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 479: - if (lookahead == '_') ADVANCE(552); + if (lookahead == 't') ADVANCE(555); END_STATE(); case 480: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_switch); END_STATE(); case 481: - if (lookahead == 'r') ADVANCE(553); + if (lookahead == '_') ADVANCE(556); END_STATE(); case 482: - if (lookahead == 'm') ADVANCE(554); + if (lookahead == 'f') ADVANCE(557); END_STATE(); case 483: - if (lookahead == 'e') ADVANCE(555); + if (lookahead == '_') ADVANCE(558); END_STATE(); case 484: - if (lookahead == 'g') ADVANCE(556); + if (lookahead == '_') ADVANCE(559); END_STATE(); case 485: - if (lookahead == 'l') ADVANCE(557); + if (lookahead == '_') ADVANCE(560); END_STATE(); case 486: - if (lookahead == 'n') ADVANCE(558); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 487: - if (lookahead == 's') ADVANCE(559); + if (lookahead == 'r') ADVANCE(561); END_STATE(); case 488: - if (lookahead == 'f') ADVANCE(560); + if (lookahead == 'm') ADVANCE(562); END_STATE(); case 489: - ACCEPT_TOKEN(anon_sym__Atomic); + if (lookahead == 'e') ADVANCE(563); END_STATE(); case 490: - if (lookahead == 'c') ADVANCE(561); + if (lookahead == 'g') ADVANCE(564); END_STATE(); case 491: - if (lookahead == 'r') ADVANCE(562); + if (lookahead == 'l') ADVANCE(565); END_STATE(); case 492: - if (lookahead == 'o') ADVANCE(563); + if (lookahead == 'n') ADVANCE(566); END_STATE(); case 493: - ACCEPT_TOKEN(anon_sym___asm__); + if (lookahead == 's') ADVANCE(567); END_STATE(); case 494: - if (lookahead == 'b') ADVANCE(564); + if (lookahead == 'f') ADVANCE(568); END_STATE(); case 495: - ACCEPT_TOKEN(anon_sym___based); + ACCEPT_TOKEN(anon_sym__Atomic); END_STATE(); case 496: - ACCEPT_TOKEN(anon_sym___cdecl); + if (lookahead == 'c') ADVANCE(569); END_STATE(); case 497: - if (lookahead == 'l') ADVANCE(565); + if (lookahead == 'l') ADVANCE(570); END_STATE(); case 498: - if (lookahead == 'p') ADVANCE(566); + if (lookahead == 'r') ADVANCE(571); END_STATE(); case 499: - if (lookahead == 't') ADVANCE(567); + if (lookahead == 'o') ADVANCE(572); END_STATE(); case 500: - if (lookahead == 's') ADVANCE(568); + ACCEPT_TOKEN(anon_sym___asm__); END_STATE(); case 501: - if (lookahead == 'a') ADVANCE(569); + if (lookahead == 'b') ADVANCE(573); END_STATE(); case 502: - if (lookahead == 'l') ADVANCE(570); + ACCEPT_TOKEN(anon_sym___based); END_STATE(); case 503: - if (lookahead == 'i') ADVANCE(571); + ACCEPT_TOKEN(anon_sym___cdecl); END_STATE(); case 504: - if (lookahead == 'e') ADVANCE(572); + if (lookahead == 'l') ADVANCE(574); END_STATE(); case 505: - ACCEPT_TOKEN(anon_sym___leave); + if (lookahead == 'p') ADVANCE(575); END_STATE(); case 506: - if (lookahead == 'i') ADVANCE(573); + if (lookahead == 't') ADVANCE(576); END_STATE(); case 507: - if (lookahead == 'l') ADVANCE(574); + if (lookahead == 's') ADVANCE(577); END_STATE(); case 508: - if (lookahead == 'a') ADVANCE(575); + if (lookahead == 'a') ADVANCE(578); END_STATE(); case 509: - if (lookahead == 'd') ADVANCE(576); + if (lookahead == 'l') ADVANCE(579); END_STATE(); case 510: - if (lookahead == 'g') ADVANCE(577); + if (lookahead == 'i') ADVANCE(580); END_STATE(); case 511: - if (lookahead == 'r') ADVANCE(578); + if (lookahead == 'e') ADVANCE(581); END_STATE(); case 512: - if (lookahead == 'f') ADVANCE(579); + ACCEPT_TOKEN(anon_sym___leave); END_STATE(); case 513: - if (lookahead == 'n') ADVANCE(580); + if (lookahead == 'i') ADVANCE(582); END_STATE(); case 514: - ACCEPT_TOKEN(anon_sym_alignas); + if (lookahead == 'l') ADVANCE(583); END_STATE(); case 515: - ACCEPT_TOKEN(anon_sym_alignof); + if (lookahead == 'a') ADVANCE(584); END_STATE(); case 516: - if (lookahead == 't') ADVANCE(581); + if (lookahead == 'd') ADVANCE(585); END_STATE(); case 517: - if (lookahead == 'e') ADVANCE(582); + if (lookahead == 'g') ADVANCE(586); END_STATE(); case 518: - if (lookahead == 'd') ADVANCE(583); + if (lookahead == 'r') ADVANCE(587); END_STATE(); case 519: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'i') ADVANCE(588); END_STATE(); case 520: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'f') ADVANCE(589); END_STATE(); case 521: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'n') ADVANCE(590); END_STATE(); case 522: - if (lookahead == '_') ADVANCE(584); + ACCEPT_TOKEN(anon_sym_alignas); END_STATE(); case 523: - if (lookahead == 't') ADVANCE(585); + ACCEPT_TOKEN(anon_sym_alignof); END_STATE(); case 524: - if (lookahead == 'p') ADVANCE(586); + if (lookahead == 't') ADVANCE(591); END_STATE(); case 525: - if (lookahead == 'e') ADVANCE(587); + if (lookahead == 'e') ADVANCE(592); END_STATE(); case 526: - ACCEPT_TOKEN(anon_sym_default); + if (lookahead == 'd') ADVANCE(593); END_STATE(); case 527: - ACCEPT_TOKEN(anon_sym_defined); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 528: - ACCEPT_TOKEN(anon_sym_disable); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 529: - if (lookahead == 'i') ADVANCE(588); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 530: - if (lookahead == 't') ADVANCE(219); + if (lookahead == '_') ADVANCE(594); END_STATE(); case 531: - if (lookahead == 'n') ADVANCE(589); + if (lookahead == 't') ADVANCE(595); END_STATE(); case 532: - if (lookahead == 'g') ADVANCE(590); + if (lookahead == 'p') ADVANCE(596); END_STATE(); case 533: - ACCEPT_TOKEN(anon_sym_mediump); + if (lookahead == 'e') ADVANCE(597); END_STATE(); case 534: - if (lookahead == 'e') ADVANCE(591); + ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 535: - if (lookahead == 'n') ADVANCE(592); + ACCEPT_TOKEN(anon_sym_defined); END_STATE(); case 536: - ACCEPT_TOKEN(anon_sym_nullptr); - if (lookahead == '_') ADVANCE(593); + ACCEPT_TOKEN(anon_sym_disable); END_STATE(); case 537: - if (lookahead == 'f') ADVANCE(594); + if (lookahead == 'i') ADVANCE(598); END_STATE(); case 538: - ACCEPT_TOKEN(anon_sym_precise); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 539: - if (lookahead == 'o') ADVANCE(595); + if (lookahead == 'n') ADVANCE(599); END_STATE(); case 540: - if (lookahead == '_') ADVANCE(596); + if (lookahead == 'g') ADVANCE(600); END_STATE(); case 541: - if (lookahead == 'o') ADVANCE(597); + ACCEPT_TOKEN(anon_sym_mediump); END_STATE(); case 542: - if (lookahead == 'y') ADVANCE(598); + if (lookahead == 'e') ADVANCE(601); END_STATE(); case 543: - if (lookahead == 'r') ADVANCE(599); + if (lookahead == 'n') ADVANCE(602); END_STATE(); case 544: - ACCEPT_TOKEN(anon_sym_require); + ACCEPT_TOKEN(anon_sym_nullptr); + if (lookahead == '_') ADVANCE(603); END_STATE(); case 545: - if (lookahead == 't') ADVANCE(600); + if (lookahead == 'f') ADVANCE(604); END_STATE(); case 546: - if (lookahead == 'e') ADVANCE(601); + ACCEPT_TOKEN(anon_sym_precise); END_STATE(); case 547: - if (lookahead == 'i') ADVANCE(602); + if (lookahead == 'o') ADVANCE(605); END_STATE(); case 548: - if (lookahead == 'l') ADVANCE(603); + if (lookahead == '_') ADVANCE(606); END_STATE(); case 549: - ACCEPT_TOKEN(anon_sym_typedef); + if (lookahead == 'o') ADVANCE(607); END_STATE(); case 550: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'y') ADVANCE(608); END_STATE(); case 551: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'r') ADVANCE(609); END_STATE(); case 552: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_require); END_STATE(); case 553: - if (lookahead == '_') ADVANCE(604); + if (lookahead == 't') ADVANCE(610); END_STATE(); case 554: - ACCEPT_TOKEN(anon_sym_uniform); + if (lookahead == 'e') ADVANCE(611); END_STATE(); case 555: - if (lookahead == 'd') ADVANCE(605); + if (lookahead == 'i') ADVANCE(612); END_STATE(); case 556: - ACCEPT_TOKEN(anon_sym_varying); + if (lookahead == 'l') ADVANCE(613); END_STATE(); case 557: - if (lookahead == 'e') ADVANCE(606); + ACCEPT_TOKEN(anon_sym_typedef); END_STATE(); case 558: - if (lookahead == 'l') ADVANCE(607); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 559: - ACCEPT_TOKEN(anon_sym__Alignas); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 560: - ACCEPT_TOKEN(anon_sym__Alignof); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 561: - ACCEPT_TOKEN(anon_sym__Generic); + if (lookahead == '_') ADVANCE(614); END_STATE(); case 562: - if (lookahead == 'n') ADVANCE(608); + ACCEPT_TOKEN(anon_sym_uniform); END_STATE(); case 563: - if (lookahead == 'f') ADVANCE(609); + if (lookahead == 'd') ADVANCE(615); END_STATE(); case 564: - if (lookahead == 'u') ADVANCE(610); + ACCEPT_TOKEN(anon_sym_varying); END_STATE(); case 565: - if (lookahead == 'l') ADVANCE(611); + if (lookahead == 'e') ADVANCE(616); END_STATE(); case 566: - if (lookahead == 'e') ADVANCE(612); + if (lookahead == 'l') ADVANCE(617); END_STATE(); case 567: - ACCEPT_TOKEN(anon_sym___except); + ACCEPT_TOKEN(anon_sym__Alignas); END_STATE(); case 568: - if (lookahead == 'i') ADVANCE(613); + ACCEPT_TOKEN(anon_sym__Alignof); END_STATE(); case 569: - if (lookahead == 'l') ADVANCE(614); + ACCEPT_TOKEN(anon_sym__Generic); END_STATE(); case 570: - if (lookahead == 'y') ADVANCE(615); + ACCEPT_TOKEN(anon_sym__Nonnull); END_STATE(); case 571: - if (lookahead == 'n') ADVANCE(616); + if (lookahead == 'n') ADVANCE(618); END_STATE(); case 572: - ACCEPT_TOKEN(anon_sym___inline); - if (lookahead == '_') ADVANCE(617); + if (lookahead == 'f') ADVANCE(619); END_STATE(); case 573: - if (lookahead == 'c') ADVANCE(618); + if (lookahead == 'u') ADVANCE(620); END_STATE(); case 574: - if (lookahead == 'l') ADVANCE(619); + if (lookahead == 'l') ADVANCE(621); END_STATE(); case 575: - if (lookahead == 'l') ADVANCE(620); + if (lookahead == 'e') ADVANCE(622); END_STATE(); case 576: - ACCEPT_TOKEN(anon_sym___thread); + ACCEPT_TOKEN(anon_sym___except); END_STATE(); case 577: - if (lookahead == 'n') ADVANCE(621); + if (lookahead == 'i') ADVANCE(623); END_STATE(); case 578: - if (lookahead == 'c') ADVANCE(622); + if (lookahead == 'l') ADVANCE(624); END_STATE(); case 579: - ACCEPT_TOKEN(anon_sym__alignof); + if (lookahead == 'y') ADVANCE(625); END_STATE(); case 580: - if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'n') ADVANCE(626); END_STATE(); case 581: - if (lookahead == 'e') ADVANCE(624); + ACCEPT_TOKEN(anon_sym___inline); + if (lookahead == '_') ADVANCE(627); END_STATE(); case 582: - if (lookahead == 'D') ADVANCE(625); + if (lookahead == 'c') ADVANCE(628); END_STATE(); case 583: - ACCEPT_TOKEN(anon_sym_centroid); + if (lookahead == 'l') ADVANCE(629); END_STATE(); case 584: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'l') ADVANCE(630); END_STATE(); case 585: - ACCEPT_TOKEN(anon_sym_coherent); + ACCEPT_TOKEN(anon_sym___thread); END_STATE(); case 586: - if (lookahead == 'r') ADVANCE(626); + if (lookahead == 'n') ADVANCE(631); END_STATE(); case 587: - ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == 'c') ADVANCE(632); END_STATE(); case 588: - if (lookahead == 'b') ADVANCE(627); + if (lookahead == 'l') ADVANCE(633); END_STATE(); case 589: - if (lookahead == 't') ADVANCE(628); + ACCEPT_TOKEN(anon_sym__alignof); END_STATE(); case 590: - if (lookahead == 'n') ADVANCE(629); + if (lookahead == 'e') ADVANCE(634); END_STATE(); case 591: - if (lookahead == 'c') ADVANCE(630); + if (lookahead == 'e') ADVANCE(635); END_STATE(); case 592: - ACCEPT_TOKEN(anon_sym_noreturn); + if (lookahead == 'D') ADVANCE(636); END_STATE(); case 593: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_centroid); END_STATE(); case 594: - ACCEPT_TOKEN(anon_sym_offsetof); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 595: - if (lookahead == 'n') ADVANCE(631); + ACCEPT_TOKEN(anon_sym_coherent); END_STATE(); case 596: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'r') ADVANCE(637); END_STATE(); case 597: - if (lookahead == 'a') ADVANCE(632); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 598: - ACCEPT_TOKEN(anon_sym_readonly); + if (lookahead == 'b') ADVANCE(638); END_STATE(); case 599: - ACCEPT_TOKEN(anon_sym_register); + if (lookahead == 't') ADVANCE(639); END_STATE(); case 600: - ACCEPT_TOKEN(anon_sym_restrict); + if (lookahead == 'n') ADVANCE(640); END_STATE(); case 601: - if (lookahead == 'c') ADVANCE(633); + if (lookahead == 'c') ADVANCE(641); END_STATE(); case 602: - if (lookahead == 'n') ADVANCE(634); + ACCEPT_TOKEN(anon_sym_noreturn); END_STATE(); case 603: - if (lookahead == 'o') ADVANCE(635); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 604: - if (lookahead == 't') ADVANCE(219); + ACCEPT_TOKEN(anon_sym_offsetof); END_STATE(); case 605: - ACCEPT_TOKEN(anon_sym_unsigned); + if (lookahead == 'n') ADVANCE(642); END_STATE(); case 606: - ACCEPT_TOKEN(anon_sym_volatile); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 607: - if (lookahead == 'y') ADVANCE(636); + if (lookahead == 'a') ADVANCE(643); END_STATE(); case 608: - ACCEPT_TOKEN(anon_sym__Noreturn); + ACCEPT_TOKEN(anon_sym_readonly); END_STATE(); case 609: - ACCEPT_TOKEN(anon_sym___alignof); - if (lookahead == '_') ADVANCE(637); + ACCEPT_TOKEN(anon_sym_register); END_STATE(); case 610: - if (lookahead == 't') ADVANCE(638); + ACCEPT_TOKEN(anon_sym_restrict); END_STATE(); case 611: - ACCEPT_TOKEN(anon_sym___clrcall); + if (lookahead == 'c') ADVANCE(644); END_STATE(); case 612: - if (lookahead == 'c') ADVANCE(639); + if (lookahead == 'n') ADVANCE(645); END_STATE(); case 613: - if (lookahead == 'o') ADVANCE(640); + if (lookahead == 'o') ADVANCE(646); END_STATE(); case 614: - if (lookahead == 'l') ADVANCE(641); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 615: - ACCEPT_TOKEN(anon_sym___finally); + ACCEPT_TOKEN(anon_sym_unsigned); END_STATE(); case 616: - if (lookahead == 'l') ADVANCE(642); + ACCEPT_TOKEN(anon_sym_volatile); END_STATE(); case 617: - if (lookahead == '_') ADVANCE(643); + if (lookahead == 'y') ADVANCE(647); END_STATE(); case 618: - if (lookahead == 't') ADVANCE(644); + ACCEPT_TOKEN(anon_sym__Noreturn); END_STATE(); case 619: - ACCEPT_TOKEN(anon_sym___stdcall); + ACCEPT_TOKEN(anon_sym___alignof); + if (lookahead == '_') ADVANCE(648); END_STATE(); case 620: - if (lookahead == 'l') ADVANCE(645); + if (lookahead == 't') ADVANCE(649); END_STATE(); case 621: - if (lookahead == 'e') ADVANCE(646); + ACCEPT_TOKEN(anon_sym___clrcall); END_STATE(); case 622: - if (lookahead == 'a') ADVANCE(647); + if (lookahead == 'c') ADVANCE(650); END_STATE(); case 623: - if (lookahead == 'd') ADVANCE(648); + if (lookahead == 'o') ADVANCE(651); END_STATE(); case 624: - ACCEPT_TOKEN(anon_sym_attribute); + if (lookahead == 'l') ADVANCE(652); END_STATE(); case 625: - if (lookahead == 'a') ADVANCE(649); + ACCEPT_TOKEN(anon_sym___finally); END_STATE(); case 626: - ACCEPT_TOKEN(anon_sym_constexpr); + if (lookahead == 'l') ADVANCE(653); END_STATE(); case 627: - if (lookahead == 'u') ADVANCE(650); + if (lookahead == '_') ADVANCE(654); END_STATE(); case 628: - ACCEPT_TOKEN(anon_sym_invariant); + if (lookahead == 't') ADVANCE(655); END_STATE(); case 629: - if (lookahead == '_') ADVANCE(651); + ACCEPT_TOKEN(anon_sym___stdcall); END_STATE(); case 630: - if (lookahead == 't') ADVANCE(652); + if (lookahead == 'l') ADVANCE(656); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_precision); + if (lookahead == 'e') ADVANCE(657); END_STATE(); case 632: - if (lookahead == 'd') ADVANCE(653); + if (lookahead == 'a') ADVANCE(658); END_STATE(); case 633: - if (lookahead == 'o') ADVANCE(654); + if (lookahead == 'e') ADVANCE(659); END_STATE(); case 634: - if (lookahead == 'e') ADVANCE(655); + if (lookahead == 'd') ADVANCE(660); END_STATE(); case 635: - if (lookahead == 'c') ADVANCE(656); + ACCEPT_TOKEN(anon_sym_attribute); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_writeonly); + if (lookahead == 'a') ADVANCE(661); END_STATE(); case 637: - if (lookahead == '_') ADVANCE(657); + ACCEPT_TOKEN(anon_sym_constexpr); END_STATE(); case 638: - if (lookahead == 'e') ADVANCE(658); + if (lookahead == 'u') ADVANCE(662); END_STATE(); case 639: - ACCEPT_TOKEN(anon_sym___declspec); + ACCEPT_TOKEN(anon_sym_invariant); END_STATE(); case 640: - if (lookahead == 'n') ADVANCE(659); + if (lookahead == '_') ADVANCE(663); END_STATE(); case 641: - ACCEPT_TOKEN(anon_sym___fastcall); + if (lookahead == 't') ADVANCE(664); END_STATE(); case 642: - if (lookahead == 'i') ADVANCE(660); + ACCEPT_TOKEN(anon_sym_precision); END_STATE(); case 643: - ACCEPT_TOKEN(anon_sym___inline__); + if (lookahead == 'd') ADVANCE(665); END_STATE(); case 644: - ACCEPT_TOKEN(sym_ms_restrict_modifier); - if (lookahead == '_') ADVANCE(661); + if (lookahead == 'o') ADVANCE(666); END_STATE(); case 645: - ACCEPT_TOKEN(anon_sym___thiscall); + if (lookahead == 'e') ADVANCE(667); END_STATE(); case 646: - if (lookahead == 'd') ADVANCE(662); + if (lookahead == 'c') ADVANCE(668); END_STATE(); case 647: - if (lookahead == 'l') ADVANCE(663); + ACCEPT_TOKEN(anon_sym_writeonly); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym__unaligned); + if (lookahead == '_') ADVANCE(669); END_STATE(); case 649: - if (lookahead == 't') ADVANCE(664); + if (lookahead == 'e') ADVANCE(670); END_STATE(); case 650: - if (lookahead == 't') ADVANCE(665); + ACCEPT_TOKEN(anon_sym___declspec); END_STATE(); case 651: - if (lookahead == 't') ADVANCE(219); + if (lookahead == 'n') ADVANCE(671); END_STATE(); case 652: - if (lookahead == 'i') ADVANCE(666); + ACCEPT_TOKEN(anon_sym___fastcall); END_STATE(); case 653: - if (lookahead == 'E') ADVANCE(667); - if (lookahead == 'I') ADVANCE(668); - if (lookahead == 'N') ADVANCE(669); + if (lookahead == 'i') ADVANCE(672); END_STATE(); case 654: - if (lookahead == 'r') ADVANCE(670); + ACCEPT_TOKEN(anon_sym___inline__); END_STATE(); case 655: - ACCEPT_TOKEN(anon_sym_subroutine); + ACCEPT_TOKEN(sym_ms_restrict_modifier); + if (lookahead == '_') ADVANCE(673); END_STATE(); case 656: - if (lookahead == 'a') ADVANCE(671); + ACCEPT_TOKEN(anon_sym___thiscall); END_STATE(); case 657: - ACCEPT_TOKEN(anon_sym___alignof__); + if (lookahead == 'd') ADVANCE(674); END_STATE(); case 658: - if (lookahead == '_') ADVANCE(672); + if (lookahead == 'l') ADVANCE(675); END_STATE(); case 659: - if (lookahead == '_') ADVANCE(673); + if (lookahead == '_') ADVANCE(676); END_STATE(); case 660: - if (lookahead == 'n') ADVANCE(674); + ACCEPT_TOKEN(anon_sym__unaligned); END_STATE(); case 661: - if (lookahead == '_') ADVANCE(675); + if (lookahead == 't') ADVANCE(677); END_STATE(); case 662: - ACCEPT_TOKEN(anon_sym___unaligned); + if (lookahead == 't') ADVANCE(678); END_STATE(); case 663: - if (lookahead == 'l') ADVANCE(676); + if (lookahead == 't') ADVANCE(221); END_STATE(); case 664: - if (lookahead == 'a') ADVANCE(677); + if (lookahead == 'i') ADVANCE(679); END_STATE(); case 665: - if (lookahead == 'e') ADVANCE(678); + if (lookahead == 'E') ADVANCE(680); + if (lookahead == 'I') ADVANCE(681); + if (lookahead == 'N') ADVANCE(682); END_STATE(); case 666: - if (lookahead == 'v') ADVANCE(679); + if (lookahead == 'r') ADVANCE(683); END_STATE(); case 667: - if (lookahead == 'X') ADVANCE(680); + ACCEPT_TOKEN(anon_sym_subroutine); END_STATE(); case 668: - if (lookahead == 'n') ADVANCE(681); + if (lookahead == 'a') ADVANCE(684); END_STATE(); case 669: - if (lookahead == 'V') ADVANCE(682); + ACCEPT_TOKEN(anon_sym___alignof__); END_STATE(); case 670: - if (lookahead == 'd') ADVANCE(683); + if (lookahead == '_') ADVANCE(685); END_STATE(); case 671: - if (lookahead == 'l') ADVANCE(684); + if (lookahead == '_') ADVANCE(686); END_STATE(); case 672: - if (lookahead == '_') ADVANCE(685); + if (lookahead == 'n') ADVANCE(687); END_STATE(); case 673: - if (lookahead == '_') ADVANCE(686); + if (lookahead == '_') ADVANCE(688); END_STATE(); case 674: - if (lookahead == 'e') ADVANCE(687); + ACCEPT_TOKEN(anon_sym___unaligned); END_STATE(); case 675: - ACCEPT_TOKEN(anon_sym___restrict__); + if (lookahead == 'l') ADVANCE(689); END_STATE(); case 676: - ACCEPT_TOKEN(anon_sym___vectorcall); + if (lookahead == '_') ADVANCE(690); END_STATE(); case 677: - if (lookahead == 'E') ADVANCE(688); - if (lookahead == 'I') ADVANCE(689); - if (lookahead == 'N') ADVANCE(690); + if (lookahead == 'a') ADVANCE(691); END_STATE(); case 678: - if (lookahead == 'E') ADVANCE(691); - if (lookahead == 'N') ADVANCE(692); + if (lookahead == 'e') ADVANCE(692); END_STATE(); case 679: - if (lookahead == 'e') ADVANCE(693); + if (lookahead == 'v') ADVANCE(693); END_STATE(); case 680: - if (lookahead == 'T') ADVANCE(694); + if (lookahead == 'X') ADVANCE(694); END_STATE(); case 681: - if (lookahead == 'E') ADVANCE(695); - if (lookahead == 'N') ADVANCE(696); + if (lookahead == 'n') ADVANCE(695); END_STATE(); case 682: - ACCEPT_TOKEN(anon_sym_rayPayloadNV); + if (lookahead == 'V') ADVANCE(696); END_STATE(); case 683: - if (lookahead == 'E') ADVANCE(697); - if (lookahead == 'N') ADVANCE(698); + if (lookahead == 'd') ADVANCE(697); END_STATE(); case 684: - ACCEPT_TOKEN(anon_sym_thread_local); + if (lookahead == 'l') ADVANCE(698); END_STATE(); case 685: - ACCEPT_TOKEN(anon_sym___attribute__); + if (lookahead == '_') ADVANCE(699); END_STATE(); case 686: - ACCEPT_TOKEN(anon_sym___extension__); + if (lookahead == '_') ADVANCE(700); END_STATE(); case 687: - ACCEPT_TOKEN(anon_sym___forceinline); + if (lookahead == 'e') ADVANCE(701); END_STATE(); case 688: - if (lookahead == 'X') ADVANCE(699); + ACCEPT_TOKEN(anon_sym___restrict__); END_STATE(); case 689: - if (lookahead == 'n') ADVANCE(700); + ACCEPT_TOKEN(anon_sym___vectorcall); END_STATE(); case 690: - if (lookahead == 'V') ADVANCE(701); + ACCEPT_TOKEN(anon_sym___volatile__); END_STATE(); case 691: - if (lookahead == 'X') ADVANCE(702); + if (lookahead == 'E') ADVANCE(702); + if (lookahead == 'I') ADVANCE(703); + if (lookahead == 'N') ADVANCE(704); END_STATE(); case 692: - if (lookahead == 'V') ADVANCE(703); + if (lookahead == 'E') ADVANCE(705); + if (lookahead == 'N') ADVANCE(706); END_STATE(); case 693: - ACCEPT_TOKEN(anon_sym_noperspective); + if (lookahead == 'e') ADVANCE(707); END_STATE(); case 694: - ACCEPT_TOKEN(anon_sym_rayPayloadEXT); + if (lookahead == 'T') ADVANCE(708); END_STATE(); case 695: - if (lookahead == 'X') ADVANCE(704); + if (lookahead == 'E') ADVANCE(709); + if (lookahead == 'N') ADVANCE(710); END_STATE(); case 696: - if (lookahead == 'V') ADVANCE(705); + ACCEPT_TOKEN(anon_sym_rayPayloadNV); END_STATE(); case 697: - if (lookahead == 'X') ADVANCE(706); + if (lookahead == 'E') ADVANCE(711); + if (lookahead == 'N') ADVANCE(712); END_STATE(); case 698: - if (lookahead == 'V') ADVANCE(707); + ACCEPT_TOKEN(anon_sym_thread_local); END_STATE(); case 699: - if (lookahead == 'T') ADVANCE(708); + ACCEPT_TOKEN(anon_sym___attribute__); END_STATE(); case 700: - if (lookahead == 'E') ADVANCE(709); - if (lookahead == 'N') ADVANCE(710); + ACCEPT_TOKEN(anon_sym___extension__); END_STATE(); case 701: - ACCEPT_TOKEN(anon_sym_callableDataNV); + ACCEPT_TOKEN(anon_sym___forceinline); END_STATE(); case 702: - if (lookahead == 'T') ADVANCE(711); + if (lookahead == 'X') ADVANCE(713); END_STATE(); case 703: - ACCEPT_TOKEN(anon_sym_hitAttributeNV); + if (lookahead == 'n') ADVANCE(714); END_STATE(); case 704: - if (lookahead == 'T') ADVANCE(712); + if (lookahead == 'V') ADVANCE(715); END_STATE(); case 705: - ACCEPT_TOKEN(anon_sym_rayPayloadInNV); + if (lookahead == 'X') ADVANCE(716); END_STATE(); case 706: - if (lookahead == 'T') ADVANCE(713); + if (lookahead == 'V') ADVANCE(717); END_STATE(); case 707: - ACCEPT_TOKEN(anon_sym_shaderRecordNV); + ACCEPT_TOKEN(anon_sym_noperspective); END_STATE(); case 708: - ACCEPT_TOKEN(anon_sym_callableDataEXT); + ACCEPT_TOKEN(anon_sym_rayPayloadEXT); END_STATE(); case 709: - if (lookahead == 'X') ADVANCE(714); + if (lookahead == 'X') ADVANCE(718); END_STATE(); case 710: - if (lookahead == 'V') ADVANCE(715); + if (lookahead == 'V') ADVANCE(719); END_STATE(); case 711: - ACCEPT_TOKEN(anon_sym_hitAttributeEXT); + if (lookahead == 'X') ADVANCE(720); END_STATE(); case 712: - ACCEPT_TOKEN(anon_sym_rayPayloadInEXT); + if (lookahead == 'V') ADVANCE(721); END_STATE(); case 713: - ACCEPT_TOKEN(anon_sym_shaderRecordEXT); + if (lookahead == 'T') ADVANCE(722); END_STATE(); case 714: - if (lookahead == 'T') ADVANCE(716); + if (lookahead == 'E') ADVANCE(723); + if (lookahead == 'N') ADVANCE(724); END_STATE(); case 715: - ACCEPT_TOKEN(anon_sym_callableDataInNV); + ACCEPT_TOKEN(anon_sym_callableDataNV); END_STATE(); case 716: + if (lookahead == 'T') ADVANCE(725); + END_STATE(); + case 717: + ACCEPT_TOKEN(anon_sym_hitAttributeNV); + END_STATE(); + case 718: + if (lookahead == 'T') ADVANCE(726); + END_STATE(); + case 719: + ACCEPT_TOKEN(anon_sym_rayPayloadInNV); + END_STATE(); + case 720: + if (lookahead == 'T') ADVANCE(727); + END_STATE(); + case 721: + ACCEPT_TOKEN(anon_sym_shaderRecordNV); + END_STATE(); + case 722: + ACCEPT_TOKEN(anon_sym_callableDataEXT); + END_STATE(); + case 723: + if (lookahead == 'X') ADVANCE(728); + END_STATE(); + case 724: + if (lookahead == 'V') ADVANCE(729); + END_STATE(); + case 725: + ACCEPT_TOKEN(anon_sym_hitAttributeEXT); + END_STATE(); + case 726: + ACCEPT_TOKEN(anon_sym_rayPayloadInEXT); + END_STATE(); + case 727: + ACCEPT_TOKEN(anon_sym_shaderRecordEXT); + END_STATE(); + case 728: + if (lookahead == 'T') ADVANCE(730); + END_STATE(); + case 729: + ACCEPT_TOKEN(anon_sym_callableDataInNV); + END_STATE(); + case 730: ACCEPT_TOKEN(anon_sym_callableDataInEXT); END_STATE(); default: @@ -11079,24 +11183,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [22] = {.lex_state = 47}, [23] = {.lex_state = 123}, [24] = {.lex_state = 123}, - [25] = {.lex_state = 123}, + [25] = {.lex_state = 49}, [26] = {.lex_state = 123}, [27] = {.lex_state = 123}, [28] = {.lex_state = 123}, [29] = {.lex_state = 123}, - [30] = {.lex_state = 49}, + [30] = {.lex_state = 123}, [31] = {.lex_state = 123}, - [32] = {.lex_state = 49}, + [32] = {.lex_state = 123}, [33] = {.lex_state = 123}, [34] = {.lex_state = 123}, [35] = {.lex_state = 123}, [36] = {.lex_state = 123}, - [37] = {.lex_state = 123}, + [37] = {.lex_state = 49}, [38] = {.lex_state = 123}, [39] = {.lex_state = 123}, - [40] = {.lex_state = 123}, + [40] = {.lex_state = 49}, [41] = {.lex_state = 123}, - [42] = {.lex_state = 49}, + [42] = {.lex_state = 123}, [43] = {.lex_state = 123}, [44] = {.lex_state = 123}, [45] = {.lex_state = 47}, @@ -11105,19 +11209,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [48] = {.lex_state = 47}, [49] = {.lex_state = 47}, [50] = {.lex_state = 123}, - [51] = {.lex_state = 49}, + [51] = {.lex_state = 123}, [52] = {.lex_state = 49}, [53] = {.lex_state = 49}, [54] = {.lex_state = 123}, - [55] = {.lex_state = 49}, + [55] = {.lex_state = 123}, [56] = {.lex_state = 123}, [57] = {.lex_state = 123}, [58] = {.lex_state = 123}, - [59] = {.lex_state = 123}, + [59] = {.lex_state = 49}, [60] = {.lex_state = 123}, - [61] = {.lex_state = 123}, - [62] = {.lex_state = 49}, - [63] = {.lex_state = 123}, + [61] = {.lex_state = 49}, + [62] = {.lex_state = 123}, + [63] = {.lex_state = 49}, [64] = {.lex_state = 123}, [65] = {.lex_state = 123}, [66] = {.lex_state = 123}, @@ -11129,11 +11233,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [72] = {.lex_state = 123}, [73] = {.lex_state = 123}, [74] = {.lex_state = 123}, - [75] = {.lex_state = 47}, - [76] = {.lex_state = 47}, - [77] = {.lex_state = 47}, - [78] = {.lex_state = 47}, - [79] = {.lex_state = 47}, + [75] = {.lex_state = 123}, + [76] = {.lex_state = 123}, + [77] = {.lex_state = 123}, + [78] = {.lex_state = 123}, + [79] = {.lex_state = 123}, [80] = {.lex_state = 47}, [81] = {.lex_state = 47}, [82] = {.lex_state = 47}, @@ -11159,15 +11263,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [102] = {.lex_state = 47}, [103] = {.lex_state = 47}, [104] = {.lex_state = 47}, - [105] = {.lex_state = 123}, + [105] = {.lex_state = 47}, [106] = {.lex_state = 47}, [107] = {.lex_state = 47}, [108] = {.lex_state = 47}, [109] = {.lex_state = 47}, [110] = {.lex_state = 47}, [111] = {.lex_state = 47}, - [112] = {.lex_state = 47}, - [113] = {.lex_state = 123}, + [112] = {.lex_state = 123}, + [113] = {.lex_state = 47}, [114] = {.lex_state = 47}, [115] = {.lex_state = 47}, [116] = {.lex_state = 47}, @@ -11181,7 +11285,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [124] = {.lex_state = 47}, [125] = {.lex_state = 47}, [126] = {.lex_state = 47}, - [127] = {.lex_state = 47}, + [127] = {.lex_state = 123}, [128] = {.lex_state = 47}, [129] = {.lex_state = 47}, [130] = {.lex_state = 47}, @@ -11222,38 +11326,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [165] = {.lex_state = 47}, [166] = {.lex_state = 47}, [167] = {.lex_state = 47}, - [168] = {.lex_state = 123}, - [169] = {.lex_state = 123}, - [170] = {.lex_state = 49}, - [171] = {.lex_state = 123}, - [172] = {.lex_state = 49}, + [168] = {.lex_state = 47}, + [169] = {.lex_state = 47}, + [170] = {.lex_state = 47}, + [171] = {.lex_state = 47}, + [172] = {.lex_state = 47}, [173] = {.lex_state = 123}, [174] = {.lex_state = 123}, - [175] = {.lex_state = 123}, - [176] = {.lex_state = 123}, - [177] = {.lex_state = 123}, + [175] = {.lex_state = 49}, + [176] = {.lex_state = 49}, + [177] = {.lex_state = 49}, [178] = {.lex_state = 123}, [179] = {.lex_state = 123}, - [180] = {.lex_state = 123}, - [181] = {.lex_state = 123}, + [180] = {.lex_state = 49}, + [181] = {.lex_state = 49}, [182] = {.lex_state = 123}, [183] = {.lex_state = 123}, [184] = {.lex_state = 123}, - [185] = {.lex_state = 123}, - [186] = {.lex_state = 123}, - [187] = {.lex_state = 123}, + [185] = {.lex_state = 49}, + [186] = {.lex_state = 49}, + [187] = {.lex_state = 49}, [188] = {.lex_state = 123}, - [189] = {.lex_state = 123}, + [189] = {.lex_state = 49}, [190] = {.lex_state = 123}, - [191] = {.lex_state = 123}, + [191] = {.lex_state = 49}, [192] = {.lex_state = 49}, - [193] = {.lex_state = 123}, + [193] = {.lex_state = 49}, [194] = {.lex_state = 49}, - [195] = {.lex_state = 123}, - [196] = {.lex_state = 123}, + [195] = {.lex_state = 49}, + [196] = {.lex_state = 49}, [197] = {.lex_state = 123}, [198] = {.lex_state = 123}, - [199] = {.lex_state = 49}, + [199] = {.lex_state = 123}, [200] = {.lex_state = 123}, [201] = {.lex_state = 123}, [202] = {.lex_state = 123}, @@ -11261,20 +11365,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [204] = {.lex_state = 123}, [205] = {.lex_state = 123}, [206] = {.lex_state = 123}, - [207] = {.lex_state = 123}, + [207] = {.lex_state = 49}, [208] = {.lex_state = 123}, - [209] = {.lex_state = 49}, + [209] = {.lex_state = 123}, [210] = {.lex_state = 123}, [211] = {.lex_state = 123}, [212] = {.lex_state = 123}, - [213] = {.lex_state = 123}, + [213] = {.lex_state = 49}, [214] = {.lex_state = 123}, [215] = {.lex_state = 123}, - [216] = {.lex_state = 123}, - [217] = {.lex_state = 123}, + [216] = {.lex_state = 49}, + [217] = {.lex_state = 49}, [218] = {.lex_state = 123}, [219] = {.lex_state = 123}, - [220] = {.lex_state = 49}, + [220] = {.lex_state = 123}, [221] = {.lex_state = 123}, [222] = {.lex_state = 123}, [223] = {.lex_state = 123}, @@ -11282,70 +11386,70 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [225] = {.lex_state = 123}, [226] = {.lex_state = 123}, [227] = {.lex_state = 123}, - [228] = {.lex_state = 123}, - [229] = {.lex_state = 49}, + [228] = {.lex_state = 49}, + [229] = {.lex_state = 123}, [230] = {.lex_state = 123}, [231] = {.lex_state = 123}, - [232] = {.lex_state = 49}, - [233] = {.lex_state = 49}, - [234] = {.lex_state = 123}, + [232] = {.lex_state = 123}, + [233] = {.lex_state = 123}, + [234] = {.lex_state = 49}, [235] = {.lex_state = 49}, - [236] = {.lex_state = 49}, - [237] = {.lex_state = 49}, + [236] = {.lex_state = 123}, + [237] = {.lex_state = 123}, [238] = {.lex_state = 123}, [239] = {.lex_state = 123}, [240] = {.lex_state = 123}, [241] = {.lex_state = 123}, - [242] = {.lex_state = 123}, + [242] = {.lex_state = 49}, [243] = {.lex_state = 123}, - [244] = {.lex_state = 49}, + [244] = {.lex_state = 123}, [245] = {.lex_state = 123}, - [246] = {.lex_state = 49}, + [246] = {.lex_state = 123}, [247] = {.lex_state = 49}, [248] = {.lex_state = 123}, - [249] = {.lex_state = 123}, + [249] = {.lex_state = 49}, [250] = {.lex_state = 49}, [251] = {.lex_state = 49}, [252] = {.lex_state = 49}, [253] = {.lex_state = 123}, [254] = {.lex_state = 49}, [255] = {.lex_state = 123}, - [256] = {.lex_state = 49}, - [257] = {.lex_state = 49}, - [258] = {.lex_state = 49}, + [256] = {.lex_state = 123}, + [257] = {.lex_state = 123}, + [258] = {.lex_state = 123}, [259] = {.lex_state = 123}, [260] = {.lex_state = 49}, - [261] = {.lex_state = 49}, - [262] = {.lex_state = 49}, + [261] = {.lex_state = 123}, + [262] = {.lex_state = 123}, [263] = {.lex_state = 123}, [264] = {.lex_state = 49}, [265] = {.lex_state = 123}, - [266] = {.lex_state = 49}, + [266] = {.lex_state = 123}, [267] = {.lex_state = 123}, [268] = {.lex_state = 49}, - [269] = {.lex_state = 49}, + [269] = {.lex_state = 123}, [270] = {.lex_state = 49}, [271] = {.lex_state = 49}, [272] = {.lex_state = 49}, [273] = {.lex_state = 123}, - [274] = {.lex_state = 49}, - [275] = {.lex_state = 49}, + [274] = {.lex_state = 123}, + [275] = {.lex_state = 123}, [276] = {.lex_state = 123}, - [277] = {.lex_state = 123}, - [278] = {.lex_state = 49}, + [277] = {.lex_state = 49}, + [278] = {.lex_state = 123}, [279] = {.lex_state = 123}, - [280] = {.lex_state = 49}, + [280] = {.lex_state = 123}, [281] = {.lex_state = 123}, [282] = {.lex_state = 123}, [283] = {.lex_state = 49}, [284] = {.lex_state = 123}, [285] = {.lex_state = 49}, - [286] = {.lex_state = 123}, - [287] = {.lex_state = 123}, + [286] = {.lex_state = 49}, + [287] = {.lex_state = 49}, [288] = {.lex_state = 123}, [289] = {.lex_state = 49}, - [290] = {.lex_state = 49}, - [291] = {.lex_state = 123}, + [290] = {.lex_state = 123}, + [291] = {.lex_state = 49}, [292] = {.lex_state = 49}, [293] = {.lex_state = 123}, [294] = {.lex_state = 123}, @@ -11357,106 +11461,106 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [300] = {.lex_state = 49}, [301] = {.lex_state = 49}, [302] = {.lex_state = 123}, - [303] = {.lex_state = 49}, + [303] = {.lex_state = 123}, [304] = {.lex_state = 49}, - [305] = {.lex_state = 49}, - [306] = {.lex_state = 49}, + [305] = {.lex_state = 123}, + [306] = {.lex_state = 123}, [307] = {.lex_state = 123}, [308] = {.lex_state = 123}, - [309] = {.lex_state = 123}, + [309] = {.lex_state = 49}, [310] = {.lex_state = 123}, [311] = {.lex_state = 49}, - [312] = {.lex_state = 49}, + [312] = {.lex_state = 123}, [313] = {.lex_state = 123}, - [314] = {.lex_state = 123}, - [315] = {.lex_state = 123}, - [316] = {.lex_state = 49}, + [314] = {.lex_state = 49}, + [315] = {.lex_state = 49}, + [316] = {.lex_state = 123}, [317] = {.lex_state = 123}, [318] = {.lex_state = 123}, [319] = {.lex_state = 123}, - [320] = {.lex_state = 49}, + [320] = {.lex_state = 123}, [321] = {.lex_state = 49}, - [322] = {.lex_state = 49}, - [323] = {.lex_state = 49}, + [322] = {.lex_state = 123}, + [323] = {.lex_state = 123}, [324] = {.lex_state = 49}, - [325] = {.lex_state = 123}, - [326] = {.lex_state = 123}, + [325] = {.lex_state = 49}, + [326] = {.lex_state = 49}, [327] = {.lex_state = 49}, [328] = {.lex_state = 49}, [329] = {.lex_state = 49}, - [330] = {.lex_state = 49}, - [331] = {.lex_state = 123}, + [330] = {.lex_state = 123}, + [331] = {.lex_state = 49}, [332] = {.lex_state = 49}, [333] = {.lex_state = 49}, - [334] = {.lex_state = 49}, - [335] = {.lex_state = 49}, + [334] = {.lex_state = 123}, + [335] = {.lex_state = 123}, [336] = {.lex_state = 123}, [337] = {.lex_state = 49}, - [338] = {.lex_state = 49}, + [338] = {.lex_state = 123}, [339] = {.lex_state = 49}, - [340] = {.lex_state = 49}, - [341] = {.lex_state = 123}, + [340] = {.lex_state = 123}, + [341] = {.lex_state = 49}, [342] = {.lex_state = 49}, - [343] = {.lex_state = 49}, - [344] = {.lex_state = 49}, - [345] = {.lex_state = 49}, - [346] = {.lex_state = 49}, + [343] = {.lex_state = 123}, + [344] = {.lex_state = 123}, + [345] = {.lex_state = 123}, + [346] = {.lex_state = 123}, [347] = {.lex_state = 49}, [348] = {.lex_state = 49}, - [349] = {.lex_state = 49}, + [349] = {.lex_state = 123}, [350] = {.lex_state = 123}, - [351] = {.lex_state = 49}, - [352] = {.lex_state = 49}, - [353] = {.lex_state = 49}, - [354] = {.lex_state = 49}, - [355] = {.lex_state = 49}, + [351] = {.lex_state = 123}, + [352] = {.lex_state = 123}, + [353] = {.lex_state = 123}, + [354] = {.lex_state = 123}, + [355] = {.lex_state = 123}, [356] = {.lex_state = 49}, - [357] = {.lex_state = 49}, + [357] = {.lex_state = 123}, [358] = {.lex_state = 123}, [359] = {.lex_state = 49}, [360] = {.lex_state = 123}, - [361] = {.lex_state = 49}, - [362] = {.lex_state = 49}, - [363] = {.lex_state = 49}, - [364] = {.lex_state = 49}, - [365] = {.lex_state = 49}, - [366] = {.lex_state = 123}, + [361] = {.lex_state = 123}, + [362] = {.lex_state = 123}, + [363] = {.lex_state = 123}, + [364] = {.lex_state = 123}, + [365] = {.lex_state = 123}, + [366] = {.lex_state = 49}, [367] = {.lex_state = 123}, - [368] = {.lex_state = 123}, - [369] = {.lex_state = 123}, + [368] = {.lex_state = 49}, + [369] = {.lex_state = 49}, [370] = {.lex_state = 123}, - [371] = {.lex_state = 123}, - [372] = {.lex_state = 123}, - [373] = {.lex_state = 123}, - [374] = {.lex_state = 49}, - [375] = {.lex_state = 49}, - [376] = {.lex_state = 123}, + [371] = {.lex_state = 49}, + [372] = {.lex_state = 49}, + [373] = {.lex_state = 49}, + [374] = {.lex_state = 123}, + [375] = {.lex_state = 123}, + [376] = {.lex_state = 49}, [377] = {.lex_state = 123}, - [378] = {.lex_state = 123}, - [379] = {.lex_state = 123}, + [378] = {.lex_state = 49}, + [379] = {.lex_state = 49}, [380] = {.lex_state = 123}, - [381] = {.lex_state = 123}, + [381] = {.lex_state = 49}, [382] = {.lex_state = 123}, - [383] = {.lex_state = 123}, + [383] = {.lex_state = 49}, [384] = {.lex_state = 123}, - [385] = {.lex_state = 123}, + [385] = {.lex_state = 49}, [386] = {.lex_state = 123}, - [387] = {.lex_state = 123}, - [388] = {.lex_state = 123}, + [387] = {.lex_state = 49}, + [388] = {.lex_state = 49}, [389] = {.lex_state = 123}, [390] = {.lex_state = 123}, [391] = {.lex_state = 123}, [392] = {.lex_state = 123}, - [393] = {.lex_state = 123}, - [394] = {.lex_state = 123}, - [395] = {.lex_state = 123}, - [396] = {.lex_state = 123}, - [397] = {.lex_state = 123}, + [393] = {.lex_state = 49}, + [394] = {.lex_state = 49}, + [395] = {.lex_state = 49}, + [396] = {.lex_state = 49}, + [397] = {.lex_state = 49}, [398] = {.lex_state = 123}, - [399] = {.lex_state = 123}, - [400] = {.lex_state = 123}, - [401] = {.lex_state = 123}, - [402] = {.lex_state = 123}, + [399] = {.lex_state = 49}, + [400] = {.lex_state = 49}, + [401] = {.lex_state = 49}, + [402] = {.lex_state = 49}, [403] = {.lex_state = 123}, [404] = {.lex_state = 123}, [405] = {.lex_state = 123}, @@ -11495,11 +11599,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [438] = {.lex_state = 123}, [439] = {.lex_state = 123}, [440] = {.lex_state = 123}, - [441] = {.lex_state = 55}, - [442] = {.lex_state = 55}, - [443] = {.lex_state = 55}, - [444] = {.lex_state = 55}, - [445] = {.lex_state = 55}, + [441] = {.lex_state = 123}, + [442] = {.lex_state = 123}, + [443] = {.lex_state = 123}, + [444] = {.lex_state = 123}, + [445] = {.lex_state = 123}, [446] = {.lex_state = 55}, [447] = {.lex_state = 55}, [448] = {.lex_state = 55}, @@ -11512,24 +11616,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [455] = {.lex_state = 55}, [456] = {.lex_state = 55}, [457] = {.lex_state = 55}, - [458] = {.lex_state = 56}, - [459] = {.lex_state = 60}, - [460] = {.lex_state = 60}, - [461] = {.lex_state = 60}, - [462] = {.lex_state = 56}, + [458] = {.lex_state = 55}, + [459] = {.lex_state = 55}, + [460] = {.lex_state = 55}, + [461] = {.lex_state = 55}, + [462] = {.lex_state = 55}, [463] = {.lex_state = 56}, - [464] = {.lex_state = 55}, - [465] = {.lex_state = 55}, - [466] = {.lex_state = 55}, - [467] = {.lex_state = 55}, - [468] = {.lex_state = 55}, - [469] = {.lex_state = 46}, - [470] = {.lex_state = 46}, - [471] = {.lex_state = 123}, - [472] = {.lex_state = 123}, - [473] = {.lex_state = 123}, - [474] = {.lex_state = 55}, - [475] = {.lex_state = 123}, + [464] = {.lex_state = 60}, + [465] = {.lex_state = 60}, + [466] = {.lex_state = 56}, + [467] = {.lex_state = 60}, + [468] = {.lex_state = 56}, + [469] = {.lex_state = 55}, + [470] = {.lex_state = 55}, + [471] = {.lex_state = 55}, + [472] = {.lex_state = 55}, + [473] = {.lex_state = 55}, + [474] = {.lex_state = 46}, + [475] = {.lex_state = 46}, [476] = {.lex_state = 123}, [477] = {.lex_state = 123}, [478] = {.lex_state = 123}, @@ -11553,66 +11657,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [496] = {.lex_state = 123}, [497] = {.lex_state = 123}, [498] = {.lex_state = 123}, - [499] = {.lex_state = 55}, + [499] = {.lex_state = 123}, [500] = {.lex_state = 123}, - [501] = {.lex_state = 55}, + [501] = {.lex_state = 123}, [502] = {.lex_state = 123}, - [503] = {.lex_state = 55}, + [503] = {.lex_state = 123}, [504] = {.lex_state = 123}, [505] = {.lex_state = 123}, [506] = {.lex_state = 123}, [507] = {.lex_state = 123}, [508] = {.lex_state = 123}, [509] = {.lex_state = 123}, - [510] = {.lex_state = 123}, - [511] = {.lex_state = 123}, - [512] = {.lex_state = 123}, - [513] = {.lex_state = 123}, - [514] = {.lex_state = 46}, - [515] = {.lex_state = 55}, + [510] = {.lex_state = 55}, + [511] = {.lex_state = 55}, + [512] = {.lex_state = 55}, + [513] = {.lex_state = 55}, + [514] = {.lex_state = 123}, + [515] = {.lex_state = 123}, [516] = {.lex_state = 123}, - [517] = {.lex_state = 55}, + [517] = {.lex_state = 123}, [518] = {.lex_state = 123}, [519] = {.lex_state = 123}, - [520] = {.lex_state = 55}, + [520] = {.lex_state = 123}, [521] = {.lex_state = 123}, [522] = {.lex_state = 123}, - [523] = {.lex_state = 55}, + [523] = {.lex_state = 123}, [524] = {.lex_state = 123}, - [525] = {.lex_state = 55}, - [526] = {.lex_state = 55}, - [527] = {.lex_state = 55}, - [528] = {.lex_state = 55}, + [525] = {.lex_state = 123}, + [526] = {.lex_state = 123}, + [527] = {.lex_state = 46}, + [528] = {.lex_state = 123}, [529] = {.lex_state = 123}, [530] = {.lex_state = 123}, - [531] = {.lex_state = 123}, - [532] = {.lex_state = 55}, + [531] = {.lex_state = 55}, + [532] = {.lex_state = 123}, [533] = {.lex_state = 123}, [534] = {.lex_state = 123}, - [535] = {.lex_state = 123}, - [536] = {.lex_state = 123}, - [537] = {.lex_state = 123}, - [538] = {.lex_state = 123}, - [539] = {.lex_state = 123}, - [540] = {.lex_state = 52}, - [541] = {.lex_state = 52}, - [542] = {.lex_state = 46}, - [543] = {.lex_state = 52}, - [544] = {.lex_state = 52}, - [545] = {.lex_state = 52}, - [546] = {.lex_state = 52}, + [535] = {.lex_state = 55}, + [536] = {.lex_state = 55}, + [537] = {.lex_state = 55}, + [538] = {.lex_state = 55}, + [539] = {.lex_state = 55}, + [540] = {.lex_state = 55}, + [541] = {.lex_state = 55}, + [542] = {.lex_state = 55}, + [543] = {.lex_state = 123}, + [544] = {.lex_state = 123}, + [545] = {.lex_state = 46}, + [546] = {.lex_state = 46}, [547] = {.lex_state = 52}, [548] = {.lex_state = 52}, - [549] = {.lex_state = 46}, + [549] = {.lex_state = 52}, [550] = {.lex_state = 52}, [551] = {.lex_state = 52}, - [552] = {.lex_state = 123}, - [553] = {.lex_state = 55}, - [554] = {.lex_state = 55}, - [555] = {.lex_state = 55}, - [556] = {.lex_state = 55}, - [557] = {.lex_state = 55}, - [558] = {.lex_state = 55}, + [552] = {.lex_state = 52}, + [553] = {.lex_state = 52}, + [554] = {.lex_state = 52}, + [555] = {.lex_state = 52}, + [556] = {.lex_state = 123}, + [557] = {.lex_state = 52}, + [558] = {.lex_state = 46}, [559] = {.lex_state = 55}, [560] = {.lex_state = 55}, [561] = {.lex_state = 55}, @@ -11628,86 +11732,86 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [571] = {.lex_state = 55}, [572] = {.lex_state = 55}, [573] = {.lex_state = 55}, - [574] = {.lex_state = 46}, + [574] = {.lex_state = 55}, [575] = {.lex_state = 55}, [576] = {.lex_state = 55}, [577] = {.lex_state = 55}, - [578] = {.lex_state = 60}, - [579] = {.lex_state = 56}, - [580] = {.lex_state = 56}, - [581] = {.lex_state = 60}, - [582] = {.lex_state = 56}, - [583] = {.lex_state = 56}, + [578] = {.lex_state = 55}, + [579] = {.lex_state = 55}, + [580] = {.lex_state = 55}, + [581] = {.lex_state = 55}, + [582] = {.lex_state = 55}, + [583] = {.lex_state = 60}, [584] = {.lex_state = 60}, - [585] = {.lex_state = 60}, - [586] = {.lex_state = 56}, - [587] = {.lex_state = 60}, + [585] = {.lex_state = 123}, + [586] = {.lex_state = 123}, + [587] = {.lex_state = 56}, [588] = {.lex_state = 56}, - [589] = {.lex_state = 60}, - [590] = {.lex_state = 60}, - [591] = {.lex_state = 60}, - [592] = {.lex_state = 56}, - [593] = {.lex_state = 56}, + [589] = {.lex_state = 56}, + [590] = {.lex_state = 56}, + [591] = {.lex_state = 56}, + [592] = {.lex_state = 60}, + [593] = {.lex_state = 60}, [594] = {.lex_state = 60}, [595] = {.lex_state = 60}, - [596] = {.lex_state = 56}, - [597] = {.lex_state = 60}, - [598] = {.lex_state = 56}, + [596] = {.lex_state = 55}, + [597] = {.lex_state = 123}, + [598] = {.lex_state = 60}, [599] = {.lex_state = 60}, - [600] = {.lex_state = 60}, - [601] = {.lex_state = 60}, - [602] = {.lex_state = 56}, + [600] = {.lex_state = 56}, + [601] = {.lex_state = 56}, + [602] = {.lex_state = 60}, [603] = {.lex_state = 56}, - [604] = {.lex_state = 60}, - [605] = {.lex_state = 60}, - [606] = {.lex_state = 60}, - [607] = {.lex_state = 56}, - [608] = {.lex_state = 60}, + [604] = {.lex_state = 56}, + [605] = {.lex_state = 56}, + [606] = {.lex_state = 56}, + [607] = {.lex_state = 60}, + [608] = {.lex_state = 56}, [609] = {.lex_state = 60}, - [610] = {.lex_state = 56}, - [611] = {.lex_state = 56}, - [612] = {.lex_state = 56}, - [613] = {.lex_state = 56}, + [610] = {.lex_state = 123}, + [611] = {.lex_state = 60}, + [612] = {.lex_state = 123}, + [613] = {.lex_state = 123}, [614] = {.lex_state = 60}, - [615] = {.lex_state = 56}, + [615] = {.lex_state = 60}, [616] = {.lex_state = 56}, - [617] = {.lex_state = 60}, + [617] = {.lex_state = 56}, [618] = {.lex_state = 56}, - [619] = {.lex_state = 56}, + [619] = {.lex_state = 60}, [620] = {.lex_state = 56}, - [621] = {.lex_state = 60}, - [622] = {.lex_state = 123}, + [621] = {.lex_state = 56}, + [622] = {.lex_state = 56}, [623] = {.lex_state = 123}, - [624] = {.lex_state = 123}, - [625] = {.lex_state = 123}, - [626] = {.lex_state = 123}, - [627] = {.lex_state = 55}, - [628] = {.lex_state = 123}, - [629] = {.lex_state = 123}, + [624] = {.lex_state = 60}, + [625] = {.lex_state = 60}, + [626] = {.lex_state = 60}, + [627] = {.lex_state = 123}, + [628] = {.lex_state = 56}, + [629] = {.lex_state = 60}, [630] = {.lex_state = 123}, [631] = {.lex_state = 123}, - [632] = {.lex_state = 123}, - [633] = {.lex_state = 55}, - [634] = {.lex_state = 55}, - [635] = {.lex_state = 55}, - [636] = {.lex_state = 55}, - [637] = {.lex_state = 55}, + [632] = {.lex_state = 60}, + [633] = {.lex_state = 60}, + [634] = {.lex_state = 56}, + [635] = {.lex_state = 60}, + [636] = {.lex_state = 56}, + [637] = {.lex_state = 56}, [638] = {.lex_state = 55}, [639] = {.lex_state = 55}, - [640] = {.lex_state = 55}, - [641] = {.lex_state = 55}, + [640] = {.lex_state = 123}, + [641] = {.lex_state = 123}, [642] = {.lex_state = 55}, [643] = {.lex_state = 55}, [644] = {.lex_state = 55}, - [645] = {.lex_state = 123}, - [646] = {.lex_state = 123}, + [645] = {.lex_state = 55}, + [646] = {.lex_state = 55}, [647] = {.lex_state = 123}, - [648] = {.lex_state = 123}, - [649] = {.lex_state = 123}, - [650] = {.lex_state = 123}, + [648] = {.lex_state = 55}, + [649] = {.lex_state = 55}, + [650] = {.lex_state = 55}, [651] = {.lex_state = 123}, - [652] = {.lex_state = 123}, - [653] = {.lex_state = 123}, + [652] = {.lex_state = 55}, + [653] = {.lex_state = 55}, [654] = {.lex_state = 123}, [655] = {.lex_state = 123}, [656] = {.lex_state = 123}, @@ -11715,7 +11819,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [658] = {.lex_state = 123}, [659] = {.lex_state = 123}, [660] = {.lex_state = 123}, - [661] = {.lex_state = 52}, + [661] = {.lex_state = 123}, [662] = {.lex_state = 123}, [663] = {.lex_state = 123}, [664] = {.lex_state = 123}, @@ -11823,7 +11927,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [766] = {.lex_state = 123}, [767] = {.lex_state = 123}, [768] = {.lex_state = 123}, - [769] = {.lex_state = 123}, + [769] = {.lex_state = 52}, [770] = {.lex_state = 123}, [771] = {.lex_state = 123}, [772] = {.lex_state = 123}, @@ -11864,109 +11968,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [807] = {.lex_state = 123}, [808] = {.lex_state = 123}, [809] = {.lex_state = 123}, - [810] = {.lex_state = 52}, - [811] = {.lex_state = 52}, - [812] = {.lex_state = 52}, - [813] = {.lex_state = 55}, - [814] = {.lex_state = 55}, - [815] = {.lex_state = 52}, - [816] = {.lex_state = 55}, - [817] = {.lex_state = 55}, - [818] = {.lex_state = 55}, + [810] = {.lex_state = 123}, + [811] = {.lex_state = 123}, + [812] = {.lex_state = 123}, + [813] = {.lex_state = 123}, + [814] = {.lex_state = 123}, + [815] = {.lex_state = 123}, + [816] = {.lex_state = 123}, + [817] = {.lex_state = 123}, + [818] = {.lex_state = 123}, [819] = {.lex_state = 55}, - [820] = {.lex_state = 55}, - [821] = {.lex_state = 55}, + [820] = {.lex_state = 52}, + [821] = {.lex_state = 52}, [822] = {.lex_state = 55}, [823] = {.lex_state = 55}, [824] = {.lex_state = 55}, [825] = {.lex_state = 55}, - [826] = {.lex_state = 52}, - [827] = {.lex_state = 52}, - [828] = {.lex_state = 53}, - [829] = {.lex_state = 53}, - [830] = {.lex_state = 55}, - [831] = {.lex_state = 53}, - [832] = {.lex_state = 53}, - [833] = {.lex_state = 53}, - [834] = {.lex_state = 53}, + [826] = {.lex_state = 55}, + [827] = {.lex_state = 55}, + [828] = {.lex_state = 55}, + [829] = {.lex_state = 55}, + [830] = {.lex_state = 52}, + [831] = {.lex_state = 55}, + [832] = {.lex_state = 55}, + [833] = {.lex_state = 55}, + [834] = {.lex_state = 52}, [835] = {.lex_state = 53}, [836] = {.lex_state = 53}, [837] = {.lex_state = 55}, - [838] = {.lex_state = 53}, + [838] = {.lex_state = 55}, [839] = {.lex_state = 53}, - [840] = {.lex_state = 55}, - [841] = {.lex_state = 55}, - [842] = {.lex_state = 55}, - [843] = {.lex_state = 123}, - [844] = {.lex_state = 55}, - [845] = {.lex_state = 123}, + [840] = {.lex_state = 53}, + [841] = {.lex_state = 53}, + [842] = {.lex_state = 53}, + [843] = {.lex_state = 53}, + [844] = {.lex_state = 52}, + [845] = {.lex_state = 53}, [846] = {.lex_state = 53}, - [847] = {.lex_state = 123}, - [848] = {.lex_state = 123}, - [849] = {.lex_state = 52}, - [850] = {.lex_state = 53}, - [851] = {.lex_state = 53}, - [852] = {.lex_state = 53}, - [853] = {.lex_state = 53}, - [854] = {.lex_state = 53}, - [855] = {.lex_state = 53}, - [856] = {.lex_state = 53}, - [857] = {.lex_state = 53}, + [847] = {.lex_state = 52}, + [848] = {.lex_state = 53}, + [849] = {.lex_state = 123}, + [850] = {.lex_state = 55}, + [851] = {.lex_state = 123}, + [852] = {.lex_state = 123}, + [853] = {.lex_state = 55}, + [854] = {.lex_state = 55}, + [855] = {.lex_state = 123}, + [856] = {.lex_state = 55}, + [857] = {.lex_state = 52}, [858] = {.lex_state = 53}, - [859] = {.lex_state = 53}, - [860] = {.lex_state = 53}, + [859] = {.lex_state = 55}, + [860] = {.lex_state = 55}, [861] = {.lex_state = 53}, - [862] = {.lex_state = 53}, + [862] = {.lex_state = 55}, [863] = {.lex_state = 53}, - [864] = {.lex_state = 53}, + [864] = {.lex_state = 55}, [865] = {.lex_state = 53}, - [866] = {.lex_state = 53}, + [866] = {.lex_state = 123}, [867] = {.lex_state = 55}, [868] = {.lex_state = 55}, - [869] = {.lex_state = 55}, + [869] = {.lex_state = 53}, [870] = {.lex_state = 53}, - [871] = {.lex_state = 53}, - [872] = {.lex_state = 55}, - [873] = {.lex_state = 54}, - [874] = {.lex_state = 55}, - [875] = {.lex_state = 54}, - [876] = {.lex_state = 55}, - [877] = {.lex_state = 53}, + [871] = {.lex_state = 55}, + [872] = {.lex_state = 53}, + [873] = {.lex_state = 55}, + [874] = {.lex_state = 53}, + [875] = {.lex_state = 53}, + [876] = {.lex_state = 53}, + [877] = {.lex_state = 55}, [878] = {.lex_state = 55}, [879] = {.lex_state = 55}, - [880] = {.lex_state = 55}, - [881] = {.lex_state = 55}, + [880] = {.lex_state = 53}, + [881] = {.lex_state = 53}, [882] = {.lex_state = 55}, - [883] = {.lex_state = 55}, - [884] = {.lex_state = 53}, - [885] = {.lex_state = 54}, - [886] = {.lex_state = 52}, - [887] = {.lex_state = 55}, + [883] = {.lex_state = 53}, + [884] = {.lex_state = 55}, + [885] = {.lex_state = 55}, + [886] = {.lex_state = 53}, + [887] = {.lex_state = 123}, [888] = {.lex_state = 55}, [889] = {.lex_state = 55}, [890] = {.lex_state = 55}, - [891] = {.lex_state = 55}, - [892] = {.lex_state = 53}, - [893] = {.lex_state = 55}, - [894] = {.lex_state = 54}, - [895] = {.lex_state = 55}, - [896] = {.lex_state = 55}, - [897] = {.lex_state = 53}, - [898] = {.lex_state = 52}, - [899] = {.lex_state = 123}, - [900] = {.lex_state = 52}, - [901] = {.lex_state = 123}, + [891] = {.lex_state = 53}, + [892] = {.lex_state = 55}, + [893] = {.lex_state = 53}, + [894] = {.lex_state = 55}, + [895] = {.lex_state = 53}, + [896] = {.lex_state = 53}, + [897] = {.lex_state = 55}, + [898] = {.lex_state = 54}, + [899] = {.lex_state = 54}, + [900] = {.lex_state = 53}, + [901] = {.lex_state = 53}, [902] = {.lex_state = 55}, - [903] = {.lex_state = 55}, - [904] = {.lex_state = 55}, - [905] = {.lex_state = 55}, - [906] = {.lex_state = 55}, - [907] = {.lex_state = 55}, - [908] = {.lex_state = 55}, - [909] = {.lex_state = 55}, + [903] = {.lex_state = 53}, + [904] = {.lex_state = 52}, + [905] = {.lex_state = 53}, + [906] = {.lex_state = 54}, + [907] = {.lex_state = 52}, + [908] = {.lex_state = 53}, + [909] = {.lex_state = 53}, [910] = {.lex_state = 55}, [911] = {.lex_state = 55}, - [912] = {.lex_state = 55}, + [912] = {.lex_state = 52}, [913] = {.lex_state = 55}, [914] = {.lex_state = 55}, [915] = {.lex_state = 55}, @@ -11975,51 +12079,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [918] = {.lex_state = 55}, [919] = {.lex_state = 55}, [920] = {.lex_state = 55}, - [921] = {.lex_state = 52}, - [922] = {.lex_state = 52}, + [921] = {.lex_state = 55}, + [922] = {.lex_state = 55}, [923] = {.lex_state = 55}, - [924] = {.lex_state = 52}, + [924] = {.lex_state = 55}, [925] = {.lex_state = 55}, [926] = {.lex_state = 55}, [927] = {.lex_state = 55}, - [928] = {.lex_state = 52}, - [929] = {.lex_state = 52}, + [928] = {.lex_state = 55}, + [929] = {.lex_state = 55}, [930] = {.lex_state = 55}, [931] = {.lex_state = 55}, [932] = {.lex_state = 55}, [933] = {.lex_state = 55}, - [934] = {.lex_state = 52}, - [935] = {.lex_state = 53}, + [934] = {.lex_state = 55}, + [935] = {.lex_state = 55}, [936] = {.lex_state = 55}, [937] = {.lex_state = 55}, - [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 = 55}, + [938] = {.lex_state = 55}, + [939] = {.lex_state = 55}, + [940] = {.lex_state = 55}, + [941] = {.lex_state = 55}, + [942] = {.lex_state = 55}, + [943] = {.lex_state = 52}, + [944] = {.lex_state = 52}, + [945] = {.lex_state = 52}, [946] = {.lex_state = 55}, - [947] = {.lex_state = 55}, + [947] = {.lex_state = 52}, [948] = {.lex_state = 55}, [949] = {.lex_state = 55}, [950] = {.lex_state = 55}, - [951] = {.lex_state = 55}, - [952] = {.lex_state = 53}, - [953] = {.lex_state = 55}, + [951] = {.lex_state = 52}, + [952] = {.lex_state = 55}, + [953] = {.lex_state = 52}, [954] = {.lex_state = 55}, [955] = {.lex_state = 55}, [956] = {.lex_state = 55}, [957] = {.lex_state = 55}, - [958] = {.lex_state = 53}, - [959] = {.lex_state = 52}, - [960] = {.lex_state = 53}, + [958] = {.lex_state = 55}, + [959] = {.lex_state = 55}, + [960] = {.lex_state = 55}, [961] = {.lex_state = 55}, [962] = {.lex_state = 55}, [963] = {.lex_state = 55}, [964] = {.lex_state = 55}, - [965] = {.lex_state = 53}, + [965] = {.lex_state = 55}, [966] = {.lex_state = 55}, [967] = {.lex_state = 55}, [968] = {.lex_state = 55}, @@ -12035,26 +12139,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [978] = {.lex_state = 55}, [979] = {.lex_state = 55}, [980] = {.lex_state = 55}, - [981] = {.lex_state = 55}, - [982] = {.lex_state = 55}, - [983] = {.lex_state = 55}, - [984] = {.lex_state = 55}, - [985] = {.lex_state = 55}, - [986] = {.lex_state = 55}, - [987] = {.lex_state = 55}, + [981] = {.lex_state = 53}, + [982] = {.lex_state = 53}, + [983] = {.lex_state = 53}, + [984] = {.lex_state = 52}, + [985] = {.lex_state = 53}, + [986] = {.lex_state = 53}, + [987] = {.lex_state = 53}, [988] = {.lex_state = 55}, - [989] = {.lex_state = 55}, - [990] = {.lex_state = 55}, - [991] = {.lex_state = 55}, - [992] = {.lex_state = 55}, + [989] = {.lex_state = 53}, + [990] = {.lex_state = 53}, + [991] = {.lex_state = 53}, + [992] = {.lex_state = 53}, [993] = {.lex_state = 55}, [994] = {.lex_state = 55}, [995] = {.lex_state = 55}, - [996] = {.lex_state = 55}, + [996] = {.lex_state = 53}, [997] = {.lex_state = 53}, - [998] = {.lex_state = 55}, + [998] = {.lex_state = 53}, [999] = {.lex_state = 55}, - [1000] = {.lex_state = 55}, + [1000] = {.lex_state = 53}, [1001] = {.lex_state = 55}, [1002] = {.lex_state = 55}, [1003] = {.lex_state = 55}, @@ -12077,23 +12181,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1020] = {.lex_state = 55}, [1021] = {.lex_state = 55}, [1022] = {.lex_state = 55}, - [1023] = {.lex_state = 52}, + [1023] = {.lex_state = 55}, [1024] = {.lex_state = 55}, [1025] = {.lex_state = 55}, [1026] = {.lex_state = 55}, [1027] = {.lex_state = 55}, - [1028] = {.lex_state = 55}, - [1029] = {.lex_state = 55}, - [1030] = {.lex_state = 55}, + [1028] = {.lex_state = 52}, + [1029] = {.lex_state = 52}, + [1030] = {.lex_state = 52}, [1031] = {.lex_state = 55}, - [1032] = {.lex_state = 52}, + [1032] = {.lex_state = 55}, [1033] = {.lex_state = 55}, - [1034] = {.lex_state = 55}, + [1034] = {.lex_state = 52}, [1035] = {.lex_state = 55}, [1036] = {.lex_state = 55}, - [1037] = {.lex_state = 52}, + [1037] = {.lex_state = 55}, [1038] = {.lex_state = 55}, - [1039] = {.lex_state = 52}, + [1039] = {.lex_state = 55}, [1040] = {.lex_state = 55}, [1041] = {.lex_state = 55}, [1042] = {.lex_state = 55}, @@ -12106,75 +12210,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1049] = {.lex_state = 55}, [1050] = {.lex_state = 55}, [1051] = {.lex_state = 55}, - [1052] = {.lex_state = 123}, - [1053] = {.lex_state = 123}, - [1054] = {.lex_state = 123}, - [1055] = {.lex_state = 123}, - [1056] = {.lex_state = 123}, - [1057] = {.lex_state = 123}, + [1052] = {.lex_state = 55}, + [1053] = {.lex_state = 55}, + [1054] = {.lex_state = 55}, + [1055] = {.lex_state = 55}, + [1056] = {.lex_state = 55}, + [1057] = {.lex_state = 55}, [1058] = {.lex_state = 123}, [1059] = {.lex_state = 123}, [1060] = {.lex_state = 123}, [1061] = {.lex_state = 123}, - [1062] = {.lex_state = 55}, - [1063] = {.lex_state = 123}, - [1064] = {.lex_state = 123}, + [1062] = {.lex_state = 123}, + [1063] = {.lex_state = 55}, + [1064] = {.lex_state = 55}, [1065] = {.lex_state = 123}, [1066] = {.lex_state = 123}, [1067] = {.lex_state = 123}, [1068] = {.lex_state = 123}, [1069] = {.lex_state = 123}, - [1070] = {.lex_state = 123}, + [1070] = {.lex_state = 55}, [1071] = {.lex_state = 123}, - [1072] = {.lex_state = 123}, + [1072] = {.lex_state = 55}, [1073] = {.lex_state = 123}, [1074] = {.lex_state = 123}, [1075] = {.lex_state = 123}, - [1076] = {.lex_state = 55}, - [1077] = {.lex_state = 55}, - [1078] = {.lex_state = 55}, + [1076] = {.lex_state = 123}, + [1077] = {.lex_state = 123}, + [1078] = {.lex_state = 123}, [1079] = {.lex_state = 55}, - [1080] = {.lex_state = 55}, - [1081] = {.lex_state = 55}, - [1082] = {.lex_state = 55}, - [1083] = {.lex_state = 55}, - [1084] = {.lex_state = 55}, - [1085] = {.lex_state = 53}, - [1086] = {.lex_state = 53}, - [1087] = {.lex_state = 53}, - [1088] = {.lex_state = 53}, + [1080] = {.lex_state = 123}, + [1081] = {.lex_state = 123}, + [1082] = {.lex_state = 123}, + [1083] = {.lex_state = 123}, + [1084] = {.lex_state = 123}, + [1085] = {.lex_state = 123}, + [1086] = {.lex_state = 55}, + [1087] = {.lex_state = 55}, + [1088] = {.lex_state = 55}, [1089] = {.lex_state = 55}, [1090] = {.lex_state = 55}, - [1091] = {.lex_state = 53}, + [1091] = {.lex_state = 55}, [1092] = {.lex_state = 55}, - [1093] = {.lex_state = 53}, - [1094] = {.lex_state = 53}, - [1095] = {.lex_state = 53}, + [1093] = {.lex_state = 55}, + [1094] = {.lex_state = 55}, + [1095] = {.lex_state = 55}, [1096] = {.lex_state = 55}, [1097] = {.lex_state = 55}, - [1098] = {.lex_state = 53}, + [1098] = {.lex_state = 55}, [1099] = {.lex_state = 55}, - [1100] = {.lex_state = 53}, - [1101] = {.lex_state = 53}, - [1102] = {.lex_state = 53}, - [1103] = {.lex_state = 53}, + [1100] = {.lex_state = 55}, + [1101] = {.lex_state = 55}, + [1102] = {.lex_state = 55}, + [1103] = {.lex_state = 55}, [1104] = {.lex_state = 55}, [1105] = {.lex_state = 55}, [1106] = {.lex_state = 55}, - [1107] = {.lex_state = 55}, - [1108] = {.lex_state = 55}, - [1109] = {.lex_state = 55}, - [1110] = {.lex_state = 55}, - [1111] = {.lex_state = 55}, - [1112] = {.lex_state = 55}, - [1113] = {.lex_state = 55}, - [1114] = {.lex_state = 55}, - [1115] = {.lex_state = 55}, - [1116] = {.lex_state = 55}, - [1117] = {.lex_state = 55}, - [1118] = {.lex_state = 55}, - [1119] = {.lex_state = 55}, - [1120] = {.lex_state = 55}, + [1107] = {.lex_state = 53}, + [1108] = {.lex_state = 53}, + [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 = 53}, + [1117] = {.lex_state = 53}, + [1118] = {.lex_state = 53}, + [1119] = {.lex_state = 53}, + [1120] = {.lex_state = 53}, [1121] = {.lex_state = 55}, [1122] = {.lex_state = 55}, [1123] = {.lex_state = 55}, @@ -12185,15 +12289,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1128] = {.lex_state = 55}, [1129] = {.lex_state = 55}, [1130] = {.lex_state = 55}, - [1131] = {.lex_state = 56}, - [1132] = {.lex_state = 56}, + [1131] = {.lex_state = 55}, + [1132] = {.lex_state = 55}, [1133] = {.lex_state = 55}, [1134] = {.lex_state = 55}, - [1135] = {.lex_state = 56}, + [1135] = {.lex_state = 55}, [1136] = {.lex_state = 55}, [1137] = {.lex_state = 55}, [1138] = {.lex_state = 55}, - [1139] = {.lex_state = 56}, + [1139] = {.lex_state = 55}, [1140] = {.lex_state = 55}, [1141] = {.lex_state = 55}, [1142] = {.lex_state = 55}, @@ -12205,13 +12309,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1148] = {.lex_state = 55}, [1149] = {.lex_state = 55}, [1150] = {.lex_state = 55}, - [1151] = {.lex_state = 55}, + [1151] = {.lex_state = 56}, [1152] = {.lex_state = 55}, [1153] = {.lex_state = 55}, - [1154] = {.lex_state = 55}, + [1154] = {.lex_state = 56}, [1155] = {.lex_state = 55}, - [1156] = {.lex_state = 55}, - [1157] = {.lex_state = 55}, + [1156] = {.lex_state = 56}, + [1157] = {.lex_state = 56}, [1158] = {.lex_state = 55}, [1159] = {.lex_state = 55}, [1160] = {.lex_state = 55}, @@ -12302,10 +12406,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1245] = {.lex_state = 55}, [1246] = {.lex_state = 55}, [1247] = {.lex_state = 55}, - [1248] = {.lex_state = 56}, + [1248] = {.lex_state = 55}, [1249] = {.lex_state = 55}, [1250] = {.lex_state = 55}, - [1251] = {.lex_state = 56}, + [1251] = {.lex_state = 55}, [1252] = {.lex_state = 55}, [1253] = {.lex_state = 55}, [1254] = {.lex_state = 55}, @@ -12314,109 +12418,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1257] = {.lex_state = 55}, [1258] = {.lex_state = 55}, [1259] = {.lex_state = 55}, - [1260] = {.lex_state = 51}, - [1261] = {.lex_state = 51}, + [1260] = {.lex_state = 55}, + [1261] = {.lex_state = 55}, [1262] = {.lex_state = 55}, [1263] = {.lex_state = 55}, [1264] = {.lex_state = 55}, [1265] = {.lex_state = 55}, [1266] = {.lex_state = 55}, - [1267] = {.lex_state = 51}, + [1267] = {.lex_state = 55}, [1268] = {.lex_state = 55}, [1269] = {.lex_state = 55}, [1270] = {.lex_state = 55}, [1271] = {.lex_state = 55}, [1272] = {.lex_state = 55}, - [1273] = {.lex_state = 56}, + [1273] = {.lex_state = 55}, [1274] = {.lex_state = 55}, [1275] = {.lex_state = 55}, - [1276] = {.lex_state = 55}, + [1276] = {.lex_state = 56}, [1277] = {.lex_state = 55}, - [1278] = {.lex_state = 56}, + [1278] = {.lex_state = 55}, [1279] = {.lex_state = 55}, - [1280] = {.lex_state = 23}, - [1281] = {.lex_state = 56}, - [1282] = {.lex_state = 56}, - [1283] = {.lex_state = 51}, + [1280] = {.lex_state = 55}, + [1281] = {.lex_state = 55}, + [1282] = {.lex_state = 51}, + [1283] = {.lex_state = 55}, [1284] = {.lex_state = 56}, - [1285] = {.lex_state = 51}, + [1285] = {.lex_state = 55}, [1286] = {.lex_state = 51}, [1287] = {.lex_state = 51}, - [1288] = {.lex_state = 51}, - [1289] = {.lex_state = 51}, - [1290] = {.lex_state = 51}, - [1291] = {.lex_state = 51}, - [1292] = {.lex_state = 51}, - [1293] = {.lex_state = 51}, - [1294] = {.lex_state = 51}, - [1295] = {.lex_state = 51}, - [1296] = {.lex_state = 51}, - [1297] = {.lex_state = 51}, - [1298] = {.lex_state = 51}, - [1299] = {.lex_state = 51}, - [1300] = {.lex_state = 56}, - [1301] = {.lex_state = 51}, + [1288] = {.lex_state = 55}, + [1289] = {.lex_state = 55}, + [1290] = {.lex_state = 55}, + [1291] = {.lex_state = 56}, + [1292] = {.lex_state = 23}, + [1293] = {.lex_state = 56}, + [1294] = {.lex_state = 55}, + [1295] = {.lex_state = 55}, + [1296] = {.lex_state = 55}, + [1297] = {.lex_state = 55}, + [1298] = {.lex_state = 55}, + [1299] = {.lex_state = 55}, + [1300] = {.lex_state = 51}, + [1301] = {.lex_state = 56}, [1302] = {.lex_state = 51}, [1303] = {.lex_state = 51}, - [1304] = {.lex_state = 51}, + [1304] = {.lex_state = 55}, [1305] = {.lex_state = 51}, [1306] = {.lex_state = 51}, [1307] = {.lex_state = 51}, [1308] = {.lex_state = 51}, [1309] = {.lex_state = 51}, - [1310] = {.lex_state = 51}, - [1311] = {.lex_state = 55}, + [1310] = {.lex_state = 56}, + [1311] = {.lex_state = 51}, [1312] = {.lex_state = 51}, [1313] = {.lex_state = 51}, - [1314] = {.lex_state = 55}, + [1314] = {.lex_state = 51}, [1315] = {.lex_state = 51}, [1316] = {.lex_state = 51}, [1317] = {.lex_state = 51}, [1318] = {.lex_state = 51}, - [1319] = {.lex_state = 56}, + [1319] = {.lex_state = 51}, [1320] = {.lex_state = 51}, [1321] = {.lex_state = 51}, - [1322] = {.lex_state = 56}, + [1322] = {.lex_state = 51}, [1323] = {.lex_state = 51}, [1324] = {.lex_state = 51}, - [1325] = {.lex_state = 51}, - [1326] = {.lex_state = 56}, - [1327] = {.lex_state = 56}, + [1325] = {.lex_state = 56}, + [1326] = {.lex_state = 51}, + [1327] = {.lex_state = 51}, [1328] = {.lex_state = 51}, [1329] = {.lex_state = 56}, - [1330] = {.lex_state = 56}, - [1331] = {.lex_state = 56}, - [1332] = {.lex_state = 56}, - [1333] = {.lex_state = 51}, + [1330] = {.lex_state = 51}, + [1331] = {.lex_state = 51}, + [1332] = {.lex_state = 51}, + [1333] = {.lex_state = 56}, [1334] = {.lex_state = 56}, - [1335] = {.lex_state = 56}, + [1335] = {.lex_state = 51}, [1336] = {.lex_state = 56}, - [1337] = {.lex_state = 56}, - [1338] = {.lex_state = 23}, - [1339] = {.lex_state = 23}, - [1340] = {.lex_state = 23}, - [1341] = {.lex_state = 23}, - [1342] = {.lex_state = 55}, + [1337] = {.lex_state = 51}, + [1338] = {.lex_state = 51}, + [1339] = {.lex_state = 56}, + [1340] = {.lex_state = 56}, + [1341] = {.lex_state = 51}, + [1342] = {.lex_state = 51}, [1343] = {.lex_state = 56}, - [1344] = {.lex_state = 23}, - [1345] = {.lex_state = 23}, - [1346] = {.lex_state = 23}, - [1347] = {.lex_state = 23}, - [1348] = {.lex_state = 23}, - [1349] = {.lex_state = 23}, - [1350] = {.lex_state = 23}, - [1351] = {.lex_state = 23}, - [1352] = {.lex_state = 23}, - [1353] = {.lex_state = 23}, - [1354] = {.lex_state = 23}, - [1355] = {.lex_state = 23}, + [1344] = {.lex_state = 56}, + [1345] = {.lex_state = 56}, + [1346] = {.lex_state = 56}, + [1347] = {.lex_state = 56}, + [1348] = {.lex_state = 51}, + [1349] = {.lex_state = 51}, + [1350] = {.lex_state = 56}, + [1351] = {.lex_state = 56}, + [1352] = {.lex_state = 51}, + [1353] = {.lex_state = 51}, + [1354] = {.lex_state = 51}, + [1355] = {.lex_state = 51}, [1356] = {.lex_state = 23}, [1357] = {.lex_state = 23}, [1358] = {.lex_state = 23}, [1359] = {.lex_state = 23}, [1360] = {.lex_state = 23}, [1361] = {.lex_state = 23}, - [1362] = {.lex_state = 23}, + [1362] = {.lex_state = 56}, [1363] = {.lex_state = 23}, [1364] = {.lex_state = 23}, [1365] = {.lex_state = 23}, @@ -12424,27 +12528,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1367] = {.lex_state = 23}, [1368] = {.lex_state = 23}, [1369] = {.lex_state = 23}, - [1370] = {.lex_state = 56}, + [1370] = {.lex_state = 23}, [1371] = {.lex_state = 23}, [1372] = {.lex_state = 23}, [1373] = {.lex_state = 23}, - [1374] = {.lex_state = 55}, - [1375] = {.lex_state = 55}, - [1376] = {.lex_state = 55}, - [1377] = {.lex_state = 55}, - [1378] = {.lex_state = 55}, - [1379] = {.lex_state = 55}, - [1380] = {.lex_state = 55}, - [1381] = {.lex_state = 55}, - [1382] = {.lex_state = 55}, - [1383] = {.lex_state = 55}, - [1384] = {.lex_state = 55}, - [1385] = {.lex_state = 55}, - [1386] = {.lex_state = 55}, - [1387] = {.lex_state = 55}, - [1388] = {.lex_state = 55}, - [1389] = {.lex_state = 55}, - [1390] = {.lex_state = 55}, + [1374] = {.lex_state = 23}, + [1375] = {.lex_state = 23}, + [1376] = {.lex_state = 23}, + [1377] = {.lex_state = 23}, + [1378] = {.lex_state = 23}, + [1379] = {.lex_state = 23}, + [1380] = {.lex_state = 23}, + [1381] = {.lex_state = 23}, + [1382] = {.lex_state = 23}, + [1383] = {.lex_state = 23}, + [1384] = {.lex_state = 23}, + [1385] = {.lex_state = 23}, + [1386] = {.lex_state = 23}, + [1387] = {.lex_state = 23}, + [1388] = {.lex_state = 23}, + [1389] = {.lex_state = 56}, + [1390] = {.lex_state = 23}, [1391] = {.lex_state = 55}, [1392] = {.lex_state = 55}, [1393] = {.lex_state = 55}, @@ -12479,18 +12583,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1422] = {.lex_state = 55}, [1423] = {.lex_state = 55}, [1424] = {.lex_state = 55}, - [1425] = {.lex_state = 53}, + [1425] = {.lex_state = 55}, [1426] = {.lex_state = 55}, - [1427] = {.lex_state = 53}, + [1427] = {.lex_state = 55}, [1428] = {.lex_state = 55}, [1429] = {.lex_state = 55}, [1430] = {.lex_state = 55}, [1431] = {.lex_state = 55}, [1432] = {.lex_state = 55}, - [1433] = {.lex_state = 53}, + [1433] = {.lex_state = 55}, [1434] = {.lex_state = 55}, [1435] = {.lex_state = 55}, - [1436] = {.lex_state = 53}, + [1436] = {.lex_state = 55}, [1437] = {.lex_state = 55}, [1438] = {.lex_state = 55}, [1439] = {.lex_state = 55}, @@ -12498,17 +12602,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1441] = {.lex_state = 55}, [1442] = {.lex_state = 55}, [1443] = {.lex_state = 55}, - [1444] = {.lex_state = 59}, + [1444] = {.lex_state = 55}, [1445] = {.lex_state = 55}, [1446] = {.lex_state = 55}, - [1447] = {.lex_state = 55}, - [1448] = {.lex_state = 59}, + [1447] = {.lex_state = 53}, + [1448] = {.lex_state = 53}, [1449] = {.lex_state = 55}, - [1450] = {.lex_state = 55}, + [1450] = {.lex_state = 53}, [1451] = {.lex_state = 55}, [1452] = {.lex_state = 55}, [1453] = {.lex_state = 55}, - [1454] = {.lex_state = 55}, + [1454] = {.lex_state = 53}, [1455] = {.lex_state = 55}, [1456] = {.lex_state = 55}, [1457] = {.lex_state = 55}, @@ -12532,24 +12636,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1475] = {.lex_state = 55}, [1476] = {.lex_state = 55}, [1477] = {.lex_state = 55}, - [1478] = {.lex_state = 53}, - [1479] = {.lex_state = 55}, + [1478] = {.lex_state = 55}, + [1479] = {.lex_state = 59}, [1480] = {.lex_state = 55}, - [1481] = {.lex_state = 53}, - [1482] = {.lex_state = 53}, + [1481] = {.lex_state = 55}, + [1482] = {.lex_state = 55}, [1483] = {.lex_state = 55}, - [1484] = {.lex_state = 53}, - [1485] = {.lex_state = 53}, - [1486] = {.lex_state = 53}, + [1484] = {.lex_state = 59}, + [1485] = {.lex_state = 55}, + [1486] = {.lex_state = 55}, [1487] = {.lex_state = 55}, [1488] = {.lex_state = 55}, - [1489] = {.lex_state = 53}, - [1490] = {.lex_state = 53}, + [1489] = {.lex_state = 55}, + [1490] = {.lex_state = 55}, [1491] = {.lex_state = 55}, [1492] = {.lex_state = 55}, [1493] = {.lex_state = 55}, [1494] = {.lex_state = 55}, - [1495] = {.lex_state = 53}, + [1495] = {.lex_state = 55}, [1496] = {.lex_state = 55}, [1497] = {.lex_state = 55}, [1498] = {.lex_state = 55}, @@ -12558,12 +12662,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1501] = {.lex_state = 55}, [1502] = {.lex_state = 55}, [1503] = {.lex_state = 55}, - [1504] = {.lex_state = 53}, + [1504] = {.lex_state = 55}, [1505] = {.lex_state = 55}, - [1506] = {.lex_state = 55}, - [1507] = {.lex_state = 55}, + [1506] = {.lex_state = 53}, + [1507] = {.lex_state = 53}, [1508] = {.lex_state = 55}, - [1509] = {.lex_state = 53}, + [1509] = {.lex_state = 55}, [1510] = {.lex_state = 55}, [1511] = {.lex_state = 55}, [1512] = {.lex_state = 55}, @@ -12572,121 +12676,121 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1515] = {.lex_state = 55}, [1516] = {.lex_state = 55}, [1517] = {.lex_state = 55}, - [1518] = {.lex_state = 55}, - [1519] = {.lex_state = 53}, + [1518] = {.lex_state = 53}, + [1519] = {.lex_state = 55}, [1520] = {.lex_state = 55}, [1521] = {.lex_state = 53}, [1522] = {.lex_state = 55}, - [1523] = {.lex_state = 55}, + [1523] = {.lex_state = 53}, [1524] = {.lex_state = 55}, [1525] = {.lex_state = 55}, [1526] = {.lex_state = 55}, - [1527] = {.lex_state = 55}, + [1527] = {.lex_state = 53}, [1528] = {.lex_state = 55}, - [1529] = {.lex_state = 59}, + [1529] = {.lex_state = 55}, [1530] = {.lex_state = 55}, [1531] = {.lex_state = 55}, - [1532] = {.lex_state = 53}, - [1533] = {.lex_state = 55}, + [1532] = {.lex_state = 55}, + [1533] = {.lex_state = 53}, [1534] = {.lex_state = 55}, [1535] = {.lex_state = 55}, - [1536] = {.lex_state = 55}, - [1537] = {.lex_state = 52}, - [1538] = {.lex_state = 55}, - [1539] = {.lex_state = 55}, - [1540] = {.lex_state = 55}, + [1536] = {.lex_state = 53}, + [1537] = {.lex_state = 55}, + [1538] = {.lex_state = 53}, + [1539] = {.lex_state = 52}, + [1540] = {.lex_state = 53}, [1541] = {.lex_state = 55}, [1542] = {.lex_state = 55}, [1543] = {.lex_state = 55}, - [1544] = {.lex_state = 55}, - [1545] = {.lex_state = 0}, + [1544] = {.lex_state = 59}, + [1545] = {.lex_state = 55}, [1546] = {.lex_state = 55}, [1547] = {.lex_state = 55}, [1548] = {.lex_state = 55}, - [1549] = {.lex_state = 0}, + [1549] = {.lex_state = 55}, [1550] = {.lex_state = 55}, [1551] = {.lex_state = 55}, [1552] = {.lex_state = 55}, [1553] = {.lex_state = 55}, - [1554] = {.lex_state = 123}, - [1555] = {.lex_state = 52}, - [1556] = {.lex_state = 123}, + [1554] = {.lex_state = 53}, + [1555] = {.lex_state = 53}, + [1556] = {.lex_state = 53}, [1557] = {.lex_state = 55}, [1558] = {.lex_state = 55}, - [1559] = {.lex_state = 57}, - [1560] = {.lex_state = 123}, - [1561] = {.lex_state = 123}, - [1562] = {.lex_state = 52}, + [1559] = {.lex_state = 55}, + [1560] = {.lex_state = 55}, + [1561] = {.lex_state = 55}, + [1562] = {.lex_state = 55}, [1563] = {.lex_state = 55}, - [1564] = {.lex_state = 57}, - [1565] = {.lex_state = 52}, - [1566] = {.lex_state = 123}, - [1567] = {.lex_state = 57}, - [1568] = {.lex_state = 57}, - [1569] = {.lex_state = 123}, - [1570] = {.lex_state = 123}, - [1571] = {.lex_state = 123}, - [1572] = {.lex_state = 123}, - [1573] = {.lex_state = 123}, - [1574] = {.lex_state = 123}, - [1575] = {.lex_state = 123}, - [1576] = {.lex_state = 123}, - [1577] = {.lex_state = 55}, + [1564] = {.lex_state = 55}, + [1565] = {.lex_state = 53}, + [1566] = {.lex_state = 55}, + [1567] = {.lex_state = 55}, + [1568] = {.lex_state = 0}, + [1569] = {.lex_state = 55}, + [1570] = {.lex_state = 55}, + [1571] = {.lex_state = 55}, + [1572] = {.lex_state = 55}, + [1573] = {.lex_state = 55}, + [1574] = {.lex_state = 55}, + [1575] = {.lex_state = 55}, + [1576] = {.lex_state = 55}, + [1577] = {.lex_state = 0}, [1578] = {.lex_state = 123}, - [1579] = {.lex_state = 123}, - [1580] = {.lex_state = 123}, + [1579] = {.lex_state = 55}, + [1580] = {.lex_state = 57}, [1581] = {.lex_state = 123}, - [1582] = {.lex_state = 123}, - [1583] = {.lex_state = 123}, - [1584] = {.lex_state = 123}, + [1582] = {.lex_state = 55}, + [1583] = {.lex_state = 57}, + [1584] = {.lex_state = 55}, [1585] = {.lex_state = 123}, - [1586] = {.lex_state = 123}, - [1587] = {.lex_state = 123}, - [1588] = {.lex_state = 123}, - [1589] = {.lex_state = 123}, - [1590] = {.lex_state = 123}, - [1591] = {.lex_state = 123}, + [1586] = {.lex_state = 55}, + [1587] = {.lex_state = 52}, + [1588] = {.lex_state = 55}, + [1589] = {.lex_state = 55}, + [1590] = {.lex_state = 52}, + [1591] = {.lex_state = 57}, [1592] = {.lex_state = 123}, [1593] = {.lex_state = 123}, - [1594] = {.lex_state = 123}, - [1595] = {.lex_state = 123}, - [1596] = {.lex_state = 123}, + [1594] = {.lex_state = 55}, + [1595] = {.lex_state = 52}, + [1596] = {.lex_state = 57}, [1597] = {.lex_state = 123}, [1598] = {.lex_state = 123}, - [1599] = {.lex_state = 0}, + [1599] = {.lex_state = 53}, [1600] = {.lex_state = 123}, - [1601] = {.lex_state = 123}, + [1601] = {.lex_state = 55}, [1602] = {.lex_state = 123}, - [1603] = {.lex_state = 123}, + [1603] = {.lex_state = 55}, [1604] = {.lex_state = 123}, [1605] = {.lex_state = 55}, - [1606] = {.lex_state = 55}, + [1606] = {.lex_state = 123}, [1607] = {.lex_state = 55}, [1608] = {.lex_state = 123}, [1609] = {.lex_state = 123}, [1610] = {.lex_state = 123}, [1611] = {.lex_state = 123}, [1612] = {.lex_state = 123}, - [1613] = {.lex_state = 123}, - [1614] = {.lex_state = 123}, + [1613] = {.lex_state = 55}, + [1614] = {.lex_state = 55}, [1615] = {.lex_state = 123}, - [1616] = {.lex_state = 123}, + [1616] = {.lex_state = 55}, [1617] = {.lex_state = 123}, - [1618] = {.lex_state = 55}, + [1618] = {.lex_state = 123}, [1619] = {.lex_state = 123}, - [1620] = {.lex_state = 123}, + [1620] = {.lex_state = 0}, [1621] = {.lex_state = 123}, [1622] = {.lex_state = 123}, [1623] = {.lex_state = 123}, [1624] = {.lex_state = 123}, [1625] = {.lex_state = 123}, [1626] = {.lex_state = 123}, - [1627] = {.lex_state = 53}, + [1627] = {.lex_state = 123}, [1628] = {.lex_state = 123}, [1629] = {.lex_state = 123}, [1630] = {.lex_state = 123}, - [1631] = {.lex_state = 55}, - [1632] = {.lex_state = 123}, + [1631] = {.lex_state = 123}, + [1632] = {.lex_state = 53}, [1633] = {.lex_state = 123}, [1634] = {.lex_state = 123}, [1635] = {.lex_state = 123}, @@ -12700,278 +12804,278 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1643] = {.lex_state = 123}, [1644] = {.lex_state = 123}, [1645] = {.lex_state = 123}, - [1646] = {.lex_state = 55}, - [1647] = {.lex_state = 53}, + [1646] = {.lex_state = 123}, + [1647] = {.lex_state = 123}, [1648] = {.lex_state = 123}, - [1649] = {.lex_state = 53}, - [1650] = {.lex_state = 123}, - [1651] = {.lex_state = 55}, - [1652] = {.lex_state = 55}, - [1653] = {.lex_state = 123}, - [1654] = {.lex_state = 0}, + [1649] = {.lex_state = 123}, + [1650] = {.lex_state = 53}, + [1651] = {.lex_state = 123}, + [1652] = {.lex_state = 123}, + [1653] = {.lex_state = 55}, + [1654] = {.lex_state = 123}, [1655] = {.lex_state = 123}, [1656] = {.lex_state = 123}, [1657] = {.lex_state = 123}, - [1658] = {.lex_state = 123}, + [1658] = {.lex_state = 55}, [1659] = {.lex_state = 123}, - [1660] = {.lex_state = 123}, + [1660] = {.lex_state = 55}, [1661] = {.lex_state = 55}, [1662] = {.lex_state = 123}, - [1663] = {.lex_state = 55}, - [1664] = {.lex_state = 55}, - [1665] = {.lex_state = 55}, - [1666] = {.lex_state = 55}, + [1663] = {.lex_state = 123}, + [1664] = {.lex_state = 123}, + [1665] = {.lex_state = 123}, + [1666] = {.lex_state = 123}, [1667] = {.lex_state = 55}, [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 55}, + [1669] = {.lex_state = 123}, [1670] = {.lex_state = 123}, [1671] = {.lex_state = 123}, - [1672] = {.lex_state = 53}, + [1672] = {.lex_state = 123}, [1673] = {.lex_state = 123}, - [1674] = {.lex_state = 55}, + [1674] = {.lex_state = 123}, [1675] = {.lex_state = 123}, - [1676] = {.lex_state = 0}, - [1677] = {.lex_state = 55}, + [1676] = {.lex_state = 123}, + [1677] = {.lex_state = 123}, [1678] = {.lex_state = 123}, - [1679] = {.lex_state = 55}, - [1680] = {.lex_state = 55}, - [1681] = {.lex_state = 55}, - [1682] = {.lex_state = 55}, - [1683] = {.lex_state = 55}, + [1679] = {.lex_state = 123}, + [1680] = {.lex_state = 123}, + [1681] = {.lex_state = 123}, + [1682] = {.lex_state = 123}, + [1683] = {.lex_state = 123}, [1684] = {.lex_state = 123}, [1685] = {.lex_state = 55}, - [1686] = {.lex_state = 55}, - [1687] = {.lex_state = 0}, + [1686] = {.lex_state = 123}, + [1687] = {.lex_state = 123}, [1688] = {.lex_state = 123}, - [1689] = {.lex_state = 55}, + [1689] = {.lex_state = 123}, [1690] = {.lex_state = 123}, [1691] = {.lex_state = 55}, [1692] = {.lex_state = 55}, - [1693] = {.lex_state = 55}, + [1693] = {.lex_state = 0}, [1694] = {.lex_state = 55}, [1695] = {.lex_state = 55}, - [1696] = {.lex_state = 59}, - [1697] = {.lex_state = 123}, + [1696] = {.lex_state = 123}, + [1697] = {.lex_state = 55}, [1698] = {.lex_state = 55}, - [1699] = {.lex_state = 123}, - [1700] = {.lex_state = 0}, - [1701] = {.lex_state = 59}, - [1702] = {.lex_state = 59}, + [1699] = {.lex_state = 55}, + [1700] = {.lex_state = 55}, + [1701] = {.lex_state = 55}, + [1702] = {.lex_state = 55}, [1703] = {.lex_state = 55}, [1704] = {.lex_state = 55}, [1705] = {.lex_state = 55}, - [1706] = {.lex_state = 123}, - [1707] = {.lex_state = 55}, - [1708] = {.lex_state = 0}, + [1706] = {.lex_state = 55}, + [1707] = {.lex_state = 123}, + [1708] = {.lex_state = 55}, [1709] = {.lex_state = 55}, - [1710] = {.lex_state = 55}, - [1711] = {.lex_state = 59}, - [1712] = {.lex_state = 59}, + [1710] = {.lex_state = 53}, + [1711] = {.lex_state = 55}, + [1712] = {.lex_state = 123}, [1713] = {.lex_state = 55}, - [1714] = {.lex_state = 59}, - [1715] = {.lex_state = 59}, - [1716] = {.lex_state = 59}, + [1714] = {.lex_state = 55}, + [1715] = {.lex_state = 123}, + [1716] = {.lex_state = 55}, [1717] = {.lex_state = 55}, - [1718] = {.lex_state = 123}, + [1718] = {.lex_state = 55}, [1719] = {.lex_state = 123}, - [1720] = {.lex_state = 55}, - [1721] = {.lex_state = 59}, + [1720] = {.lex_state = 0}, + [1721] = {.lex_state = 55}, [1722] = {.lex_state = 55}, [1723] = {.lex_state = 55}, [1724] = {.lex_state = 55}, - [1725] = {.lex_state = 59}, - [1726] = {.lex_state = 123}, + [1725] = {.lex_state = 55}, + [1726] = {.lex_state = 55}, [1727] = {.lex_state = 55}, - [1728] = {.lex_state = 123}, - [1729] = {.lex_state = 59}, - [1730] = {.lex_state = 55}, - [1731] = {.lex_state = 53}, - [1732] = {.lex_state = 123}, - [1733] = {.lex_state = 123}, - [1734] = {.lex_state = 123}, - [1735] = {.lex_state = 123}, - [1736] = {.lex_state = 55}, + [1728] = {.lex_state = 55}, + [1729] = {.lex_state = 55}, + [1730] = {.lex_state = 123}, + [1731] = {.lex_state = 55}, + [1732] = {.lex_state = 55}, + [1733] = {.lex_state = 55}, + [1734] = {.lex_state = 55}, + [1735] = {.lex_state = 55}, + [1736] = {.lex_state = 123}, [1737] = {.lex_state = 55}, - [1738] = {.lex_state = 123}, + [1738] = {.lex_state = 59}, [1739] = {.lex_state = 123}, - [1740] = {.lex_state = 123}, + [1740] = {.lex_state = 59}, [1741] = {.lex_state = 55}, - [1742] = {.lex_state = 123}, + [1742] = {.lex_state = 0}, [1743] = {.lex_state = 123}, - [1744] = {.lex_state = 123}, - [1745] = {.lex_state = 47}, - [1746] = {.lex_state = 55}, - [1747] = {.lex_state = 55}, - [1748] = {.lex_state = 53}, - [1749] = {.lex_state = 55}, - [1750] = {.lex_state = 123}, - [1751] = {.lex_state = 123}, - [1752] = {.lex_state = 123}, - [1753] = {.lex_state = 123}, - [1754] = {.lex_state = 55}, - [1755] = {.lex_state = 123}, - [1756] = {.lex_state = 55}, - [1757] = {.lex_state = 47}, - [1758] = {.lex_state = 123}, - [1759] = {.lex_state = 28}, + [1744] = {.lex_state = 59}, + [1745] = {.lex_state = 59}, + [1746] = {.lex_state = 0}, + [1747] = {.lex_state = 0}, + [1748] = {.lex_state = 55}, + [1749] = {.lex_state = 59}, + [1750] = {.lex_state = 59}, + [1751] = {.lex_state = 55}, + [1752] = {.lex_state = 55}, + [1753] = {.lex_state = 55}, + [1754] = {.lex_state = 59}, + [1755] = {.lex_state = 59}, + [1756] = {.lex_state = 53}, + [1757] = {.lex_state = 123}, + [1758] = {.lex_state = 59}, + [1759] = {.lex_state = 59}, [1760] = {.lex_state = 55}, - [1761] = {.lex_state = 123}, - [1762] = {.lex_state = 28}, - [1763] = {.lex_state = 28}, - [1764] = {.lex_state = 123}, + [1761] = {.lex_state = 55}, + [1762] = {.lex_state = 55}, + [1763] = {.lex_state = 55}, + [1764] = {.lex_state = 55}, [1765] = {.lex_state = 55}, - [1766] = {.lex_state = 55}, + [1766] = {.lex_state = 59}, [1767] = {.lex_state = 55}, - [1768] = {.lex_state = 0}, - [1769] = {.lex_state = 28}, - [1770] = {.lex_state = 55}, - [1771] = {.lex_state = 55}, - [1772] = {.lex_state = 123}, + [1768] = {.lex_state = 55}, + [1769] = {.lex_state = 123}, + [1770] = {.lex_state = 123}, + [1771] = {.lex_state = 123}, + [1772] = {.lex_state = 55}, [1773] = {.lex_state = 55}, - [1774] = {.lex_state = 55}, - [1775] = {.lex_state = 53}, - [1776] = {.lex_state = 53}, - [1777] = {.lex_state = 35}, - [1778] = {.lex_state = 37}, + [1774] = {.lex_state = 47}, + [1775] = {.lex_state = 55}, + [1776] = {.lex_state = 55}, + [1777] = {.lex_state = 55}, + [1778] = {.lex_state = 53}, [1779] = {.lex_state = 55}, [1780] = {.lex_state = 55}, [1781] = {.lex_state = 55}, - [1782] = {.lex_state = 123}, - [1783] = {.lex_state = 53}, - [1784] = {.lex_state = 53}, + [1782] = {.lex_state = 55}, + [1783] = {.lex_state = 55}, + [1784] = {.lex_state = 55}, [1785] = {.lex_state = 55}, [1786] = {.lex_state = 55}, - [1787] = {.lex_state = 35}, - [1788] = {.lex_state = 37}, - [1789] = {.lex_state = 35}, - [1790] = {.lex_state = 55}, - [1791] = {.lex_state = 123}, + [1787] = {.lex_state = 55}, + [1788] = {.lex_state = 55}, + [1789] = {.lex_state = 55}, + [1790] = {.lex_state = 28}, + [1791] = {.lex_state = 55}, [1792] = {.lex_state = 55}, - [1793] = {.lex_state = 0}, - [1794] = {.lex_state = 28}, - [1795] = {.lex_state = 0}, + [1793] = {.lex_state = 47}, + [1794] = {.lex_state = 55}, + [1795] = {.lex_state = 123}, [1796] = {.lex_state = 123}, [1797] = {.lex_state = 55}, [1798] = {.lex_state = 55}, - [1799] = {.lex_state = 123}, + [1799] = {.lex_state = 55}, [1800] = {.lex_state = 55}, - [1801] = {.lex_state = 0}, - [1802] = {.lex_state = 0}, + [1801] = {.lex_state = 55}, + [1802] = {.lex_state = 30}, [1803] = {.lex_state = 28}, - [1804] = {.lex_state = 0}, - [1805] = {.lex_state = 123}, - [1806] = {.lex_state = 123}, + [1804] = {.lex_state = 55}, + [1805] = {.lex_state = 55}, + [1806] = {.lex_state = 55}, [1807] = {.lex_state = 55}, - [1808] = {.lex_state = 0}, - [1809] = {.lex_state = 55}, - [1810] = {.lex_state = 55}, - [1811] = {.lex_state = 55}, - [1812] = {.lex_state = 0}, - [1813] = {.lex_state = 37}, - [1814] = {.lex_state = 35}, - [1815] = {.lex_state = 35}, - [1816] = {.lex_state = 55}, - [1817] = {.lex_state = 55}, - [1818] = {.lex_state = 28}, - [1819] = {.lex_state = 35}, - [1820] = {.lex_state = 37}, - [1821] = {.lex_state = 55}, - [1822] = {.lex_state = 123}, - [1823] = {.lex_state = 55}, + [1808] = {.lex_state = 30}, + [1809] = {.lex_state = 0}, + [1810] = {.lex_state = 123}, + [1811] = {.lex_state = 28}, + [1812] = {.lex_state = 123}, + [1813] = {.lex_state = 30}, + [1814] = {.lex_state = 30}, + [1815] = {.lex_state = 30}, + [1816] = {.lex_state = 123}, + [1817] = {.lex_state = 123}, + [1818] = {.lex_state = 37}, + [1819] = {.lex_state = 28}, + [1820] = {.lex_state = 0}, + [1821] = {.lex_state = 30}, + [1822] = {.lex_state = 53}, + [1823] = {.lex_state = 53}, [1824] = {.lex_state = 55}, - [1825] = {.lex_state = 55}, - [1826] = {.lex_state = 0}, + [1825] = {.lex_state = 123}, + [1826] = {.lex_state = 55}, [1827] = {.lex_state = 55}, [1828] = {.lex_state = 55}, - [1829] = {.lex_state = 55}, - [1830] = {.lex_state = 55}, - [1831] = {.lex_state = 35}, - [1832] = {.lex_state = 123}, + [1829] = {.lex_state = 37}, + [1830] = {.lex_state = 28}, + [1831] = {.lex_state = 53}, + [1832] = {.lex_state = 53}, [1833] = {.lex_state = 55}, - [1834] = {.lex_state = 0}, - [1835] = {.lex_state = 0}, - [1836] = {.lex_state = 0}, - [1837] = {.lex_state = 0}, - [1838] = {.lex_state = 0}, - [1839] = {.lex_state = 47}, - [1840] = {.lex_state = 0}, - [1841] = {.lex_state = 0}, + [1834] = {.lex_state = 55}, + [1835] = {.lex_state = 123}, + [1836] = {.lex_state = 55}, + [1837] = {.lex_state = 123}, + [1838] = {.lex_state = 37}, + [1839] = {.lex_state = 55}, + [1840] = {.lex_state = 55}, + [1841] = {.lex_state = 28}, [1842] = {.lex_state = 0}, - [1843] = {.lex_state = 0}, + [1843] = {.lex_state = 30}, [1844] = {.lex_state = 0}, - [1845] = {.lex_state = 0}, - [1846] = {.lex_state = 0}, + [1845] = {.lex_state = 55}, + [1846] = {.lex_state = 55}, [1847] = {.lex_state = 0}, - [1848] = {.lex_state = 30}, + [1848] = {.lex_state = 55}, [1849] = {.lex_state = 55}, - [1850] = {.lex_state = 31}, + [1850] = {.lex_state = 28}, [1851] = {.lex_state = 0}, - [1852] = {.lex_state = 0}, - [1853] = {.lex_state = 0}, - [1854] = {.lex_state = 0}, - [1855] = {.lex_state = 55}, + [1852] = {.lex_state = 37}, + [1853] = {.lex_state = 123}, + [1854] = {.lex_state = 55}, + [1855] = {.lex_state = 123}, [1856] = {.lex_state = 0}, [1857] = {.lex_state = 0}, - [1858] = {.lex_state = 55}, - [1859] = {.lex_state = 0}, - [1860] = {.lex_state = 55}, - [1861] = {.lex_state = 0}, - [1862] = {.lex_state = 0}, - [1863] = {.lex_state = 37}, - [1864] = {.lex_state = 0}, - [1865] = {.lex_state = 55}, + [1858] = {.lex_state = 0}, + [1859] = {.lex_state = 55}, + [1860] = {.lex_state = 123}, + [1861] = {.lex_state = 55}, + [1862] = {.lex_state = 55}, + [1863] = {.lex_state = 55}, + [1864] = {.lex_state = 55}, + [1865] = {.lex_state = 0}, [1866] = {.lex_state = 0}, [1867] = {.lex_state = 0}, [1868] = {.lex_state = 0}, [1869] = {.lex_state = 0}, - [1870] = {.lex_state = 0}, + [1870] = {.lex_state = 55}, [1871] = {.lex_state = 0}, - [1872] = {.lex_state = 37}, + [1872] = {.lex_state = 0}, [1873] = {.lex_state = 0}, - [1874] = {.lex_state = 55}, - [1875] = {.lex_state = 47}, - [1876] = {.lex_state = 55}, - [1877] = {.lex_state = 47}, - [1878] = {.lex_state = 0}, - [1879] = {.lex_state = 0}, + [1874] = {.lex_state = 0}, + [1875] = {.lex_state = 0}, + [1876] = {.lex_state = 0}, + [1877] = {.lex_state = 0}, + [1878] = {.lex_state = 55}, + [1879] = {.lex_state = 32}, [1880] = {.lex_state = 0}, [1881] = {.lex_state = 0}, [1882] = {.lex_state = 0}, [1883] = {.lex_state = 0}, [1884] = {.lex_state = 0}, [1885] = {.lex_state = 0}, - [1886] = {.lex_state = 47}, + [1886] = {.lex_state = 0}, [1887] = {.lex_state = 0}, [1888] = {.lex_state = 0}, - [1889] = {.lex_state = 0}, - [1890] = {.lex_state = 0}, - [1891] = {.lex_state = 0}, - [1892] = {.lex_state = 0}, - [1893] = {.lex_state = 31}, + [1889] = {.lex_state = 32}, + [1890] = {.lex_state = 55}, + [1891] = {.lex_state = 55}, + [1892] = {.lex_state = 55}, + [1893] = {.lex_state = 55}, [1894] = {.lex_state = 0}, - [1895] = {.lex_state = 0}, + [1895] = {.lex_state = 55}, [1896] = {.lex_state = 0}, - [1897] = {.lex_state = 30}, + [1897] = {.lex_state = 0}, [1898] = {.lex_state = 0}, - [1899] = {.lex_state = 0}, + [1899] = {.lex_state = 47}, [1900] = {.lex_state = 0}, - [1901] = {.lex_state = 55}, - [1902] = {.lex_state = 0}, + [1901] = {.lex_state = 33}, + [1902] = {.lex_state = 37}, [1903] = {.lex_state = 0}, [1904] = {.lex_state = 0}, [1905] = {.lex_state = 0}, [1906] = {.lex_state = 0}, [1907] = {.lex_state = 0}, - [1908] = {.lex_state = 0}, + [1908] = {.lex_state = 33}, [1909] = {.lex_state = 0}, - [1910] = {.lex_state = 55}, - [1911] = {.lex_state = 0}, + [1910] = {.lex_state = 0}, + [1911] = {.lex_state = 37}, [1912] = {.lex_state = 0}, [1913] = {.lex_state = 0}, [1914] = {.lex_state = 0}, - [1915] = {.lex_state = 0}, - [1916] = {.lex_state = 55}, - [1917] = {.lex_state = 0}, + [1915] = {.lex_state = 33}, + [1916] = {.lex_state = 0}, + [1917] = {.lex_state = 55}, [1918] = {.lex_state = 0}, [1919] = {.lex_state = 0}, [1920] = {.lex_state = 0}, @@ -12979,24 +13083,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1922] = {.lex_state = 0}, [1923] = {.lex_state = 0}, [1924] = {.lex_state = 0}, - [1925] = {.lex_state = 55}, + [1925] = {.lex_state = 47}, [1926] = {.lex_state = 0}, - [1927] = {.lex_state = 0}, + [1927] = {.lex_state = 55}, [1928] = {.lex_state = 0}, - [1929] = {.lex_state = 47}, + [1929] = {.lex_state = 55}, [1930] = {.lex_state = 0}, - [1931] = {.lex_state = 0}, + [1931] = {.lex_state = 32}, [1932] = {.lex_state = 0}, - [1933] = {.lex_state = 0}, + [1933] = {.lex_state = 47}, [1934] = {.lex_state = 0}, [1935] = {.lex_state = 0}, [1936] = {.lex_state = 0}, - [1937] = {.lex_state = 0}, + [1937] = {.lex_state = 47}, [1938] = {.lex_state = 0}, [1939] = {.lex_state = 0}, - [1940] = {.lex_state = 31}, + [1940] = {.lex_state = 55}, [1941] = {.lex_state = 0}, - [1942] = {.lex_state = 55}, + [1942] = {.lex_state = 0}, [1943] = {.lex_state = 0}, [1944] = {.lex_state = 0}, [1945] = {.lex_state = 0}, @@ -13005,12 +13109,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1948] = {.lex_state = 0}, [1949] = {.lex_state = 0}, [1950] = {.lex_state = 0}, - [1951] = {.lex_state = 47}, - [1952] = {.lex_state = 30}, + [1951] = {.lex_state = 0}, + [1952] = {.lex_state = 0}, [1953] = {.lex_state = 0}, [1954] = {.lex_state = 0}, [1955] = {.lex_state = 0}, - [1956] = {.lex_state = 0}, + [1956] = {.lex_state = 32}, [1957] = {.lex_state = 0}, [1958] = {.lex_state = 0}, [1959] = {.lex_state = 0}, @@ -13020,9 +13124,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1963] = {.lex_state = 0}, [1964] = {.lex_state = 0}, [1965] = {.lex_state = 0}, - [1966] = {.lex_state = 0}, + [1966] = {.lex_state = 55}, [1967] = {.lex_state = 0}, - [1968] = {.lex_state = 0}, + [1968] = {.lex_state = 33}, [1969] = {.lex_state = 0}, [1970] = {.lex_state = 0}, [1971] = {.lex_state = 0}, @@ -13030,11 +13134,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1973] = {.lex_state = 0}, [1974] = {.lex_state = 0}, [1975] = {.lex_state = 0}, - [1976] = {.lex_state = 55}, + [1976] = {.lex_state = 0}, [1977] = {.lex_state = 0}, [1978] = {.lex_state = 0}, - [1979] = {.lex_state = 31}, - [1980] = {.lex_state = 47}, + [1979] = {.lex_state = 0}, + [1980] = {.lex_state = 0}, [1981] = {.lex_state = 0}, [1982] = {.lex_state = 0}, [1983] = {.lex_state = 0}, @@ -13048,46 +13152,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1991] = {.lex_state = 0}, [1992] = {.lex_state = 0}, [1993] = {.lex_state = 0}, - [1994] = {.lex_state = 37}, - [1995] = {.lex_state = 0}, - [1996] = {.lex_state = 55}, + [1994] = {.lex_state = 0}, + [1995] = {.lex_state = 55}, + [1996] = {.lex_state = 0}, [1997] = {.lex_state = 0}, - [1998] = {.lex_state = 0}, - [1999] = {.lex_state = 30}, - [2000] = {.lex_state = 55}, + [1998] = {.lex_state = 47}, + [1999] = {.lex_state = 0}, + [2000] = {.lex_state = 0}, [2001] = {.lex_state = 0}, - [2002] = {.lex_state = 55}, + [2002] = {.lex_state = 0}, [2003] = {.lex_state = 0}, [2004] = {.lex_state = 55}, [2005] = {.lex_state = 0}, [2006] = {.lex_state = 0}, [2007] = {.lex_state = 0}, - [2008] = {.lex_state = 0}, - [2009] = {.lex_state = 0}, + [2008] = {.lex_state = 55}, + [2009] = {.lex_state = 37}, [2010] = {.lex_state = 0}, [2011] = {.lex_state = 0}, [2012] = {.lex_state = 0}, [2013] = {.lex_state = 0}, - [2014] = {.lex_state = 123}, + [2014] = {.lex_state = 0}, [2015] = {.lex_state = 0}, [2016] = {.lex_state = 0}, - [2017] = {.lex_state = 123}, - [2018] = {.lex_state = 55}, + [2017] = {.lex_state = 47}, + [2018] = {.lex_state = 0}, [2019] = {.lex_state = 0}, - [2020] = {.lex_state = 123}, - [2021] = {.lex_state = 123}, - [2022] = {.lex_state = 123}, + [2020] = {.lex_state = 47}, + [2021] = {.lex_state = 0}, + [2022] = {.lex_state = 0}, [2023] = {.lex_state = 0}, [2024] = {.lex_state = 0}, [2025] = {.lex_state = 0}, - [2026] = {.lex_state = 123}, - [2027] = {.lex_state = 29}, + [2026] = {.lex_state = 0}, + [2027] = {.lex_state = 55}, [2028] = {.lex_state = 55}, - [2029] = {.lex_state = 123}, - [2030] = {.lex_state = 29}, - [2031] = {.lex_state = 123}, + [2029] = {.lex_state = 0}, + [2030] = {.lex_state = 0}, + [2031] = {.lex_state = 0}, [2032] = {.lex_state = 0}, - [2033] = {.lex_state = 47}, + [2033] = {.lex_state = 0}, [2034] = {.lex_state = 0}, [2035] = {.lex_state = 0}, [2036] = {.lex_state = 0}, @@ -13096,337 +13200,368 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2039] = {.lex_state = 0}, [2040] = {.lex_state = 0}, [2041] = {.lex_state = 0}, - [2042] = {.lex_state = 123}, + [2042] = {.lex_state = 0}, [2043] = {.lex_state = 0}, - [2044] = {.lex_state = 0}, - [2045] = {.lex_state = 29}, - [2046] = {.lex_state = 29}, + [2044] = {.lex_state = 31}, + [2045] = {.lex_state = 0}, + [2046] = {.lex_state = 55}, [2047] = {.lex_state = 0}, - [2048] = {.lex_state = 0}, - [2049] = {.lex_state = 123}, - [2050] = {.lex_state = 123}, + [2048] = {.lex_state = 47}, + [2049] = {.lex_state = 0}, + [2050] = {.lex_state = 0}, [2051] = {.lex_state = 0}, - [2052] = {.lex_state = 123}, - [2053] = {.lex_state = 47}, - [2054] = {.lex_state = 0}, - [2055] = {.lex_state = 55}, + [2052] = {.lex_state = 31}, + [2053] = {.lex_state = 123}, + [2054] = {.lex_state = 55}, + [2055] = {.lex_state = 123}, [2056] = {.lex_state = 123}, - [2057] = {.lex_state = 0}, - [2058] = {.lex_state = 29}, - [2059] = {.lex_state = 55}, - [2060] = {.lex_state = 123}, - [2061] = {.lex_state = 29}, - [2062] = {.lex_state = 123}, + [2057] = {.lex_state = 123}, + [2058] = {.lex_state = 0}, + [2059] = {.lex_state = 0}, + [2060] = {.lex_state = 0}, + [2061] = {.lex_state = 0}, + [2062] = {.lex_state = 31}, [2063] = {.lex_state = 0}, - [2064] = {.lex_state = 0}, - [2065] = {.lex_state = 55}, - [2066] = {.lex_state = 0}, - [2067] = {.lex_state = 29}, + [2064] = {.lex_state = 31}, + [2065] = {.lex_state = 0}, + [2066] = {.lex_state = 31}, + [2067] = {.lex_state = 123}, [2068] = {.lex_state = 0}, [2069] = {.lex_state = 0}, - [2070] = {.lex_state = 29}, + [2070] = {.lex_state = 123}, [2071] = {.lex_state = 0}, - [2072] = {.lex_state = 123}, - [2073] = {.lex_state = 29}, + [2072] = {.lex_state = 0}, + [2073] = {.lex_state = 31}, [2074] = {.lex_state = 0}, - [2075] = {.lex_state = 29}, + [2075] = {.lex_state = 0}, [2076] = {.lex_state = 123}, - [2077] = {.lex_state = 123}, - [2078] = {.lex_state = 0}, - [2079] = {.lex_state = 0}, - [2080] = {.lex_state = 29}, - [2081] = {.lex_state = 29}, - [2082] = {.lex_state = 0}, + [2077] = {.lex_state = 0}, + [2078] = {.lex_state = 31}, + [2079] = {.lex_state = 123}, + [2080] = {.lex_state = 123}, + [2081] = {.lex_state = 0}, + [2082] = {.lex_state = 123}, [2083] = {.lex_state = 123}, - [2084] = {.lex_state = 47}, + [2084] = {.lex_state = 0}, [2085] = {.lex_state = 0}, - [2086] = {.lex_state = 123}, - [2087] = {.lex_state = 29}, - [2088] = {.lex_state = 55}, - [2089] = {.lex_state = 123}, - [2090] = {.lex_state = 123}, - [2091] = {.lex_state = 0}, - [2092] = {.lex_state = 123}, - [2093] = {.lex_state = 0}, - [2094] = {.lex_state = 123}, - [2095] = {.lex_state = 123}, - [2096] = {.lex_state = 29}, - [2097] = {.lex_state = 55}, - [2098] = {.lex_state = 123}, + [2086] = {.lex_state = 0}, + [2087] = {.lex_state = 0}, + [2088] = {.lex_state = 31}, + [2089] = {.lex_state = 31}, + [2090] = {.lex_state = 0}, + [2091] = {.lex_state = 31}, + [2092] = {.lex_state = 55}, + [2093] = {.lex_state = 31}, + [2094] = {.lex_state = 47}, + [2095] = {.lex_state = 0}, + [2096] = {.lex_state = 123}, + [2097] = {.lex_state = 0}, + [2098] = {.lex_state = 31}, [2099] = {.lex_state = 123}, [2100] = {.lex_state = 0}, - [2101] = {.lex_state = 55}, - [2102] = {.lex_state = 0}, - [2103] = {.lex_state = 55}, - [2104] = {.lex_state = 0}, - [2105] = {.lex_state = 0}, + [2101] = {.lex_state = 0}, + [2102] = {.lex_state = 123}, + [2103] = {.lex_state = 123}, + [2104] = {.lex_state = 47}, + [2105] = {.lex_state = 123}, [2106] = {.lex_state = 55}, - [2107] = {.lex_state = 55}, - [2108] = {.lex_state = 0}, - [2109] = {.lex_state = 123}, - [2110] = {.lex_state = 0}, + [2107] = {.lex_state = 123}, + [2108] = {.lex_state = 123}, + [2109] = {.lex_state = 55}, + [2110] = {.lex_state = 123}, [2111] = {.lex_state = 0}, [2112] = {.lex_state = 0}, - [2113] = {.lex_state = 0}, - [2114] = {.lex_state = 0}, - [2115] = {.lex_state = 0}, - [2116] = {.lex_state = 55}, + [2113] = {.lex_state = 123}, + [2114] = {.lex_state = 55}, + [2115] = {.lex_state = 123}, + [2116] = {.lex_state = 123}, [2117] = {.lex_state = 0}, - [2118] = {.lex_state = 46}, - [2119] = {.lex_state = 30}, - [2120] = {.lex_state = 55}, - [2121] = {.lex_state = 30}, - [2122] = {.lex_state = 55}, - [2123] = {.lex_state = 0}, + [2118] = {.lex_state = 123}, + [2119] = {.lex_state = 0}, + [2120] = {.lex_state = 123}, + [2121] = {.lex_state = 123}, + [2122] = {.lex_state = 123}, + [2123] = {.lex_state = 123}, [2124] = {.lex_state = 55}, - [2125] = {.lex_state = 55}, + [2125] = {.lex_state = 0}, [2126] = {.lex_state = 55}, [2127] = {.lex_state = 0}, - [2128] = {.lex_state = 55}, - [2129] = {.lex_state = 55}, - [2130] = {.lex_state = 55}, - [2131] = {.lex_state = 0}, - [2132] = {.lex_state = 30}, - [2133] = {.lex_state = 30}, - [2134] = {.lex_state = 30}, - [2135] = {.lex_state = 30}, - [2136] = {.lex_state = 30}, - [2137] = {.lex_state = 30}, - [2138] = {.lex_state = 55}, - [2139] = {.lex_state = 30}, - [2140] = {.lex_state = 30}, - [2141] = {.lex_state = 0}, + [2128] = {.lex_state = 0}, + [2129] = {.lex_state = 31}, + [2130] = {.lex_state = 31}, + [2131] = {.lex_state = 33}, + [2132] = {.lex_state = 0}, + [2133] = {.lex_state = 0}, + [2134] = {.lex_state = 33}, + [2135] = {.lex_state = 0}, + [2136] = {.lex_state = 46}, + [2137] = {.lex_state = 55}, + [2138] = {.lex_state = 46}, + [2139] = {.lex_state = 33}, + [2140] = {.lex_state = 0}, + [2141] = {.lex_state = 33}, [2142] = {.lex_state = 0}, - [2143] = {.lex_state = 46}, - [2144] = {.lex_state = 46}, + [2143] = {.lex_state = 0}, + [2144] = {.lex_state = 0}, [2145] = {.lex_state = 0}, - [2146] = {.lex_state = 46}, - [2147] = {.lex_state = 0}, - [2148] = {.lex_state = 46}, - [2149] = {.lex_state = 30}, - [2150] = {.lex_state = 46}, - [2151] = {.lex_state = 46}, - [2152] = {.lex_state = 30}, - [2153] = {.lex_state = 0}, - [2154] = {.lex_state = 30}, - [2155] = {.lex_state = 30}, + [2146] = {.lex_state = 33}, + [2147] = {.lex_state = 33}, + [2148] = {.lex_state = 0}, + [2149] = {.lex_state = 55}, + [2150] = {.lex_state = 0}, + [2151] = {.lex_state = 0}, + [2152] = {.lex_state = 55}, + [2153] = {.lex_state = 55}, + [2154] = {.lex_state = 55}, + [2155] = {.lex_state = 0}, [2156] = {.lex_state = 0}, [2157] = {.lex_state = 55}, [2158] = {.lex_state = 0}, - [2159] = {.lex_state = 30}, - [2160] = {.lex_state = 46}, - [2161] = {.lex_state = 46}, - [2162] = {.lex_state = 46}, - [2163] = {.lex_state = 46}, + [2159] = {.lex_state = 0}, + [2160] = {.lex_state = 0}, + [2161] = {.lex_state = 0}, + [2162] = {.lex_state = 33}, + [2163] = {.lex_state = 33}, [2164] = {.lex_state = 0}, [2165] = {.lex_state = 0}, - [2166] = {.lex_state = 30}, - [2167] = {.lex_state = 0}, - [2168] = {.lex_state = 0}, - [2169] = {.lex_state = 46}, - [2170] = {.lex_state = 0}, - [2171] = {.lex_state = 46}, - [2172] = {.lex_state = 0}, + [2166] = {.lex_state = 0}, + [2167] = {.lex_state = 55}, + [2168] = {.lex_state = 33}, + [2169] = {.lex_state = 0}, + [2170] = {.lex_state = 33}, + [2171] = {.lex_state = 33}, + [2172] = {.lex_state = 33}, [2173] = {.lex_state = 0}, [2174] = {.lex_state = 0}, - [2175] = {.lex_state = 46}, - [2176] = {.lex_state = 55}, + [2175] = {.lex_state = 33}, + [2176] = {.lex_state = 0}, [2177] = {.lex_state = 0}, - [2178] = {.lex_state = 0}, - [2179] = {.lex_state = 46}, - [2180] = {.lex_state = 55}, + [2178] = {.lex_state = 33}, + [2179] = {.lex_state = 0}, + [2180] = {.lex_state = 0}, [2181] = {.lex_state = 0}, - [2182] = {.lex_state = 0}, + [2182] = {.lex_state = 33}, [2183] = {.lex_state = 0}, - [2184] = {.lex_state = 46}, - [2185] = {.lex_state = 55}, - [2186] = {.lex_state = 55}, - [2187] = {.lex_state = 55}, + [2184] = {.lex_state = 0}, + [2185] = {.lex_state = 33}, + [2186] = {.lex_state = 33}, + [2187] = {.lex_state = 0}, [2188] = {.lex_state = 55}, [2189] = {.lex_state = 0}, - [2190] = {.lex_state = 0}, + [2190] = {.lex_state = 46}, [2191] = {.lex_state = 0}, - [2192] = {.lex_state = 30}, - [2193] = {.lex_state = 30}, - [2194] = {.lex_state = 46}, + [2192] = {.lex_state = 46}, + [2193] = {.lex_state = 55}, + [2194] = {.lex_state = 0}, [2195] = {.lex_state = 55}, - [2196] = {.lex_state = 55}, - [2197] = {.lex_state = 46}, - [2198] = {.lex_state = 46}, - [2199] = {.lex_state = 46}, - [2200] = {.lex_state = 46}, - [2201] = {.lex_state = 30}, - [2202] = {.lex_state = 46}, + [2196] = {.lex_state = 46}, + [2197] = {.lex_state = 0}, + [2198] = {.lex_state = 0}, + [2199] = {.lex_state = 0}, + [2200] = {.lex_state = 33}, + [2201] = {.lex_state = 55}, + [2202] = {.lex_state = 0}, [2203] = {.lex_state = 46}, - [2204] = {.lex_state = 55}, + [2204] = {.lex_state = 0}, [2205] = {.lex_state = 0}, - [2206] = {.lex_state = 0}, - [2207] = {.lex_state = 0}, - [2208] = {.lex_state = 0}, - [2209] = {.lex_state = 0}, + [2206] = {.lex_state = 55}, + [2207] = {.lex_state = 46}, + [2208] = {.lex_state = 46}, + [2209] = {.lex_state = 55}, [2210] = {.lex_state = 0}, [2211] = {.lex_state = 0}, [2212] = {.lex_state = 55}, [2213] = {.lex_state = 55}, [2214] = {.lex_state = 55}, - [2215] = {.lex_state = 0}, - [2216] = {.lex_state = 0}, + [2215] = {.lex_state = 46}, + [2216] = {.lex_state = 46}, [2217] = {.lex_state = 0}, - [2218] = {.lex_state = 123}, + [2218] = {.lex_state = 33}, [2219] = {.lex_state = 46}, - [2220] = {.lex_state = 30}, + [2220] = {.lex_state = 33}, [2221] = {.lex_state = 0}, - [2222] = {.lex_state = 30}, - [2223] = {.lex_state = 0}, - [2224] = {.lex_state = 46}, + [2222] = {.lex_state = 46}, + [2223] = {.lex_state = 55}, + [2224] = {.lex_state = 33}, [2225] = {.lex_state = 0}, - [2226] = {.lex_state = 30}, + [2226] = {.lex_state = 0}, [2227] = {.lex_state = 0}, - [2228] = {.lex_state = 55}, + [2228] = {.lex_state = 0}, [2229] = {.lex_state = 0}, [2230] = {.lex_state = 0}, [2231] = {.lex_state = 0}, - [2232] = {.lex_state = 0}, - [2233] = {.lex_state = 46}, - [2234] = {.lex_state = 46}, - [2235] = {.lex_state = 0}, - [2236] = {.lex_state = 46}, + [2232] = {.lex_state = 55}, + [2233] = {.lex_state = 123}, + [2234] = {.lex_state = 33}, + [2235] = {.lex_state = 33}, + [2236] = {.lex_state = 0}, [2237] = {.lex_state = 46}, - [2238] = {.lex_state = 55}, - [2239] = {.lex_state = 0}, + [2238] = {.lex_state = 33}, + [2239] = {.lex_state = 33}, [2240] = {.lex_state = 0}, - [2241] = {.lex_state = 46}, + [2241] = {.lex_state = 55}, [2242] = {.lex_state = 0}, - [2243] = {.lex_state = 30}, - [2244] = {.lex_state = 55}, - [2245] = {.lex_state = 30}, + [2243] = {.lex_state = 0}, + [2244] = {.lex_state = 0}, + [2245] = {.lex_state = 46}, [2246] = {.lex_state = 0}, [2247] = {.lex_state = 0}, - [2248] = {.lex_state = 46}, + [2248] = {.lex_state = 33}, [2249] = {.lex_state = 0}, - [2250] = {.lex_state = 0}, + [2250] = {.lex_state = 55}, [2251] = {.lex_state = 46}, - [2252] = {.lex_state = 46}, + [2252] = {.lex_state = 0}, [2253] = {.lex_state = 0}, - [2254] = {.lex_state = 0}, - [2255] = {.lex_state = 0}, + [2254] = {.lex_state = 46}, + [2255] = {.lex_state = 46}, [2256] = {.lex_state = 0}, - [2257] = {.lex_state = 0}, - [2258] = {.lex_state = 0}, + [2257] = {.lex_state = 46}, + [2258] = {.lex_state = 33}, [2259] = {.lex_state = 0}, - [2260] = {.lex_state = 0}, - [2261] = {.lex_state = 0}, + [2260] = {.lex_state = 46}, + [2261] = {.lex_state = 46}, [2262] = {.lex_state = 0}, - [2263] = {.lex_state = 0}, - [2264] = {.lex_state = 55}, - [2265] = {.lex_state = 0}, - [2266] = {.lex_state = 0}, + [2263] = {.lex_state = 55}, + [2264] = {.lex_state = 46}, + [2265] = {.lex_state = 55}, + [2266] = {.lex_state = 55}, [2267] = {.lex_state = 0}, [2268] = {.lex_state = 0}, - [2269] = {.lex_state = 55}, + [2269] = {.lex_state = 0}, [2270] = {.lex_state = 0}, - [2271] = {.lex_state = 0}, - [2272] = {.lex_state = 46}, - [2273] = {.lex_state = 46}, + [2271] = {.lex_state = 55}, + [2272] = {.lex_state = 55}, + [2273] = {.lex_state = 123}, [2274] = {.lex_state = 46}, [2275] = {.lex_state = 46}, - [2276] = {.lex_state = 55}, - [2277] = {.lex_state = 46}, - [2278] = {.lex_state = 46}, + [2276] = {.lex_state = 33}, + [2277] = {.lex_state = 55}, + [2278] = {.lex_state = 0}, [2279] = {.lex_state = 0}, - [2280] = {.lex_state = 123}, + [2280] = {.lex_state = 0}, [2281] = {.lex_state = 0}, [2282] = {.lex_state = 0}, [2283] = {.lex_state = 0}, - [2284] = {.lex_state = 55}, + [2284] = {.lex_state = 0}, [2285] = {.lex_state = 55}, - [2286] = {.lex_state = 46}, + [2286] = {.lex_state = 55}, [2287] = {.lex_state = 0}, [2288] = {.lex_state = 0}, - [2289] = {.lex_state = 0}, + [2289] = {.lex_state = 46}, [2290] = {.lex_state = 0}, [2291] = {.lex_state = 46}, - [2292] = {.lex_state = 123}, - [2293] = {.lex_state = 123}, - [2294] = {.lex_state = 0}, - [2295] = {.lex_state = 0}, + [2292] = {.lex_state = 0}, + [2293] = {.lex_state = 46}, + [2294] = {.lex_state = 46}, + [2295] = {.lex_state = 33}, [2296] = {.lex_state = 0}, - [2297] = {.lex_state = 0}, - [2298] = {.lex_state = 49}, - [2299] = {.lex_state = 49}, + [2297] = {.lex_state = 46}, + [2298] = {.lex_state = 55}, + [2299] = {.lex_state = 55}, [2300] = {.lex_state = 0}, - [2301] = {.lex_state = 30}, - [2302] = {.lex_state = 46}, - [2303] = {.lex_state = 30}, - [2304] = {.lex_state = 30}, - [2305] = {.lex_state = 55}, - [2306] = {.lex_state = 46}, - [2307] = {.lex_state = 46}, - [2308] = {.lex_state = 55}, - [2309] = {.lex_state = 0}, - [2310] = {.lex_state = 0}, - [2311] = {.lex_state = 55}, - [2312] = {.lex_state = 0}, - [2313] = {.lex_state = 46}, + [2301] = {.lex_state = 55}, + [2302] = {.lex_state = 0}, + [2303] = {.lex_state = 0}, + [2304] = {.lex_state = 55}, + [2305] = {.lex_state = 46}, + [2306] = {.lex_state = 0}, + [2307] = {.lex_state = 0}, + [2308] = {.lex_state = 0}, + [2309] = {.lex_state = 55}, + [2310] = {.lex_state = 55}, + [2311] = {.lex_state = 0}, + [2312] = {.lex_state = 55}, + [2313] = {.lex_state = 55}, [2314] = {.lex_state = 0}, - [2315] = {.lex_state = 30}, + [2315] = {.lex_state = 46}, [2316] = {.lex_state = 123}, - [2317] = {.lex_state = 46}, - [2318] = {.lex_state = 46}, - [2319] = {.lex_state = 0}, - [2320] = {.lex_state = 30}, + [2317] = {.lex_state = 0}, + [2318] = {.lex_state = 49}, + [2319] = {.lex_state = 55}, + [2320] = {.lex_state = 123}, [2321] = {.lex_state = 123}, - [2322] = {.lex_state = 0}, - [2323] = {.lex_state = 0}, - [2324] = {.lex_state = 49}, + [2322] = {.lex_state = 33}, + [2323] = {.lex_state = 46}, + [2324] = {.lex_state = 46}, [2325] = {.lex_state = 0}, - [2326] = {.lex_state = 30}, - [2327] = {.lex_state = 55}, - [2328] = {.lex_state = 55}, - [2329] = {.lex_state = 30}, - [2330] = {.lex_state = 55}, - [2331] = {.lex_state = 123}, - [2332] = {.lex_state = 123}, - [2333] = {.lex_state = 123}, + [2326] = {.lex_state = 49}, + [2327] = {.lex_state = 46}, + [2328] = {.lex_state = 0}, + [2329] = {.lex_state = 0}, + [2330] = {.lex_state = 46}, + [2331] = {.lex_state = 46}, + [2332] = {.lex_state = 0}, + [2333] = {.lex_state = 0}, [2334] = {.lex_state = 55}, - [2335] = {.lex_state = 0}, + [2335] = {.lex_state = 46}, [2336] = {.lex_state = 0}, [2337] = {.lex_state = 0}, [2338] = {.lex_state = 0}, - [2339] = {.lex_state = 123}, + [2339] = {.lex_state = 33}, [2340] = {.lex_state = 0}, - [2341] = {.lex_state = 49}, - [2342] = {.lex_state = 0}, - [2343] = {.lex_state = 30}, - [2344] = {.lex_state = 55}, + [2341] = {.lex_state = 46}, + [2342] = {.lex_state = 46}, + [2343] = {.lex_state = 0}, + [2344] = {.lex_state = 0}, [2345] = {.lex_state = 46}, - [2346] = {.lex_state = 0}, - [2347] = {.lex_state = 30}, - [2348] = {.lex_state = 46}, - [2349] = {.lex_state = 30}, - [2350] = {.lex_state = 123}, - [2351] = {.lex_state = 123}, - [2352] = {.lex_state = 0}, - [2353] = {.lex_state = 123}, - [2354] = {.lex_state = 0}, - [2355] = {.lex_state = 123}, + [2346] = {.lex_state = 55}, + [2347] = {.lex_state = 0}, + [2348] = {.lex_state = 0}, + [2349] = {.lex_state = 123}, + [2350] = {.lex_state = 33}, + [2351] = {.lex_state = 46}, + [2352] = {.lex_state = 123}, + [2353] = {.lex_state = 46}, + [2354] = {.lex_state = 46}, + [2355] = {.lex_state = 49}, [2356] = {.lex_state = 46}, - [2357] = {.lex_state = 0}, - [2358] = {.lex_state = 0}, - [2359] = {.lex_state = 30}, - [2360] = {.lex_state = 0}, - [2361] = {.lex_state = 55}, + [2357] = {.lex_state = 46}, + [2358] = {.lex_state = 55}, + [2359] = {.lex_state = 123}, + [2360] = {.lex_state = 123}, + [2361] = {.lex_state = 46}, [2362] = {.lex_state = 123}, - [2363] = {.lex_state = 0}, + [2363] = {.lex_state = 55}, [2364] = {.lex_state = 0}, [2365] = {.lex_state = 0}, - [2366] = {.lex_state = 0}, + [2366] = {.lex_state = 123}, [2367] = {.lex_state = 46}, - [2368] = {.lex_state = 55}, - [2369] = {.lex_state = 46}, + [2368] = {.lex_state = 33}, + [2369] = {.lex_state = 0}, [2370] = {.lex_state = 0}, - [2371] = {.lex_state = 30}, - [2372] = {.lex_state = 0}, + [2371] = {.lex_state = 0}, + [2372] = {.lex_state = 49}, + [2373] = {.lex_state = 0}, + [2374] = {.lex_state = 46}, + [2375] = {.lex_state = 55}, + [2376] = {.lex_state = 0}, + [2377] = {.lex_state = 0}, + [2378] = {.lex_state = 0}, + [2379] = {.lex_state = 123}, + [2380] = {.lex_state = 0}, + [2381] = {.lex_state = 123}, + [2382] = {.lex_state = 0}, + [2383] = {.lex_state = 123}, + [2384] = {.lex_state = 0}, + [2385] = {.lex_state = 0}, + [2386] = {.lex_state = 123}, + [2387] = {.lex_state = 0}, + [2388] = {.lex_state = 0}, + [2389] = {.lex_state = 0}, + [2390] = {.lex_state = 33}, + [2391] = {.lex_state = 46}, + [2392] = {.lex_state = 55}, + [2393] = {.lex_state = 123}, + [2394] = {.lex_state = 46}, + [2395] = {.lex_state = 33}, + [2396] = {.lex_state = 0}, + [2397] = {.lex_state = 0}, + [2398] = {.lex_state = 46}, + [2399] = {.lex_state = 55}, + [2400] = {.lex_state = 46}, + [2401] = {.lex_state = 0}, + [2402] = {.lex_state = 46}, + [2403] = {.lex_state = 33}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -13539,6 +13674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1), [anon_sym__Noreturn] = ACTIONS(1), [anon_sym_noreturn] = ACTIONS(1), + [anon_sym__Nonnull] = ACTIONS(1), [anon_sym_alignas] = ACTIONS(1), [anon_sym__Alignas] = ACTIONS(1), [sym_primitive_type] = ACTIONS(1), @@ -13585,6 +13721,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1), [anon_sym_asm] = ACTIONS(1), [anon_sym___asm__] = ACTIONS(1), + [anon_sym___asm] = ACTIONS(1), + [anon_sym___volatile__] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_DASH_GT] = ACTIONS(1), [sym_number_literal] = ACTIONS(1), @@ -13622,80 +13760,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(2319), - [sym__top_level_item] = STATE(44), - [sym_preproc_include] = STATE(44), - [sym_preproc_def] = STATE(44), - [sym_preproc_function_def] = STATE(44), - [sym_preproc_call] = STATE(44), - [sym_preproc_if] = STATE(44), - [sym_preproc_ifdef] = STATE(44), - [sym_function_definition] = STATE(44), - [sym_declaration] = STATE(44), - [sym_type_definition] = STATE(44), + [sym_translation_unit] = STATE(2347), + [sym__top_level_item] = STATE(43), + [sym_preproc_include] = STATE(43), + [sym_preproc_def] = STATE(43), + [sym_preproc_function_def] = STATE(43), + [sym_preproc_call] = STATE(43), + [sym_preproc_if] = STATE(43), + [sym_preproc_ifdef] = STATE(43), + [sym_function_definition] = STATE(43), + [sym_declaration] = STATE(43), + [sym_type_definition] = STATE(43), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1254), - [sym_linkage_specification] = STATE(44), + [sym__declaration_specifiers] = STATE(1280), + [sym_linkage_specification] = STATE(43), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(879), - [sym_compound_statement] = STATE(44), + [sym_ms_call_modifier] = STATE(892), + [sym_compound_statement] = STATE(43), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(990), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(408), - [sym__top_level_statement] = STATE(44), - [sym_labeled_statement] = STATE(44), - [sym__top_level_expression_statement] = STATE(44), - [sym_if_statement] = STATE(44), - [sym_switch_statement] = STATE(44), - [sym_case_statement] = STATE(44), - [sym_while_statement] = STATE(44), - [sym_do_statement] = STATE(44), - [sym_for_statement] = STATE(44), - [sym_return_statement] = STATE(44), - [sym_break_statement] = STATE(44), - [sym_continue_statement] = STATE(44), - [sym_goto_statement] = STATE(44), - [sym_expression] = STATE(1234), - [sym__string] = STATE(1231), - [sym_conditional_expression] = STATE(1231), - [sym_assignment_expression] = STATE(1231), - [sym_pointer_expression] = STATE(1051), - [sym_unary_expression] = STATE(1231), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(1231), - [sym_cast_expression] = STATE(1231), - [sym_sizeof_expression] = STATE(1231), - [sym_alignof_expression] = STATE(1231), - [sym_offsetof_expression] = STATE(1231), - [sym_generic_expression] = STATE(1231), - [sym_subscript_expression] = STATE(1051), - [sym_call_expression] = STATE(1051), - [sym_gnu_asm_expression] = STATE(1231), - [sym_field_expression] = STATE(1051), - [sym_compound_literal_expression] = STATE(1231), - [sym_parenthesized_expression] = STATE(1051), - [sym_char_literal] = STATE(1231), - [sym_concatenated_string] = STATE(1231), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(1231), - [sym__empty_declaration] = STATE(44), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(44), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_translation_unit_repeat1] = STATE(44), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(988), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(429), + [sym__top_level_statement] = STATE(43), + [sym_labeled_statement] = STATE(43), + [sym__top_level_expression_statement] = STATE(43), + [sym_if_statement] = STATE(43), + [sym_switch_statement] = STATE(43), + [sym_case_statement] = STATE(43), + [sym_while_statement] = STATE(43), + [sym_do_statement] = STATE(43), + [sym_for_statement] = STATE(43), + [sym_return_statement] = STATE(43), + [sym_break_statement] = STATE(43), + [sym_continue_statement] = STATE(43), + [sym_goto_statement] = STATE(43), + [sym_expression] = STATE(1257), + [sym__string] = STATE(1253), + [sym_conditional_expression] = STATE(1253), + [sym_assignment_expression] = STATE(1253), + [sym_pointer_expression] = STATE(1086), + [sym_unary_expression] = STATE(1253), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(1253), + [sym_cast_expression] = STATE(1253), + [sym_sizeof_expression] = STATE(1253), + [sym_alignof_expression] = STATE(1253), + [sym_offsetof_expression] = STATE(1253), + [sym_generic_expression] = STATE(1253), + [sym_subscript_expression] = STATE(1086), + [sym_call_expression] = STATE(1086), + [sym_gnu_asm_expression] = STATE(1253), + [sym_extension_expression] = STATE(1253), + [sym_field_expression] = STATE(1086), + [sym_compound_literal_expression] = STATE(1253), + [sym_parenthesized_expression] = STATE(1086), + [sym_char_literal] = STATE(1253), + [sym_concatenated_string] = STATE(1253), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(1253), + [sym__empty_declaration] = STATE(43), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(43), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_translation_unit_repeat1] = STATE(43), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -13769,6 +13908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -13798,6 +13938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(99), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -13836,78 +13977,79 @@ 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(2194), - [sym_preproc_elif] = STATE(2194), - [sym_preproc_elifdef] = STATE(2194), + [sym_preproc_else] = STATE(2353), + [sym_preproc_elif] = STATE(2353), + [sym_preproc_elifdef] = STATE(2353), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), @@ -13986,6 +14128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -14017,6 +14160,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -14048,225 +14192,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [3] = { - [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(2160), - [sym_preproc_elif] = STATE(2160), - [sym_preproc_elifdef] = STATE(2160), - [sym_function_definition] = STATE(10), - [sym_declaration] = STATE(10), - [sym_type_definition] = STATE(10), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(10), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(10), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(10), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(10), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(10), - [aux_sym_declaration_repeat1] = STATE(520), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(113), - [aux_sym_preproc_include_token1] = ACTIONS(115), - [aux_sym_preproc_def_token1] = ACTIONS(117), - [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(179), - [aux_sym_preproc_ifdef_token1] = ACTIONS(123), - [aux_sym_preproc_ifdef_token2] = ACTIONS(123), - [aux_sym_preproc_else_token1] = ACTIONS(125), - [aux_sym_preproc_elif_token1] = ACTIONS(127), - [aux_sym_preproc_elifdef_token1] = ACTIONS(129), - [aux_sym_preproc_elifdef_token2] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(131), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(133), - [anon_sym_invariant] = ACTIONS(135), - [anon_sym_precise] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(137), - [anon_sym_in] = ACTIONS(139), - [anon_sym_out] = ACTIONS(139), - [anon_sym_inout] = ACTIONS(139), - [anon_sym_uniform] = ACTIONS(139), - [anon_sym_shared] = ACTIONS(139), - [anon_sym_attribute] = ACTIONS(139), - [anon_sym_varying] = ACTIONS(139), - [anon_sym_buffer] = ACTIONS(139), - [anon_sym_coherent] = ACTIONS(139), - [anon_sym_readonly] = ACTIONS(139), - [anon_sym_writeonly] = ACTIONS(139), - [anon_sym_precision] = ACTIONS(139), - [anon_sym_highp] = ACTIONS(139), - [anon_sym_mediump] = ACTIONS(139), - [anon_sym_lowp] = ACTIONS(139), - [anon_sym_centroid] = ACTIONS(139), - [anon_sym_sample] = ACTIONS(139), - [anon_sym_patch] = ACTIONS(139), - [anon_sym_smooth] = ACTIONS(139), - [anon_sym_flat] = ACTIONS(139), - [anon_sym_noperspective] = ACTIONS(139), - [anon_sym___extension__] = ACTIONS(141), - [anon_sym_typedef] = ACTIONS(143), - [anon_sym_extern] = ACTIONS(145), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(41), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(109), - [anon_sym_rayPayloadInEXT] = ACTIONS(109), - [anon_sym_hitAttributeEXT] = ACTIONS(109), - [anon_sym_callableDataEXT] = ACTIONS(109), - [anon_sym_callableDataInEXT] = ACTIONS(109), - [anon_sym_shaderRecordEXT] = ACTIONS(109), - [anon_sym_rayPayloadNV] = ACTIONS(109), - [anon_sym_rayPayloadInNV] = ACTIONS(109), - [anon_sym_hitAttributeNV] = ACTIONS(109), - [anon_sym_callableDataNV] = ACTIONS(109), - [anon_sym_callableDataInNV] = ACTIONS(109), - [anon_sym_shaderRecordNV] = ACTIONS(109), - [anon_sym_layout] = ACTIONS(111), - }, - [4] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -14274,83 +14199,84 @@ 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(2318), - [sym_preproc_elif] = STATE(2318), - [sym_preproc_elifdef] = STATE(2318), + [sym_preproc_else] = STATE(2255), + [sym_preproc_elif] = STATE(2255), + [sym_preproc_elifdef] = STATE(2255), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(181), + [aux_sym_preproc_if_token2] = ACTIONS(179), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -14424,6 +14350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -14455,6 +14382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -14485,91 +14413,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [5] = { - [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(2356), - [sym_preproc_elif] = STATE(2356), - [sym_preproc_elifdef] = STATE(2356), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), + [4] = { + [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(2374), + [sym_preproc_elif] = STATE(2374), + [sym_preproc_elifdef] = STATE(2374), + [sym_function_definition] = STATE(12), + [sym_declaration] = STATE(12), + [sym_type_definition] = STATE(12), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(22), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(12), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(12), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(12), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(12), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(12), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(183), + [aux_sym_preproc_if_token2] = ACTIONS(181), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -14643,6 +14572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -14674,6 +14604,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -14704,91 +14635,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [6] = { - [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(2163), - [sym_preproc_elif] = STATE(2163), - [sym_preproc_elifdef] = STATE(2163), - [sym_function_definition] = STATE(21), - [sym_declaration] = STATE(21), - [sym_type_definition] = STATE(21), + [5] = { + [sym__block_item] = STATE(15), + [sym_preproc_include] = STATE(15), + [sym_preproc_def] = STATE(15), + [sym_preproc_function_def] = STATE(15), + [sym_preproc_call] = STATE(15), + [sym_preproc_if] = STATE(15), + [sym_preproc_ifdef] = STATE(15), + [sym_preproc_else] = STATE(2136), + [sym_preproc_elif] = STATE(2136), + [sym_preproc_elifdef] = STATE(2136), + [sym_function_definition] = STATE(15), + [sym_declaration] = STATE(15), + [sym_type_definition] = STATE(15), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(21), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(15), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(21), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(21), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(21), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(21), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(15), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(15), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(15), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(15), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(185), + [aux_sym_preproc_if_token2] = ACTIONS(183), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -14862,6 +14794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -14893,6 +14826,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -14923,91 +14857,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [7] = { - [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(2202), - [sym_preproc_elif] = STATE(2202), - [sym_preproc_elifdef] = STATE(2202), - [sym_function_definition] = STATE(12), - [sym_declaration] = STATE(12), - [sym_type_definition] = STATE(12), + [6] = { + [sym__block_item] = STATE(13), + [sym_preproc_include] = STATE(13), + [sym_preproc_def] = STATE(13), + [sym_preproc_function_def] = STATE(13), + [sym_preproc_call] = STATE(13), + [sym_preproc_if] = STATE(13), + [sym_preproc_ifdef] = STATE(13), + [sym_preproc_else] = STATE(2254), + [sym_preproc_elif] = STATE(2254), + [sym_preproc_elifdef] = STATE(2254), + [sym_function_definition] = STATE(13), + [sym_declaration] = STATE(13), + [sym_type_definition] = STATE(13), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(12), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(13), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(12), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(12), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(12), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(12), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(13), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(13), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(13), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(13), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(187), + [aux_sym_preproc_if_token2] = ACTIONS(185), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -15081,6 +15016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -15112,6 +15048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -15142,91 +15079,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [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(2248), - [sym_preproc_elif] = STATE(2248), - [sym_preproc_elifdef] = STATE(2248), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), + [7] = { + [sym__block_item] = STATE(20), + [sym_preproc_include] = STATE(20), + [sym_preproc_def] = STATE(20), + [sym_preproc_function_def] = STATE(20), + [sym_preproc_call] = STATE(20), + [sym_preproc_if] = STATE(20), + [sym_preproc_ifdef] = STATE(20), + [sym_preproc_else] = STATE(2222), + [sym_preproc_elif] = STATE(2222), + [sym_preproc_elifdef] = STATE(2222), + [sym_function_definition] = STATE(20), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(22), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(20), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(20), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(20), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(20), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(189), + [aux_sym_preproc_if_token2] = ACTIONS(187), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -15300,6 +15238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -15331,6 +15270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -15361,91 +15301,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [9] = { - [sym__block_item] = STATE(17), - [sym_preproc_include] = STATE(17), - [sym_preproc_def] = STATE(17), - [sym_preproc_function_def] = STATE(17), - [sym_preproc_call] = STATE(17), - [sym_preproc_if] = STATE(17), - [sym_preproc_ifdef] = STATE(17), - [sym_preproc_else] = STATE(2144), - [sym_preproc_elif] = STATE(2144), - [sym_preproc_elifdef] = STATE(2144), - [sym_function_definition] = STATE(17), - [sym_declaration] = STATE(17), - [sym_type_definition] = STATE(17), + [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(2219), + [sym_preproc_elif] = STATE(2219), + [sym_preproc_elifdef] = STATE(2219), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(17), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(17), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(17), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(17), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(17), - [aux_sym_declaration_repeat1] = STATE(520), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(22), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(191), + [aux_sym_preproc_if_token2] = ACTIONS(189), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -15519,6 +15460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -15550,6 +15492,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -15580,7 +15523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [10] = { + [9] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -15588,83 +15531,84 @@ 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(2203), - [sym_preproc_elif] = STATE(2203), - [sym_preproc_elifdef] = STATE(2203), + [sym_preproc_else] = STATE(2245), + [sym_preproc_elif] = STATE(2245), + [sym_preproc_elifdef] = STATE(2245), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(193), + [aux_sym_preproc_if_token2] = ACTIONS(191), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -15738,6 +15682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -15769,6 +15714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -15799,91 +15745,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [11] = { - [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(2369), - [sym_preproc_elif] = STATE(2369), - [sym_preproc_elifdef] = STATE(2369), - [sym_function_definition] = STATE(8), - [sym_declaration] = STATE(8), - [sym_type_definition] = STATE(8), + [10] = { + [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(2192), + [sym_preproc_elif] = STATE(2192), + [sym_preproc_elifdef] = STATE(2192), + [sym_function_definition] = STATE(3), + [sym_declaration] = STATE(3), + [sym_type_definition] = STATE(3), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(8), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(3), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(8), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(8), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(8), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(8), - [aux_sym_declaration_repeat1] = STATE(520), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(3), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(3), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(3), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(195), + [aux_sym_preproc_if_token2] = ACTIONS(193), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -15957,6 +15904,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -15988,6 +15936,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -16018,91 +15967,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [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(2146), - [sym_preproc_elif] = STATE(2146), - [sym_preproc_elifdef] = STATE(2146), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), + [11] = { + [sym__block_item] = STATE(17), + [sym_preproc_include] = STATE(17), + [sym_preproc_def] = STATE(17), + [sym_preproc_function_def] = STATE(17), + [sym_preproc_call] = STATE(17), + [sym_preproc_if] = STATE(17), + [sym_preproc_ifdef] = STATE(17), + [sym_preproc_else] = STATE(2216), + [sym_preproc_elif] = STATE(2216), + [sym_preproc_elifdef] = STATE(2216), + [sym_function_definition] = STATE(17), + [sym_declaration] = STATE(17), + [sym_type_definition] = STATE(17), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(22), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(17), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(17), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(17), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(17), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(17), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(197), + [aux_sym_preproc_if_token2] = ACTIONS(195), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -16176,6 +16126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -16207,6 +16158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -16237,91 +16189,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [13] = { - [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(2143), - [sym_preproc_elif] = STATE(2143), - [sym_preproc_elifdef] = STATE(2143), - [sym_function_definition] = STATE(5), - [sym_declaration] = STATE(5), - [sym_type_definition] = STATE(5), + [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(2138), + [sym_preproc_elif] = STATE(2138), + [sym_preproc_elifdef] = STATE(2138), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(5), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(5), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(5), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(5), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(5), - [aux_sym_declaration_repeat1] = STATE(520), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(22), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(199), + [aux_sym_preproc_if_token2] = ACTIONS(197), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -16395,6 +16348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -16426,6 +16380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -16456,91 +16411,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [14] = { - [sym__block_item] = STATE(20), - [sym_preproc_include] = STATE(20), - [sym_preproc_def] = STATE(20), - [sym_preproc_function_def] = STATE(20), - [sym_preproc_call] = STATE(20), - [sym_preproc_if] = STATE(20), - [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(2197), - [sym_preproc_elif] = STATE(2197), - [sym_preproc_elifdef] = STATE(2197), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), + [13] = { + [sym__block_item] = STATE(22), + [sym_preproc_include] = STATE(22), + [sym_preproc_def] = STATE(22), + [sym_preproc_function_def] = STATE(22), + [sym_preproc_call] = STATE(22), + [sym_preproc_if] = STATE(22), + [sym_preproc_ifdef] = STATE(22), + [sym_preproc_else] = STATE(2294), + [sym_preproc_elif] = STATE(2294), + [sym_preproc_elifdef] = STATE(2294), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(20), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(20), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(20), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(20), - [aux_sym_declaration_repeat1] = STATE(520), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(22), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(201), + [aux_sym_preproc_if_token2] = ACTIONS(199), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -16614,6 +16570,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -16645,6 +16602,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -16675,91 +16633,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [15] = { - [sym__block_item] = STATE(2), - [sym_preproc_include] = STATE(2), - [sym_preproc_def] = STATE(2), - [sym_preproc_function_def] = STATE(2), - [sym_preproc_call] = STATE(2), - [sym_preproc_if] = STATE(2), - [sym_preproc_ifdef] = STATE(2), - [sym_preproc_else] = STATE(2219), - [sym_preproc_elif] = STATE(2219), - [sym_preproc_elifdef] = STATE(2219), - [sym_function_definition] = STATE(2), - [sym_declaration] = STATE(2), - [sym_type_definition] = STATE(2), + [14] = { + [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(2237), + [sym_preproc_elif] = STATE(2237), + [sym_preproc_elifdef] = STATE(2237), + [sym_function_definition] = STATE(8), + [sym_declaration] = STATE(8), + [sym_type_definition] = STATE(8), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(2), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(8), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(2), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(2), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(2), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(2), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(8), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(8), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(8), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(8), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(203), + [aux_sym_preproc_if_token2] = ACTIONS(201), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -16833,6 +16792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -16864,6 +16824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -16894,7 +16855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [16] = { + [15] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -16902,83 +16863,84 @@ 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(2345), - [sym_preproc_elif] = STATE(2345), - [sym_preproc_elifdef] = STATE(2345), + [sym_preproc_else] = STATE(2190), + [sym_preproc_elif] = STATE(2190), + [sym_preproc_elifdef] = STATE(2190), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(205), + [aux_sym_preproc_if_token2] = ACTIONS(203), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -17052,6 +17014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -17083,6 +17046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -17113,7 +17077,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [17] = { + [16] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -17121,83 +17085,84 @@ 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(2224), - [sym_preproc_elif] = STATE(2224), - [sym_preproc_elifdef] = STATE(2224), + [sym_preproc_else] = STATE(2391), + [sym_preproc_elif] = STATE(2391), + [sym_preproc_elifdef] = STATE(2391), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(207), + [aux_sym_preproc_if_token2] = ACTIONS(205), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -17271,6 +17236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -17302,6 +17268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -17332,91 +17299,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [18] = { - [sym__block_item] = STATE(4), - [sym_preproc_include] = STATE(4), - [sym_preproc_def] = STATE(4), - [sym_preproc_function_def] = STATE(4), - [sym_preproc_call] = STATE(4), - [sym_preproc_if] = STATE(4), - [sym_preproc_ifdef] = STATE(4), - [sym_preproc_else] = STATE(2348), - [sym_preproc_elif] = STATE(2348), - [sym_preproc_elifdef] = STATE(2348), - [sym_function_definition] = STATE(4), - [sym_declaration] = STATE(4), - [sym_type_definition] = STATE(4), + [17] = { + [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(2297), + [sym_preproc_elif] = STATE(2297), + [sym_preproc_elifdef] = STATE(2297), + [sym_function_definition] = STATE(22), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(4), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(4), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(4), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(4), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(4), - [aux_sym_declaration_repeat1] = STATE(520), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(22), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(209), + [aux_sym_preproc_if_token2] = ACTIONS(207), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -17490,6 +17458,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -17521,6 +17490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -17551,91 +17521,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [19] = { - [sym__block_item] = STATE(16), - [sym_preproc_include] = STATE(16), - [sym_preproc_def] = STATE(16), - [sym_preproc_function_def] = STATE(16), - [sym_preproc_call] = STATE(16), - [sym_preproc_if] = STATE(16), - [sym_preproc_ifdef] = STATE(16), - [sym_preproc_else] = STATE(2237), - [sym_preproc_elif] = STATE(2237), - [sym_preproc_elifdef] = STATE(2237), - [sym_function_definition] = STATE(16), - [sym_declaration] = STATE(16), - [sym_type_definition] = STATE(16), + [18] = { + [sym__block_item] = STATE(2), + [sym_preproc_include] = STATE(2), + [sym_preproc_def] = STATE(2), + [sym_preproc_function_def] = STATE(2), + [sym_preproc_call] = STATE(2), + [sym_preproc_if] = STATE(2), + [sym_preproc_ifdef] = STATE(2), + [sym_preproc_else] = STATE(2394), + [sym_preproc_elif] = STATE(2394), + [sym_preproc_elifdef] = STATE(2394), + [sym_function_definition] = STATE(2), + [sym_declaration] = STATE(2), + [sym_type_definition] = STATE(2), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(16), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(2), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(16), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(16), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(16), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(16), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(2), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(2), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(2), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(2), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), [aux_sym_preproc_if_token1] = ACTIONS(119), - [aux_sym_preproc_if_token2] = ACTIONS(211), + [aux_sym_preproc_if_token2] = ACTIONS(209), [aux_sym_preproc_ifdef_token1] = ACTIONS(123), [aux_sym_preproc_ifdef_token2] = ACTIONS(123), [aux_sym_preproc_else_token1] = ACTIONS(125), @@ -17709,6 +17680,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -17740,6 +17712,229 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), + }, + [19] = { + [sym__block_item] = STATE(9), + [sym_preproc_include] = STATE(9), + [sym_preproc_def] = STATE(9), + [sym_preproc_function_def] = STATE(9), + [sym_preproc_call] = STATE(9), + [sym_preproc_if] = STATE(9), + [sym_preproc_ifdef] = STATE(9), + [sym_preproc_else] = STATE(2207), + [sym_preproc_elif] = STATE(2207), + [sym_preproc_elifdef] = STATE(2207), + [sym_function_definition] = STATE(9), + [sym_declaration] = STATE(9), + [sym_type_definition] = STATE(9), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(9), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(161), + [sym_statement] = STATE(9), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(9), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(9), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(9), + [aux_sym_declaration_repeat1] = STATE(536), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(113), + [aux_sym_preproc_include_token1] = ACTIONS(115), + [aux_sym_preproc_def_token1] = ACTIONS(117), + [aux_sym_preproc_if_token1] = ACTIONS(119), + [aux_sym_preproc_if_token2] = ACTIONS(211), + [aux_sym_preproc_ifdef_token1] = ACTIONS(123), + [aux_sym_preproc_ifdef_token2] = ACTIONS(123), + [aux_sym_preproc_else_token1] = ACTIONS(125), + [aux_sym_preproc_elif_token1] = ACTIONS(127), + [aux_sym_preproc_elifdef_token1] = ACTIONS(129), + [aux_sym_preproc_elifdef_token2] = ACTIONS(129), + [sym_preproc_directive] = ACTIONS(131), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_subroutine] = ACTIONS(133), + [anon_sym_invariant] = ACTIONS(135), + [anon_sym_precise] = ACTIONS(135), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_in] = ACTIONS(139), + [anon_sym_out] = ACTIONS(139), + [anon_sym_inout] = ACTIONS(139), + [anon_sym_uniform] = ACTIONS(139), + [anon_sym_shared] = ACTIONS(139), + [anon_sym_attribute] = ACTIONS(139), + [anon_sym_varying] = ACTIONS(139), + [anon_sym_buffer] = ACTIONS(139), + [anon_sym_coherent] = ACTIONS(139), + [anon_sym_readonly] = ACTIONS(139), + [anon_sym_writeonly] = ACTIONS(139), + [anon_sym_precision] = ACTIONS(139), + [anon_sym_highp] = ACTIONS(139), + [anon_sym_mediump] = ACTIONS(139), + [anon_sym_lowp] = ACTIONS(139), + [anon_sym_centroid] = ACTIONS(139), + [anon_sym_sample] = ACTIONS(139), + [anon_sym_patch] = ACTIONS(139), + [anon_sym_smooth] = ACTIONS(139), + [anon_sym_flat] = ACTIONS(139), + [anon_sym_noperspective] = ACTIONS(139), + [anon_sym___extension__] = ACTIONS(141), + [anon_sym_typedef] = ACTIONS(143), + [anon_sym_extern] = ACTIONS(145), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(147), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -17778,78 +17973,79 @@ 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(2169), - [sym_preproc_elif] = STATE(2169), - [sym_preproc_elifdef] = STATE(2169), + [sym_preproc_else] = STATE(2196), + [sym_preproc_elif] = STATE(2196), + [sym_preproc_elifdef] = STATE(2196), [sym_function_definition] = STATE(22), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), @@ -17928,6 +18124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -17959,6 +18156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -17990,85 +18188,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [21] = { - [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(2313), - [sym_preproc_elif] = STATE(2313), - [sym_preproc_elifdef] = STATE(2313), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), + [sym__block_item] = STATE(16), + [sym_preproc_include] = STATE(16), + [sym_preproc_def] = STATE(16), + [sym_preproc_function_def] = STATE(16), + [sym_preproc_call] = STATE(16), + [sym_preproc_if] = STATE(16), + [sym_preproc_ifdef] = STATE(16), + [sym_preproc_else] = STATE(2402), + [sym_preproc_elif] = STATE(2402), + [sym_preproc_elifdef] = STATE(2402), + [sym_function_definition] = STATE(16), + [sym_declaration] = STATE(16), + [sym_type_definition] = STATE(16), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), - [sym_linkage_specification] = STATE(22), + [sym__declaration_specifiers] = STATE(1299), + [sym_linkage_specification] = STATE(16), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_statement] = STATE(16), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(16), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(16), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_preproc_if_repeat1] = STATE(16), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(113), [aux_sym_preproc_include_token1] = ACTIONS(115), [aux_sym_preproc_def_token1] = ACTIONS(117), @@ -18147,6 +18346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -18178,6 +18378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -18220,71 +18421,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1299), [sym_linkage_specification] = STATE(22), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_compound_statement] = STATE(119), + [sym_ms_call_modifier] = STATE(884), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(989), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(980), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(161), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(22), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym_declaration_repeat1] = STATE(520), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(217), [aux_sym_preproc_include_token1] = ACTIONS(220), [aux_sym_preproc_def_token1] = ACTIONS(223), @@ -18363,6 +18565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(291), [anon_sym__Noreturn] = ACTIONS(291), [anon_sym_noreturn] = ACTIONS(291), + [anon_sym__Nonnull] = ACTIONS(291), [anon_sym_alignas] = ACTIONS(294), [anon_sym__Alignas] = ACTIONS(294), [sym_primitive_type] = ACTIONS(297), @@ -18394,6 +18597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(360), [anon_sym_asm] = ACTIONS(363), [anon_sym___asm__] = ACTIONS(363), + [anon_sym___asm] = ACTIONS(363), [sym_number_literal] = ACTIONS(366), [anon_sym_L_SQUOTE] = ACTIONS(369), [anon_sym_u_SQUOTE] = ACTIONS(369), @@ -18436,71 +18640,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), + [sym__declaration_specifiers] = STATE(1278), [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), [sym_statement] = STATE(36), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(980), + [sym_macro_type_specifier] = STATE(968), [sym_preproc_extension] = STATE(36), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), [aux_sym_preproc_if_repeat1] = STATE(36), - [aux_sym_declaration_repeat1] = STATE(523), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -18575,6 +18780,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -18606,6 +18812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -18637,82 +18844,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [24] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -18787,6 +18995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -18818,6 +19027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -18849,82 +19059,298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [25] = { - [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), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), + [sym__block_item] = STATE(25), + [sym_preproc_include] = STATE(25), + [sym_preproc_def] = STATE(25), + [sym_preproc_function_def] = STATE(25), + [sym_preproc_call] = STATE(25), + [sym_preproc_if] = STATE(25), + [sym_preproc_ifdef] = STATE(25), + [sym_function_definition] = STATE(25), + [sym_declaration] = STATE(25), + [sym_type_definition] = STATE(25), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(29), + [sym__declaration_specifiers] = STATE(1298), + [sym_linkage_specification] = STATE(25), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(871), + [sym_compound_statement] = STATE(270), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(999), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(325), + [sym_statement] = STATE(25), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(25), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(25), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_preproc_if_repeat1] = STATE(25), + [aux_sym_declaration_repeat1] = STATE(542), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(445), + [aux_sym_preproc_include_token1] = ACTIONS(448), + [aux_sym_preproc_def_token1] = ACTIONS(451), + [aux_sym_preproc_if_token1] = ACTIONS(454), + [aux_sym_preproc_if_token2] = ACTIONS(229), + [aux_sym_preproc_ifdef_token1] = ACTIONS(457), + [aux_sym_preproc_ifdef_token2] = ACTIONS(457), + [sym_preproc_directive] = ACTIONS(460), + [anon_sym_LPAREN2] = ACTIONS(237), + [anon_sym_BANG] = ACTIONS(240), + [anon_sym_TILDE] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(243), + [anon_sym_PLUS] = ACTIONS(243), + [anon_sym_STAR] = ACTIONS(246), + [anon_sym_AMP] = ACTIONS(246), + [anon_sym_subroutine] = ACTIONS(463), + [anon_sym_invariant] = ACTIONS(466), + [anon_sym_precise] = ACTIONS(466), + [anon_sym_SEMI] = ACTIONS(469), + [anon_sym_in] = ACTIONS(472), + [anon_sym_out] = ACTIONS(472), + [anon_sym_inout] = ACTIONS(472), + [anon_sym_uniform] = ACTIONS(472), + [anon_sym_shared] = ACTIONS(472), + [anon_sym_attribute] = ACTIONS(472), + [anon_sym_varying] = ACTIONS(472), + [anon_sym_buffer] = ACTIONS(472), + [anon_sym_coherent] = ACTIONS(472), + [anon_sym_readonly] = ACTIONS(472), + [anon_sym_writeonly] = ACTIONS(472), + [anon_sym_precision] = ACTIONS(472), + [anon_sym_highp] = ACTIONS(472), + [anon_sym_mediump] = ACTIONS(472), + [anon_sym_lowp] = ACTIONS(472), + [anon_sym_centroid] = ACTIONS(472), + [anon_sym_sample] = ACTIONS(472), + [anon_sym_patch] = ACTIONS(472), + [anon_sym_smooth] = ACTIONS(472), + [anon_sym_flat] = ACTIONS(472), + [anon_sym_noperspective] = ACTIONS(472), + [anon_sym___extension__] = ACTIONS(475), + [anon_sym_typedef] = ACTIONS(478), + [anon_sym_extern] = ACTIONS(481), + [anon_sym___attribute__] = ACTIONS(270), + [anon_sym_LBRACK_LBRACK] = ACTIONS(273), + [anon_sym___declspec] = ACTIONS(276), + [anon_sym___cdecl] = ACTIONS(279), + [anon_sym___clrcall] = ACTIONS(279), + [anon_sym___stdcall] = ACTIONS(279), + [anon_sym___fastcall] = ACTIONS(279), + [anon_sym___thiscall] = ACTIONS(279), + [anon_sym___vectorcall] = ACTIONS(279), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_signed] = ACTIONS(285), + [anon_sym_unsigned] = ACTIONS(285), + [anon_sym_long] = ACTIONS(285), + [anon_sym_short] = ACTIONS(285), + [anon_sym_static] = ACTIONS(288), + [anon_sym_auto] = ACTIONS(288), + [anon_sym_register] = ACTIONS(288), + [anon_sym_inline] = ACTIONS(288), + [anon_sym___inline] = ACTIONS(288), + [anon_sym___inline__] = ACTIONS(288), + [anon_sym___forceinline] = ACTIONS(288), + [anon_sym_thread_local] = ACTIONS(288), + [anon_sym___thread] = ACTIONS(288), + [anon_sym_const] = ACTIONS(291), + [anon_sym_constexpr] = ACTIONS(291), + [anon_sym_volatile] = ACTIONS(291), + [anon_sym_restrict] = ACTIONS(291), + [anon_sym___restrict__] = ACTIONS(291), + [anon_sym__Atomic] = ACTIONS(291), + [anon_sym__Noreturn] = ACTIONS(291), + [anon_sym_noreturn] = ACTIONS(291), + [anon_sym__Nonnull] = ACTIONS(291), + [anon_sym_alignas] = ACTIONS(294), + [anon_sym__Alignas] = ACTIONS(294), + [sym_primitive_type] = ACTIONS(297), + [anon_sym_enum] = ACTIONS(300), + [anon_sym_struct] = ACTIONS(303), + [anon_sym_union] = ACTIONS(306), + [anon_sym_if] = ACTIONS(487), + [anon_sym_switch] = ACTIONS(490), + [anon_sym_case] = ACTIONS(493), + [anon_sym_default] = ACTIONS(496), + [anon_sym_while] = ACTIONS(499), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(505), + [anon_sym_return] = ACTIONS(508), + [anon_sym_break] = ACTIONS(511), + [anon_sym_continue] = ACTIONS(514), + [anon_sym_goto] = ACTIONS(517), + [anon_sym___try] = ACTIONS(520), + [anon_sym___leave] = ACTIONS(523), + [anon_sym_DASH_DASH] = ACTIONS(348), + [anon_sym_PLUS_PLUS] = ACTIONS(348), + [anon_sym_sizeof] = ACTIONS(351), + [anon_sym___alignof__] = ACTIONS(354), + [anon_sym___alignof] = ACTIONS(354), + [anon_sym__alignof] = ACTIONS(354), + [anon_sym_alignof] = ACTIONS(354), + [anon_sym__Alignof] = ACTIONS(354), + [anon_sym_offsetof] = ACTIONS(357), + [anon_sym__Generic] = ACTIONS(360), + [anon_sym_asm] = ACTIONS(363), + [anon_sym___asm__] = ACTIONS(363), + [anon_sym___asm] = ACTIONS(363), + [sym_number_literal] = ACTIONS(366), + [anon_sym_L_SQUOTE] = ACTIONS(369), + [anon_sym_u_SQUOTE] = ACTIONS(369), + [anon_sym_U_SQUOTE] = ACTIONS(369), + [anon_sym_u8_SQUOTE] = ACTIONS(369), + [anon_sym_SQUOTE] = ACTIONS(369), + [anon_sym_L_DQUOTE] = ACTIONS(372), + [anon_sym_u_DQUOTE] = ACTIONS(372), + [anon_sym_U_DQUOTE] = ACTIONS(372), + [anon_sym_u8_DQUOTE] = ACTIONS(372), + [anon_sym_DQUOTE] = ACTIONS(372), + [sym_true] = ACTIONS(375), + [sym_false] = ACTIONS(375), + [anon_sym_NULL] = ACTIONS(378), + [anon_sym_nullptr] = ACTIONS(378), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(381), + [anon_sym_rayPayloadInEXT] = ACTIONS(381), + [anon_sym_hitAttributeEXT] = ACTIONS(381), + [anon_sym_callableDataEXT] = ACTIONS(381), + [anon_sym_callableDataInEXT] = ACTIONS(381), + [anon_sym_shaderRecordEXT] = ACTIONS(381), + [anon_sym_rayPayloadNV] = ACTIONS(381), + [anon_sym_rayPayloadInNV] = ACTIONS(381), + [anon_sym_hitAttributeNV] = ACTIONS(381), + [anon_sym_callableDataNV] = ACTIONS(381), + [anon_sym_callableDataInNV] = ACTIONS(381), + [anon_sym_shaderRecordNV] = ACTIONS(381), + [anon_sym_layout] = ACTIONS(384), + }, + [26] = { + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(29), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(29), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(29), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -18977,7 +19403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(445), + [anon_sym_RBRACE] = ACTIONS(526), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -18999,6 +19425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -19030,6 +19457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -19060,83 +19488,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [26] = { - [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_declaration] = STATE(39), - [sym_type_definition] = STATE(39), + [27] = { + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(39), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(39), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(39), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(39), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(39), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -19189,7 +19618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(447), + [anon_sym_RBRACE] = ACTIONS(528), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -19211,6 +19640,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -19242,6 +19672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -19272,83 +19703,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [27] = { - [sym__block_item] = STATE(35), - [sym_preproc_include] = STATE(35), - [sym_preproc_def] = STATE(35), - [sym_preproc_function_def] = STATE(35), - [sym_preproc_call] = STATE(35), - [sym_preproc_if] = STATE(35), - [sym_preproc_ifdef] = STATE(35), - [sym_function_definition] = STATE(35), - [sym_declaration] = STATE(35), - [sym_type_definition] = STATE(35), + [28] = { + [sym__block_item] = STATE(23), + [sym_preproc_include] = STATE(23), + [sym_preproc_def] = STATE(23), + [sym_preproc_function_def] = STATE(23), + [sym_preproc_call] = STATE(23), + [sym_preproc_if] = STATE(23), + [sym_preproc_ifdef] = STATE(23), + [sym_function_definition] = STATE(23), + [sym_declaration] = STATE(23), + [sym_type_definition] = STATE(23), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(35), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(23), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(35), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(35), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(35), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(35), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(23), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(23), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(23), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(23), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -19401,7 +19833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(449), + [anon_sym_RBRACE] = ACTIONS(530), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -19423,6 +19855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -19454,6 +19887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -19484,83 +19918,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [28] = { - [sym__block_item] = STATE(33), - [sym_preproc_include] = STATE(33), - [sym_preproc_def] = STATE(33), - [sym_preproc_function_def] = STATE(33), - [sym_preproc_call] = STATE(33), - [sym_preproc_if] = STATE(33), - [sym_preproc_ifdef] = STATE(33), - [sym_function_definition] = STATE(33), - [sym_declaration] = STATE(33), - [sym_type_definition] = STATE(33), + [29] = { + [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_declaration] = STATE(39), + [sym_type_definition] = STATE(39), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(33), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(39), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(33), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(33), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(33), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(39), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(39), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(39), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(39), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -19613,7 +20048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(451), + [anon_sym_RBRACE] = ACTIONS(532), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -19635,6 +20070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -19666,6 +20102,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -19696,83 +20133,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [29] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [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), + [sym_declaration] = STATE(32), + [sym_type_definition] = STATE(32), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(32), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(32), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(32), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(32), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(32), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -19825,7 +20263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(453), + [anon_sym_RBRACE] = ACTIONS(534), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -19847,6 +20285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -19878,6 +20317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -19908,91 +20348,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [30] = { - [sym__block_item] = STATE(42), - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), + [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_declaration] = STATE(33), + [sym_type_definition] = STATE(33), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1268), - [sym_linkage_specification] = STATE(42), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(33), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(887), - [sym_compound_statement] = STATE(247), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1000), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(374), - [sym_statement] = STATE(42), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(42), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(42), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_preproc_if_repeat1] = STATE(42), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(33), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(33), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(455), - [aux_sym_preproc_include_token1] = ACTIONS(457), - [aux_sym_preproc_def_token1] = ACTIONS(459), - [aux_sym_preproc_if_token1] = ACTIONS(461), - [aux_sym_preproc_if_token2] = ACTIONS(463), - [aux_sym_preproc_ifdef_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token2] = ACTIONS(465), - [sym_preproc_directive] = ACTIONS(467), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(387), + [aux_sym_preproc_include_token1] = ACTIONS(389), + [aux_sym_preproc_def_token1] = ACTIONS(391), + [aux_sym_preproc_if_token1] = ACTIONS(393), + [aux_sym_preproc_ifdef_token1] = ACTIONS(395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(395), + [sym_preproc_directive] = ACTIONS(397), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20000,34 +20440,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(469), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_SEMI] = ACTIONS(473), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), - [anon_sym___extension__] = ACTIONS(477), - [anon_sym_typedef] = ACTIONS(479), - [anon_sym_extern] = ACTIONS(481), + [anon_sym_subroutine] = ACTIONS(399), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), + [anon_sym___extension__] = ACTIONS(407), + [anon_sym_typedef] = ACTIONS(409), + [anon_sym_extern] = ACTIONS(411), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -20037,7 +20477,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_RBRACE] = ACTIONS(536), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -20059,25 +20500,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_if] = ACTIONS(417), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(421), + [anon_sym_default] = ACTIONS(423), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -20090,6 +20532,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -20120,83 +20563,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [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_declaration] = STATE(24), - [sym_type_definition] = STATE(24), + [32] = { + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(24), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(24), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -20249,7 +20693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(511), + [anon_sym_RBRACE] = ACTIONS(538), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -20271,6 +20715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -20302,6 +20747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -20332,295 +20778,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [32] = { - [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), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1268), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(887), - [sym_compound_statement] = STATE(247), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1000), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(374), - [sym_statement] = STATE(32), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(32), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym_declaration_repeat1] = STATE(532), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(513), - [aux_sym_preproc_include_token1] = ACTIONS(516), - [aux_sym_preproc_def_token1] = ACTIONS(519), - [aux_sym_preproc_if_token1] = ACTIONS(522), - [aux_sym_preproc_if_token2] = ACTIONS(229), - [aux_sym_preproc_ifdef_token1] = ACTIONS(525), - [aux_sym_preproc_ifdef_token2] = ACTIONS(525), - [sym_preproc_directive] = ACTIONS(528), - [anon_sym_LPAREN2] = ACTIONS(237), - [anon_sym_BANG] = ACTIONS(240), - [anon_sym_TILDE] = ACTIONS(240), - [anon_sym_DASH] = ACTIONS(243), - [anon_sym_PLUS] = ACTIONS(243), - [anon_sym_STAR] = ACTIONS(246), - [anon_sym_AMP] = ACTIONS(246), - [anon_sym_subroutine] = ACTIONS(531), - [anon_sym_invariant] = ACTIONS(534), - [anon_sym_precise] = ACTIONS(534), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_in] = ACTIONS(540), - [anon_sym_out] = ACTIONS(540), - [anon_sym_inout] = ACTIONS(540), - [anon_sym_uniform] = ACTIONS(540), - [anon_sym_shared] = ACTIONS(540), - [anon_sym_attribute] = ACTIONS(540), - [anon_sym_varying] = ACTIONS(540), - [anon_sym_buffer] = ACTIONS(540), - [anon_sym_coherent] = ACTIONS(540), - [anon_sym_readonly] = ACTIONS(540), - [anon_sym_writeonly] = ACTIONS(540), - [anon_sym_precision] = ACTIONS(540), - [anon_sym_highp] = ACTIONS(540), - [anon_sym_mediump] = ACTIONS(540), - [anon_sym_lowp] = ACTIONS(540), - [anon_sym_centroid] = ACTIONS(540), - [anon_sym_sample] = ACTIONS(540), - [anon_sym_patch] = ACTIONS(540), - [anon_sym_smooth] = ACTIONS(540), - [anon_sym_flat] = ACTIONS(540), - [anon_sym_noperspective] = ACTIONS(540), - [anon_sym___extension__] = ACTIONS(543), - [anon_sym_typedef] = ACTIONS(546), - [anon_sym_extern] = ACTIONS(549), - [anon_sym___attribute__] = ACTIONS(270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(273), - [anon_sym___declspec] = ACTIONS(276), - [anon_sym___cdecl] = ACTIONS(279), - [anon_sym___clrcall] = ACTIONS(279), - [anon_sym___stdcall] = ACTIONS(279), - [anon_sym___fastcall] = ACTIONS(279), - [anon_sym___thiscall] = ACTIONS(279), - [anon_sym___vectorcall] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(552), - [anon_sym_signed] = ACTIONS(285), - [anon_sym_unsigned] = ACTIONS(285), - [anon_sym_long] = ACTIONS(285), - [anon_sym_short] = ACTIONS(285), - [anon_sym_static] = ACTIONS(288), - [anon_sym_auto] = ACTIONS(288), - [anon_sym_register] = ACTIONS(288), - [anon_sym_inline] = ACTIONS(288), - [anon_sym___inline] = ACTIONS(288), - [anon_sym___inline__] = ACTIONS(288), - [anon_sym___forceinline] = ACTIONS(288), - [anon_sym_thread_local] = ACTIONS(288), - [anon_sym___thread] = ACTIONS(288), - [anon_sym_const] = ACTIONS(291), - [anon_sym_constexpr] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_restrict] = ACTIONS(291), - [anon_sym___restrict__] = ACTIONS(291), - [anon_sym__Atomic] = ACTIONS(291), - [anon_sym__Noreturn] = ACTIONS(291), - [anon_sym_noreturn] = ACTIONS(291), - [anon_sym_alignas] = ACTIONS(294), - [anon_sym__Alignas] = ACTIONS(294), - [sym_primitive_type] = ACTIONS(297), - [anon_sym_enum] = ACTIONS(300), - [anon_sym_struct] = ACTIONS(303), - [anon_sym_union] = ACTIONS(306), - [anon_sym_if] = ACTIONS(555), - [anon_sym_switch] = ACTIONS(558), - [anon_sym_case] = ACTIONS(561), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(567), - [anon_sym_do] = ACTIONS(570), - [anon_sym_for] = ACTIONS(573), - [anon_sym_return] = ACTIONS(576), - [anon_sym_break] = ACTIONS(579), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_goto] = ACTIONS(585), - [anon_sym___try] = ACTIONS(588), - [anon_sym___leave] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(348), - [anon_sym_PLUS_PLUS] = ACTIONS(348), - [anon_sym_sizeof] = ACTIONS(351), - [anon_sym___alignof__] = ACTIONS(354), - [anon_sym___alignof] = ACTIONS(354), - [anon_sym__alignof] = ACTIONS(354), - [anon_sym_alignof] = ACTIONS(354), - [anon_sym__Alignof] = ACTIONS(354), - [anon_sym_offsetof] = ACTIONS(357), - [anon_sym__Generic] = ACTIONS(360), - [anon_sym_asm] = ACTIONS(363), - [anon_sym___asm__] = ACTIONS(363), - [sym_number_literal] = ACTIONS(366), - [anon_sym_L_SQUOTE] = ACTIONS(369), - [anon_sym_u_SQUOTE] = ACTIONS(369), - [anon_sym_U_SQUOTE] = ACTIONS(369), - [anon_sym_u8_SQUOTE] = ACTIONS(369), - [anon_sym_SQUOTE] = ACTIONS(369), - [anon_sym_L_DQUOTE] = ACTIONS(372), - [anon_sym_u_DQUOTE] = ACTIONS(372), - [anon_sym_U_DQUOTE] = ACTIONS(372), - [anon_sym_u8_DQUOTE] = ACTIONS(372), - [anon_sym_DQUOTE] = ACTIONS(372), - [sym_true] = ACTIONS(375), - [sym_false] = ACTIONS(375), - [anon_sym_NULL] = ACTIONS(378), - [anon_sym_nullptr] = ACTIONS(378), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(381), - [anon_sym_rayPayloadInEXT] = ACTIONS(381), - [anon_sym_hitAttributeEXT] = ACTIONS(381), - [anon_sym_callableDataEXT] = ACTIONS(381), - [anon_sym_callableDataInEXT] = ACTIONS(381), - [anon_sym_shaderRecordEXT] = ACTIONS(381), - [anon_sym_rayPayloadNV] = ACTIONS(381), - [anon_sym_rayPayloadInNV] = ACTIONS(381), - [anon_sym_hitAttributeNV] = ACTIONS(381), - [anon_sym_callableDataNV] = ACTIONS(381), - [anon_sym_callableDataInNV] = ACTIONS(381), - [anon_sym_shaderRecordNV] = ACTIONS(381), - [anon_sym_layout] = ACTIONS(384), - }, [33] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -20673,7 +20908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(594), + [anon_sym_RBRACE] = ACTIONS(540), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -20695,6 +20930,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -20726,6 +20962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -20757,82 +20994,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [34] = { - [sym__block_item] = STATE(38), - [sym_preproc_include] = STATE(38), - [sym_preproc_def] = STATE(38), - [sym_preproc_function_def] = STATE(38), - [sym_preproc_call] = STATE(38), - [sym_preproc_if] = STATE(38), - [sym_preproc_ifdef] = STATE(38), - [sym_function_definition] = STATE(38), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), + [sym__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_declaration] = STATE(26), + [sym_type_definition] = STATE(26), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(38), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(26), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(38), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(38), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(38), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(38), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(26), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -20885,7 +21123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(596), + [anon_sym_RBRACE] = ACTIONS(542), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -20907,6 +21145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -20938,6 +21177,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -20969,82 +21209,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [35] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [sym__block_item] = STATE(38), + [sym_preproc_include] = STATE(38), + [sym_preproc_def] = STATE(38), + [sym_preproc_function_def] = STATE(38), + [sym_preproc_call] = STATE(38), + [sym_preproc_if] = STATE(38), + [sym_preproc_ifdef] = STATE(38), + [sym_function_definition] = STATE(38), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(38), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(38), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(38), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(38), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -21097,7 +21338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(598), + [anon_sym_RBRACE] = ACTIONS(544), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -21119,6 +21360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -21150,6 +21392,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -21181,89 +21424,306 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [36] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(387), - [aux_sym_preproc_include_token1] = ACTIONS(389), - [aux_sym_preproc_def_token1] = ACTIONS(391), - [aux_sym_preproc_if_token1] = ACTIONS(393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(395), - [aux_sym_preproc_ifdef_token2] = ACTIONS(395), - [sym_preproc_directive] = ACTIONS(397), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [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_ifdef_token1] = ACTIONS(558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(561), + [anon_sym_LPAREN2] = ACTIONS(237), + [anon_sym_BANG] = ACTIONS(240), + [anon_sym_TILDE] = ACTIONS(240), + [anon_sym_DASH] = ACTIONS(243), + [anon_sym_PLUS] = ACTIONS(243), + [anon_sym_STAR] = ACTIONS(246), + [anon_sym_AMP] = ACTIONS(246), + [anon_sym_subroutine] = ACTIONS(564), + [anon_sym_invariant] = ACTIONS(567), + [anon_sym_precise] = ACTIONS(567), + [anon_sym_SEMI] = ACTIONS(570), + [anon_sym_in] = ACTIONS(573), + [anon_sym_out] = ACTIONS(573), + [anon_sym_inout] = ACTIONS(573), + [anon_sym_uniform] = ACTIONS(573), + [anon_sym_shared] = ACTIONS(573), + [anon_sym_attribute] = ACTIONS(573), + [anon_sym_varying] = ACTIONS(573), + [anon_sym_buffer] = ACTIONS(573), + [anon_sym_coherent] = ACTIONS(573), + [anon_sym_readonly] = ACTIONS(573), + [anon_sym_writeonly] = ACTIONS(573), + [anon_sym_precision] = ACTIONS(573), + [anon_sym_highp] = ACTIONS(573), + [anon_sym_mediump] = ACTIONS(573), + [anon_sym_lowp] = ACTIONS(573), + [anon_sym_centroid] = ACTIONS(573), + [anon_sym_sample] = ACTIONS(573), + [anon_sym_patch] = ACTIONS(573), + [anon_sym_smooth] = ACTIONS(573), + [anon_sym_flat] = ACTIONS(573), + [anon_sym_noperspective] = ACTIONS(573), + [anon_sym___extension__] = ACTIONS(576), + [anon_sym_typedef] = ACTIONS(579), + [anon_sym_extern] = ACTIONS(582), + [anon_sym___attribute__] = ACTIONS(270), + [anon_sym_LBRACK_LBRACK] = ACTIONS(273), + [anon_sym___declspec] = ACTIONS(276), + [anon_sym___cdecl] = ACTIONS(279), + [anon_sym___clrcall] = ACTIONS(279), + [anon_sym___stdcall] = ACTIONS(279), + [anon_sym___fastcall] = ACTIONS(279), + [anon_sym___thiscall] = ACTIONS(279), + [anon_sym___vectorcall] = ACTIONS(279), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_RBRACE] = ACTIONS(588), + [anon_sym_signed] = ACTIONS(285), + [anon_sym_unsigned] = ACTIONS(285), + [anon_sym_long] = ACTIONS(285), + [anon_sym_short] = ACTIONS(285), + [anon_sym_static] = ACTIONS(288), + [anon_sym_auto] = ACTIONS(288), + [anon_sym_register] = ACTIONS(288), + [anon_sym_inline] = ACTIONS(288), + [anon_sym___inline] = ACTIONS(288), + [anon_sym___inline__] = ACTIONS(288), + [anon_sym___forceinline] = ACTIONS(288), + [anon_sym_thread_local] = ACTIONS(288), + [anon_sym___thread] = ACTIONS(288), + [anon_sym_const] = ACTIONS(291), + [anon_sym_constexpr] = ACTIONS(291), + [anon_sym_volatile] = ACTIONS(291), + [anon_sym_restrict] = ACTIONS(291), + [anon_sym___restrict__] = ACTIONS(291), + [anon_sym__Atomic] = ACTIONS(291), + [anon_sym__Noreturn] = ACTIONS(291), + [anon_sym_noreturn] = ACTIONS(291), + [anon_sym__Nonnull] = ACTIONS(291), + [anon_sym_alignas] = ACTIONS(294), + [anon_sym__Alignas] = ACTIONS(294), + [sym_primitive_type] = ACTIONS(297), + [anon_sym_enum] = ACTIONS(300), + [anon_sym_struct] = ACTIONS(303), + [anon_sym_union] = ACTIONS(306), + [anon_sym_if] = ACTIONS(590), + [anon_sym_switch] = ACTIONS(593), + [anon_sym_case] = ACTIONS(596), + [anon_sym_default] = ACTIONS(599), + [anon_sym_while] = ACTIONS(602), + [anon_sym_do] = ACTIONS(605), + [anon_sym_for] = ACTIONS(608), + [anon_sym_return] = ACTIONS(611), + [anon_sym_break] = ACTIONS(614), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(620), + [anon_sym___try] = ACTIONS(623), + [anon_sym___leave] = ACTIONS(626), + [anon_sym_DASH_DASH] = ACTIONS(348), + [anon_sym_PLUS_PLUS] = ACTIONS(348), + [anon_sym_sizeof] = ACTIONS(351), + [anon_sym___alignof__] = ACTIONS(354), + [anon_sym___alignof] = ACTIONS(354), + [anon_sym__alignof] = ACTIONS(354), + [anon_sym_alignof] = ACTIONS(354), + [anon_sym__Alignof] = ACTIONS(354), + [anon_sym_offsetof] = ACTIONS(357), + [anon_sym__Generic] = ACTIONS(360), + [anon_sym_asm] = ACTIONS(363), + [anon_sym___asm__] = ACTIONS(363), + [anon_sym___asm] = ACTIONS(363), + [sym_number_literal] = ACTIONS(366), + [anon_sym_L_SQUOTE] = ACTIONS(369), + [anon_sym_u_SQUOTE] = ACTIONS(369), + [anon_sym_U_SQUOTE] = ACTIONS(369), + [anon_sym_u8_SQUOTE] = ACTIONS(369), + [anon_sym_SQUOTE] = ACTIONS(369), + [anon_sym_L_DQUOTE] = ACTIONS(372), + [anon_sym_u_DQUOTE] = ACTIONS(372), + [anon_sym_U_DQUOTE] = ACTIONS(372), + [anon_sym_u8_DQUOTE] = ACTIONS(372), + [anon_sym_DQUOTE] = ACTIONS(372), + [sym_true] = ACTIONS(375), + [sym_false] = ACTIONS(375), + [anon_sym_NULL] = ACTIONS(378), + [anon_sym_nullptr] = ACTIONS(378), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(381), + [anon_sym_rayPayloadInEXT] = ACTIONS(381), + [anon_sym_hitAttributeEXT] = ACTIONS(381), + [anon_sym_callableDataEXT] = ACTIONS(381), + [anon_sym_callableDataInEXT] = ACTIONS(381), + [anon_sym_shaderRecordEXT] = ACTIONS(381), + [anon_sym_rayPayloadNV] = ACTIONS(381), + [anon_sym_rayPayloadInNV] = ACTIONS(381), + [anon_sym_hitAttributeNV] = ACTIONS(381), + [anon_sym_callableDataNV] = ACTIONS(381), + [anon_sym_callableDataInNV] = ACTIONS(381), + [anon_sym_shaderRecordNV] = ACTIONS(381), + [anon_sym_layout] = ACTIONS(384), + }, + [37] = { + [sym__block_item] = STATE(25), + [sym_preproc_include] = STATE(25), + [sym_preproc_def] = STATE(25), + [sym_preproc_function_def] = STATE(25), + [sym_preproc_call] = STATE(25), + [sym_preproc_if] = STATE(25), + [sym_preproc_ifdef] = STATE(25), + [sym_function_definition] = STATE(25), + [sym_declaration] = STATE(25), + [sym_type_definition] = STATE(25), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1298), + [sym_linkage_specification] = STATE(25), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(871), + [sym_compound_statement] = STATE(270), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(999), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(325), + [sym_statement] = STATE(25), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(25), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(25), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_preproc_if_repeat1] = STATE(25), + [aux_sym_declaration_repeat1] = STATE(542), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(629), + [aux_sym_preproc_include_token1] = ACTIONS(631), + [aux_sym_preproc_def_token1] = ACTIONS(633), + [aux_sym_preproc_if_token1] = ACTIONS(635), + [aux_sym_preproc_if_token2] = ACTIONS(637), + [aux_sym_preproc_ifdef_token1] = ACTIONS(639), + [aux_sym_preproc_ifdef_token2] = ACTIONS(639), + [sym_preproc_directive] = ACTIONS(641), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21271,34 +21731,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(399), - [anon_sym_invariant] = ACTIONS(401), - [anon_sym_precise] = ACTIONS(401), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(405), - [anon_sym_out] = ACTIONS(405), - [anon_sym_inout] = ACTIONS(405), - [anon_sym_uniform] = ACTIONS(405), - [anon_sym_shared] = ACTIONS(405), - [anon_sym_attribute] = ACTIONS(405), - [anon_sym_varying] = ACTIONS(405), - [anon_sym_buffer] = ACTIONS(405), - [anon_sym_coherent] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_writeonly] = ACTIONS(405), - [anon_sym_precision] = ACTIONS(405), - [anon_sym_highp] = ACTIONS(405), - [anon_sym_mediump] = ACTIONS(405), - [anon_sym_lowp] = ACTIONS(405), - [anon_sym_centroid] = ACTIONS(405), - [anon_sym_sample] = ACTIONS(405), - [anon_sym_patch] = ACTIONS(405), - [anon_sym_smooth] = ACTIONS(405), - [anon_sym_flat] = ACTIONS(405), - [anon_sym_noperspective] = ACTIONS(405), - [anon_sym___extension__] = ACTIONS(407), - [anon_sym_typedef] = ACTIONS(409), - [anon_sym_extern] = ACTIONS(411), + [anon_sym_subroutine] = ACTIONS(643), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(651), + [anon_sym_typedef] = ACTIONS(653), + [anon_sym_extern] = ACTIONS(655), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -21308,8 +21768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(600), + [anon_sym_LBRACE] = ACTIONS(657), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -21331,25 +21790,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(417), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(421), - [anon_sym_default] = ACTIONS(423), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -21362,6 +21822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -21392,83 +21853,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [37] = { - [sym__block_item] = STATE(40), - [sym_preproc_include] = STATE(40), - [sym_preproc_def] = STATE(40), - [sym_preproc_function_def] = STATE(40), - [sym_preproc_call] = STATE(40), - [sym_preproc_if] = STATE(40), - [sym_preproc_ifdef] = STATE(40), - [sym_function_definition] = STATE(40), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), + [38] = { + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(40), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(40), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(40), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -21521,7 +21983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(602), + [anon_sym_RBRACE] = ACTIONS(685), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -21543,6 +22005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -21574,6 +22037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -21604,83 +22068,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [38] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [39] = { + [sym__block_item] = STATE(36), + [sym_preproc_include] = STATE(36), + [sym_preproc_def] = STATE(36), + [sym_preproc_function_def] = STATE(36), + [sym_preproc_call] = STATE(36), + [sym_preproc_if] = STATE(36), + [sym_preproc_ifdef] = STATE(36), + [sym_function_definition] = STATE(36), + [sym_declaration] = STATE(36), + [sym_type_definition] = STATE(36), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(36), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(36), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(36), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(36), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(36), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -21733,7 +22198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(604), + [anon_sym_RBRACE] = ACTIONS(687), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -21755,6 +22220,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -21786,6 +22252,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -21816,90 +22283,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [40] = { + [sym__block_item] = STATE(37), + [sym_preproc_include] = STATE(37), + [sym_preproc_def] = STATE(37), + [sym_preproc_function_def] = STATE(37), + [sym_preproc_call] = STATE(37), + [sym_preproc_if] = STATE(37), + [sym_preproc_ifdef] = STATE(37), + [sym_function_definition] = STATE(37), + [sym_declaration] = STATE(37), + [sym_type_definition] = STATE(37), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1298), + [sym_linkage_specification] = STATE(37), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(871), + [sym_compound_statement] = STATE(270), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(999), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(325), + [sym_statement] = STATE(37), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(37), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(37), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_preproc_if_repeat1] = STATE(37), + [aux_sym_declaration_repeat1] = STATE(542), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(387), - [aux_sym_preproc_include_token1] = ACTIONS(389), - [aux_sym_preproc_def_token1] = ACTIONS(391), - [aux_sym_preproc_if_token1] = ACTIONS(393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(395), - [aux_sym_preproc_ifdef_token2] = ACTIONS(395), - [sym_preproc_directive] = ACTIONS(397), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(629), + [aux_sym_preproc_include_token1] = ACTIONS(631), + [aux_sym_preproc_def_token1] = ACTIONS(633), + [aux_sym_preproc_if_token1] = ACTIONS(635), + [aux_sym_preproc_if_token2] = ACTIONS(689), + [aux_sym_preproc_ifdef_token1] = ACTIONS(639), + [aux_sym_preproc_ifdef_token2] = ACTIONS(639), + [sym_preproc_directive] = ACTIONS(641), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21907,34 +22376,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(399), - [anon_sym_invariant] = ACTIONS(401), - [anon_sym_precise] = ACTIONS(401), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(405), - [anon_sym_out] = ACTIONS(405), - [anon_sym_inout] = ACTIONS(405), - [anon_sym_uniform] = ACTIONS(405), - [anon_sym_shared] = ACTIONS(405), - [anon_sym_attribute] = ACTIONS(405), - [anon_sym_varying] = ACTIONS(405), - [anon_sym_buffer] = ACTIONS(405), - [anon_sym_coherent] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_writeonly] = ACTIONS(405), - [anon_sym_precision] = ACTIONS(405), - [anon_sym_highp] = ACTIONS(405), - [anon_sym_mediump] = ACTIONS(405), - [anon_sym_lowp] = ACTIONS(405), - [anon_sym_centroid] = ACTIONS(405), - [anon_sym_sample] = ACTIONS(405), - [anon_sym_patch] = ACTIONS(405), - [anon_sym_smooth] = ACTIONS(405), - [anon_sym_flat] = ACTIONS(405), - [anon_sym_noperspective] = ACTIONS(405), - [anon_sym___extension__] = ACTIONS(407), - [anon_sym_typedef] = ACTIONS(409), - [anon_sym_extern] = ACTIONS(411), + [anon_sym_subroutine] = ACTIONS(643), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(651), + [anon_sym_typedef] = ACTIONS(653), + [anon_sym_extern] = ACTIONS(655), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -21944,8 +22413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(606), + [anon_sym_LBRACE] = ACTIONS(657), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -21967,25 +22435,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(417), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(421), - [anon_sym_default] = ACTIONS(423), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -21998,6 +22467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -22028,83 +22498,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [40] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), + [41] = { + [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_declaration] = STATE(24), + [sym_type_definition] = STATE(24), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(24), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(24), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(24), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(24), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(24), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [sym_identifier] = ACTIONS(387), [aux_sym_preproc_include_token1] = ACTIONS(389), [aux_sym_preproc_def_token1] = ACTIONS(391), @@ -22157,7 +22628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(608), + [anon_sym_RBRACE] = ACTIONS(691), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -22179,6 +22650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -22210,6 +22682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -22240,303 +22713,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [41] = { - [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), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1264), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_compound_statement] = STATE(183), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(991), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(395), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(41), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym_declaration_repeat1] = STATE(523), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(610), - [aux_sym_preproc_include_token1] = ACTIONS(613), - [aux_sym_preproc_def_token1] = ACTIONS(616), - [aux_sym_preproc_if_token1] = ACTIONS(619), - [aux_sym_preproc_ifdef_token1] = ACTIONS(622), - [aux_sym_preproc_ifdef_token2] = ACTIONS(622), - [sym_preproc_directive] = ACTIONS(625), - [anon_sym_LPAREN2] = ACTIONS(237), - [anon_sym_BANG] = ACTIONS(240), - [anon_sym_TILDE] = ACTIONS(240), - [anon_sym_DASH] = ACTIONS(243), - [anon_sym_PLUS] = ACTIONS(243), - [anon_sym_STAR] = ACTIONS(246), - [anon_sym_AMP] = ACTIONS(246), - [anon_sym_subroutine] = ACTIONS(628), - [anon_sym_invariant] = ACTIONS(631), - [anon_sym_precise] = ACTIONS(631), - [anon_sym_SEMI] = ACTIONS(634), - [anon_sym_in] = ACTIONS(637), - [anon_sym_out] = ACTIONS(637), - [anon_sym_inout] = ACTIONS(637), - [anon_sym_uniform] = ACTIONS(637), - [anon_sym_shared] = ACTIONS(637), - [anon_sym_attribute] = ACTIONS(637), - [anon_sym_varying] = ACTIONS(637), - [anon_sym_buffer] = ACTIONS(637), - [anon_sym_coherent] = ACTIONS(637), - [anon_sym_readonly] = ACTIONS(637), - [anon_sym_writeonly] = ACTIONS(637), - [anon_sym_precision] = ACTIONS(637), - [anon_sym_highp] = ACTIONS(637), - [anon_sym_mediump] = ACTIONS(637), - [anon_sym_lowp] = ACTIONS(637), - [anon_sym_centroid] = ACTIONS(637), - [anon_sym_sample] = ACTIONS(637), - [anon_sym_patch] = ACTIONS(637), - [anon_sym_smooth] = ACTIONS(637), - [anon_sym_flat] = ACTIONS(637), - [anon_sym_noperspective] = ACTIONS(637), - [anon_sym___extension__] = ACTIONS(640), - [anon_sym_typedef] = ACTIONS(643), - [anon_sym_extern] = ACTIONS(646), - [anon_sym___attribute__] = ACTIONS(270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(273), - [anon_sym___declspec] = ACTIONS(276), - [anon_sym___cdecl] = ACTIONS(279), - [anon_sym___clrcall] = ACTIONS(279), - [anon_sym___stdcall] = ACTIONS(279), - [anon_sym___fastcall] = ACTIONS(279), - [anon_sym___thiscall] = ACTIONS(279), - [anon_sym___vectorcall] = ACTIONS(279), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_RBRACE] = ACTIONS(652), - [anon_sym_signed] = ACTIONS(285), - [anon_sym_unsigned] = ACTIONS(285), - [anon_sym_long] = ACTIONS(285), - [anon_sym_short] = ACTIONS(285), - [anon_sym_static] = ACTIONS(288), - [anon_sym_auto] = ACTIONS(288), - [anon_sym_register] = ACTIONS(288), - [anon_sym_inline] = ACTIONS(288), - [anon_sym___inline] = ACTIONS(288), - [anon_sym___inline__] = ACTIONS(288), - [anon_sym___forceinline] = ACTIONS(288), - [anon_sym_thread_local] = ACTIONS(288), - [anon_sym___thread] = ACTIONS(288), - [anon_sym_const] = ACTIONS(291), - [anon_sym_constexpr] = ACTIONS(291), - [anon_sym_volatile] = ACTIONS(291), - [anon_sym_restrict] = ACTIONS(291), - [anon_sym___restrict__] = ACTIONS(291), - [anon_sym__Atomic] = ACTIONS(291), - [anon_sym__Noreturn] = ACTIONS(291), - [anon_sym_noreturn] = ACTIONS(291), - [anon_sym_alignas] = ACTIONS(294), - [anon_sym__Alignas] = ACTIONS(294), - [sym_primitive_type] = ACTIONS(297), - [anon_sym_enum] = ACTIONS(300), - [anon_sym_struct] = ACTIONS(303), - [anon_sym_union] = ACTIONS(306), - [anon_sym_if] = ACTIONS(654), - [anon_sym_switch] = ACTIONS(657), - [anon_sym_case] = ACTIONS(660), - [anon_sym_default] = ACTIONS(663), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(669), - [anon_sym_for] = ACTIONS(672), - [anon_sym_return] = ACTIONS(675), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(681), - [anon_sym_goto] = ACTIONS(684), - [anon_sym___try] = ACTIONS(687), - [anon_sym___leave] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(348), - [anon_sym_PLUS_PLUS] = ACTIONS(348), - [anon_sym_sizeof] = ACTIONS(351), - [anon_sym___alignof__] = ACTIONS(354), - [anon_sym___alignof] = ACTIONS(354), - [anon_sym__alignof] = ACTIONS(354), - [anon_sym_alignof] = ACTIONS(354), - [anon_sym__Alignof] = ACTIONS(354), - [anon_sym_offsetof] = ACTIONS(357), - [anon_sym__Generic] = ACTIONS(360), - [anon_sym_asm] = ACTIONS(363), - [anon_sym___asm__] = ACTIONS(363), - [sym_number_literal] = ACTIONS(366), - [anon_sym_L_SQUOTE] = ACTIONS(369), - [anon_sym_u_SQUOTE] = ACTIONS(369), - [anon_sym_U_SQUOTE] = ACTIONS(369), - [anon_sym_u8_SQUOTE] = ACTIONS(369), - [anon_sym_SQUOTE] = ACTIONS(369), - [anon_sym_L_DQUOTE] = ACTIONS(372), - [anon_sym_u_DQUOTE] = ACTIONS(372), - [anon_sym_U_DQUOTE] = ACTIONS(372), - [anon_sym_u8_DQUOTE] = ACTIONS(372), - [anon_sym_DQUOTE] = ACTIONS(372), - [sym_true] = ACTIONS(375), - [sym_false] = ACTIONS(375), - [anon_sym_NULL] = ACTIONS(378), - [anon_sym_nullptr] = ACTIONS(378), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(381), - [anon_sym_rayPayloadInEXT] = ACTIONS(381), - [anon_sym_hitAttributeEXT] = ACTIONS(381), - [anon_sym_callableDataEXT] = ACTIONS(381), - [anon_sym_callableDataInEXT] = ACTIONS(381), - [anon_sym_shaderRecordEXT] = ACTIONS(381), - [anon_sym_rayPayloadNV] = ACTIONS(381), - [anon_sym_rayPayloadInNV] = ACTIONS(381), - [anon_sym_hitAttributeNV] = ACTIONS(381), - [anon_sym_callableDataNV] = ACTIONS(381), - [anon_sym_callableDataInNV] = ACTIONS(381), - [anon_sym_shaderRecordNV] = ACTIONS(381), - [anon_sym_layout] = ACTIONS(384), - }, [42] = { - [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), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), + [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_declaration] = STATE(27), + [sym_type_definition] = STATE(27), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1268), - [sym_linkage_specification] = STATE(32), + [sym__declaration_specifiers] = STATE(1278), + [sym_linkage_specification] = STATE(27), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(887), - [sym_compound_statement] = STATE(247), + [sym_ms_call_modifier] = STATE(888), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1000), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(374), - [sym_statement] = STATE(32), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(32), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(994), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(322), + [sym_statement] = STATE(27), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(27), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(455), - [aux_sym_preproc_include_token1] = ACTIONS(457), - [aux_sym_preproc_def_token1] = ACTIONS(459), - [aux_sym_preproc_if_token1] = ACTIONS(461), - [aux_sym_preproc_if_token2] = ACTIONS(693), - [aux_sym_preproc_ifdef_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token2] = ACTIONS(465), - [sym_preproc_directive] = ACTIONS(467), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(387), + [aux_sym_preproc_include_token1] = ACTIONS(389), + [aux_sym_preproc_def_token1] = ACTIONS(391), + [aux_sym_preproc_if_token1] = ACTIONS(393), + [aux_sym_preproc_ifdef_token1] = ACTIONS(395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(395), + [sym_preproc_directive] = ACTIONS(397), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22544,34 +22805,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(469), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_SEMI] = ACTIONS(473), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), - [anon_sym___extension__] = ACTIONS(477), - [anon_sym_typedef] = ACTIONS(479), - [anon_sym_extern] = ACTIONS(481), + [anon_sym_subroutine] = ACTIONS(399), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), + [anon_sym___extension__] = ACTIONS(407), + [anon_sym_typedef] = ACTIONS(409), + [anon_sym_extern] = ACTIONS(411), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), @@ -22581,7 +22842,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_RBRACE] = ACTIONS(693), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -22603,25 +22865,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_if] = ACTIONS(417), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(421), + [anon_sym_default] = ACTIONS(423), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -22634,6 +22897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -22665,286 +22929,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [43] = { - [sym__top_level_item] = STATE(43), - [sym_preproc_include] = STATE(43), - [sym_preproc_def] = STATE(43), - [sym_preproc_function_def] = STATE(43), - [sym_preproc_call] = STATE(43), - [sym_preproc_if] = STATE(43), - [sym_preproc_ifdef] = STATE(43), - [sym_function_definition] = STATE(43), - [sym_declaration] = STATE(43), - [sym_type_definition] = STATE(43), + [sym__top_level_item] = STATE(44), + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1254), - [sym_linkage_specification] = STATE(43), + [sym__declaration_specifiers] = STATE(1280), + [sym_linkage_specification] = STATE(44), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(879), - [sym_compound_statement] = STATE(43), + [sym_ms_call_modifier] = STATE(892), + [sym_compound_statement] = STATE(44), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(990), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(408), - [sym__top_level_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym__top_level_expression_statement] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_case_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_goto_statement] = STATE(43), - [sym_expression] = STATE(1234), - [sym__string] = STATE(1231), - [sym_conditional_expression] = STATE(1231), - [sym_assignment_expression] = STATE(1231), - [sym_pointer_expression] = STATE(1051), - [sym_unary_expression] = STATE(1231), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(1231), - [sym_cast_expression] = STATE(1231), - [sym_sizeof_expression] = STATE(1231), - [sym_alignof_expression] = STATE(1231), - [sym_offsetof_expression] = STATE(1231), - [sym_generic_expression] = STATE(1231), - [sym_subscript_expression] = STATE(1051), - [sym_call_expression] = STATE(1051), - [sym_gnu_asm_expression] = STATE(1231), - [sym_field_expression] = STATE(1051), - [sym_compound_literal_expression] = STATE(1231), - [sym_parenthesized_expression] = STATE(1051), - [sym_char_literal] = STATE(1231), - [sym_concatenated_string] = STATE(1231), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(1231), - [sym__empty_declaration] = STATE(43), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(43), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_translation_unit_repeat1] = STATE(43), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(988), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(429), + [sym__top_level_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym__top_level_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_case_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym_expression] = STATE(1257), + [sym__string] = STATE(1253), + [sym_conditional_expression] = STATE(1253), + [sym_assignment_expression] = STATE(1253), + [sym_pointer_expression] = STATE(1086), + [sym_unary_expression] = STATE(1253), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(1253), + [sym_cast_expression] = STATE(1253), + [sym_sizeof_expression] = STATE(1253), + [sym_alignof_expression] = STATE(1253), + [sym_offsetof_expression] = STATE(1253), + [sym_generic_expression] = STATE(1253), + [sym_subscript_expression] = STATE(1086), + [sym_call_expression] = STATE(1086), + [sym_gnu_asm_expression] = STATE(1253), + [sym_extension_expression] = STATE(1253), + [sym_field_expression] = STATE(1086), + [sym_compound_literal_expression] = STATE(1253), + [sym_parenthesized_expression] = STATE(1086), + [sym_char_literal] = STATE(1253), + [sym_concatenated_string] = STATE(1253), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(1253), + [sym__empty_declaration] = STATE(44), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(44), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_translation_unit_repeat1] = STATE(44), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [ts_builtin_sym_end] = ACTIONS(695), - [sym_identifier] = ACTIONS(697), - [aux_sym_preproc_include_token1] = ACTIONS(700), - [aux_sym_preproc_def_token1] = ACTIONS(703), - [aux_sym_preproc_if_token1] = ACTIONS(706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(709), - [aux_sym_preproc_ifdef_token2] = ACTIONS(709), - [sym_preproc_directive] = ACTIONS(712), - [anon_sym_LPAREN2] = ACTIONS(715), - [anon_sym_BANG] = ACTIONS(718), - [anon_sym_TILDE] = ACTIONS(718), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_STAR] = ACTIONS(724), - [anon_sym_AMP] = ACTIONS(724), - [anon_sym_subroutine] = ACTIONS(727), - [anon_sym_invariant] = ACTIONS(730), - [anon_sym_precise] = ACTIONS(730), - [anon_sym_in] = ACTIONS(733), - [anon_sym_out] = ACTIONS(733), - [anon_sym_inout] = ACTIONS(733), - [anon_sym_uniform] = ACTIONS(733), - [anon_sym_shared] = ACTIONS(733), - [anon_sym_attribute] = ACTIONS(733), - [anon_sym_varying] = ACTIONS(733), - [anon_sym_buffer] = ACTIONS(733), - [anon_sym_coherent] = ACTIONS(733), - [anon_sym_readonly] = ACTIONS(733), - [anon_sym_writeonly] = ACTIONS(733), - [anon_sym_precision] = ACTIONS(733), - [anon_sym_highp] = ACTIONS(733), - [anon_sym_mediump] = ACTIONS(733), - [anon_sym_lowp] = ACTIONS(733), - [anon_sym_centroid] = ACTIONS(733), - [anon_sym_sample] = ACTIONS(733), - [anon_sym_patch] = ACTIONS(733), - [anon_sym_smooth] = ACTIONS(733), - [anon_sym_flat] = ACTIONS(733), - [anon_sym_noperspective] = ACTIONS(733), - [anon_sym___extension__] = ACTIONS(736), - [anon_sym_typedef] = ACTIONS(739), - [anon_sym_extern] = ACTIONS(742), - [anon_sym___attribute__] = ACTIONS(745), - [anon_sym_LBRACK_LBRACK] = ACTIONS(748), - [anon_sym___declspec] = ACTIONS(751), - [anon_sym___cdecl] = ACTIONS(754), - [anon_sym___clrcall] = ACTIONS(754), - [anon_sym___stdcall] = ACTIONS(754), - [anon_sym___fastcall] = ACTIONS(754), - [anon_sym___thiscall] = ACTIONS(754), - [anon_sym___vectorcall] = ACTIONS(754), - [anon_sym_LBRACE] = ACTIONS(757), - [anon_sym_signed] = ACTIONS(760), - [anon_sym_unsigned] = ACTIONS(760), - [anon_sym_long] = ACTIONS(760), - [anon_sym_short] = ACTIONS(760), - [anon_sym_static] = ACTIONS(763), - [anon_sym_auto] = ACTIONS(763), - [anon_sym_register] = ACTIONS(763), - [anon_sym_inline] = ACTIONS(763), - [anon_sym___inline] = ACTIONS(763), - [anon_sym___inline__] = ACTIONS(763), - [anon_sym___forceinline] = ACTIONS(763), - [anon_sym_thread_local] = ACTIONS(763), - [anon_sym___thread] = ACTIONS(763), - [anon_sym_const] = ACTIONS(766), - [anon_sym_constexpr] = ACTIONS(766), - [anon_sym_volatile] = ACTIONS(766), - [anon_sym_restrict] = ACTIONS(766), - [anon_sym___restrict__] = ACTIONS(766), - [anon_sym__Atomic] = ACTIONS(766), - [anon_sym__Noreturn] = ACTIONS(766), - [anon_sym_noreturn] = ACTIONS(766), - [anon_sym_alignas] = ACTIONS(769), - [anon_sym__Alignas] = ACTIONS(769), - [sym_primitive_type] = ACTIONS(772), - [anon_sym_enum] = ACTIONS(775), - [anon_sym_struct] = ACTIONS(778), - [anon_sym_union] = ACTIONS(781), - [anon_sym_if] = ACTIONS(784), - [anon_sym_switch] = ACTIONS(787), - [anon_sym_case] = ACTIONS(790), - [anon_sym_default] = ACTIONS(793), - [anon_sym_while] = ACTIONS(796), - [anon_sym_do] = ACTIONS(799), - [anon_sym_for] = ACTIONS(802), - [anon_sym_return] = ACTIONS(805), - [anon_sym_break] = ACTIONS(808), - [anon_sym_continue] = ACTIONS(811), - [anon_sym_goto] = ACTIONS(814), - [anon_sym_DASH_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(817), - [anon_sym_sizeof] = ACTIONS(820), - [anon_sym___alignof__] = ACTIONS(823), - [anon_sym___alignof] = ACTIONS(823), - [anon_sym__alignof] = ACTIONS(823), - [anon_sym_alignof] = ACTIONS(823), - [anon_sym__Alignof] = ACTIONS(823), - [anon_sym_offsetof] = ACTIONS(826), - [anon_sym__Generic] = ACTIONS(829), - [anon_sym_asm] = ACTIONS(832), - [anon_sym___asm__] = ACTIONS(832), - [sym_number_literal] = ACTIONS(835), - [anon_sym_L_SQUOTE] = ACTIONS(838), - [anon_sym_u_SQUOTE] = ACTIONS(838), - [anon_sym_U_SQUOTE] = ACTIONS(838), - [anon_sym_u8_SQUOTE] = ACTIONS(838), - [anon_sym_SQUOTE] = ACTIONS(838), - [anon_sym_L_DQUOTE] = ACTIONS(841), - [anon_sym_u_DQUOTE] = ACTIONS(841), - [anon_sym_U_DQUOTE] = ACTIONS(841), - [anon_sym_u8_DQUOTE] = ACTIONS(841), - [anon_sym_DQUOTE] = ACTIONS(841), - [sym_true] = ACTIONS(844), - [sym_false] = ACTIONS(844), - [anon_sym_NULL] = ACTIONS(847), - [anon_sym_nullptr] = ACTIONS(847), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(850), - [anon_sym_rayPayloadInEXT] = ACTIONS(850), - [anon_sym_hitAttributeEXT] = ACTIONS(850), - [anon_sym_callableDataEXT] = ACTIONS(850), - [anon_sym_callableDataInEXT] = ACTIONS(850), - [anon_sym_shaderRecordEXT] = ACTIONS(850), - [anon_sym_rayPayloadNV] = ACTIONS(850), - [anon_sym_rayPayloadInNV] = ACTIONS(850), - [anon_sym_hitAttributeNV] = ACTIONS(850), - [anon_sym_callableDataNV] = ACTIONS(850), - [anon_sym_callableDataInNV] = ACTIONS(850), - [anon_sym_shaderRecordNV] = ACTIONS(850), - [anon_sym_layout] = ACTIONS(853), - }, - [44] = { - [sym__top_level_item] = STATE(43), - [sym_preproc_include] = STATE(43), - [sym_preproc_def] = STATE(43), - [sym_preproc_function_def] = STATE(43), - [sym_preproc_call] = STATE(43), - [sym_preproc_if] = STATE(43), - [sym_preproc_ifdef] = STATE(43), - [sym_function_definition] = STATE(43), - [sym_declaration] = STATE(43), - [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1254), - [sym_linkage_specification] = STATE(43), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(879), - [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(990), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(408), - [sym__top_level_statement] = STATE(43), - [sym_labeled_statement] = STATE(43), - [sym__top_level_expression_statement] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_switch_statement] = STATE(43), - [sym_case_statement] = STATE(43), - [sym_while_statement] = STATE(43), - [sym_do_statement] = STATE(43), - [sym_for_statement] = STATE(43), - [sym_return_statement] = STATE(43), - [sym_break_statement] = STATE(43), - [sym_continue_statement] = STATE(43), - [sym_goto_statement] = STATE(43), - [sym_expression] = STATE(1234), - [sym__string] = STATE(1231), - [sym_conditional_expression] = STATE(1231), - [sym_assignment_expression] = STATE(1231), - [sym_pointer_expression] = STATE(1051), - [sym_unary_expression] = STATE(1231), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(1231), - [sym_cast_expression] = STATE(1231), - [sym_sizeof_expression] = STATE(1231), - [sym_alignof_expression] = STATE(1231), - [sym_offsetof_expression] = STATE(1231), - [sym_generic_expression] = STATE(1231), - [sym_subscript_expression] = STATE(1051), - [sym_call_expression] = STATE(1051), - [sym_gnu_asm_expression] = STATE(1231), - [sym_field_expression] = STATE(1051), - [sym_compound_literal_expression] = STATE(1231), - [sym_parenthesized_expression] = STATE(1051), - [sym_char_literal] = STATE(1231), - [sym_concatenated_string] = STATE(1231), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(1231), - [sym__empty_declaration] = STATE(43), - [sym_macro_type_specifier] = STATE(980), - [sym_preproc_extension] = STATE(43), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_translation_unit_repeat1] = STATE(43), - [aux_sym_declaration_repeat1] = STATE(527), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [ts_builtin_sym_end] = ACTIONS(856), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), [aux_sym_preproc_def_token1] = ACTIONS(11), @@ -23017,6 +23076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -23046,6 +23106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(99), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -23076,81 +23137,497 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, + [44] = { + [sym__top_level_item] = STATE(44), + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1280), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(892), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(988), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(429), + [sym__top_level_statement] = STATE(44), + [sym_labeled_statement] = STATE(44), + [sym__top_level_expression_statement] = STATE(44), + [sym_if_statement] = STATE(44), + [sym_switch_statement] = STATE(44), + [sym_case_statement] = STATE(44), + [sym_while_statement] = STATE(44), + [sym_do_statement] = STATE(44), + [sym_for_statement] = STATE(44), + [sym_return_statement] = STATE(44), + [sym_break_statement] = STATE(44), + [sym_continue_statement] = STATE(44), + [sym_goto_statement] = STATE(44), + [sym_expression] = STATE(1257), + [sym__string] = STATE(1253), + [sym_conditional_expression] = STATE(1253), + [sym_assignment_expression] = STATE(1253), + [sym_pointer_expression] = STATE(1086), + [sym_unary_expression] = STATE(1253), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(1253), + [sym_cast_expression] = STATE(1253), + [sym_sizeof_expression] = STATE(1253), + [sym_alignof_expression] = STATE(1253), + [sym_offsetof_expression] = STATE(1253), + [sym_generic_expression] = STATE(1253), + [sym_subscript_expression] = STATE(1086), + [sym_call_expression] = STATE(1086), + [sym_gnu_asm_expression] = STATE(1253), + [sym_extension_expression] = STATE(1253), + [sym_field_expression] = STATE(1086), + [sym_compound_literal_expression] = STATE(1253), + [sym_parenthesized_expression] = STATE(1086), + [sym_char_literal] = STATE(1253), + [sym_concatenated_string] = STATE(1253), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(1253), + [sym__empty_declaration] = STATE(44), + [sym_macro_type_specifier] = STATE(968), + [sym_preproc_extension] = STATE(44), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_translation_unit_repeat1] = STATE(44), + [aux_sym_declaration_repeat1] = STATE(537), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [ts_builtin_sym_end] = ACTIONS(697), + [sym_identifier] = ACTIONS(699), + [aux_sym_preproc_include_token1] = ACTIONS(702), + [aux_sym_preproc_def_token1] = ACTIONS(705), + [aux_sym_preproc_if_token1] = ACTIONS(708), + [aux_sym_preproc_ifdef_token1] = ACTIONS(711), + [aux_sym_preproc_ifdef_token2] = ACTIONS(711), + [sym_preproc_directive] = ACTIONS(714), + [anon_sym_LPAREN2] = ACTIONS(717), + [anon_sym_BANG] = ACTIONS(720), + [anon_sym_TILDE] = ACTIONS(720), + [anon_sym_DASH] = ACTIONS(723), + [anon_sym_PLUS] = ACTIONS(723), + [anon_sym_STAR] = ACTIONS(726), + [anon_sym_AMP] = ACTIONS(726), + [anon_sym_subroutine] = ACTIONS(729), + [anon_sym_invariant] = ACTIONS(732), + [anon_sym_precise] = ACTIONS(732), + [anon_sym_in] = ACTIONS(735), + [anon_sym_out] = ACTIONS(735), + [anon_sym_inout] = ACTIONS(735), + [anon_sym_uniform] = ACTIONS(735), + [anon_sym_shared] = ACTIONS(735), + [anon_sym_attribute] = ACTIONS(735), + [anon_sym_varying] = ACTIONS(735), + [anon_sym_buffer] = ACTIONS(735), + [anon_sym_coherent] = ACTIONS(735), + [anon_sym_readonly] = ACTIONS(735), + [anon_sym_writeonly] = ACTIONS(735), + [anon_sym_precision] = ACTIONS(735), + [anon_sym_highp] = ACTIONS(735), + [anon_sym_mediump] = ACTIONS(735), + [anon_sym_lowp] = ACTIONS(735), + [anon_sym_centroid] = ACTIONS(735), + [anon_sym_sample] = ACTIONS(735), + [anon_sym_patch] = ACTIONS(735), + [anon_sym_smooth] = ACTIONS(735), + [anon_sym_flat] = ACTIONS(735), + [anon_sym_noperspective] = ACTIONS(735), + [anon_sym___extension__] = ACTIONS(738), + [anon_sym_typedef] = ACTIONS(741), + [anon_sym_extern] = ACTIONS(744), + [anon_sym___attribute__] = ACTIONS(747), + [anon_sym_LBRACK_LBRACK] = ACTIONS(750), + [anon_sym___declspec] = ACTIONS(753), + [anon_sym___cdecl] = ACTIONS(756), + [anon_sym___clrcall] = ACTIONS(756), + [anon_sym___stdcall] = ACTIONS(756), + [anon_sym___fastcall] = ACTIONS(756), + [anon_sym___thiscall] = ACTIONS(756), + [anon_sym___vectorcall] = ACTIONS(756), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_signed] = ACTIONS(762), + [anon_sym_unsigned] = ACTIONS(762), + [anon_sym_long] = ACTIONS(762), + [anon_sym_short] = ACTIONS(762), + [anon_sym_static] = ACTIONS(765), + [anon_sym_auto] = ACTIONS(765), + [anon_sym_register] = ACTIONS(765), + [anon_sym_inline] = ACTIONS(765), + [anon_sym___inline] = ACTIONS(765), + [anon_sym___inline__] = ACTIONS(765), + [anon_sym___forceinline] = ACTIONS(765), + [anon_sym_thread_local] = ACTIONS(765), + [anon_sym___thread] = ACTIONS(765), + [anon_sym_const] = ACTIONS(768), + [anon_sym_constexpr] = ACTIONS(768), + [anon_sym_volatile] = ACTIONS(768), + [anon_sym_restrict] = ACTIONS(768), + [anon_sym___restrict__] = ACTIONS(768), + [anon_sym__Atomic] = ACTIONS(768), + [anon_sym__Noreturn] = ACTIONS(768), + [anon_sym_noreturn] = ACTIONS(768), + [anon_sym__Nonnull] = ACTIONS(768), + [anon_sym_alignas] = ACTIONS(771), + [anon_sym__Alignas] = ACTIONS(771), + [sym_primitive_type] = ACTIONS(774), + [anon_sym_enum] = ACTIONS(777), + [anon_sym_struct] = ACTIONS(780), + [anon_sym_union] = ACTIONS(783), + [anon_sym_if] = ACTIONS(786), + [anon_sym_switch] = ACTIONS(789), + [anon_sym_case] = ACTIONS(792), + [anon_sym_default] = ACTIONS(795), + [anon_sym_while] = ACTIONS(798), + [anon_sym_do] = ACTIONS(801), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(807), + [anon_sym_break] = ACTIONS(810), + [anon_sym_continue] = ACTIONS(813), + [anon_sym_goto] = ACTIONS(816), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(822), + [anon_sym___alignof__] = ACTIONS(825), + [anon_sym___alignof] = ACTIONS(825), + [anon_sym__alignof] = ACTIONS(825), + [anon_sym_alignof] = ACTIONS(825), + [anon_sym__Alignof] = ACTIONS(825), + [anon_sym_offsetof] = ACTIONS(828), + [anon_sym__Generic] = ACTIONS(831), + [anon_sym_asm] = ACTIONS(834), + [anon_sym___asm__] = ACTIONS(834), + [anon_sym___asm] = ACTIONS(834), + [sym_number_literal] = ACTIONS(837), + [anon_sym_L_SQUOTE] = ACTIONS(840), + [anon_sym_u_SQUOTE] = ACTIONS(840), + [anon_sym_U_SQUOTE] = ACTIONS(840), + [anon_sym_u8_SQUOTE] = ACTIONS(840), + [anon_sym_SQUOTE] = ACTIONS(840), + [anon_sym_L_DQUOTE] = ACTIONS(843), + [anon_sym_u_DQUOTE] = ACTIONS(843), + [anon_sym_U_DQUOTE] = ACTIONS(843), + [anon_sym_u8_DQUOTE] = ACTIONS(843), + [anon_sym_DQUOTE] = ACTIONS(843), + [sym_true] = ACTIONS(846), + [sym_false] = ACTIONS(846), + [anon_sym_NULL] = ACTIONS(849), + [anon_sym_nullptr] = ACTIONS(849), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(852), + [anon_sym_rayPayloadInEXT] = ACTIONS(852), + [anon_sym_hitAttributeEXT] = ACTIONS(852), + [anon_sym_callableDataEXT] = ACTIONS(852), + [anon_sym_callableDataInEXT] = ACTIONS(852), + [anon_sym_shaderRecordEXT] = ACTIONS(852), + [anon_sym_rayPayloadNV] = ACTIONS(852), + [anon_sym_rayPayloadInNV] = ACTIONS(852), + [anon_sym_hitAttributeNV] = ACTIONS(852), + [anon_sym_callableDataNV] = ACTIONS(852), + [anon_sym_callableDataInNV] = ACTIONS(852), + [anon_sym_shaderRecordNV] = ACTIONS(852), + [anon_sym_layout] = ACTIONS(855), + }, [45] = { - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), + [sym_declaration] = STATE(45), + [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1257), + [sym__declaration_specifiers] = STATE(1283), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(46), + [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(45), + [sym_labeled_statement] = STATE(45), + [sym_expression_statement] = STATE(45), + [sym_if_statement] = STATE(45), + [sym_switch_statement] = STATE(45), + [sym_while_statement] = STATE(45), + [sym_do_statement] = STATE(45), + [sym_for_statement] = STATE(45), + [sym_return_statement] = STATE(45), + [sym_break_statement] = STATE(45), + [sym_continue_statement] = STATE(45), + [sym_goto_statement] = STATE(45), + [sym_seh_try_statement] = STATE(45), + [sym_seh_leave_statement] = STATE(45), + [sym_expression] = STATE(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(46), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(45), [sym_identifier] = ACTIONS(858), - [aux_sym_preproc_include_token1] = ACTIONS(860), - [aux_sym_preproc_def_token1] = ACTIONS(860), - [aux_sym_preproc_if_token1] = ACTIONS(860), - [aux_sym_preproc_if_token2] = ACTIONS(860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(860), - [aux_sym_preproc_else_token1] = ACTIONS(860), - [aux_sym_preproc_elif_token1] = ACTIONS(860), - [aux_sym_preproc_elifdef_token1] = ACTIONS(860), - [aux_sym_preproc_elifdef_token2] = ACTIONS(860), - [sym_preproc_directive] = ACTIONS(860), + [aux_sym_preproc_include_token1] = ACTIONS(861), + [aux_sym_preproc_def_token1] = ACTIONS(861), + [aux_sym_preproc_if_token1] = ACTIONS(861), + [aux_sym_preproc_if_token2] = ACTIONS(861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(861), + [aux_sym_preproc_else_token1] = ACTIONS(861), + [aux_sym_preproc_elif_token1] = ACTIONS(861), + [aux_sym_preproc_elifdef_token1] = ACTIONS(861), + [aux_sym_preproc_elifdef_token2] = ACTIONS(861), + [sym_preproc_directive] = ACTIONS(861), + [anon_sym_LPAREN2] = ACTIONS(863), + [anon_sym_BANG] = ACTIONS(866), + [anon_sym_TILDE] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(869), + [anon_sym_PLUS] = ACTIONS(869), + [anon_sym_STAR] = ACTIONS(872), + [anon_sym_AMP] = ACTIONS(872), + [anon_sym_subroutine] = ACTIONS(875), + [anon_sym_invariant] = ACTIONS(878), + [anon_sym_precise] = ACTIONS(878), + [anon_sym_SEMI] = ACTIONS(881), + [anon_sym_in] = ACTIONS(875), + [anon_sym_out] = ACTIONS(875), + [anon_sym_inout] = ACTIONS(875), + [anon_sym_uniform] = ACTIONS(875), + [anon_sym_shared] = ACTIONS(875), + [anon_sym_attribute] = ACTIONS(875), + [anon_sym_varying] = ACTIONS(875), + [anon_sym_buffer] = ACTIONS(875), + [anon_sym_coherent] = ACTIONS(875), + [anon_sym_readonly] = ACTIONS(875), + [anon_sym_writeonly] = ACTIONS(875), + [anon_sym_precision] = ACTIONS(875), + [anon_sym_highp] = ACTIONS(875), + [anon_sym_mediump] = ACTIONS(875), + [anon_sym_lowp] = ACTIONS(875), + [anon_sym_centroid] = ACTIONS(875), + [anon_sym_sample] = ACTIONS(875), + [anon_sym_patch] = ACTIONS(875), + [anon_sym_smooth] = ACTIONS(875), + [anon_sym_flat] = ACTIONS(875), + [anon_sym_noperspective] = ACTIONS(875), + [anon_sym___extension__] = ACTIONS(884), + [anon_sym_typedef] = ACTIONS(887), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(899), + [anon_sym___cdecl] = ACTIONS(861), + [anon_sym___clrcall] = ACTIONS(861), + [anon_sym___stdcall] = ACTIONS(861), + [anon_sym___fastcall] = ACTIONS(861), + [anon_sym___thiscall] = ACTIONS(861), + [anon_sym___vectorcall] = ACTIONS(861), + [anon_sym_LBRACE] = ACTIONS(902), + [anon_sym_signed] = ACTIONS(905), + [anon_sym_unsigned] = ACTIONS(905), + [anon_sym_long] = ACTIONS(905), + [anon_sym_short] = ACTIONS(905), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym___inline] = ACTIONS(890), + [anon_sym___inline__] = ACTIONS(890), + [anon_sym___forceinline] = ACTIONS(890), + [anon_sym_thread_local] = ACTIONS(890), + [anon_sym___thread] = ACTIONS(890), + [anon_sym_const] = ACTIONS(908), + [anon_sym_constexpr] = ACTIONS(908), + [anon_sym_volatile] = ACTIONS(908), + [anon_sym_restrict] = ACTIONS(908), + [anon_sym___restrict__] = ACTIONS(908), + [anon_sym__Atomic] = ACTIONS(908), + [anon_sym__Noreturn] = ACTIONS(908), + [anon_sym_noreturn] = ACTIONS(908), + [anon_sym__Nonnull] = ACTIONS(908), + [anon_sym_alignas] = ACTIONS(911), + [anon_sym__Alignas] = ACTIONS(911), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(917), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(923), + [anon_sym_if] = ACTIONS(926), + [anon_sym_else] = ACTIONS(861), + [anon_sym_switch] = ACTIONS(929), + [anon_sym_case] = ACTIONS(861), + [anon_sym_default] = ACTIONS(861), + [anon_sym_while] = ACTIONS(932), + [anon_sym_do] = ACTIONS(935), + [anon_sym_for] = ACTIONS(938), + [anon_sym_return] = ACTIONS(941), + [anon_sym_break] = ACTIONS(944), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_goto] = ACTIONS(950), + [anon_sym___try] = ACTIONS(953), + [anon_sym___leave] = ACTIONS(956), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_sizeof] = ACTIONS(962), + [anon_sym___alignof__] = ACTIONS(965), + [anon_sym___alignof] = ACTIONS(965), + [anon_sym__alignof] = ACTIONS(965), + [anon_sym_alignof] = ACTIONS(965), + [anon_sym__Alignof] = ACTIONS(965), + [anon_sym_offsetof] = ACTIONS(968), + [anon_sym__Generic] = ACTIONS(971), + [anon_sym_asm] = ACTIONS(974), + [anon_sym___asm__] = ACTIONS(974), + [anon_sym___asm] = ACTIONS(974), + [sym_number_literal] = ACTIONS(977), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(983), + [anon_sym_u_DQUOTE] = ACTIONS(983), + [anon_sym_U_DQUOTE] = ACTIONS(983), + [anon_sym_u8_DQUOTE] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(983), + [sym_true] = ACTIONS(986), + [sym_false] = ACTIONS(986), + [anon_sym_NULL] = ACTIONS(989), + [anon_sym_nullptr] = ACTIONS(989), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(992), + [anon_sym_rayPayloadInEXT] = ACTIONS(992), + [anon_sym_hitAttributeEXT] = ACTIONS(992), + [anon_sym_callableDataEXT] = ACTIONS(992), + [anon_sym_callableDataInEXT] = ACTIONS(992), + [anon_sym_shaderRecordEXT] = ACTIONS(992), + [anon_sym_rayPayloadNV] = ACTIONS(992), + [anon_sym_rayPayloadInNV] = ACTIONS(992), + [anon_sym_hitAttributeNV] = ACTIONS(992), + [anon_sym_callableDataNV] = ACTIONS(992), + [anon_sym_callableDataInNV] = ACTIONS(992), + [anon_sym_shaderRecordNV] = ACTIONS(992), + [anon_sym_layout] = ACTIONS(995), + }, + [46] = { + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1283), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(48), + [sym_identifier] = ACTIONS(998), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token2] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [aux_sym_preproc_else_token1] = ACTIONS(1000), + [aux_sym_preproc_elif_token1] = ACTIONS(1000), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -23189,12 +23666,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(860), - [anon_sym___clrcall] = ACTIONS(860), - [anon_sym___stdcall] = ACTIONS(860), - [anon_sym___fastcall] = ACTIONS(860), - [anon_sym___thiscall] = ACTIONS(860), - [anon_sym___vectorcall] = ACTIONS(860), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -23217,6 +23694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -23224,10 +23702,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_if] = ACTIONS(149), - [anon_sym_else] = ACTIONS(860), + [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(860), - [anon_sym_default] = ACTIONS(860), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), [anon_sym_while] = ACTIONS(157), [anon_sym_do] = ACTIONS(159), [anon_sym_for] = ACTIONS(161), @@ -23249,6 +23727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -23279,273 +23758,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [46] = { - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1257), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_declaration_repeat1] = STATE(520), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(46), - [sym_identifier] = ACTIONS(862), - [aux_sym_preproc_include_token1] = ACTIONS(865), - [aux_sym_preproc_def_token1] = ACTIONS(865), - [aux_sym_preproc_if_token1] = ACTIONS(865), - [aux_sym_preproc_if_token2] = ACTIONS(865), - [aux_sym_preproc_ifdef_token1] = ACTIONS(865), - [aux_sym_preproc_ifdef_token2] = ACTIONS(865), - [aux_sym_preproc_else_token1] = ACTIONS(865), - [aux_sym_preproc_elif_token1] = ACTIONS(865), - [aux_sym_preproc_elifdef_token1] = ACTIONS(865), - [aux_sym_preproc_elifdef_token2] = ACTIONS(865), - [sym_preproc_directive] = ACTIONS(865), - [anon_sym_LPAREN2] = ACTIONS(867), - [anon_sym_BANG] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(873), - [anon_sym_PLUS] = ACTIONS(873), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_subroutine] = ACTIONS(879), - [anon_sym_invariant] = ACTIONS(882), - [anon_sym_precise] = ACTIONS(882), - [anon_sym_SEMI] = ACTIONS(885), - [anon_sym_in] = ACTIONS(879), - [anon_sym_out] = ACTIONS(879), - [anon_sym_inout] = ACTIONS(879), - [anon_sym_uniform] = ACTIONS(879), - [anon_sym_shared] = ACTIONS(879), - [anon_sym_attribute] = ACTIONS(879), - [anon_sym_varying] = ACTIONS(879), - [anon_sym_buffer] = ACTIONS(879), - [anon_sym_coherent] = ACTIONS(879), - [anon_sym_readonly] = ACTIONS(879), - [anon_sym_writeonly] = ACTIONS(879), - [anon_sym_precision] = ACTIONS(879), - [anon_sym_highp] = ACTIONS(879), - [anon_sym_mediump] = ACTIONS(879), - [anon_sym_lowp] = ACTIONS(879), - [anon_sym_centroid] = ACTIONS(879), - [anon_sym_sample] = ACTIONS(879), - [anon_sym_patch] = ACTIONS(879), - [anon_sym_smooth] = ACTIONS(879), - [anon_sym_flat] = ACTIONS(879), - [anon_sym_noperspective] = ACTIONS(879), - [anon_sym___extension__] = ACTIONS(888), - [anon_sym_typedef] = ACTIONS(891), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(903), - [anon_sym___cdecl] = ACTIONS(865), - [anon_sym___clrcall] = ACTIONS(865), - [anon_sym___stdcall] = ACTIONS(865), - [anon_sym___fastcall] = ACTIONS(865), - [anon_sym___thiscall] = ACTIONS(865), - [anon_sym___vectorcall] = ACTIONS(865), - [anon_sym_LBRACE] = ACTIONS(906), - [anon_sym_signed] = ACTIONS(909), - [anon_sym_unsigned] = ACTIONS(909), - [anon_sym_long] = ACTIONS(909), - [anon_sym_short] = ACTIONS(909), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym___inline] = ACTIONS(894), - [anon_sym___inline__] = ACTIONS(894), - [anon_sym___forceinline] = ACTIONS(894), - [anon_sym_thread_local] = ACTIONS(894), - [anon_sym___thread] = ACTIONS(894), - [anon_sym_const] = ACTIONS(912), - [anon_sym_constexpr] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym___restrict__] = ACTIONS(912), - [anon_sym__Atomic] = ACTIONS(912), - [anon_sym__Noreturn] = ACTIONS(912), - [anon_sym_noreturn] = ACTIONS(912), - [anon_sym_alignas] = ACTIONS(915), - [anon_sym__Alignas] = ACTIONS(915), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(921), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(927), - [anon_sym_if] = ACTIONS(930), - [anon_sym_else] = ACTIONS(865), - [anon_sym_switch] = ACTIONS(933), - [anon_sym_case] = ACTIONS(865), - [anon_sym_default] = ACTIONS(865), - [anon_sym_while] = ACTIONS(936), - [anon_sym_do] = ACTIONS(939), - [anon_sym_for] = ACTIONS(942), - [anon_sym_return] = ACTIONS(945), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(951), - [anon_sym_goto] = ACTIONS(954), - [anon_sym___try] = ACTIONS(957), - [anon_sym___leave] = ACTIONS(960), - [anon_sym_DASH_DASH] = ACTIONS(963), - [anon_sym_PLUS_PLUS] = ACTIONS(963), - [anon_sym_sizeof] = ACTIONS(966), - [anon_sym___alignof__] = ACTIONS(969), - [anon_sym___alignof] = ACTIONS(969), - [anon_sym__alignof] = ACTIONS(969), - [anon_sym_alignof] = ACTIONS(969), - [anon_sym__Alignof] = ACTIONS(969), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(975), - [anon_sym_asm] = ACTIONS(978), - [anon_sym___asm__] = ACTIONS(978), - [sym_number_literal] = ACTIONS(981), - [anon_sym_L_SQUOTE] = ACTIONS(984), - [anon_sym_u_SQUOTE] = ACTIONS(984), - [anon_sym_U_SQUOTE] = ACTIONS(984), - [anon_sym_u8_SQUOTE] = ACTIONS(984), - [anon_sym_SQUOTE] = ACTIONS(984), - [anon_sym_L_DQUOTE] = ACTIONS(987), - [anon_sym_u_DQUOTE] = ACTIONS(987), - [anon_sym_U_DQUOTE] = ACTIONS(987), - [anon_sym_u8_DQUOTE] = ACTIONS(987), - [anon_sym_DQUOTE] = ACTIONS(987), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [anon_sym_NULL] = ACTIONS(993), - [anon_sym_nullptr] = ACTIONS(993), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(996), - [anon_sym_rayPayloadInEXT] = ACTIONS(996), - [anon_sym_hitAttributeEXT] = ACTIONS(996), - [anon_sym_callableDataEXT] = ACTIONS(996), - [anon_sym_callableDataInEXT] = ACTIONS(996), - [anon_sym_shaderRecordEXT] = ACTIONS(996), - [anon_sym_rayPayloadNV] = ACTIONS(996), - [anon_sym_rayPayloadInNV] = ACTIONS(996), - [anon_sym_hitAttributeNV] = ACTIONS(996), - [anon_sym_callableDataNV] = ACTIONS(996), - [anon_sym_callableDataInNV] = ACTIONS(996), - [anon_sym_shaderRecordNV] = ACTIONS(996), - [anon_sym_layout] = ACTIONS(999), - }, [47] = { - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), + [sym_declaration] = STATE(49), + [sym_type_definition] = STATE(49), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1257), + [sym__declaration_specifiers] = STATE(1283), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(46), + [sym_compound_statement] = STATE(49), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(46), - [sym_identifier] = ACTIONS(858), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(49), + [sym_identifier] = ACTIONS(998), [aux_sym_preproc_include_token1] = ACTIONS(1002), [aux_sym_preproc_def_token1] = ACTIONS(1002), [aux_sym_preproc_if_token1] = ACTIONS(1002), @@ -23623,6 +23900,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -23655,6 +23933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -23689,19 +23968,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_declaration] = STATE(45), [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1257), + [sym__declaration_specifiers] = STATE(1283), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(45), [sym_labeled_statement] = STATE(45), [sym_expression_statement] = STATE(45), @@ -23716,39 +23995,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(45), [sym_seh_try_statement] = STATE(45), [sym_seh_leave_statement] = STATE(45), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_expression] = STATE(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [aux_sym_case_statement_repeat1] = STATE(45), - [sym_identifier] = ACTIONS(858), + [sym_identifier] = ACTIONS(998), [aux_sym_preproc_include_token1] = ACTIONS(1004), [aux_sym_preproc_def_token1] = ACTIONS(1004), [aux_sym_preproc_if_token1] = ACTIONS(1004), @@ -23826,6 +24106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -23858,6 +24139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -23889,69 +24171,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [49] = { - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), + [sym_declaration] = STATE(45), + [sym_type_definition] = STATE(45), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1257), + [sym__declaration_specifiers] = STATE(1283), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(47), + [sym_compound_statement] = STATE(45), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(45), + [sym_labeled_statement] = STATE(45), + [sym_expression_statement] = STATE(45), + [sym_if_statement] = STATE(45), + [sym_switch_statement] = STATE(45), + [sym_while_statement] = STATE(45), + [sym_do_statement] = STATE(45), + [sym_for_statement] = STATE(45), + [sym_return_statement] = STATE(45), + [sym_break_statement] = STATE(45), + [sym_continue_statement] = STATE(45), + [sym_goto_statement] = STATE(45), + [sym_seh_try_statement] = STATE(45), + [sym_seh_leave_statement] = STATE(45), + [sym_expression] = STATE(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(47), - [sym_identifier] = ACTIONS(858), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(45), + [sym_identifier] = ACTIONS(998), [aux_sym_preproc_include_token1] = ACTIONS(1006), [aux_sym_preproc_def_token1] = ACTIONS(1006), [aux_sym_preproc_if_token1] = ACTIONS(1006), @@ -24029,6 +24312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -24061,6 +24345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -24092,76 +24377,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [50] = { - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(63), + [sym_compound_statement] = STATE(58), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(63), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(58), [ts_builtin_sym_end] = ACTIONS(1008), [sym_identifier] = ACTIONS(1010), - [aux_sym_preproc_include_token1] = ACTIONS(860), - [aux_sym_preproc_def_token1] = ACTIONS(860), - [aux_sym_preproc_if_token1] = ACTIONS(860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(860), - [sym_preproc_directive] = ACTIONS(860), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24200,12 +24486,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(860), - [anon_sym___clrcall] = ACTIONS(860), - [anon_sym___stdcall] = ACTIONS(860), - [anon_sym___fastcall] = ACTIONS(860), - [anon_sym___thiscall] = ACTIONS(860), - [anon_sym___vectorcall] = ACTIONS(860), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -24228,6 +24514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -24235,10 +24522,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_if] = ACTIONS(65), - [anon_sym_else] = ACTIONS(860), + [anon_sym_else] = ACTIONS(1004), [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(860), - [anon_sym_default] = ACTIONS(860), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), [anon_sym_while] = ACTIONS(73), [anon_sym_do] = ACTIONS(75), [anon_sym_for] = ACTIONS(77), @@ -24260,6 +24547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -24291,76 +24579,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [51] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), + [sym_declaration] = STATE(50), + [sym_type_definition] = STATE(50), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1272), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(62), + [sym_compound_statement] = STATE(50), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(1018), - [aux_sym_preproc_include_token1] = ACTIONS(1006), - [aux_sym_preproc_def_token1] = ACTIONS(1006), - [aux_sym_preproc_if_token1] = ACTIONS(1006), - [aux_sym_preproc_if_token2] = ACTIONS(1006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1006), - [sym_preproc_directive] = ACTIONS(1006), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(50), + [ts_builtin_sym_end] = ACTIONS(1018), + [sym_identifier] = ACTIONS(1010), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24368,44 +24657,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(475), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_SEMI] = ACTIONS(473), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), - [anon_sym___extension__] = ACTIONS(477), - [anon_sym_typedef] = ACTIONS(479), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1006), - [anon_sym___clrcall] = ACTIONS(1006), - [anon_sym___stdcall] = ACTIONS(1006), - [anon_sym___fastcall] = ACTIONS(1006), - [anon_sym___thiscall] = ACTIONS(1006), - [anon_sym___vectorcall] = ACTIONS(1006), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -24427,26 +24716,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(485), - [anon_sym_else] = ACTIONS(1006), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(1006), - [anon_sym_default] = ACTIONS(1006), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_if] = ACTIONS(65), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -24459,6 +24749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -24490,22 +24781,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [52] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1279), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(61), + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token2] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_subroutine] = ACTIONS(649), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(651), + [anon_sym_typedef] = ACTIONS(653), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(657), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [anon_sym_if] = ACTIONS(659), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), + }, + [53] = { [sym_declaration] = STATE(52), [sym_type_definition] = STATE(52), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1272), + [sym__declaration_specifiers] = STATE(1279), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), [sym_compound_statement] = STATE(52), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), [sym_attributed_statement] = STATE(52), [sym_labeled_statement] = STATE(52), [sym_expression_statement] = STATE(52), @@ -24520,245 +25013,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(52), [sym_seh_try_statement] = STATE(52), [sym_seh_leave_statement] = STATE(52), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), [aux_sym_case_statement_repeat1] = STATE(52), [sym_identifier] = ACTIONS(1020), - [aux_sym_preproc_include_token1] = ACTIONS(865), - [aux_sym_preproc_def_token1] = ACTIONS(865), - [aux_sym_preproc_if_token1] = ACTIONS(865), - [aux_sym_preproc_if_token2] = ACTIONS(865), - [aux_sym_preproc_ifdef_token1] = ACTIONS(865), - [aux_sym_preproc_ifdef_token2] = ACTIONS(865), - [sym_preproc_directive] = ACTIONS(865), - [anon_sym_LPAREN2] = ACTIONS(867), - [anon_sym_BANG] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(873), - [anon_sym_PLUS] = ACTIONS(873), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_subroutine] = ACTIONS(1023), - [anon_sym_invariant] = ACTIONS(1026), - [anon_sym_precise] = ACTIONS(1026), - [anon_sym_SEMI] = ACTIONS(1029), - [anon_sym_in] = ACTIONS(1023), - [anon_sym_out] = ACTIONS(1023), - [anon_sym_inout] = ACTIONS(1023), - [anon_sym_uniform] = ACTIONS(1023), - [anon_sym_shared] = ACTIONS(1023), - [anon_sym_attribute] = ACTIONS(1023), - [anon_sym_varying] = ACTIONS(1023), - [anon_sym_buffer] = ACTIONS(1023), - [anon_sym_coherent] = ACTIONS(1023), - [anon_sym_readonly] = ACTIONS(1023), - [anon_sym_writeonly] = ACTIONS(1023), - [anon_sym_precision] = ACTIONS(1023), - [anon_sym_highp] = ACTIONS(1023), - [anon_sym_mediump] = ACTIONS(1023), - [anon_sym_lowp] = ACTIONS(1023), - [anon_sym_centroid] = ACTIONS(1023), - [anon_sym_sample] = ACTIONS(1023), - [anon_sym_patch] = ACTIONS(1023), - [anon_sym_smooth] = ACTIONS(1023), - [anon_sym_flat] = ACTIONS(1023), - [anon_sym_noperspective] = ACTIONS(1023), - [anon_sym___extension__] = ACTIONS(1032), - [anon_sym_typedef] = ACTIONS(1035), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(903), - [anon_sym___cdecl] = ACTIONS(865), - [anon_sym___clrcall] = ACTIONS(865), - [anon_sym___stdcall] = ACTIONS(865), - [anon_sym___fastcall] = ACTIONS(865), - [anon_sym___thiscall] = ACTIONS(865), - [anon_sym___vectorcall] = ACTIONS(865), - [anon_sym_LBRACE] = ACTIONS(1038), - [anon_sym_signed] = ACTIONS(909), - [anon_sym_unsigned] = ACTIONS(909), - [anon_sym_long] = ACTIONS(909), - [anon_sym_short] = ACTIONS(909), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym___inline] = ACTIONS(894), - [anon_sym___inline__] = ACTIONS(894), - [anon_sym___forceinline] = ACTIONS(894), - [anon_sym_thread_local] = ACTIONS(894), - [anon_sym___thread] = ACTIONS(894), - [anon_sym_const] = ACTIONS(912), - [anon_sym_constexpr] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym___restrict__] = ACTIONS(912), - [anon_sym__Atomic] = ACTIONS(912), - [anon_sym__Noreturn] = ACTIONS(912), - [anon_sym_noreturn] = ACTIONS(912), - [anon_sym_alignas] = ACTIONS(915), - [anon_sym__Alignas] = ACTIONS(915), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(921), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(927), - [anon_sym_if] = ACTIONS(1041), - [anon_sym_else] = ACTIONS(865), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(865), - [anon_sym_default] = ACTIONS(865), - [anon_sym_while] = ACTIONS(1047), - [anon_sym_do] = ACTIONS(1050), - [anon_sym_for] = ACTIONS(1053), - [anon_sym_return] = ACTIONS(1056), - [anon_sym_break] = ACTIONS(1059), - [anon_sym_continue] = ACTIONS(1062), - [anon_sym_goto] = ACTIONS(1065), - [anon_sym___try] = ACTIONS(1068), - [anon_sym___leave] = ACTIONS(1071), - [anon_sym_DASH_DASH] = ACTIONS(963), - [anon_sym_PLUS_PLUS] = ACTIONS(963), - [anon_sym_sizeof] = ACTIONS(966), - [anon_sym___alignof__] = ACTIONS(969), - [anon_sym___alignof] = ACTIONS(969), - [anon_sym__alignof] = ACTIONS(969), - [anon_sym_alignof] = ACTIONS(969), - [anon_sym__Alignof] = ACTIONS(969), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(975), - [anon_sym_asm] = ACTIONS(978), - [anon_sym___asm__] = ACTIONS(978), - [sym_number_literal] = ACTIONS(981), - [anon_sym_L_SQUOTE] = ACTIONS(984), - [anon_sym_u_SQUOTE] = ACTIONS(984), - [anon_sym_U_SQUOTE] = ACTIONS(984), - [anon_sym_u8_SQUOTE] = ACTIONS(984), - [anon_sym_SQUOTE] = ACTIONS(984), - [anon_sym_L_DQUOTE] = ACTIONS(987), - [anon_sym_u_DQUOTE] = ACTIONS(987), - [anon_sym_U_DQUOTE] = ACTIONS(987), - [anon_sym_u8_DQUOTE] = ACTIONS(987), - [anon_sym_DQUOTE] = ACTIONS(987), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [anon_sym_NULL] = ACTIONS(993), - [anon_sym_nullptr] = ACTIONS(993), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(996), - [anon_sym_rayPayloadInEXT] = ACTIONS(996), - [anon_sym_hitAttributeEXT] = ACTIONS(996), - [anon_sym_callableDataEXT] = ACTIONS(996), - [anon_sym_callableDataInEXT] = ACTIONS(996), - [anon_sym_shaderRecordEXT] = ACTIONS(996), - [anon_sym_rayPayloadNV] = ACTIONS(996), - [anon_sym_rayPayloadInNV] = ACTIONS(996), - [anon_sym_hitAttributeNV] = ACTIONS(996), - [anon_sym_callableDataNV] = ACTIONS(996), - [anon_sym_callableDataInNV] = ACTIONS(996), - [anon_sym_shaderRecordNV] = ACTIONS(996), - [anon_sym_layout] = ACTIONS(999), - }, - [53] = { - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1272), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(55), - [sym_identifier] = ACTIONS(1018), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token2] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token2] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24766,44 +25061,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(475), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_SEMI] = ACTIONS(473), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), - [anon_sym___extension__] = ACTIONS(477), - [anon_sym_typedef] = ACTIONS(479), + [anon_sym_subroutine] = ACTIONS(649), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(651), + [anon_sym_typedef] = ACTIONS(653), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(657), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -24825,26 +25120,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(485), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_if] = ACTIONS(659), + [anon_sym_else] = ACTIONS(1000), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -24857,6 +25153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -24888,75 +25185,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [54] = { - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), + [sym_declaration] = STATE(60), + [sym_type_definition] = STATE(60), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1250), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(59), + [sym_compound_statement] = STATE(60), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(59), - [sym_identifier] = ACTIONS(1074), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(60), + [ts_builtin_sym_end] = ACTIONS(1022), + [sym_identifier] = ACTIONS(1010), + [aux_sym_preproc_include_token1] = ACTIONS(1002), + [aux_sym_preproc_def_token1] = ACTIONS(1002), + [aux_sym_preproc_if_token1] = ACTIONS(1002), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1002), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1002), + [sym_preproc_directive] = ACTIONS(1002), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24964,45 +25263,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(405), - [anon_sym_invariant] = ACTIONS(401), - [anon_sym_precise] = ACTIONS(401), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(405), - [anon_sym_out] = ACTIONS(405), - [anon_sym_inout] = ACTIONS(405), - [anon_sym_uniform] = ACTIONS(405), - [anon_sym_shared] = ACTIONS(405), - [anon_sym_attribute] = ACTIONS(405), - [anon_sym_varying] = ACTIONS(405), - [anon_sym_buffer] = ACTIONS(405), - [anon_sym_coherent] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_writeonly] = ACTIONS(405), - [anon_sym_precision] = ACTIONS(405), - [anon_sym_highp] = ACTIONS(405), - [anon_sym_mediump] = ACTIONS(405), - [anon_sym_lowp] = ACTIONS(405), - [anon_sym_centroid] = ACTIONS(405), - [anon_sym_sample] = ACTIONS(405), - [anon_sym_patch] = ACTIONS(405), - [anon_sym_smooth] = ACTIONS(405), - [anon_sym_flat] = ACTIONS(405), - [anon_sym_noperspective] = ACTIONS(405), - [anon_sym___extension__] = ACTIONS(407), - [anon_sym_typedef] = ACTIONS(409), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(1076), + [anon_sym___cdecl] = ACTIONS(1002), + [anon_sym___clrcall] = ACTIONS(1002), + [anon_sym___stdcall] = ACTIONS(1002), + [anon_sym___fastcall] = ACTIONS(1002), + [anon_sym___thiscall] = ACTIONS(1002), + [anon_sym___vectorcall] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25024,26 +25322,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(417), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_if] = ACTIONS(65), + [anon_sym_else] = ACTIONS(1002), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1002), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -25056,6 +25355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -25087,76 +25387,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [55] = { - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1272), + [sym__declaration_specifiers] = STATE(1290), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(52), + [sym_compound_statement] = STATE(62), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(52), - [sym_labeled_statement] = STATE(52), - [sym_expression_statement] = STATE(52), - [sym_if_statement] = STATE(52), - [sym_switch_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_do_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_return_statement] = STATE(52), - [sym_break_statement] = STATE(52), - [sym_continue_statement] = STATE(52), - [sym_goto_statement] = STATE(52), - [sym_seh_try_statement] = STATE(52), - [sym_seh_leave_statement] = STATE(52), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(52), - [sym_identifier] = ACTIONS(1018), - [aux_sym_preproc_include_token1] = ACTIONS(860), - [aux_sym_preproc_def_token1] = ACTIONS(860), - [aux_sym_preproc_if_token1] = ACTIONS(860), - [aux_sym_preproc_if_token2] = ACTIONS(860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(860), - [sym_preproc_directive] = ACTIONS(860), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(62), + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1006), + [aux_sym_preproc_def_token1] = ACTIONS(1006), + [aux_sym_preproc_if_token1] = ACTIONS(1006), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1006), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1006), + [sym_preproc_directive] = ACTIONS(1006), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25164,44 +25464,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(475), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_SEMI] = ACTIONS(473), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), - [anon_sym___extension__] = ACTIONS(477), - [anon_sym_typedef] = ACTIONS(479), + [anon_sym_subroutine] = ACTIONS(405), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), + [anon_sym___extension__] = ACTIONS(407), + [anon_sym_typedef] = ACTIONS(409), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(860), - [anon_sym___clrcall] = ACTIONS(860), - [anon_sym___stdcall] = ACTIONS(860), - [anon_sym___fastcall] = ACTIONS(860), - [anon_sym___thiscall] = ACTIONS(860), - [anon_sym___vectorcall] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym___cdecl] = ACTIONS(1006), + [anon_sym___clrcall] = ACTIONS(1006), + [anon_sym___stdcall] = ACTIONS(1006), + [anon_sym___fastcall] = ACTIONS(1006), + [anon_sym___thiscall] = ACTIONS(1006), + [anon_sym___vectorcall] = ACTIONS(1006), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_RBRACE] = ACTIONS(1026), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25223,26 +25524,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(485), - [anon_sym_else] = ACTIONS(860), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(860), - [anon_sym_default] = ACTIONS(860), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_if] = ACTIONS(417), + [anon_sym_else] = ACTIONS(1006), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(1006), + [anon_sym_default] = ACTIONS(1006), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -25255,6 +25557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -25286,76 +25589,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [56] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1290), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(64), + [sym_compound_statement] = STATE(62), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(64), - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_identifier] = ACTIONS(1010), - [aux_sym_preproc_include_token1] = ACTIONS(1006), - [aux_sym_preproc_def_token1] = ACTIONS(1006), - [aux_sym_preproc_if_token1] = ACTIONS(1006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1006), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1006), - [sym_preproc_directive] = ACTIONS(1006), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(62), + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1004), + [aux_sym_preproc_def_token1] = ACTIONS(1004), + [aux_sym_preproc_if_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), + [sym_preproc_directive] = ACTIONS(1004), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25363,44 +25666,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1012), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_subroutine] = ACTIONS(405), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), + [anon_sym___extension__] = ACTIONS(407), + [anon_sym_typedef] = ACTIONS(409), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1006), - [anon_sym___clrcall] = ACTIONS(1006), - [anon_sym___stdcall] = ACTIONS(1006), - [anon_sym___fastcall] = ACTIONS(1006), - [anon_sym___thiscall] = ACTIONS(1006), - [anon_sym___vectorcall] = ACTIONS(1006), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym___cdecl] = ACTIONS(1004), + [anon_sym___clrcall] = ACTIONS(1004), + [anon_sym___stdcall] = ACTIONS(1004), + [anon_sym___fastcall] = ACTIONS(1004), + [anon_sym___thiscall] = ACTIONS(1004), + [anon_sym___vectorcall] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_RBRACE] = ACTIONS(1008), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25422,26 +25726,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_else] = ACTIONS(1006), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1006), - [anon_sym_default] = ACTIONS(1006), - [anon_sym_while] = ACTIONS(73), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(417), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(1004), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -25454,6 +25759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -25485,75 +25791,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [57] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1250), + [sym__declaration_specifiers] = STATE(1290), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(60), + [sym_compound_statement] = STATE(56), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(60), - [sym_identifier] = ACTIONS(1074), - [aux_sym_preproc_include_token1] = ACTIONS(1002), - [aux_sym_preproc_def_token1] = ACTIONS(1002), - [aux_sym_preproc_if_token1] = ACTIONS(1002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1002), - [sym_preproc_directive] = ACTIONS(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(56), + [sym_identifier] = ACTIONS(1024), + [aux_sym_preproc_include_token1] = ACTIONS(1000), + [aux_sym_preproc_def_token1] = ACTIONS(1000), + [aux_sym_preproc_if_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1000), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1000), + [sym_preproc_directive] = ACTIONS(1000), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25592,14 +25899,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1002), - [anon_sym___clrcall] = ACTIONS(1002), - [anon_sym___stdcall] = ACTIONS(1002), - [anon_sym___fastcall] = ACTIONS(1002), - [anon_sym___thiscall] = ACTIONS(1002), - [anon_sym___vectorcall] = ACTIONS(1002), + [anon_sym___cdecl] = ACTIONS(1000), + [anon_sym___clrcall] = ACTIONS(1000), + [anon_sym___stdcall] = ACTIONS(1000), + [anon_sym___fastcall] = ACTIONS(1000), + [anon_sym___thiscall] = ACTIONS(1000), + [anon_sym___vectorcall] = ACTIONS(1000), [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(1080), + [anon_sym_RBRACE] = ACTIONS(1018), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25621,6 +25928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -25628,10 +25936,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_if] = ACTIONS(417), - [anon_sym_else] = ACTIONS(1002), + [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(1002), - [anon_sym_default] = ACTIONS(1002), + [anon_sym_case] = ACTIONS(1000), + [anon_sym_default] = ACTIONS(1000), [anon_sym_while] = ACTIONS(425), [anon_sym_do] = ACTIONS(427), [anon_sym_for] = ACTIONS(429), @@ -25653,6 +25961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -25684,76 +25993,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [58] = { - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(50), + [sym_compound_statement] = STATE(58), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(1076), - [sym_identifier] = ACTIONS(1010), - [aux_sym_preproc_include_token1] = ACTIONS(1004), - [aux_sym_preproc_def_token1] = ACTIONS(1004), - [aux_sym_preproc_if_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1004), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1004), - [sym_preproc_directive] = ACTIONS(1004), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(58), + [ts_builtin_sym_end] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1030), + [aux_sym_preproc_include_token1] = ACTIONS(861), + [aux_sym_preproc_def_token1] = ACTIONS(861), + [aux_sym_preproc_if_token1] = ACTIONS(861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(861), + [sym_preproc_directive] = ACTIONS(861), + [anon_sym_LPAREN2] = ACTIONS(863), + [anon_sym_BANG] = ACTIONS(866), + [anon_sym_TILDE] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(869), + [anon_sym_PLUS] = ACTIONS(869), + [anon_sym_STAR] = ACTIONS(872), + [anon_sym_AMP] = ACTIONS(872), + [anon_sym_subroutine] = ACTIONS(1033), + [anon_sym_invariant] = ACTIONS(1036), + [anon_sym_precise] = ACTIONS(1036), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_in] = ACTIONS(1033), + [anon_sym_out] = ACTIONS(1033), + [anon_sym_inout] = ACTIONS(1033), + [anon_sym_uniform] = ACTIONS(1033), + [anon_sym_shared] = ACTIONS(1033), + [anon_sym_attribute] = ACTIONS(1033), + [anon_sym_varying] = ACTIONS(1033), + [anon_sym_buffer] = ACTIONS(1033), + [anon_sym_coherent] = ACTIONS(1033), + [anon_sym_readonly] = ACTIONS(1033), + [anon_sym_writeonly] = ACTIONS(1033), + [anon_sym_precision] = ACTIONS(1033), + [anon_sym_highp] = ACTIONS(1033), + [anon_sym_mediump] = ACTIONS(1033), + [anon_sym_lowp] = ACTIONS(1033), + [anon_sym_centroid] = ACTIONS(1033), + [anon_sym_sample] = ACTIONS(1033), + [anon_sym_patch] = ACTIONS(1033), + [anon_sym_smooth] = ACTIONS(1033), + [anon_sym_flat] = ACTIONS(1033), + [anon_sym_noperspective] = ACTIONS(1033), + [anon_sym___extension__] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1045), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(899), + [anon_sym___cdecl] = ACTIONS(861), + [anon_sym___clrcall] = ACTIONS(861), + [anon_sym___stdcall] = ACTIONS(861), + [anon_sym___fastcall] = ACTIONS(861), + [anon_sym___thiscall] = ACTIONS(861), + [anon_sym___vectorcall] = ACTIONS(861), + [anon_sym_LBRACE] = ACTIONS(1048), + [anon_sym_signed] = ACTIONS(905), + [anon_sym_unsigned] = ACTIONS(905), + [anon_sym_long] = ACTIONS(905), + [anon_sym_short] = ACTIONS(905), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym___inline] = ACTIONS(890), + [anon_sym___inline__] = ACTIONS(890), + [anon_sym___forceinline] = ACTIONS(890), + [anon_sym_thread_local] = ACTIONS(890), + [anon_sym___thread] = ACTIONS(890), + [anon_sym_const] = ACTIONS(908), + [anon_sym_constexpr] = ACTIONS(908), + [anon_sym_volatile] = ACTIONS(908), + [anon_sym_restrict] = ACTIONS(908), + [anon_sym___restrict__] = ACTIONS(908), + [anon_sym__Atomic] = ACTIONS(908), + [anon_sym__Noreturn] = ACTIONS(908), + [anon_sym_noreturn] = ACTIONS(908), + [anon_sym__Nonnull] = ACTIONS(908), + [anon_sym_alignas] = ACTIONS(911), + [anon_sym__Alignas] = ACTIONS(911), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(917), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(923), + [anon_sym_if] = ACTIONS(1051), + [anon_sym_else] = ACTIONS(861), + [anon_sym_switch] = ACTIONS(1054), + [anon_sym_case] = ACTIONS(861), + [anon_sym_default] = ACTIONS(861), + [anon_sym_while] = ACTIONS(1057), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1063), + [anon_sym_return] = ACTIONS(1066), + [anon_sym_break] = ACTIONS(1069), + [anon_sym_continue] = ACTIONS(1072), + [anon_sym_goto] = ACTIONS(1075), + [anon_sym___try] = ACTIONS(1078), + [anon_sym___leave] = ACTIONS(1081), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_sizeof] = ACTIONS(962), + [anon_sym___alignof__] = ACTIONS(965), + [anon_sym___alignof] = ACTIONS(965), + [anon_sym__alignof] = ACTIONS(965), + [anon_sym_alignof] = ACTIONS(965), + [anon_sym__Alignof] = ACTIONS(965), + [anon_sym_offsetof] = ACTIONS(968), + [anon_sym__Generic] = ACTIONS(971), + [anon_sym_asm] = ACTIONS(974), + [anon_sym___asm__] = ACTIONS(974), + [anon_sym___asm] = ACTIONS(974), + [sym_number_literal] = ACTIONS(977), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(983), + [anon_sym_u_DQUOTE] = ACTIONS(983), + [anon_sym_U_DQUOTE] = ACTIONS(983), + [anon_sym_u8_DQUOTE] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(983), + [sym_true] = ACTIONS(986), + [sym_false] = ACTIONS(986), + [anon_sym_NULL] = ACTIONS(989), + [anon_sym_nullptr] = ACTIONS(989), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(992), + [anon_sym_rayPayloadInEXT] = ACTIONS(992), + [anon_sym_hitAttributeEXT] = ACTIONS(992), + [anon_sym_callableDataEXT] = ACTIONS(992), + [anon_sym_callableDataInEXT] = ACTIONS(992), + [anon_sym_shaderRecordEXT] = ACTIONS(992), + [anon_sym_rayPayloadNV] = ACTIONS(992), + [anon_sym_rayPayloadInNV] = ACTIONS(992), + [anon_sym_hitAttributeNV] = ACTIONS(992), + [anon_sym_callableDataNV] = ACTIONS(992), + [anon_sym_callableDataInNV] = ACTIONS(992), + [anon_sym_shaderRecordNV] = ACTIONS(992), + [anon_sym_layout] = ACTIONS(995), + }, + [59] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1279), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(63), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(63), + [sym_identifier] = ACTIONS(1020), + [aux_sym_preproc_include_token1] = ACTIONS(1002), + [aux_sym_preproc_def_token1] = ACTIONS(1002), + [aux_sym_preproc_if_token1] = ACTIONS(1002), + [aux_sym_preproc_if_token2] = ACTIONS(1002), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1002), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1002), + [sym_preproc_directive] = ACTIONS(1002), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25761,44 +26273,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1012), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_subroutine] = ACTIONS(649), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(651), + [anon_sym_typedef] = ACTIONS(653), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1004), - [anon_sym___clrcall] = ACTIONS(1004), - [anon_sym___stdcall] = ACTIONS(1004), - [anon_sym___fastcall] = ACTIONS(1004), - [anon_sym___thiscall] = ACTIONS(1004), - [anon_sym___vectorcall] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym___cdecl] = ACTIONS(1002), + [anon_sym___clrcall] = ACTIONS(1002), + [anon_sym___stdcall] = ACTIONS(1002), + [anon_sym___fastcall] = ACTIONS(1002), + [anon_sym___thiscall] = ACTIONS(1002), + [anon_sym___vectorcall] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(657), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -25820,26 +26332,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(73), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym_if] = ACTIONS(659), + [anon_sym_else] = ACTIONS(1002), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1002), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -25852,6 +26365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -25882,76 +26396,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [59] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), + [60] = { + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1250), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(60), + [sym_compound_statement] = STATE(58), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(60), - [sym_identifier] = ACTIONS(1074), - [aux_sym_preproc_include_token1] = ACTIONS(860), - [aux_sym_preproc_def_token1] = ACTIONS(860), - [aux_sym_preproc_if_token1] = ACTIONS(860), - [aux_sym_preproc_ifdef_token1] = ACTIONS(860), - [aux_sym_preproc_ifdef_token2] = ACTIONS(860), - [sym_preproc_directive] = ACTIONS(860), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(58), + [ts_builtin_sym_end] = ACTIONS(1026), + [sym_identifier] = ACTIONS(1010), + [aux_sym_preproc_include_token1] = ACTIONS(1006), + [aux_sym_preproc_def_token1] = ACTIONS(1006), + [aux_sym_preproc_if_token1] = ACTIONS(1006), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1006), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1006), + [sym_preproc_directive] = ACTIONS(1006), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25959,45 +26475,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(405), - [anon_sym_invariant] = ACTIONS(401), - [anon_sym_precise] = ACTIONS(401), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(405), - [anon_sym_out] = ACTIONS(405), - [anon_sym_inout] = ACTIONS(405), - [anon_sym_uniform] = ACTIONS(405), - [anon_sym_shared] = ACTIONS(405), - [anon_sym_attribute] = ACTIONS(405), - [anon_sym_varying] = ACTIONS(405), - [anon_sym_buffer] = ACTIONS(405), - [anon_sym_coherent] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_writeonly] = ACTIONS(405), - [anon_sym_precision] = ACTIONS(405), - [anon_sym_highp] = ACTIONS(405), - [anon_sym_mediump] = ACTIONS(405), - [anon_sym_lowp] = ACTIONS(405), - [anon_sym_centroid] = ACTIONS(405), - [anon_sym_sample] = ACTIONS(405), - [anon_sym_patch] = ACTIONS(405), - [anon_sym_smooth] = ACTIONS(405), - [anon_sym_flat] = ACTIONS(405), - [anon_sym_noperspective] = ACTIONS(405), - [anon_sym___extension__] = ACTIONS(407), - [anon_sym_typedef] = ACTIONS(409), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(860), - [anon_sym___clrcall] = ACTIONS(860), - [anon_sym___stdcall] = ACTIONS(860), - [anon_sym___fastcall] = ACTIONS(860), - [anon_sym___thiscall] = ACTIONS(860), - [anon_sym___vectorcall] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(1008), + [anon_sym___cdecl] = ACTIONS(1006), + [anon_sym___clrcall] = ACTIONS(1006), + [anon_sym___stdcall] = ACTIONS(1006), + [anon_sym___fastcall] = ACTIONS(1006), + [anon_sym___thiscall] = ACTIONS(1006), + [anon_sym___vectorcall] = ACTIONS(1006), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -26019,26 +26534,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(417), - [anon_sym_else] = ACTIONS(860), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(860), - [anon_sym_default] = ACTIONS(860), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_if] = ACTIONS(65), + [anon_sym_else] = ACTIONS(1006), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1006), + [anon_sym_default] = ACTIONS(1006), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -26051,6 +26567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -26081,154 +26598,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [60] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), + [61] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1250), + [sym__declaration_specifiers] = STATE(1279), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(60), + [sym_compound_statement] = STATE(61), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(60), - [sym_identifier] = ACTIONS(1082), - [aux_sym_preproc_include_token1] = ACTIONS(865), - [aux_sym_preproc_def_token1] = ACTIONS(865), - [aux_sym_preproc_if_token1] = ACTIONS(865), - [aux_sym_preproc_ifdef_token1] = ACTIONS(865), - [aux_sym_preproc_ifdef_token2] = ACTIONS(865), - [sym_preproc_directive] = ACTIONS(865), - [anon_sym_LPAREN2] = ACTIONS(867), - [anon_sym_BANG] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(873), - [anon_sym_PLUS] = ACTIONS(873), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_subroutine] = ACTIONS(1085), - [anon_sym_invariant] = ACTIONS(1088), - [anon_sym_precise] = ACTIONS(1088), - [anon_sym_SEMI] = ACTIONS(1091), - [anon_sym_in] = ACTIONS(1085), - [anon_sym_out] = ACTIONS(1085), - [anon_sym_inout] = ACTIONS(1085), - [anon_sym_uniform] = ACTIONS(1085), - [anon_sym_shared] = ACTIONS(1085), - [anon_sym_attribute] = ACTIONS(1085), - [anon_sym_varying] = ACTIONS(1085), - [anon_sym_buffer] = ACTIONS(1085), - [anon_sym_coherent] = ACTIONS(1085), - [anon_sym_readonly] = ACTIONS(1085), - [anon_sym_writeonly] = ACTIONS(1085), - [anon_sym_precision] = ACTIONS(1085), - [anon_sym_highp] = ACTIONS(1085), - [anon_sym_mediump] = ACTIONS(1085), - [anon_sym_lowp] = ACTIONS(1085), - [anon_sym_centroid] = ACTIONS(1085), - [anon_sym_sample] = ACTIONS(1085), - [anon_sym_patch] = ACTIONS(1085), - [anon_sym_smooth] = ACTIONS(1085), - [anon_sym_flat] = ACTIONS(1085), - [anon_sym_noperspective] = ACTIONS(1085), - [anon_sym___extension__] = ACTIONS(1094), - [anon_sym_typedef] = ACTIONS(1097), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(903), - [anon_sym___cdecl] = ACTIONS(865), - [anon_sym___clrcall] = ACTIONS(865), - [anon_sym___stdcall] = ACTIONS(865), - [anon_sym___fastcall] = ACTIONS(865), - [anon_sym___thiscall] = ACTIONS(865), - [anon_sym___vectorcall] = ACTIONS(865), - [anon_sym_LBRACE] = ACTIONS(1100), - [anon_sym_RBRACE] = ACTIONS(1103), - [anon_sym_signed] = ACTIONS(909), - [anon_sym_unsigned] = ACTIONS(909), - [anon_sym_long] = ACTIONS(909), - [anon_sym_short] = ACTIONS(909), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym___inline] = ACTIONS(894), - [anon_sym___inline__] = ACTIONS(894), - [anon_sym___forceinline] = ACTIONS(894), - [anon_sym_thread_local] = ACTIONS(894), - [anon_sym___thread] = ACTIONS(894), - [anon_sym_const] = ACTIONS(912), - [anon_sym_constexpr] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym___restrict__] = ACTIONS(912), - [anon_sym__Atomic] = ACTIONS(912), - [anon_sym__Noreturn] = ACTIONS(912), - [anon_sym_noreturn] = ACTIONS(912), - [anon_sym_alignas] = ACTIONS(915), - [anon_sym__Alignas] = ACTIONS(915), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(921), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(927), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(61), + [sym_identifier] = ACTIONS(1084), + [aux_sym_preproc_include_token1] = ACTIONS(861), + [aux_sym_preproc_def_token1] = ACTIONS(861), + [aux_sym_preproc_if_token1] = ACTIONS(861), + [aux_sym_preproc_if_token2] = ACTIONS(861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(861), + [sym_preproc_directive] = ACTIONS(861), + [anon_sym_LPAREN2] = ACTIONS(863), + [anon_sym_BANG] = ACTIONS(866), + [anon_sym_TILDE] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(869), + [anon_sym_PLUS] = ACTIONS(869), + [anon_sym_STAR] = ACTIONS(872), + [anon_sym_AMP] = ACTIONS(872), + [anon_sym_subroutine] = ACTIONS(1087), + [anon_sym_invariant] = ACTIONS(1090), + [anon_sym_precise] = ACTIONS(1090), + [anon_sym_SEMI] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1087), + [anon_sym_out] = ACTIONS(1087), + [anon_sym_inout] = ACTIONS(1087), + [anon_sym_uniform] = ACTIONS(1087), + [anon_sym_shared] = ACTIONS(1087), + [anon_sym_attribute] = ACTIONS(1087), + [anon_sym_varying] = ACTIONS(1087), + [anon_sym_buffer] = ACTIONS(1087), + [anon_sym_coherent] = ACTIONS(1087), + [anon_sym_readonly] = ACTIONS(1087), + [anon_sym_writeonly] = ACTIONS(1087), + [anon_sym_precision] = ACTIONS(1087), + [anon_sym_highp] = ACTIONS(1087), + [anon_sym_mediump] = ACTIONS(1087), + [anon_sym_lowp] = ACTIONS(1087), + [anon_sym_centroid] = ACTIONS(1087), + [anon_sym_sample] = ACTIONS(1087), + [anon_sym_patch] = ACTIONS(1087), + [anon_sym_smooth] = ACTIONS(1087), + [anon_sym_flat] = ACTIONS(1087), + [anon_sym_noperspective] = ACTIONS(1087), + [anon_sym___extension__] = ACTIONS(1096), + [anon_sym_typedef] = ACTIONS(1099), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(899), + [anon_sym___cdecl] = ACTIONS(861), + [anon_sym___clrcall] = ACTIONS(861), + [anon_sym___stdcall] = ACTIONS(861), + [anon_sym___fastcall] = ACTIONS(861), + [anon_sym___thiscall] = ACTIONS(861), + [anon_sym___vectorcall] = ACTIONS(861), + [anon_sym_LBRACE] = ACTIONS(1102), + [anon_sym_signed] = ACTIONS(905), + [anon_sym_unsigned] = ACTIONS(905), + [anon_sym_long] = ACTIONS(905), + [anon_sym_short] = ACTIONS(905), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym___inline] = ACTIONS(890), + [anon_sym___inline__] = ACTIONS(890), + [anon_sym___forceinline] = ACTIONS(890), + [anon_sym_thread_local] = ACTIONS(890), + [anon_sym___thread] = ACTIONS(890), + [anon_sym_const] = ACTIONS(908), + [anon_sym_constexpr] = ACTIONS(908), + [anon_sym_volatile] = ACTIONS(908), + [anon_sym_restrict] = ACTIONS(908), + [anon_sym___restrict__] = ACTIONS(908), + [anon_sym__Atomic] = ACTIONS(908), + [anon_sym__Noreturn] = ACTIONS(908), + [anon_sym_noreturn] = ACTIONS(908), + [anon_sym__Nonnull] = ACTIONS(908), + [anon_sym_alignas] = ACTIONS(911), + [anon_sym__Alignas] = ACTIONS(911), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(917), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(923), [anon_sym_if] = ACTIONS(1105), - [anon_sym_else] = ACTIONS(865), + [anon_sym_else] = ACTIONS(861), [anon_sym_switch] = ACTIONS(1108), - [anon_sym_case] = ACTIONS(865), - [anon_sym_default] = ACTIONS(865), + [anon_sym_case] = ACTIONS(861), + [anon_sym_default] = ACTIONS(861), [anon_sym_while] = ACTIONS(1111), [anon_sym_do] = ACTIONS(1114), [anon_sym_for] = ACTIONS(1117), @@ -26238,115 +26757,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1129), [anon_sym___try] = ACTIONS(1132), [anon_sym___leave] = ACTIONS(1135), - [anon_sym_DASH_DASH] = ACTIONS(963), - [anon_sym_PLUS_PLUS] = ACTIONS(963), - [anon_sym_sizeof] = ACTIONS(966), - [anon_sym___alignof__] = ACTIONS(969), - [anon_sym___alignof] = ACTIONS(969), - [anon_sym__alignof] = ACTIONS(969), - [anon_sym_alignof] = ACTIONS(969), - [anon_sym__Alignof] = ACTIONS(969), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(975), - [anon_sym_asm] = ACTIONS(978), - [anon_sym___asm__] = ACTIONS(978), - [sym_number_literal] = ACTIONS(981), - [anon_sym_L_SQUOTE] = ACTIONS(984), - [anon_sym_u_SQUOTE] = ACTIONS(984), - [anon_sym_U_SQUOTE] = ACTIONS(984), - [anon_sym_u8_SQUOTE] = ACTIONS(984), - [anon_sym_SQUOTE] = ACTIONS(984), - [anon_sym_L_DQUOTE] = ACTIONS(987), - [anon_sym_u_DQUOTE] = ACTIONS(987), - [anon_sym_U_DQUOTE] = ACTIONS(987), - [anon_sym_u8_DQUOTE] = ACTIONS(987), - [anon_sym_DQUOTE] = ACTIONS(987), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [anon_sym_NULL] = ACTIONS(993), - [anon_sym_nullptr] = ACTIONS(993), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(996), - [anon_sym_rayPayloadInEXT] = ACTIONS(996), - [anon_sym_hitAttributeEXT] = ACTIONS(996), - [anon_sym_callableDataEXT] = ACTIONS(996), - [anon_sym_callableDataInEXT] = ACTIONS(996), - [anon_sym_shaderRecordEXT] = ACTIONS(996), - [anon_sym_rayPayloadNV] = ACTIONS(996), - [anon_sym_rayPayloadInNV] = ACTIONS(996), - [anon_sym_hitAttributeNV] = ACTIONS(996), - [anon_sym_callableDataNV] = ACTIONS(996), - [anon_sym_callableDataInNV] = ACTIONS(996), - [anon_sym_shaderRecordNV] = ACTIONS(996), - [anon_sym_layout] = ACTIONS(999), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_sizeof] = ACTIONS(962), + [anon_sym___alignof__] = ACTIONS(965), + [anon_sym___alignof] = ACTIONS(965), + [anon_sym__alignof] = ACTIONS(965), + [anon_sym_alignof] = ACTIONS(965), + [anon_sym__Alignof] = ACTIONS(965), + [anon_sym_offsetof] = ACTIONS(968), + [anon_sym__Generic] = ACTIONS(971), + [anon_sym_asm] = ACTIONS(974), + [anon_sym___asm__] = ACTIONS(974), + [anon_sym___asm] = ACTIONS(974), + [sym_number_literal] = ACTIONS(977), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(983), + [anon_sym_u_DQUOTE] = ACTIONS(983), + [anon_sym_U_DQUOTE] = ACTIONS(983), + [anon_sym_u8_DQUOTE] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(983), + [sym_true] = ACTIONS(986), + [sym_false] = ACTIONS(986), + [anon_sym_NULL] = ACTIONS(989), + [anon_sym_nullptr] = ACTIONS(989), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(992), + [anon_sym_rayPayloadInEXT] = ACTIONS(992), + [anon_sym_hitAttributeEXT] = ACTIONS(992), + [anon_sym_callableDataEXT] = ACTIONS(992), + [anon_sym_callableDataInEXT] = ACTIONS(992), + [anon_sym_shaderRecordEXT] = ACTIONS(992), + [anon_sym_rayPayloadNV] = ACTIONS(992), + [anon_sym_rayPayloadInNV] = ACTIONS(992), + [anon_sym_hitAttributeNV] = ACTIONS(992), + [anon_sym_callableDataNV] = ACTIONS(992), + [anon_sym_callableDataInNV] = ACTIONS(992), + [anon_sym_shaderRecordNV] = ACTIONS(992), + [anon_sym_layout] = ACTIONS(995), }, - [61] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), + [62] = { + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1290), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(62), + [sym_identifier] = ACTIONS(1138), + [aux_sym_preproc_include_token1] = ACTIONS(861), + [aux_sym_preproc_def_token1] = ACTIONS(861), + [aux_sym_preproc_if_token1] = ACTIONS(861), + [aux_sym_preproc_ifdef_token1] = ACTIONS(861), + [aux_sym_preproc_ifdef_token2] = ACTIONS(861), + [sym_preproc_directive] = ACTIONS(861), + [anon_sym_LPAREN2] = ACTIONS(863), + [anon_sym_BANG] = ACTIONS(866), + [anon_sym_TILDE] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(869), + [anon_sym_PLUS] = ACTIONS(869), + [anon_sym_STAR] = ACTIONS(872), + [anon_sym_AMP] = ACTIONS(872), + [anon_sym_subroutine] = ACTIONS(1141), + [anon_sym_invariant] = ACTIONS(1144), + [anon_sym_precise] = ACTIONS(1144), + [anon_sym_SEMI] = ACTIONS(1147), + [anon_sym_in] = ACTIONS(1141), + [anon_sym_out] = ACTIONS(1141), + [anon_sym_inout] = ACTIONS(1141), + [anon_sym_uniform] = ACTIONS(1141), + [anon_sym_shared] = ACTIONS(1141), + [anon_sym_attribute] = ACTIONS(1141), + [anon_sym_varying] = ACTIONS(1141), + [anon_sym_buffer] = ACTIONS(1141), + [anon_sym_coherent] = ACTIONS(1141), + [anon_sym_readonly] = ACTIONS(1141), + [anon_sym_writeonly] = ACTIONS(1141), + [anon_sym_precision] = ACTIONS(1141), + [anon_sym_highp] = ACTIONS(1141), + [anon_sym_mediump] = ACTIONS(1141), + [anon_sym_lowp] = ACTIONS(1141), + [anon_sym_centroid] = ACTIONS(1141), + [anon_sym_sample] = ACTIONS(1141), + [anon_sym_patch] = ACTIONS(1141), + [anon_sym_smooth] = ACTIONS(1141), + [anon_sym_flat] = ACTIONS(1141), + [anon_sym_noperspective] = ACTIONS(1141), + [anon_sym___extension__] = ACTIONS(1150), + [anon_sym_typedef] = ACTIONS(1153), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(899), + [anon_sym___cdecl] = ACTIONS(861), + [anon_sym___clrcall] = ACTIONS(861), + [anon_sym___stdcall] = ACTIONS(861), + [anon_sym___fastcall] = ACTIONS(861), + [anon_sym___thiscall] = ACTIONS(861), + [anon_sym___vectorcall] = ACTIONS(861), + [anon_sym_LBRACE] = ACTIONS(1156), + [anon_sym_RBRACE] = ACTIONS(1028), + [anon_sym_signed] = ACTIONS(905), + [anon_sym_unsigned] = ACTIONS(905), + [anon_sym_long] = ACTIONS(905), + [anon_sym_short] = ACTIONS(905), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym___inline] = ACTIONS(890), + [anon_sym___inline__] = ACTIONS(890), + [anon_sym___forceinline] = ACTIONS(890), + [anon_sym_thread_local] = ACTIONS(890), + [anon_sym___thread] = ACTIONS(890), + [anon_sym_const] = ACTIONS(908), + [anon_sym_constexpr] = ACTIONS(908), + [anon_sym_volatile] = ACTIONS(908), + [anon_sym_restrict] = ACTIONS(908), + [anon_sym___restrict__] = ACTIONS(908), + [anon_sym__Atomic] = ACTIONS(908), + [anon_sym__Noreturn] = ACTIONS(908), + [anon_sym_noreturn] = ACTIONS(908), + [anon_sym__Nonnull] = ACTIONS(908), + [anon_sym_alignas] = ACTIONS(911), + [anon_sym__Alignas] = ACTIONS(911), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(917), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(923), + [anon_sym_if] = ACTIONS(1159), + [anon_sym_else] = ACTIONS(861), + [anon_sym_switch] = ACTIONS(1162), + [anon_sym_case] = ACTIONS(861), + [anon_sym_default] = ACTIONS(861), + [anon_sym_while] = ACTIONS(1165), + [anon_sym_do] = ACTIONS(1168), + [anon_sym_for] = ACTIONS(1171), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1177), + [anon_sym_continue] = ACTIONS(1180), + [anon_sym_goto] = ACTIONS(1183), + [anon_sym___try] = ACTIONS(1186), + [anon_sym___leave] = ACTIONS(1189), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_sizeof] = ACTIONS(962), + [anon_sym___alignof__] = ACTIONS(965), + [anon_sym___alignof] = ACTIONS(965), + [anon_sym__alignof] = ACTIONS(965), + [anon_sym_alignof] = ACTIONS(965), + [anon_sym__Alignof] = ACTIONS(965), + [anon_sym_offsetof] = ACTIONS(968), + [anon_sym__Generic] = ACTIONS(971), + [anon_sym_asm] = ACTIONS(974), + [anon_sym___asm__] = ACTIONS(974), + [anon_sym___asm] = ACTIONS(974), + [sym_number_literal] = ACTIONS(977), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(983), + [anon_sym_u_DQUOTE] = ACTIONS(983), + [anon_sym_U_DQUOTE] = ACTIONS(983), + [anon_sym_u8_DQUOTE] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(983), + [sym_true] = ACTIONS(986), + [sym_false] = ACTIONS(986), + [anon_sym_NULL] = ACTIONS(989), + [anon_sym_nullptr] = ACTIONS(989), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(992), + [anon_sym_rayPayloadInEXT] = ACTIONS(992), + [anon_sym_hitAttributeEXT] = ACTIONS(992), + [anon_sym_callableDataEXT] = ACTIONS(992), + [anon_sym_callableDataInEXT] = ACTIONS(992), + [anon_sym_shaderRecordEXT] = ACTIONS(992), + [anon_sym_rayPayloadNV] = ACTIONS(992), + [anon_sym_rayPayloadInNV] = ACTIONS(992), + [anon_sym_hitAttributeNV] = ACTIONS(992), + [anon_sym_callableDataNV] = ACTIONS(992), + [anon_sym_callableDataInNV] = ACTIONS(992), + [anon_sym_shaderRecordNV] = ACTIONS(992), + [anon_sym_layout] = ACTIONS(995), + }, + [63] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1250), + [sym__declaration_specifiers] = STATE(1279), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(57), + [sym_compound_statement] = STATE(61), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(57), - [sym_identifier] = ACTIONS(1074), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(61), + [sym_identifier] = ACTIONS(1020), [aux_sym_preproc_include_token1] = ACTIONS(1006), [aux_sym_preproc_def_token1] = ACTIONS(1006), [aux_sym_preproc_if_token1] = ACTIONS(1006), + [aux_sym_preproc_if_token2] = ACTIONS(1006), [aux_sym_preproc_ifdef_token1] = ACTIONS(1006), [aux_sym_preproc_ifdef_token2] = ACTIONS(1006), [sym_preproc_directive] = ACTIONS(1006), @@ -26357,33 +27081,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(405), - [anon_sym_invariant] = ACTIONS(401), - [anon_sym_precise] = ACTIONS(401), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(405), - [anon_sym_out] = ACTIONS(405), - [anon_sym_inout] = ACTIONS(405), - [anon_sym_uniform] = ACTIONS(405), - [anon_sym_shared] = ACTIONS(405), - [anon_sym_attribute] = ACTIONS(405), - [anon_sym_varying] = ACTIONS(405), - [anon_sym_buffer] = ACTIONS(405), - [anon_sym_coherent] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_writeonly] = ACTIONS(405), - [anon_sym_precision] = ACTIONS(405), - [anon_sym_highp] = ACTIONS(405), - [anon_sym_mediump] = ACTIONS(405), - [anon_sym_lowp] = ACTIONS(405), - [anon_sym_centroid] = ACTIONS(405), - [anon_sym_sample] = ACTIONS(405), - [anon_sym_patch] = ACTIONS(405), - [anon_sym_smooth] = ACTIONS(405), - [anon_sym_flat] = ACTIONS(405), - [anon_sym_noperspective] = ACTIONS(405), - [anon_sym___extension__] = ACTIONS(407), - [anon_sym_typedef] = ACTIONS(409), + [anon_sym_subroutine] = ACTIONS(649), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(651), + [anon_sym_typedef] = ACTIONS(653), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), @@ -26394,8 +27118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1006), [anon_sym___thiscall] = ACTIONS(1006), [anon_sym___vectorcall] = ACTIONS(1006), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_RBRACE] = ACTIONS(1078), + [anon_sym_LBRACE] = ACTIONS(657), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -26417,26 +27140,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(417), + [anon_sym_if] = ACTIONS(659), [anon_sym_else] = ACTIONS(1006), - [anon_sym_switch] = ACTIONS(419), + [anon_sym_switch] = ACTIONS(661), [anon_sym_case] = ACTIONS(1006), [anon_sym_default] = ACTIONS(1006), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -26449,6 +27173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -26479,74 +27204,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [62] = { - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), + [64] = { + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1272), + [sym__declaration_specifiers] = STATE(1290), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(52), + [sym_compound_statement] = STATE(55), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(52), - [sym_labeled_statement] = STATE(52), - [sym_expression_statement] = STATE(52), - [sym_if_statement] = STATE(52), - [sym_switch_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_do_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_return_statement] = STATE(52), - [sym_break_statement] = STATE(52), - [sym_continue_statement] = STATE(52), - [sym_goto_statement] = STATE(52), - [sym_seh_try_statement] = STATE(52), - [sym_seh_leave_statement] = STATE(52), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [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(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(52), - [sym_identifier] = ACTIONS(1018), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(1024), [aux_sym_preproc_include_token1] = ACTIONS(1002), [aux_sym_preproc_def_token1] = ACTIONS(1002), [aux_sym_preproc_if_token1] = ACTIONS(1002), - [aux_sym_preproc_if_token2] = ACTIONS(1002), [aux_sym_preproc_ifdef_token1] = ACTIONS(1002), [aux_sym_preproc_ifdef_token2] = ACTIONS(1002), [sym_preproc_directive] = ACTIONS(1002), @@ -26557,33 +27282,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(475), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_SEMI] = ACTIONS(473), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), - [anon_sym___extension__] = ACTIONS(477), - [anon_sym_typedef] = ACTIONS(479), + [anon_sym_subroutine] = ACTIONS(405), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), + [anon_sym___extension__] = ACTIONS(407), + [anon_sym_typedef] = ACTIONS(409), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), @@ -26594,7 +27319,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1002), [anon_sym___thiscall] = ACTIONS(1002), [anon_sym___vectorcall] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_RBRACE] = ACTIONS(1022), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -26616,26 +27342,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(485), + [anon_sym_if] = ACTIONS(417), [anon_sym_else] = ACTIONS(1002), - [anon_sym_switch] = ACTIONS(487), + [anon_sym_switch] = ACTIONS(419), [anon_sym_case] = ACTIONS(1002), [anon_sym_default] = ACTIONS(1002), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -26648,6 +27375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -26678,276 +27406,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [63] = { - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(63), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(63), - [ts_builtin_sym_end] = ACTIONS(1103), - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(865), - [aux_sym_preproc_def_token1] = ACTIONS(865), - [aux_sym_preproc_if_token1] = ACTIONS(865), - [aux_sym_preproc_ifdef_token1] = ACTIONS(865), - [aux_sym_preproc_ifdef_token2] = ACTIONS(865), - [sym_preproc_directive] = ACTIONS(865), - [anon_sym_LPAREN2] = ACTIONS(867), - [anon_sym_BANG] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(873), - [anon_sym_PLUS] = ACTIONS(873), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_subroutine] = ACTIONS(1141), - [anon_sym_invariant] = ACTIONS(1144), - [anon_sym_precise] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1147), - [anon_sym_in] = ACTIONS(1141), - [anon_sym_out] = ACTIONS(1141), - [anon_sym_inout] = ACTIONS(1141), - [anon_sym_uniform] = ACTIONS(1141), - [anon_sym_shared] = ACTIONS(1141), - [anon_sym_attribute] = ACTIONS(1141), - [anon_sym_varying] = ACTIONS(1141), - [anon_sym_buffer] = ACTIONS(1141), - [anon_sym_coherent] = ACTIONS(1141), - [anon_sym_readonly] = ACTIONS(1141), - [anon_sym_writeonly] = ACTIONS(1141), - [anon_sym_precision] = ACTIONS(1141), - [anon_sym_highp] = ACTIONS(1141), - [anon_sym_mediump] = ACTIONS(1141), - [anon_sym_lowp] = ACTIONS(1141), - [anon_sym_centroid] = ACTIONS(1141), - [anon_sym_sample] = ACTIONS(1141), - [anon_sym_patch] = ACTIONS(1141), - [anon_sym_smooth] = ACTIONS(1141), - [anon_sym_flat] = ACTIONS(1141), - [anon_sym_noperspective] = ACTIONS(1141), - [anon_sym___extension__] = ACTIONS(1150), - [anon_sym_typedef] = ACTIONS(1153), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(903), - [anon_sym___cdecl] = ACTIONS(865), - [anon_sym___clrcall] = ACTIONS(865), - [anon_sym___stdcall] = ACTIONS(865), - [anon_sym___fastcall] = ACTIONS(865), - [anon_sym___thiscall] = ACTIONS(865), - [anon_sym___vectorcall] = ACTIONS(865), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(909), - [anon_sym_unsigned] = ACTIONS(909), - [anon_sym_long] = ACTIONS(909), - [anon_sym_short] = ACTIONS(909), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym___inline] = ACTIONS(894), - [anon_sym___inline__] = ACTIONS(894), - [anon_sym___forceinline] = ACTIONS(894), - [anon_sym_thread_local] = ACTIONS(894), - [anon_sym___thread] = ACTIONS(894), - [anon_sym_const] = ACTIONS(912), - [anon_sym_constexpr] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym___restrict__] = ACTIONS(912), - [anon_sym__Atomic] = ACTIONS(912), - [anon_sym__Noreturn] = ACTIONS(912), - [anon_sym_noreturn] = ACTIONS(912), - [anon_sym_alignas] = ACTIONS(915), - [anon_sym__Alignas] = ACTIONS(915), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(921), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(927), - [anon_sym_if] = ACTIONS(1159), - [anon_sym_else] = ACTIONS(865), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_case] = ACTIONS(865), - [anon_sym_default] = ACTIONS(865), - [anon_sym_while] = ACTIONS(1165), - [anon_sym_do] = ACTIONS(1168), - [anon_sym_for] = ACTIONS(1171), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1177), - [anon_sym_continue] = ACTIONS(1180), - [anon_sym_goto] = ACTIONS(1183), - [anon_sym___try] = ACTIONS(1186), - [anon_sym___leave] = ACTIONS(1189), - [anon_sym_DASH_DASH] = ACTIONS(963), - [anon_sym_PLUS_PLUS] = ACTIONS(963), - [anon_sym_sizeof] = ACTIONS(966), - [anon_sym___alignof__] = ACTIONS(969), - [anon_sym___alignof] = ACTIONS(969), - [anon_sym__alignof] = ACTIONS(969), - [anon_sym_alignof] = ACTIONS(969), - [anon_sym__Alignof] = ACTIONS(969), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(975), - [anon_sym_asm] = ACTIONS(978), - [anon_sym___asm__] = ACTIONS(978), - [sym_number_literal] = ACTIONS(981), - [anon_sym_L_SQUOTE] = ACTIONS(984), - [anon_sym_u_SQUOTE] = ACTIONS(984), - [anon_sym_U_SQUOTE] = ACTIONS(984), - [anon_sym_u8_SQUOTE] = ACTIONS(984), - [anon_sym_SQUOTE] = ACTIONS(984), - [anon_sym_L_DQUOTE] = ACTIONS(987), - [anon_sym_u_DQUOTE] = ACTIONS(987), - [anon_sym_U_DQUOTE] = ACTIONS(987), - [anon_sym_u8_DQUOTE] = ACTIONS(987), - [anon_sym_DQUOTE] = ACTIONS(987), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [anon_sym_NULL] = ACTIONS(993), - [anon_sym_nullptr] = ACTIONS(993), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(996), - [anon_sym_rayPayloadInEXT] = ACTIONS(996), - [anon_sym_hitAttributeEXT] = ACTIONS(996), - [anon_sym_callableDataEXT] = ACTIONS(996), - [anon_sym_callableDataInEXT] = ACTIONS(996), - [anon_sym_shaderRecordEXT] = ACTIONS(996), - [anon_sym_rayPayloadNV] = ACTIONS(996), - [anon_sym_rayPayloadInNV] = ACTIONS(996), - [anon_sym_hitAttributeNV] = ACTIONS(996), - [anon_sym_callableDataNV] = ACTIONS(996), - [anon_sym_callableDataInNV] = ACTIONS(996), - [anon_sym_shaderRecordNV] = ACTIONS(996), - [anon_sym_layout] = ACTIONS(999), - }, - [64] = { - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), + [65] = { + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(63), + [sym_compound_statement] = STATE(74), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [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(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym_seh_try_statement] = STATE(74), + [sym_seh_leave_statement] = STATE(74), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(63), - [ts_builtin_sym_end] = ACTIONS(1080), - [sym_identifier] = ACTIONS(1010), - [aux_sym_preproc_include_token1] = ACTIONS(1002), - [aux_sym_preproc_def_token1] = ACTIONS(1002), - [aux_sym_preproc_if_token1] = ACTIONS(1002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1002), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1002), - [sym_preproc_directive] = ACTIONS(1002), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1192), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26958,7 +27481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_subroutine] = ACTIONS(31), [anon_sym_invariant] = ACTIONS(29), [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym_SEMI] = ACTIONS(403), [anon_sym_in] = ACTIONS(31), [anon_sym_out] = ACTIONS(31), [anon_sym_inout] = ACTIONS(31), @@ -26986,12 +27509,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(1002), - [anon_sym___clrcall] = ACTIONS(1002), - [anon_sym___stdcall] = ACTIONS(1002), - [anon_sym___fastcall] = ACTIONS(1002), - [anon_sym___thiscall] = ACTIONS(1002), - [anon_sym___vectorcall] = ACTIONS(1002), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -27014,26 +27531,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(65), - [anon_sym_else] = ACTIONS(1002), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1004), [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1002), - [anon_sym_default] = ACTIONS(1002), - [anon_sym_while] = ACTIONS(73), + [anon_sym_while] = ACTIONS(1196), [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), + [anon_sym_for] = ACTIONS(1198), [anon_sym_return] = ACTIONS(79), [anon_sym_break] = ACTIONS(81), [anon_sym_continue] = ACTIONS(83), [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -27046,6 +27562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -27076,70 +27593,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [65] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), + [66] = { + [sym_declaration] = STATE(309), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1279), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(69), + [sym_compound_statement] = STATE(270), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(69), - [sym_labeled_statement] = STATE(69), - [sym_expression_statement] = STATE(69), - [sym_if_statement] = STATE(69), - [sym_switch_statement] = STATE(69), - [sym_while_statement] = STATE(69), - [sym_do_statement] = STATE(69), - [sym_for_statement] = STATE(69), - [sym_return_statement] = STATE(69), - [sym_break_statement] = STATE(69), - [sym_continue_statement] = STATE(69), - [sym_goto_statement] = STATE(69), - [sym_seh_try_statement] = STATE(69), - [sym_seh_leave_statement] = STATE(69), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(309), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(69), - [sym_identifier] = ACTIONS(1192), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1020), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27147,38 +27665,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_subroutine] = ACTIONS(649), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACE] = ACTIONS(657), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -27200,24 +27717,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(1006), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -27230,6 +27749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -27260,69 +27780,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [66] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), + [67] = { + [sym_declaration] = STATE(65), + [sym_type_definition] = STATE(65), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(68), + [sym_compound_statement] = STATE(65), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym_seh_try_statement] = STATE(68), - [sym_seh_leave_statement] = STATE(68), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(65), + [sym_labeled_statement] = STATE(65), + [sym_expression_statement] = STATE(65), + [sym_if_statement] = STATE(65), + [sym_switch_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_do_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_return_statement] = STATE(65), + [sym_break_statement] = STATE(65), + [sym_continue_statement] = STATE(65), + [sym_goto_statement] = STATE(65), + [sym_seh_try_statement] = STATE(65), + [sym_seh_leave_statement] = STATE(65), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(68), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(65), [sym_identifier] = ACTIONS(1192), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -27384,6 +27905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -27391,7 +27913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(860), + [anon_sym_else] = ACTIONS(1000), [anon_sym_switch] = ACTIONS(67), [anon_sym_while] = ACTIONS(1196), [anon_sym_do] = ACTIONS(75), @@ -27414,6 +27936,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -27444,70 +27967,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [67] = { - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), + [68] = { + [sym_declaration] = STATE(128), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1283), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(66), + [sym_compound_statement] = STATE(118), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(66), - [sym_labeled_statement] = STATE(66), - [sym_expression_statement] = STATE(66), - [sym_if_statement] = STATE(66), - [sym_switch_statement] = STATE(66), - [sym_while_statement] = STATE(66), - [sym_do_statement] = STATE(66), - [sym_for_statement] = STATE(66), - [sym_return_statement] = STATE(66), - [sym_break_statement] = STATE(66), - [sym_continue_statement] = STATE(66), - [sym_goto_statement] = STATE(66), - [sym_seh_try_statement] = STATE(66), - [sym_seh_leave_statement] = STATE(66), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(128), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(66), - [sym_identifier] = ACTIONS(1192), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(998), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27515,38 +28039,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), - [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_subroutine] = ACTIONS(139), + [anon_sym_invariant] = ACTIONS(135), + [anon_sym_precise] = ACTIONS(135), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym_in] = ACTIONS(139), + [anon_sym_out] = ACTIONS(139), + [anon_sym_inout] = ACTIONS(139), + [anon_sym_uniform] = ACTIONS(139), + [anon_sym_shared] = ACTIONS(139), + [anon_sym_attribute] = ACTIONS(139), + [anon_sym_varying] = ACTIONS(139), + [anon_sym_buffer] = ACTIONS(139), + [anon_sym_coherent] = ACTIONS(139), + [anon_sym_readonly] = ACTIONS(139), + [anon_sym_writeonly] = ACTIONS(139), + [anon_sym_precision] = ACTIONS(139), + [anon_sym_highp] = ACTIONS(139), + [anon_sym_mediump] = ACTIONS(139), + [anon_sym_lowp] = ACTIONS(139), + [anon_sym_centroid] = ACTIONS(139), + [anon_sym_sample] = ACTIONS(139), + [anon_sym_patch] = ACTIONS(139), + [anon_sym_smooth] = ACTIONS(139), + [anon_sym_flat] = ACTIONS(139), + [anon_sym_noperspective] = ACTIONS(139), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -27568,24 +28091,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -27598,6 +28123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -27628,254 +28154,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [68] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), - [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym_seh_try_statement] = STATE(68), - [sym_seh_leave_statement] = STATE(68), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(867), - [anon_sym_BANG] = ACTIONS(870), - [anon_sym_TILDE] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(873), - [anon_sym_PLUS] = ACTIONS(873), - [anon_sym_STAR] = ACTIONS(876), - [anon_sym_AMP] = ACTIONS(876), - [anon_sym_subroutine] = ACTIONS(1141), - [anon_sym_invariant] = ACTIONS(1144), - [anon_sym_precise] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1091), - [anon_sym_in] = ACTIONS(1141), - [anon_sym_out] = ACTIONS(1141), - [anon_sym_inout] = ACTIONS(1141), - [anon_sym_uniform] = ACTIONS(1141), - [anon_sym_shared] = ACTIONS(1141), - [anon_sym_attribute] = ACTIONS(1141), - [anon_sym_varying] = ACTIONS(1141), - [anon_sym_buffer] = ACTIONS(1141), - [anon_sym_coherent] = ACTIONS(1141), - [anon_sym_readonly] = ACTIONS(1141), - [anon_sym_writeonly] = ACTIONS(1141), - [anon_sym_precision] = ACTIONS(1141), - [anon_sym_highp] = ACTIONS(1141), - [anon_sym_mediump] = ACTIONS(1141), - [anon_sym_lowp] = ACTIONS(1141), - [anon_sym_centroid] = ACTIONS(1141), - [anon_sym_sample] = ACTIONS(1141), - [anon_sym_patch] = ACTIONS(1141), - [anon_sym_smooth] = ACTIONS(1141), - [anon_sym_flat] = ACTIONS(1141), - [anon_sym_noperspective] = ACTIONS(1141), - [anon_sym___extension__] = ACTIONS(1150), - [anon_sym_typedef] = ACTIONS(1153), - [anon_sym_extern] = ACTIONS(894), - [anon_sym___attribute__] = ACTIONS(897), - [anon_sym_LBRACK_LBRACK] = ACTIONS(900), - [anon_sym___declspec] = ACTIONS(903), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(909), - [anon_sym_unsigned] = ACTIONS(909), - [anon_sym_long] = ACTIONS(909), - [anon_sym_short] = ACTIONS(909), - [anon_sym_static] = ACTIONS(894), - [anon_sym_auto] = ACTIONS(894), - [anon_sym_register] = ACTIONS(894), - [anon_sym_inline] = ACTIONS(894), - [anon_sym___inline] = ACTIONS(894), - [anon_sym___inline__] = ACTIONS(894), - [anon_sym___forceinline] = ACTIONS(894), - [anon_sym_thread_local] = ACTIONS(894), - [anon_sym___thread] = ACTIONS(894), - [anon_sym_const] = ACTIONS(912), - [anon_sym_constexpr] = ACTIONS(912), - [anon_sym_volatile] = ACTIONS(912), - [anon_sym_restrict] = ACTIONS(912), - [anon_sym___restrict__] = ACTIONS(912), - [anon_sym__Atomic] = ACTIONS(912), - [anon_sym__Noreturn] = ACTIONS(912), - [anon_sym_noreturn] = ACTIONS(912), - [anon_sym_alignas] = ACTIONS(915), - [anon_sym__Alignas] = ACTIONS(915), - [sym_primitive_type] = ACTIONS(918), - [anon_sym_enum] = ACTIONS(921), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_union] = ACTIONS(927), - [anon_sym_if] = ACTIONS(1205), - [anon_sym_else] = ACTIONS(865), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_while] = ACTIONS(1208), - [anon_sym_do] = ACTIONS(1168), - [anon_sym_for] = ACTIONS(1211), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1177), - [anon_sym_continue] = ACTIONS(1180), - [anon_sym_goto] = ACTIONS(1183), - [anon_sym___try] = ACTIONS(1214), - [anon_sym___leave] = ACTIONS(1135), - [anon_sym_DASH_DASH] = ACTIONS(963), - [anon_sym_PLUS_PLUS] = ACTIONS(963), - [anon_sym_sizeof] = ACTIONS(966), - [anon_sym___alignof__] = ACTIONS(969), - [anon_sym___alignof] = ACTIONS(969), - [anon_sym__alignof] = ACTIONS(969), - [anon_sym_alignof] = ACTIONS(969), - [anon_sym__Alignof] = ACTIONS(969), - [anon_sym_offsetof] = ACTIONS(972), - [anon_sym__Generic] = ACTIONS(975), - [anon_sym_asm] = ACTIONS(978), - [anon_sym___asm__] = ACTIONS(978), - [sym_number_literal] = ACTIONS(981), - [anon_sym_L_SQUOTE] = ACTIONS(984), - [anon_sym_u_SQUOTE] = ACTIONS(984), - [anon_sym_U_SQUOTE] = ACTIONS(984), - [anon_sym_u8_SQUOTE] = ACTIONS(984), - [anon_sym_SQUOTE] = ACTIONS(984), - [anon_sym_L_DQUOTE] = ACTIONS(987), - [anon_sym_u_DQUOTE] = ACTIONS(987), - [anon_sym_U_DQUOTE] = ACTIONS(987), - [anon_sym_u8_DQUOTE] = ACTIONS(987), - [anon_sym_DQUOTE] = ACTIONS(987), - [sym_true] = ACTIONS(990), - [sym_false] = ACTIONS(990), - [anon_sym_NULL] = ACTIONS(993), - [anon_sym_nullptr] = ACTIONS(993), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(996), - [anon_sym_rayPayloadInEXT] = ACTIONS(996), - [anon_sym_hitAttributeEXT] = ACTIONS(996), - [anon_sym_callableDataEXT] = ACTIONS(996), - [anon_sym_callableDataInEXT] = ACTIONS(996), - [anon_sym_shaderRecordEXT] = ACTIONS(996), - [anon_sym_rayPayloadNV] = ACTIONS(996), - [anon_sym_rayPayloadInNV] = ACTIONS(996), - [anon_sym_hitAttributeNV] = ACTIONS(996), - [anon_sym_callableDataNV] = ACTIONS(996), - [anon_sym_callableDataInNV] = ACTIONS(996), - [anon_sym_shaderRecordNV] = ACTIONS(996), - [anon_sym_layout] = ACTIONS(999), - }, [69] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), + [sym_declaration] = STATE(310), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1275), + [sym__declaration_specifiers] = STATE(1290), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(552), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), - [sym_compound_statement] = STATE(68), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_attributed_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym_seh_try_statement] = STATE(68), - [sym_seh_leave_statement] = STATE(68), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(310), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1192), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1024), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27883,38 +28226,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(31), - [anon_sym_invariant] = ACTIONS(29), - [anon_sym_precise] = ACTIONS(29), + [anon_sym_subroutine] = ACTIONS(405), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), [anon_sym_SEMI] = ACTIONS(403), - [anon_sym_in] = ACTIONS(31), - [anon_sym_out] = ACTIONS(31), - [anon_sym_inout] = ACTIONS(31), - [anon_sym_uniform] = ACTIONS(31), - [anon_sym_shared] = ACTIONS(31), - [anon_sym_attribute] = ACTIONS(31), - [anon_sym_varying] = ACTIONS(31), - [anon_sym_buffer] = ACTIONS(31), - [anon_sym_coherent] = ACTIONS(31), - [anon_sym_readonly] = ACTIONS(31), - [anon_sym_writeonly] = ACTIONS(31), - [anon_sym_precision] = ACTIONS(31), - [anon_sym_highp] = ACTIONS(31), - [anon_sym_mediump] = ACTIONS(31), - [anon_sym_lowp] = ACTIONS(31), - [anon_sym_centroid] = ACTIONS(31), - [anon_sym_sample] = ACTIONS(31), - [anon_sym_patch] = ACTIONS(31), - [anon_sym_smooth] = ACTIONS(31), - [anon_sym_flat] = ACTIONS(31), - [anon_sym_noperspective] = ACTIONS(31), - [anon_sym___extension__] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), - [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_LBRACE] = ACTIONS(413), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -27936,23 +28278,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(1002), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), + [anon_sym_if] = ACTIONS(417), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(421), + [anon_sym_default] = ACTIONS(423), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), @@ -27966,6 +28310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -27997,52 +28342,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [70] = { - [sym_declaration] = STATE(663), + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1276), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(73), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__for_statement_body] = STATE(2358), - [sym_expression] = STATE(1169), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2360), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(517), - [sym_layout_specification] = STATE(517), - [aux_sym_declaration_repeat1] = STATE(517), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(73), + [sym_labeled_statement] = STATE(73), + [sym_expression_statement] = STATE(73), + [sym_if_statement] = STATE(73), + [sym_switch_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym_seh_try_statement] = STATE(73), + [sym_seh_leave_statement] = STATE(73), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1217), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(1192), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28050,36 +28413,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(1219), - [anon_sym_invariant] = ACTIONS(1221), - [anon_sym_precise] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1219), - [anon_sym_out] = ACTIONS(1219), - [anon_sym_inout] = ACTIONS(1219), - [anon_sym_uniform] = ACTIONS(1219), - [anon_sym_shared] = ACTIONS(1219), - [anon_sym_attribute] = ACTIONS(1219), - [anon_sym_varying] = ACTIONS(1219), - [anon_sym_buffer] = ACTIONS(1219), - [anon_sym_coherent] = ACTIONS(1219), - [anon_sym_readonly] = ACTIONS(1219), - [anon_sym_writeonly] = ACTIONS(1219), - [anon_sym_precision] = ACTIONS(1219), - [anon_sym_highp] = ACTIONS(1219), - [anon_sym_mediump] = ACTIONS(1219), - [anon_sym_lowp] = ACTIONS(1219), - [anon_sym_centroid] = ACTIONS(1219), - [anon_sym_sample] = ACTIONS(1219), - [anon_sym_patch] = ACTIONS(1219), - [anon_sym_smooth] = ACTIONS(1219), - [anon_sym_flat] = ACTIONS(1219), - [anon_sym_noperspective] = ACTIONS(1219), - [anon_sym___extension__] = ACTIONS(53), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -28101,12 +28466,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1002), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -28119,6 +28497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -28150,52 +28529,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [71] = { - [sym_declaration] = STATE(663), + [sym_declaration] = STATE(276), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1276), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(236), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__for_statement_body] = STATE(2370), - [sym_expression] = STATE(1169), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2360), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(517), - [sym_layout_specification] = STATE(517), - [aux_sym_declaration_repeat1] = STATE(517), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(276), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), + [sym_expression] = STATE(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1217), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1010), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28203,36 +28600,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(1219), - [anon_sym_invariant] = ACTIONS(1221), - [anon_sym_precise] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1219), - [anon_sym_out] = ACTIONS(1219), - [anon_sym_inout] = ACTIONS(1219), - [anon_sym_uniform] = ACTIONS(1219), - [anon_sym_shared] = ACTIONS(1219), - [anon_sym_attribute] = ACTIONS(1219), - [anon_sym_varying] = ACTIONS(1219), - [anon_sym_buffer] = ACTIONS(1219), - [anon_sym_coherent] = ACTIONS(1219), - [anon_sym_readonly] = ACTIONS(1219), - [anon_sym_writeonly] = ACTIONS(1219), - [anon_sym_precision] = ACTIONS(1219), - [anon_sym_highp] = ACTIONS(1219), - [anon_sym_mediump] = ACTIONS(1219), - [anon_sym_lowp] = ACTIONS(1219), - [anon_sym_centroid] = ACTIONS(1219), - [anon_sym_sample] = ACTIONS(1219), - [anon_sym_patch] = ACTIONS(1219), - [anon_sym_smooth] = ACTIONS(1219), - [anon_sym_flat] = ACTIONS(1219), - [anon_sym_noperspective] = ACTIONS(1219), - [anon_sym___extension__] = ACTIONS(53), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -28254,12 +28652,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), + [anon_sym_if] = ACTIONS(65), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(69), + [anon_sym_default] = ACTIONS(71), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -28272,6 +28684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -28303,52 +28716,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [72] = { - [sym_declaration] = STATE(663), + [sym_declaration] = STATE(276), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1276), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(295), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__for_statement_body] = STATE(2141), - [sym_expression] = STATE(1169), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2360), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(517), - [sym_layout_specification] = STATE(517), - [aux_sym_declaration_repeat1] = STATE(517), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(276), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1217), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1192), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28356,36 +28787,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(1219), - [anon_sym_invariant] = ACTIONS(1221), - [anon_sym_precise] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1219), - [anon_sym_out] = ACTIONS(1219), - [anon_sym_inout] = ACTIONS(1219), - [anon_sym_uniform] = ACTIONS(1219), - [anon_sym_shared] = ACTIONS(1219), - [anon_sym_attribute] = ACTIONS(1219), - [anon_sym_varying] = ACTIONS(1219), - [anon_sym_buffer] = ACTIONS(1219), - [anon_sym_coherent] = ACTIONS(1219), - [anon_sym_readonly] = ACTIONS(1219), - [anon_sym_writeonly] = ACTIONS(1219), - [anon_sym_precision] = ACTIONS(1219), - [anon_sym_highp] = ACTIONS(1219), - [anon_sym_mediump] = ACTIONS(1219), - [anon_sym_lowp] = ACTIONS(1219), - [anon_sym_centroid] = ACTIONS(1219), - [anon_sym_sample] = ACTIONS(1219), - [anon_sym_patch] = ACTIONS(1219), - [anon_sym_smooth] = ACTIONS(1219), - [anon_sym_flat] = ACTIONS(1219), - [anon_sym_noperspective] = ACTIONS(1219), - [anon_sym___extension__] = ACTIONS(53), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -28407,12 +28839,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -28425,6 +28871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -28456,52 +28903,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [73] = { - [sym_declaration] = STATE(663), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1276), + [sym__declaration_specifiers] = STATE(1281), [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), + [sym_attribute_declaration] = STATE(556), [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(74), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__for_statement_body] = STATE(2216), - [sym_expression] = STATE(1169), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2360), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(517), - [sym_layout_specification] = STATE(517), - [aux_sym_declaration_repeat1] = STATE(517), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym_seh_try_statement] = STATE(74), + [sym_seh_leave_statement] = STATE(74), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1217), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1192), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28509,36 +28974,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(1219), - [anon_sym_invariant] = ACTIONS(1221), - [anon_sym_precise] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1219), - [anon_sym_out] = ACTIONS(1219), - [anon_sym_inout] = ACTIONS(1219), - [anon_sym_uniform] = ACTIONS(1219), - [anon_sym_shared] = ACTIONS(1219), - [anon_sym_attribute] = ACTIONS(1219), - [anon_sym_varying] = ACTIONS(1219), - [anon_sym_buffer] = ACTIONS(1219), - [anon_sym_coherent] = ACTIONS(1219), - [anon_sym_readonly] = ACTIONS(1219), - [anon_sym_writeonly] = ACTIONS(1219), - [anon_sym_precision] = ACTIONS(1219), - [anon_sym_highp] = ACTIONS(1219), - [anon_sym_mediump] = ACTIONS(1219), - [anon_sym_lowp] = ACTIONS(1219), - [anon_sym_centroid] = ACTIONS(1219), - [anon_sym_sample] = ACTIONS(1219), - [anon_sym_patch] = ACTIONS(1219), - [anon_sym_smooth] = ACTIONS(1219), - [anon_sym_flat] = ACTIONS(1219), - [anon_sym_noperspective] = ACTIONS(1219), - [anon_sym___extension__] = ACTIONS(53), + [anon_sym_subroutine] = ACTIONS(31), + [anon_sym_invariant] = ACTIONS(29), + [anon_sym_precise] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym_in] = ACTIONS(31), + [anon_sym_out] = ACTIONS(31), + [anon_sym_inout] = ACTIONS(31), + [anon_sym_uniform] = ACTIONS(31), + [anon_sym_shared] = ACTIONS(31), + [anon_sym_attribute] = ACTIONS(31), + [anon_sym_varying] = ACTIONS(31), + [anon_sym_buffer] = ACTIONS(31), + [anon_sym_coherent] = ACTIONS(31), + [anon_sym_readonly] = ACTIONS(31), + [anon_sym_writeonly] = ACTIONS(31), + [anon_sym_precision] = ACTIONS(31), + [anon_sym_highp] = ACTIONS(31), + [anon_sym_mediump] = ACTIONS(31), + [anon_sym_lowp] = ACTIONS(31), + [anon_sym_centroid] = ACTIONS(31), + [anon_sym_sample] = ACTIONS(31), + [anon_sym_patch] = ACTIONS(31), + [anon_sym_smooth] = ACTIONS(31), + [anon_sym_flat] = ACTIONS(31), + [anon_sym_noperspective] = ACTIONS(31), + [anon_sym___extension__] = ACTIONS(33), + [anon_sym_typedef] = ACTIONS(35), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(41), [anon_sym___declspec] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -28560,12 +29027,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1006), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -28578,6 +29058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -28609,52 +29090,240 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(111), }, [74] = { - [sym_declaration] = STATE(663), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1281), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(556), + [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(74), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym_seh_try_statement] = STATE(74), + [sym_seh_leave_statement] = STATE(74), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1208), + [anon_sym_LPAREN2] = ACTIONS(863), + [anon_sym_BANG] = ACTIONS(866), + [anon_sym_TILDE] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(869), + [anon_sym_PLUS] = ACTIONS(869), + [anon_sym_STAR] = ACTIONS(872), + [anon_sym_AMP] = ACTIONS(872), + [anon_sym_subroutine] = ACTIONS(1033), + [anon_sym_invariant] = ACTIONS(1036), + [anon_sym_precise] = ACTIONS(1036), + [anon_sym_SEMI] = ACTIONS(1147), + [anon_sym_in] = ACTIONS(1033), + [anon_sym_out] = ACTIONS(1033), + [anon_sym_inout] = ACTIONS(1033), + [anon_sym_uniform] = ACTIONS(1033), + [anon_sym_shared] = ACTIONS(1033), + [anon_sym_attribute] = ACTIONS(1033), + [anon_sym_varying] = ACTIONS(1033), + [anon_sym_buffer] = ACTIONS(1033), + [anon_sym_coherent] = ACTIONS(1033), + [anon_sym_readonly] = ACTIONS(1033), + [anon_sym_writeonly] = ACTIONS(1033), + [anon_sym_precision] = ACTIONS(1033), + [anon_sym_highp] = ACTIONS(1033), + [anon_sym_mediump] = ACTIONS(1033), + [anon_sym_lowp] = ACTIONS(1033), + [anon_sym_centroid] = ACTIONS(1033), + [anon_sym_sample] = ACTIONS(1033), + [anon_sym_patch] = ACTIONS(1033), + [anon_sym_smooth] = ACTIONS(1033), + [anon_sym_flat] = ACTIONS(1033), + [anon_sym_noperspective] = ACTIONS(1033), + [anon_sym___extension__] = ACTIONS(1042), + [anon_sym_typedef] = ACTIONS(1045), + [anon_sym_extern] = ACTIONS(890), + [anon_sym___attribute__] = ACTIONS(893), + [anon_sym_LBRACK_LBRACK] = ACTIONS(896), + [anon_sym___declspec] = ACTIONS(899), + [anon_sym_LBRACE] = ACTIONS(1048), + [anon_sym_signed] = ACTIONS(905), + [anon_sym_unsigned] = ACTIONS(905), + [anon_sym_long] = ACTIONS(905), + [anon_sym_short] = ACTIONS(905), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_inline] = ACTIONS(890), + [anon_sym___inline] = ACTIONS(890), + [anon_sym___inline__] = ACTIONS(890), + [anon_sym___forceinline] = ACTIONS(890), + [anon_sym_thread_local] = ACTIONS(890), + [anon_sym___thread] = ACTIONS(890), + [anon_sym_const] = ACTIONS(908), + [anon_sym_constexpr] = ACTIONS(908), + [anon_sym_volatile] = ACTIONS(908), + [anon_sym_restrict] = ACTIONS(908), + [anon_sym___restrict__] = ACTIONS(908), + [anon_sym__Atomic] = ACTIONS(908), + [anon_sym__Noreturn] = ACTIONS(908), + [anon_sym_noreturn] = ACTIONS(908), + [anon_sym__Nonnull] = ACTIONS(908), + [anon_sym_alignas] = ACTIONS(911), + [anon_sym__Alignas] = ACTIONS(911), + [sym_primitive_type] = ACTIONS(914), + [anon_sym_enum] = ACTIONS(917), + [anon_sym_struct] = ACTIONS(920), + [anon_sym_union] = ACTIONS(923), + [anon_sym_if] = ACTIONS(1211), + [anon_sym_else] = ACTIONS(861), + [anon_sym_switch] = ACTIONS(1054), + [anon_sym_while] = ACTIONS(1214), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1217), + [anon_sym_return] = ACTIONS(1066), + [anon_sym_break] = ACTIONS(1069), + [anon_sym_continue] = ACTIONS(1072), + [anon_sym_goto] = ACTIONS(1075), + [anon_sym___try] = ACTIONS(1220), + [anon_sym___leave] = ACTIONS(1189), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [anon_sym_sizeof] = ACTIONS(962), + [anon_sym___alignof__] = ACTIONS(965), + [anon_sym___alignof] = ACTIONS(965), + [anon_sym__alignof] = ACTIONS(965), + [anon_sym_alignof] = ACTIONS(965), + [anon_sym__Alignof] = ACTIONS(965), + [anon_sym_offsetof] = ACTIONS(968), + [anon_sym__Generic] = ACTIONS(971), + [anon_sym_asm] = ACTIONS(974), + [anon_sym___asm__] = ACTIONS(974), + [anon_sym___asm] = ACTIONS(974), + [sym_number_literal] = ACTIONS(977), + [anon_sym_L_SQUOTE] = ACTIONS(980), + [anon_sym_u_SQUOTE] = ACTIONS(980), + [anon_sym_U_SQUOTE] = ACTIONS(980), + [anon_sym_u8_SQUOTE] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_L_DQUOTE] = ACTIONS(983), + [anon_sym_u_DQUOTE] = ACTIONS(983), + [anon_sym_U_DQUOTE] = ACTIONS(983), + [anon_sym_u8_DQUOTE] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(983), + [sym_true] = ACTIONS(986), + [sym_false] = ACTIONS(986), + [anon_sym_NULL] = ACTIONS(989), + [anon_sym_nullptr] = ACTIONS(989), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(992), + [anon_sym_rayPayloadInEXT] = ACTIONS(992), + [anon_sym_hitAttributeEXT] = ACTIONS(992), + [anon_sym_callableDataEXT] = ACTIONS(992), + [anon_sym_callableDataInEXT] = ACTIONS(992), + [anon_sym_shaderRecordEXT] = ACTIONS(992), + [anon_sym_rayPayloadNV] = ACTIONS(992), + [anon_sym_rayPayloadInNV] = ACTIONS(992), + [anon_sym_hitAttributeNV] = ACTIONS(992), + [anon_sym_callableDataNV] = ACTIONS(992), + [anon_sym_callableDataInNV] = ACTIONS(992), + [anon_sym_shaderRecordNV] = ACTIONS(992), + [anon_sym_layout] = ACTIONS(995), + }, + [75] = { + [sym_declaration] = STATE(671), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1276), + [sym__declaration_specifiers] = STATE(1289), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__for_statement_body] = STATE(2127), - [sym_expression] = STATE(1169), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2360), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(517), - [sym_layout_specification] = STATE(517), - [aux_sym_declaration_repeat1] = STATE(517), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__for_statement_body] = STATE(2296), + [sym_expression] = STATE(1215), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2290), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1217), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1223), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -28662,35 +29331,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_subroutine] = ACTIONS(1219), - [anon_sym_invariant] = ACTIONS(1221), - [anon_sym_precise] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_in] = ACTIONS(1219), - [anon_sym_out] = ACTIONS(1219), - [anon_sym_inout] = ACTIONS(1219), - [anon_sym_uniform] = ACTIONS(1219), - [anon_sym_shared] = ACTIONS(1219), - [anon_sym_attribute] = ACTIONS(1219), - [anon_sym_varying] = ACTIONS(1219), - [anon_sym_buffer] = ACTIONS(1219), - [anon_sym_coherent] = ACTIONS(1219), - [anon_sym_readonly] = ACTIONS(1219), - [anon_sym_writeonly] = ACTIONS(1219), - [anon_sym_precision] = ACTIONS(1219), - [anon_sym_highp] = ACTIONS(1219), - [anon_sym_mediump] = ACTIONS(1219), - [anon_sym_lowp] = ACTIONS(1219), - [anon_sym_centroid] = ACTIONS(1219), - [anon_sym_sample] = ACTIONS(1219), - [anon_sym_patch] = ACTIONS(1219), - [anon_sym_smooth] = ACTIONS(1219), - [anon_sym_flat] = ACTIONS(1219), - [anon_sym_noperspective] = ACTIONS(1219), - [anon_sym___extension__] = ACTIONS(53), + [anon_sym_subroutine] = ACTIONS(1225), + [anon_sym_invariant] = ACTIONS(1227), + [anon_sym_precise] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym_in] = ACTIONS(1225), + [anon_sym_out] = ACTIONS(1225), + [anon_sym_inout] = ACTIONS(1225), + [anon_sym_uniform] = ACTIONS(1225), + [anon_sym_shared] = ACTIONS(1225), + [anon_sym_attribute] = ACTIONS(1225), + [anon_sym_varying] = ACTIONS(1225), + [anon_sym_buffer] = ACTIONS(1225), + [anon_sym_coherent] = ACTIONS(1225), + [anon_sym_readonly] = ACTIONS(1225), + [anon_sym_writeonly] = ACTIONS(1225), + [anon_sym_precision] = ACTIONS(1225), + [anon_sym_highp] = ACTIONS(1225), + [anon_sym_mediump] = ACTIONS(1225), + [anon_sym_lowp] = ACTIONS(1225), + [anon_sym_centroid] = ACTIONS(1225), + [anon_sym_sample] = ACTIONS(1225), + [anon_sym_patch] = ACTIONS(1225), + [anon_sym_smooth] = ACTIONS(1225), + [anon_sym_flat] = ACTIONS(1225), + [anon_sym_noperspective] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -28713,6 +29382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -28731,6 +29401,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -28761,149 +29432,632 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [75] = { - [sym_else_clause] = STATE(88), - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token2] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [aux_sym_preproc_else_token1] = ACTIONS(1227), - [aux_sym_preproc_elif_token1] = ACTIONS(1227), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_subroutine] = ACTIONS(1227), + [76] = { + [sym_declaration] = STATE(671), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1289), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__for_statement_body] = STATE(2160), + [sym_expression] = STATE(1215), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2290), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_subroutine] = ACTIONS(1225), [anon_sym_invariant] = ACTIONS(1227), [anon_sym_precise] = ACTIONS(1227), [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym_in] = ACTIONS(1227), - [anon_sym_out] = ACTIONS(1227), - [anon_sym_inout] = ACTIONS(1227), - [anon_sym_uniform] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(1227), - [anon_sym_attribute] = ACTIONS(1227), - [anon_sym_varying] = ACTIONS(1227), - [anon_sym_buffer] = ACTIONS(1227), - [anon_sym_coherent] = ACTIONS(1227), - [anon_sym_readonly] = ACTIONS(1227), - [anon_sym_writeonly] = ACTIONS(1227), - [anon_sym_precision] = ACTIONS(1227), - [anon_sym_highp] = ACTIONS(1227), - [anon_sym_mediump] = ACTIONS(1227), - [anon_sym_lowp] = ACTIONS(1227), - [anon_sym_centroid] = ACTIONS(1227), - [anon_sym_sample] = ACTIONS(1227), - [anon_sym_patch] = ACTIONS(1227), - [anon_sym_smooth] = ACTIONS(1227), - [anon_sym_flat] = ACTIONS(1227), - [anon_sym_noperspective] = ACTIONS(1227), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [anon_sym_alignas] = ACTIONS(1227), - [anon_sym__Alignas] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym___try] = ACTIONS(1227), - [anon_sym___leave] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1227), - [anon_sym_rayPayloadInEXT] = ACTIONS(1227), - [anon_sym_hitAttributeEXT] = ACTIONS(1227), - [anon_sym_callableDataEXT] = ACTIONS(1227), - [anon_sym_callableDataInEXT] = ACTIONS(1227), - [anon_sym_shaderRecordEXT] = ACTIONS(1227), - [anon_sym_rayPayloadNV] = ACTIONS(1227), - [anon_sym_rayPayloadInNV] = ACTIONS(1227), - [anon_sym_hitAttributeNV] = ACTIONS(1227), - [anon_sym_callableDataNV] = ACTIONS(1227), - [anon_sym_callableDataInNV] = ACTIONS(1227), - [anon_sym_shaderRecordNV] = ACTIONS(1227), - [anon_sym_layout] = ACTIONS(1227), + [anon_sym_in] = ACTIONS(1225), + [anon_sym_out] = ACTIONS(1225), + [anon_sym_inout] = ACTIONS(1225), + [anon_sym_uniform] = ACTIONS(1225), + [anon_sym_shared] = ACTIONS(1225), + [anon_sym_attribute] = ACTIONS(1225), + [anon_sym_varying] = ACTIONS(1225), + [anon_sym_buffer] = ACTIONS(1225), + [anon_sym_coherent] = ACTIONS(1225), + [anon_sym_readonly] = ACTIONS(1225), + [anon_sym_writeonly] = ACTIONS(1225), + [anon_sym_precision] = ACTIONS(1225), + [anon_sym_highp] = ACTIONS(1225), + [anon_sym_mediump] = ACTIONS(1225), + [anon_sym_lowp] = ACTIONS(1225), + [anon_sym_centroid] = ACTIONS(1225), + [anon_sym_sample] = ACTIONS(1225), + [anon_sym_patch] = ACTIONS(1225), + [anon_sym_smooth] = ACTIONS(1225), + [anon_sym_flat] = ACTIONS(1225), + [anon_sym_noperspective] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), }, - [76] = { + [77] = { + [sym_declaration] = STATE(671), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1289), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__for_statement_body] = STATE(2401), + [sym_expression] = STATE(1215), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2290), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_subroutine] = ACTIONS(1225), + [anon_sym_invariant] = ACTIONS(1227), + [anon_sym_precise] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym_in] = ACTIONS(1225), + [anon_sym_out] = ACTIONS(1225), + [anon_sym_inout] = ACTIONS(1225), + [anon_sym_uniform] = ACTIONS(1225), + [anon_sym_shared] = ACTIONS(1225), + [anon_sym_attribute] = ACTIONS(1225), + [anon_sym_varying] = ACTIONS(1225), + [anon_sym_buffer] = ACTIONS(1225), + [anon_sym_coherent] = ACTIONS(1225), + [anon_sym_readonly] = ACTIONS(1225), + [anon_sym_writeonly] = ACTIONS(1225), + [anon_sym_precision] = ACTIONS(1225), + [anon_sym_highp] = ACTIONS(1225), + [anon_sym_mediump] = ACTIONS(1225), + [anon_sym_lowp] = ACTIONS(1225), + [anon_sym_centroid] = ACTIONS(1225), + [anon_sym_sample] = ACTIONS(1225), + [anon_sym_patch] = ACTIONS(1225), + [anon_sym_smooth] = ACTIONS(1225), + [anon_sym_flat] = ACTIONS(1225), + [anon_sym_noperspective] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), + }, + [78] = { + [sym_declaration] = STATE(671), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1289), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__for_statement_body] = STATE(2189), + [sym_expression] = STATE(1215), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2290), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_subroutine] = ACTIONS(1225), + [anon_sym_invariant] = ACTIONS(1227), + [anon_sym_precise] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym_in] = ACTIONS(1225), + [anon_sym_out] = ACTIONS(1225), + [anon_sym_inout] = ACTIONS(1225), + [anon_sym_uniform] = ACTIONS(1225), + [anon_sym_shared] = ACTIONS(1225), + [anon_sym_attribute] = ACTIONS(1225), + [anon_sym_varying] = ACTIONS(1225), + [anon_sym_buffer] = ACTIONS(1225), + [anon_sym_coherent] = ACTIONS(1225), + [anon_sym_readonly] = ACTIONS(1225), + [anon_sym_writeonly] = ACTIONS(1225), + [anon_sym_precision] = ACTIONS(1225), + [anon_sym_highp] = ACTIONS(1225), + [anon_sym_mediump] = ACTIONS(1225), + [anon_sym_lowp] = ACTIONS(1225), + [anon_sym_centroid] = ACTIONS(1225), + [anon_sym_sample] = ACTIONS(1225), + [anon_sym_patch] = ACTIONS(1225), + [anon_sym_smooth] = ACTIONS(1225), + [anon_sym_flat] = ACTIONS(1225), + [anon_sym_noperspective] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), + }, + [79] = { + [sym_declaration] = STATE(671), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1289), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__for_statement_body] = STATE(2244), + [sym_expression] = STATE(1215), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2290), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(539), + [sym_layout_specification] = STATE(539), + [aux_sym_declaration_repeat1] = STATE(539), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_subroutine] = ACTIONS(1225), + [anon_sym_invariant] = ACTIONS(1227), + [anon_sym_precise] = ACTIONS(1227), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym_in] = ACTIONS(1225), + [anon_sym_out] = ACTIONS(1225), + [anon_sym_inout] = ACTIONS(1225), + [anon_sym_uniform] = ACTIONS(1225), + [anon_sym_shared] = ACTIONS(1225), + [anon_sym_attribute] = ACTIONS(1225), + [anon_sym_varying] = ACTIONS(1225), + [anon_sym_buffer] = ACTIONS(1225), + [anon_sym_coherent] = ACTIONS(1225), + [anon_sym_readonly] = ACTIONS(1225), + [anon_sym_writeonly] = ACTIONS(1225), + [anon_sym_precision] = ACTIONS(1225), + [anon_sym_highp] = ACTIONS(1225), + [anon_sym_mediump] = ACTIONS(1225), + [anon_sym_lowp] = ACTIONS(1225), + [anon_sym_centroid] = ACTIONS(1225), + [anon_sym_sample] = ACTIONS(1225), + [anon_sym_patch] = ACTIONS(1225), + [anon_sym_smooth] = ACTIONS(1225), + [anon_sym_flat] = ACTIONS(1225), + [anon_sym_noperspective] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), + }, + [80] = { + [sym_else_clause] = STATE(101), [sym_identifier] = ACTIONS(1233), [aux_sym_preproc_include_token1] = ACTIONS(1233), [aux_sym_preproc_def_token1] = ACTIONS(1233), @@ -28982,6 +30136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1233), [anon_sym__Noreturn] = ACTIONS(1233), [anon_sym_noreturn] = ACTIONS(1233), + [anon_sym__Nonnull] = ACTIONS(1233), [anon_sym_alignas] = ACTIONS(1233), [anon_sym__Alignas] = ACTIONS(1233), [sym_primitive_type] = ACTIONS(1233), @@ -28989,7 +30144,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1233), [anon_sym_union] = ACTIONS(1233), [anon_sym_if] = ACTIONS(1233), - [anon_sym_else] = ACTIONS(1233), + [anon_sym_else] = ACTIONS(1237), [anon_sym_switch] = ACTIONS(1233), [anon_sym_case] = ACTIONS(1233), [anon_sym_default] = ACTIONS(1233), @@ -29014,6 +30169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1233), [anon_sym_asm] = ACTIONS(1233), [anon_sym___asm__] = ACTIONS(1233), + [anon_sym___asm] = ACTIONS(1233), [sym_number_literal] = ACTIONS(1235), [anon_sym_L_SQUOTE] = ACTIONS(1235), [anon_sym_u_SQUOTE] = ACTIONS(1235), @@ -29044,3981 +30200,4182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1233), [anon_sym_layout] = ACTIONS(1233), }, - [77] = { - [sym_identifier] = ACTIONS(1237), - [aux_sym_preproc_include_token1] = ACTIONS(1237), - [aux_sym_preproc_def_token1] = ACTIONS(1237), - [aux_sym_preproc_if_token1] = ACTIONS(1237), - [aux_sym_preproc_if_token2] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1237), - [aux_sym_preproc_else_token1] = ACTIONS(1237), - [aux_sym_preproc_elif_token1] = ACTIONS(1237), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1237), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1237), - [sym_preproc_directive] = ACTIONS(1237), - [anon_sym_LPAREN2] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1237), - [anon_sym_PLUS] = ACTIONS(1237), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_subroutine] = ACTIONS(1237), - [anon_sym_invariant] = ACTIONS(1237), - [anon_sym_precise] = ACTIONS(1237), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_in] = ACTIONS(1237), - [anon_sym_out] = ACTIONS(1237), - [anon_sym_inout] = ACTIONS(1237), - [anon_sym_uniform] = ACTIONS(1237), - [anon_sym_shared] = ACTIONS(1237), - [anon_sym_attribute] = ACTIONS(1237), - [anon_sym_varying] = ACTIONS(1237), - [anon_sym_buffer] = ACTIONS(1237), - [anon_sym_coherent] = ACTIONS(1237), - [anon_sym_readonly] = ACTIONS(1237), - [anon_sym_writeonly] = ACTIONS(1237), - [anon_sym_precision] = ACTIONS(1237), - [anon_sym_highp] = ACTIONS(1237), - [anon_sym_mediump] = ACTIONS(1237), - [anon_sym_lowp] = ACTIONS(1237), - [anon_sym_centroid] = ACTIONS(1237), - [anon_sym_sample] = ACTIONS(1237), - [anon_sym_patch] = ACTIONS(1237), - [anon_sym_smooth] = ACTIONS(1237), - [anon_sym_flat] = ACTIONS(1237), - [anon_sym_noperspective] = ACTIONS(1237), - [anon_sym___extension__] = ACTIONS(1237), - [anon_sym_typedef] = ACTIONS(1237), - [anon_sym_extern] = ACTIONS(1237), - [anon_sym___attribute__] = ACTIONS(1237), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1239), - [anon_sym___declspec] = ACTIONS(1237), - [anon_sym___cdecl] = ACTIONS(1237), - [anon_sym___clrcall] = ACTIONS(1237), - [anon_sym___stdcall] = ACTIONS(1237), - [anon_sym___fastcall] = ACTIONS(1237), - [anon_sym___thiscall] = ACTIONS(1237), - [anon_sym___vectorcall] = ACTIONS(1237), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_signed] = ACTIONS(1237), - [anon_sym_unsigned] = ACTIONS(1237), - [anon_sym_long] = ACTIONS(1237), - [anon_sym_short] = ACTIONS(1237), - [anon_sym_static] = ACTIONS(1237), - [anon_sym_auto] = ACTIONS(1237), - [anon_sym_register] = ACTIONS(1237), - [anon_sym_inline] = ACTIONS(1237), - [anon_sym___inline] = ACTIONS(1237), - [anon_sym___inline__] = ACTIONS(1237), - [anon_sym___forceinline] = ACTIONS(1237), - [anon_sym_thread_local] = ACTIONS(1237), - [anon_sym___thread] = ACTIONS(1237), - [anon_sym_const] = ACTIONS(1237), - [anon_sym_constexpr] = ACTIONS(1237), - [anon_sym_volatile] = ACTIONS(1237), - [anon_sym_restrict] = ACTIONS(1237), - [anon_sym___restrict__] = ACTIONS(1237), - [anon_sym__Atomic] = ACTIONS(1237), - [anon_sym__Noreturn] = ACTIONS(1237), - [anon_sym_noreturn] = ACTIONS(1237), - [anon_sym_alignas] = ACTIONS(1237), - [anon_sym__Alignas] = ACTIONS(1237), - [sym_primitive_type] = ACTIONS(1237), - [anon_sym_enum] = ACTIONS(1237), - [anon_sym_struct] = ACTIONS(1237), - [anon_sym_union] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1237), - [anon_sym_else] = ACTIONS(1237), - [anon_sym_switch] = ACTIONS(1237), - [anon_sym_case] = ACTIONS(1237), - [anon_sym_default] = ACTIONS(1237), - [anon_sym_while] = ACTIONS(1237), - [anon_sym_do] = ACTIONS(1237), - [anon_sym_for] = ACTIONS(1237), - [anon_sym_return] = ACTIONS(1237), - [anon_sym_break] = ACTIONS(1237), - [anon_sym_continue] = ACTIONS(1237), - [anon_sym_goto] = ACTIONS(1237), - [anon_sym___try] = ACTIONS(1237), - [anon_sym___leave] = ACTIONS(1237), - [anon_sym_DASH_DASH] = ACTIONS(1239), - [anon_sym_PLUS_PLUS] = ACTIONS(1239), - [anon_sym_sizeof] = ACTIONS(1237), - [anon_sym___alignof__] = ACTIONS(1237), - [anon_sym___alignof] = ACTIONS(1237), - [anon_sym__alignof] = ACTIONS(1237), - [anon_sym_alignof] = ACTIONS(1237), - [anon_sym__Alignof] = ACTIONS(1237), - [anon_sym_offsetof] = ACTIONS(1237), - [anon_sym__Generic] = ACTIONS(1237), - [anon_sym_asm] = ACTIONS(1237), - [anon_sym___asm__] = ACTIONS(1237), - [sym_number_literal] = ACTIONS(1239), - [anon_sym_L_SQUOTE] = ACTIONS(1239), - [anon_sym_u_SQUOTE] = ACTIONS(1239), - [anon_sym_U_SQUOTE] = ACTIONS(1239), - [anon_sym_u8_SQUOTE] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1239), - [anon_sym_L_DQUOTE] = ACTIONS(1239), - [anon_sym_u_DQUOTE] = ACTIONS(1239), - [anon_sym_U_DQUOTE] = ACTIONS(1239), - [anon_sym_u8_DQUOTE] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [sym_true] = ACTIONS(1237), - [sym_false] = ACTIONS(1237), - [anon_sym_NULL] = ACTIONS(1237), - [anon_sym_nullptr] = ACTIONS(1237), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1237), - [anon_sym_rayPayloadInEXT] = ACTIONS(1237), - [anon_sym_hitAttributeEXT] = ACTIONS(1237), - [anon_sym_callableDataEXT] = ACTIONS(1237), - [anon_sym_callableDataInEXT] = ACTIONS(1237), - [anon_sym_shaderRecordEXT] = ACTIONS(1237), - [anon_sym_rayPayloadNV] = ACTIONS(1237), - [anon_sym_rayPayloadInNV] = ACTIONS(1237), - [anon_sym_hitAttributeNV] = ACTIONS(1237), - [anon_sym_callableDataNV] = ACTIONS(1237), - [anon_sym_callableDataInNV] = ACTIONS(1237), - [anon_sym_shaderRecordNV] = ACTIONS(1237), - [anon_sym_layout] = ACTIONS(1237), - }, - [78] = { - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token2] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [aux_sym_preproc_else_token1] = ACTIONS(1241), - [aux_sym_preproc_elif_token1] = ACTIONS(1241), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), - }, - [79] = { - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token2] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [aux_sym_preproc_else_token1] = ACTIONS(1241), - [aux_sym_preproc_elif_token1] = ACTIONS(1241), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), - }, - [80] = { - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token2] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [aux_sym_preproc_else_token1] = ACTIONS(1245), - [aux_sym_preproc_elif_token1] = ACTIONS(1245), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, [81] = { - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token2] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [aux_sym_preproc_else_token1] = ACTIONS(1245), - [aux_sym_preproc_elif_token1] = ACTIONS(1245), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [aux_sym_preproc_else_token1] = ACTIONS(1239), + [aux_sym_preproc_elif_token1] = ACTIONS(1239), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), }, [82] = { - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1249), - [aux_sym_preproc_def_token1] = ACTIONS(1249), - [aux_sym_preproc_if_token1] = ACTIONS(1249), - [aux_sym_preproc_if_token2] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1249), - [aux_sym_preproc_else_token1] = ACTIONS(1249), - [aux_sym_preproc_elif_token1] = ACTIONS(1249), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1249), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1249), - [sym_preproc_directive] = ACTIONS(1249), - [anon_sym_LPAREN2] = ACTIONS(1251), - [anon_sym_BANG] = ACTIONS(1251), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1249), - [anon_sym_STAR] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - [anon_sym_subroutine] = ACTIONS(1249), - [anon_sym_invariant] = ACTIONS(1249), - [anon_sym_precise] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_in] = ACTIONS(1249), - [anon_sym_out] = ACTIONS(1249), - [anon_sym_inout] = ACTIONS(1249), - [anon_sym_uniform] = ACTIONS(1249), - [anon_sym_shared] = ACTIONS(1249), - [anon_sym_attribute] = ACTIONS(1249), - [anon_sym_varying] = ACTIONS(1249), - [anon_sym_buffer] = ACTIONS(1249), - [anon_sym_coherent] = ACTIONS(1249), - [anon_sym_readonly] = ACTIONS(1249), - [anon_sym_writeonly] = ACTIONS(1249), - [anon_sym_precision] = ACTIONS(1249), - [anon_sym_highp] = ACTIONS(1249), - [anon_sym_mediump] = ACTIONS(1249), - [anon_sym_lowp] = ACTIONS(1249), - [anon_sym_centroid] = ACTIONS(1249), - [anon_sym_sample] = ACTIONS(1249), - [anon_sym_patch] = ACTIONS(1249), - [anon_sym_smooth] = ACTIONS(1249), - [anon_sym_flat] = ACTIONS(1249), - [anon_sym_noperspective] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1249), - [anon_sym_typedef] = ACTIONS(1249), - [anon_sym_extern] = ACTIONS(1249), - [anon_sym___attribute__] = ACTIONS(1249), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1251), - [anon_sym___declspec] = ACTIONS(1249), - [anon_sym___cdecl] = ACTIONS(1249), - [anon_sym___clrcall] = ACTIONS(1249), - [anon_sym___stdcall] = ACTIONS(1249), - [anon_sym___fastcall] = ACTIONS(1249), - [anon_sym___thiscall] = ACTIONS(1249), - [anon_sym___vectorcall] = ACTIONS(1249), - [anon_sym_LBRACE] = ACTIONS(1251), - [anon_sym_signed] = ACTIONS(1249), - [anon_sym_unsigned] = ACTIONS(1249), - [anon_sym_long] = ACTIONS(1249), - [anon_sym_short] = ACTIONS(1249), - [anon_sym_static] = ACTIONS(1249), - [anon_sym_auto] = ACTIONS(1249), - [anon_sym_register] = ACTIONS(1249), - [anon_sym_inline] = ACTIONS(1249), - [anon_sym___inline] = ACTIONS(1249), - [anon_sym___inline__] = ACTIONS(1249), - [anon_sym___forceinline] = ACTIONS(1249), - [anon_sym_thread_local] = ACTIONS(1249), - [anon_sym___thread] = ACTIONS(1249), - [anon_sym_const] = ACTIONS(1249), - [anon_sym_constexpr] = ACTIONS(1249), - [anon_sym_volatile] = ACTIONS(1249), - [anon_sym_restrict] = ACTIONS(1249), - [anon_sym___restrict__] = ACTIONS(1249), - [anon_sym__Atomic] = ACTIONS(1249), - [anon_sym__Noreturn] = ACTIONS(1249), - [anon_sym_noreturn] = ACTIONS(1249), - [anon_sym_alignas] = ACTIONS(1249), - [anon_sym__Alignas] = ACTIONS(1249), - [sym_primitive_type] = ACTIONS(1249), - [anon_sym_enum] = ACTIONS(1249), - [anon_sym_struct] = ACTIONS(1249), - [anon_sym_union] = ACTIONS(1249), - [anon_sym_if] = ACTIONS(1249), - [anon_sym_else] = ACTIONS(1249), - [anon_sym_switch] = ACTIONS(1249), - [anon_sym_case] = ACTIONS(1249), - [anon_sym_default] = ACTIONS(1249), - [anon_sym_while] = ACTIONS(1249), - [anon_sym_do] = ACTIONS(1249), - [anon_sym_for] = ACTIONS(1249), - [anon_sym_return] = ACTIONS(1249), - [anon_sym_break] = ACTIONS(1249), - [anon_sym_continue] = ACTIONS(1249), - [anon_sym_goto] = ACTIONS(1249), - [anon_sym___try] = ACTIONS(1249), - [anon_sym___leave] = ACTIONS(1249), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_PLUS_PLUS] = ACTIONS(1251), - [anon_sym_sizeof] = ACTIONS(1249), - [anon_sym___alignof__] = ACTIONS(1249), - [anon_sym___alignof] = ACTIONS(1249), - [anon_sym__alignof] = ACTIONS(1249), - [anon_sym_alignof] = ACTIONS(1249), - [anon_sym__Alignof] = ACTIONS(1249), - [anon_sym_offsetof] = ACTIONS(1249), - [anon_sym__Generic] = ACTIONS(1249), - [anon_sym_asm] = ACTIONS(1249), - [anon_sym___asm__] = ACTIONS(1249), - [sym_number_literal] = ACTIONS(1251), - [anon_sym_L_SQUOTE] = ACTIONS(1251), - [anon_sym_u_SQUOTE] = ACTIONS(1251), - [anon_sym_U_SQUOTE] = ACTIONS(1251), - [anon_sym_u8_SQUOTE] = ACTIONS(1251), - [anon_sym_SQUOTE] = ACTIONS(1251), - [anon_sym_L_DQUOTE] = ACTIONS(1251), - [anon_sym_u_DQUOTE] = ACTIONS(1251), - [anon_sym_U_DQUOTE] = ACTIONS(1251), - [anon_sym_u8_DQUOTE] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_true] = ACTIONS(1249), - [sym_false] = ACTIONS(1249), - [anon_sym_NULL] = ACTIONS(1249), - [anon_sym_nullptr] = ACTIONS(1249), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1249), - [anon_sym_rayPayloadInEXT] = ACTIONS(1249), - [anon_sym_hitAttributeEXT] = ACTIONS(1249), - [anon_sym_callableDataEXT] = ACTIONS(1249), - [anon_sym_callableDataInEXT] = ACTIONS(1249), - [anon_sym_shaderRecordEXT] = ACTIONS(1249), - [anon_sym_rayPayloadNV] = ACTIONS(1249), - [anon_sym_rayPayloadInNV] = ACTIONS(1249), - [anon_sym_hitAttributeNV] = ACTIONS(1249), - [anon_sym_callableDataNV] = ACTIONS(1249), - [anon_sym_callableDataInNV] = ACTIONS(1249), - [anon_sym_shaderRecordNV] = ACTIONS(1249), - [anon_sym_layout] = ACTIONS(1249), + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [aux_sym_preproc_else_token1] = ACTIONS(1243), + [aux_sym_preproc_elif_token1] = ACTIONS(1243), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), }, [83] = { - [sym_identifier] = ACTIONS(1253), - [aux_sym_preproc_include_token1] = ACTIONS(1253), - [aux_sym_preproc_def_token1] = ACTIONS(1253), - [aux_sym_preproc_if_token1] = ACTIONS(1253), - [aux_sym_preproc_if_token2] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1253), - [aux_sym_preproc_else_token1] = ACTIONS(1253), - [aux_sym_preproc_elif_token1] = ACTIONS(1253), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1253), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1253), - [sym_preproc_directive] = ACTIONS(1253), - [anon_sym_LPAREN2] = ACTIONS(1255), - [anon_sym_BANG] = ACTIONS(1255), - [anon_sym_TILDE] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1253), - [anon_sym_PLUS] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_subroutine] = ACTIONS(1253), - [anon_sym_invariant] = ACTIONS(1253), - [anon_sym_precise] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1253), - [anon_sym_out] = ACTIONS(1253), - [anon_sym_inout] = ACTIONS(1253), - [anon_sym_uniform] = ACTIONS(1253), - [anon_sym_shared] = ACTIONS(1253), - [anon_sym_attribute] = ACTIONS(1253), - [anon_sym_varying] = ACTIONS(1253), - [anon_sym_buffer] = ACTIONS(1253), - [anon_sym_coherent] = ACTIONS(1253), - [anon_sym_readonly] = ACTIONS(1253), - [anon_sym_writeonly] = ACTIONS(1253), - [anon_sym_precision] = ACTIONS(1253), - [anon_sym_highp] = ACTIONS(1253), - [anon_sym_mediump] = ACTIONS(1253), - [anon_sym_lowp] = ACTIONS(1253), - [anon_sym_centroid] = ACTIONS(1253), - [anon_sym_sample] = ACTIONS(1253), - [anon_sym_patch] = ACTIONS(1253), - [anon_sym_smooth] = ACTIONS(1253), - [anon_sym_flat] = ACTIONS(1253), - [anon_sym_noperspective] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1253), - [anon_sym_typedef] = ACTIONS(1253), - [anon_sym_extern] = ACTIONS(1253), - [anon_sym___attribute__] = ACTIONS(1253), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1255), - [anon_sym___declspec] = ACTIONS(1253), - [anon_sym___cdecl] = ACTIONS(1253), - [anon_sym___clrcall] = ACTIONS(1253), - [anon_sym___stdcall] = ACTIONS(1253), - [anon_sym___fastcall] = ACTIONS(1253), - [anon_sym___thiscall] = ACTIONS(1253), - [anon_sym___vectorcall] = ACTIONS(1253), - [anon_sym_LBRACE] = ACTIONS(1255), - [anon_sym_signed] = ACTIONS(1253), - [anon_sym_unsigned] = ACTIONS(1253), - [anon_sym_long] = ACTIONS(1253), - [anon_sym_short] = ACTIONS(1253), - [anon_sym_static] = ACTIONS(1253), - [anon_sym_auto] = ACTIONS(1253), - [anon_sym_register] = ACTIONS(1253), - [anon_sym_inline] = ACTIONS(1253), - [anon_sym___inline] = ACTIONS(1253), - [anon_sym___inline__] = ACTIONS(1253), - [anon_sym___forceinline] = ACTIONS(1253), - [anon_sym_thread_local] = ACTIONS(1253), - [anon_sym___thread] = ACTIONS(1253), - [anon_sym_const] = ACTIONS(1253), - [anon_sym_constexpr] = ACTIONS(1253), - [anon_sym_volatile] = ACTIONS(1253), - [anon_sym_restrict] = ACTIONS(1253), - [anon_sym___restrict__] = ACTIONS(1253), - [anon_sym__Atomic] = ACTIONS(1253), - [anon_sym__Noreturn] = ACTIONS(1253), - [anon_sym_noreturn] = ACTIONS(1253), - [anon_sym_alignas] = ACTIONS(1253), - [anon_sym__Alignas] = ACTIONS(1253), - [sym_primitive_type] = ACTIONS(1253), - [anon_sym_enum] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1253), - [anon_sym_union] = ACTIONS(1253), - [anon_sym_if] = ACTIONS(1253), - [anon_sym_else] = ACTIONS(1253), - [anon_sym_switch] = ACTIONS(1253), - [anon_sym_case] = ACTIONS(1253), - [anon_sym_default] = ACTIONS(1253), - [anon_sym_while] = ACTIONS(1253), - [anon_sym_do] = ACTIONS(1253), - [anon_sym_for] = ACTIONS(1253), - [anon_sym_return] = ACTIONS(1253), - [anon_sym_break] = ACTIONS(1253), - [anon_sym_continue] = ACTIONS(1253), - [anon_sym_goto] = ACTIONS(1253), - [anon_sym___try] = ACTIONS(1253), - [anon_sym___leave] = ACTIONS(1253), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_sizeof] = ACTIONS(1253), - [anon_sym___alignof__] = ACTIONS(1253), - [anon_sym___alignof] = ACTIONS(1253), - [anon_sym__alignof] = ACTIONS(1253), - [anon_sym_alignof] = ACTIONS(1253), - [anon_sym__Alignof] = ACTIONS(1253), - [anon_sym_offsetof] = ACTIONS(1253), - [anon_sym__Generic] = ACTIONS(1253), - [anon_sym_asm] = ACTIONS(1253), - [anon_sym___asm__] = ACTIONS(1253), - [sym_number_literal] = ACTIONS(1255), - [anon_sym_L_SQUOTE] = ACTIONS(1255), - [anon_sym_u_SQUOTE] = ACTIONS(1255), - [anon_sym_U_SQUOTE] = ACTIONS(1255), - [anon_sym_u8_SQUOTE] = ACTIONS(1255), - [anon_sym_SQUOTE] = ACTIONS(1255), - [anon_sym_L_DQUOTE] = ACTIONS(1255), - [anon_sym_u_DQUOTE] = ACTIONS(1255), - [anon_sym_U_DQUOTE] = ACTIONS(1255), - [anon_sym_u8_DQUOTE] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_true] = ACTIONS(1253), - [sym_false] = ACTIONS(1253), - [anon_sym_NULL] = ACTIONS(1253), - [anon_sym_nullptr] = ACTIONS(1253), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1253), - [anon_sym_rayPayloadInEXT] = ACTIONS(1253), - [anon_sym_hitAttributeEXT] = ACTIONS(1253), - [anon_sym_callableDataEXT] = ACTIONS(1253), - [anon_sym_callableDataInEXT] = ACTIONS(1253), - [anon_sym_shaderRecordEXT] = ACTIONS(1253), - [anon_sym_rayPayloadNV] = ACTIONS(1253), - [anon_sym_rayPayloadInNV] = ACTIONS(1253), - [anon_sym_hitAttributeNV] = ACTIONS(1253), - [anon_sym_callableDataNV] = ACTIONS(1253), - [anon_sym_callableDataInNV] = ACTIONS(1253), - [anon_sym_shaderRecordNV] = ACTIONS(1253), - [anon_sym_layout] = ACTIONS(1253), + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token2] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [aux_sym_preproc_else_token1] = ACTIONS(1247), + [aux_sym_preproc_elif_token1] = ACTIONS(1247), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_subroutine] = ACTIONS(1247), + [anon_sym_invariant] = ACTIONS(1247), + [anon_sym_precise] = ACTIONS(1247), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym_in] = ACTIONS(1247), + [anon_sym_out] = ACTIONS(1247), + [anon_sym_inout] = ACTIONS(1247), + [anon_sym_uniform] = ACTIONS(1247), + [anon_sym_shared] = ACTIONS(1247), + [anon_sym_attribute] = ACTIONS(1247), + [anon_sym_varying] = ACTIONS(1247), + [anon_sym_buffer] = ACTIONS(1247), + [anon_sym_coherent] = ACTIONS(1247), + [anon_sym_readonly] = ACTIONS(1247), + [anon_sym_writeonly] = ACTIONS(1247), + [anon_sym_precision] = ACTIONS(1247), + [anon_sym_highp] = ACTIONS(1247), + [anon_sym_mediump] = ACTIONS(1247), + [anon_sym_lowp] = ACTIONS(1247), + [anon_sym_centroid] = ACTIONS(1247), + [anon_sym_sample] = ACTIONS(1247), + [anon_sym_patch] = ACTIONS(1247), + [anon_sym_smooth] = ACTIONS(1247), + [anon_sym_flat] = ACTIONS(1247), + [anon_sym_noperspective] = ACTIONS(1247), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [anon_sym__Nonnull] = ACTIONS(1247), + [anon_sym_alignas] = ACTIONS(1247), + [anon_sym__Alignas] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym___try] = ACTIONS(1247), + [anon_sym___leave] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [anon_sym___asm] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1247), + [anon_sym_rayPayloadInEXT] = ACTIONS(1247), + [anon_sym_hitAttributeEXT] = ACTIONS(1247), + [anon_sym_callableDataEXT] = ACTIONS(1247), + [anon_sym_callableDataInEXT] = ACTIONS(1247), + [anon_sym_shaderRecordEXT] = ACTIONS(1247), + [anon_sym_rayPayloadNV] = ACTIONS(1247), + [anon_sym_rayPayloadInNV] = ACTIONS(1247), + [anon_sym_hitAttributeNV] = ACTIONS(1247), + [anon_sym_callableDataNV] = ACTIONS(1247), + [anon_sym_callableDataInNV] = ACTIONS(1247), + [anon_sym_shaderRecordNV] = ACTIONS(1247), + [anon_sym_layout] = ACTIONS(1247), }, [84] = { - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token2] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [aux_sym_preproc_else_token1] = ACTIONS(1257), - [aux_sym_preproc_elif_token1] = ACTIONS(1257), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token2] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [aux_sym_preproc_else_token1] = ACTIONS(1251), + [aux_sym_preproc_elif_token1] = ACTIONS(1251), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), }, [85] = { - [sym_identifier] = ACTIONS(1261), - [aux_sym_preproc_include_token1] = ACTIONS(1261), - [aux_sym_preproc_def_token1] = ACTIONS(1261), - [aux_sym_preproc_if_token1] = ACTIONS(1261), - [aux_sym_preproc_if_token2] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1261), - [aux_sym_preproc_else_token1] = ACTIONS(1261), - [aux_sym_preproc_elif_token1] = ACTIONS(1261), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1261), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1261), - [sym_preproc_directive] = ACTIONS(1261), - [anon_sym_LPAREN2] = ACTIONS(1263), - [anon_sym_BANG] = ACTIONS(1263), - [anon_sym_TILDE] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_subroutine] = ACTIONS(1261), - [anon_sym_invariant] = ACTIONS(1261), - [anon_sym_precise] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_in] = ACTIONS(1261), - [anon_sym_out] = ACTIONS(1261), - [anon_sym_inout] = ACTIONS(1261), - [anon_sym_uniform] = ACTIONS(1261), - [anon_sym_shared] = ACTIONS(1261), - [anon_sym_attribute] = ACTIONS(1261), - [anon_sym_varying] = ACTIONS(1261), - [anon_sym_buffer] = ACTIONS(1261), - [anon_sym_coherent] = ACTIONS(1261), - [anon_sym_readonly] = ACTIONS(1261), - [anon_sym_writeonly] = ACTIONS(1261), - [anon_sym_precision] = ACTIONS(1261), - [anon_sym_highp] = ACTIONS(1261), - [anon_sym_mediump] = ACTIONS(1261), - [anon_sym_lowp] = ACTIONS(1261), - [anon_sym_centroid] = ACTIONS(1261), - [anon_sym_sample] = ACTIONS(1261), - [anon_sym_patch] = ACTIONS(1261), - [anon_sym_smooth] = ACTIONS(1261), - [anon_sym_flat] = ACTIONS(1261), - [anon_sym_noperspective] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1261), - [anon_sym_typedef] = ACTIONS(1261), - [anon_sym_extern] = ACTIONS(1261), - [anon_sym___attribute__] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1263), - [anon_sym___declspec] = ACTIONS(1261), - [anon_sym___cdecl] = ACTIONS(1261), - [anon_sym___clrcall] = ACTIONS(1261), - [anon_sym___stdcall] = ACTIONS(1261), - [anon_sym___fastcall] = ACTIONS(1261), - [anon_sym___thiscall] = ACTIONS(1261), - [anon_sym___vectorcall] = ACTIONS(1261), - [anon_sym_LBRACE] = ACTIONS(1263), - [anon_sym_signed] = ACTIONS(1261), - [anon_sym_unsigned] = ACTIONS(1261), - [anon_sym_long] = ACTIONS(1261), - [anon_sym_short] = ACTIONS(1261), - [anon_sym_static] = ACTIONS(1261), - [anon_sym_auto] = ACTIONS(1261), - [anon_sym_register] = ACTIONS(1261), - [anon_sym_inline] = ACTIONS(1261), - [anon_sym___inline] = ACTIONS(1261), - [anon_sym___inline__] = ACTIONS(1261), - [anon_sym___forceinline] = ACTIONS(1261), - [anon_sym_thread_local] = ACTIONS(1261), - [anon_sym___thread] = ACTIONS(1261), - [anon_sym_const] = ACTIONS(1261), - [anon_sym_constexpr] = ACTIONS(1261), - [anon_sym_volatile] = ACTIONS(1261), - [anon_sym_restrict] = ACTIONS(1261), - [anon_sym___restrict__] = ACTIONS(1261), - [anon_sym__Atomic] = ACTIONS(1261), - [anon_sym__Noreturn] = ACTIONS(1261), - [anon_sym_noreturn] = ACTIONS(1261), - [anon_sym_alignas] = ACTIONS(1261), - [anon_sym__Alignas] = ACTIONS(1261), - [sym_primitive_type] = ACTIONS(1261), - [anon_sym_enum] = ACTIONS(1261), - [anon_sym_struct] = ACTIONS(1261), - [anon_sym_union] = ACTIONS(1261), - [anon_sym_if] = ACTIONS(1261), - [anon_sym_else] = ACTIONS(1261), - [anon_sym_switch] = ACTIONS(1261), - [anon_sym_case] = ACTIONS(1261), - [anon_sym_default] = ACTIONS(1261), - [anon_sym_while] = ACTIONS(1261), - [anon_sym_do] = ACTIONS(1261), - [anon_sym_for] = ACTIONS(1261), - [anon_sym_return] = ACTIONS(1261), - [anon_sym_break] = ACTIONS(1261), - [anon_sym_continue] = ACTIONS(1261), - [anon_sym_goto] = ACTIONS(1261), - [anon_sym___try] = ACTIONS(1261), - [anon_sym___leave] = ACTIONS(1261), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_sizeof] = ACTIONS(1261), - [anon_sym___alignof__] = ACTIONS(1261), - [anon_sym___alignof] = ACTIONS(1261), - [anon_sym__alignof] = ACTIONS(1261), - [anon_sym_alignof] = ACTIONS(1261), - [anon_sym__Alignof] = ACTIONS(1261), - [anon_sym_offsetof] = ACTIONS(1261), - [anon_sym__Generic] = ACTIONS(1261), - [anon_sym_asm] = ACTIONS(1261), - [anon_sym___asm__] = ACTIONS(1261), - [sym_number_literal] = ACTIONS(1263), - [anon_sym_L_SQUOTE] = ACTIONS(1263), - [anon_sym_u_SQUOTE] = ACTIONS(1263), - [anon_sym_U_SQUOTE] = ACTIONS(1263), - [anon_sym_u8_SQUOTE] = ACTIONS(1263), - [anon_sym_SQUOTE] = ACTIONS(1263), - [anon_sym_L_DQUOTE] = ACTIONS(1263), - [anon_sym_u_DQUOTE] = ACTIONS(1263), - [anon_sym_U_DQUOTE] = ACTIONS(1263), - [anon_sym_u8_DQUOTE] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_true] = ACTIONS(1261), - [sym_false] = ACTIONS(1261), - [anon_sym_NULL] = ACTIONS(1261), - [anon_sym_nullptr] = ACTIONS(1261), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1261), - [anon_sym_rayPayloadInEXT] = ACTIONS(1261), - [anon_sym_hitAttributeEXT] = ACTIONS(1261), - [anon_sym_callableDataEXT] = ACTIONS(1261), - [anon_sym_callableDataInEXT] = ACTIONS(1261), - [anon_sym_shaderRecordEXT] = ACTIONS(1261), - [anon_sym_rayPayloadNV] = ACTIONS(1261), - [anon_sym_rayPayloadInNV] = ACTIONS(1261), - [anon_sym_hitAttributeNV] = ACTIONS(1261), - [anon_sym_callableDataNV] = ACTIONS(1261), - [anon_sym_callableDataInNV] = ACTIONS(1261), - [anon_sym_shaderRecordNV] = ACTIONS(1261), - [anon_sym_layout] = ACTIONS(1261), + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [aux_sym_preproc_else_token1] = ACTIONS(1239), + [aux_sym_preproc_elif_token1] = ACTIONS(1239), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), }, [86] = { - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token2] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [aux_sym_preproc_else_token1] = ACTIONS(1257), - [aux_sym_preproc_elif_token1] = ACTIONS(1257), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token2] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [aux_sym_preproc_else_token1] = ACTIONS(1251), + [aux_sym_preproc_elif_token1] = ACTIONS(1251), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), }, [87] = { - [sym_identifier] = ACTIONS(1265), - [aux_sym_preproc_include_token1] = ACTIONS(1265), - [aux_sym_preproc_def_token1] = ACTIONS(1265), - [aux_sym_preproc_if_token1] = ACTIONS(1265), - [aux_sym_preproc_if_token2] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1265), - [aux_sym_preproc_else_token1] = ACTIONS(1265), - [aux_sym_preproc_elif_token1] = ACTIONS(1265), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1265), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1265), - [sym_preproc_directive] = ACTIONS(1265), - [anon_sym_LPAREN2] = ACTIONS(1267), - [anon_sym_BANG] = ACTIONS(1267), - [anon_sym_TILDE] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1265), - [anon_sym_PLUS] = ACTIONS(1265), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_subroutine] = ACTIONS(1265), - [anon_sym_invariant] = ACTIONS(1265), - [anon_sym_precise] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1265), - [anon_sym_out] = ACTIONS(1265), - [anon_sym_inout] = ACTIONS(1265), - [anon_sym_uniform] = ACTIONS(1265), - [anon_sym_shared] = ACTIONS(1265), - [anon_sym_attribute] = ACTIONS(1265), - [anon_sym_varying] = ACTIONS(1265), - [anon_sym_buffer] = ACTIONS(1265), - [anon_sym_coherent] = ACTIONS(1265), - [anon_sym_readonly] = ACTIONS(1265), - [anon_sym_writeonly] = ACTIONS(1265), - [anon_sym_precision] = ACTIONS(1265), - [anon_sym_highp] = ACTIONS(1265), - [anon_sym_mediump] = ACTIONS(1265), - [anon_sym_lowp] = ACTIONS(1265), - [anon_sym_centroid] = ACTIONS(1265), - [anon_sym_sample] = ACTIONS(1265), - [anon_sym_patch] = ACTIONS(1265), - [anon_sym_smooth] = ACTIONS(1265), - [anon_sym_flat] = ACTIONS(1265), - [anon_sym_noperspective] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1265), - [anon_sym_typedef] = ACTIONS(1265), - [anon_sym_extern] = ACTIONS(1265), - [anon_sym___attribute__] = ACTIONS(1265), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1267), - [anon_sym___declspec] = ACTIONS(1265), - [anon_sym___cdecl] = ACTIONS(1265), - [anon_sym___clrcall] = ACTIONS(1265), - [anon_sym___stdcall] = ACTIONS(1265), - [anon_sym___fastcall] = ACTIONS(1265), - [anon_sym___thiscall] = ACTIONS(1265), - [anon_sym___vectorcall] = ACTIONS(1265), - [anon_sym_LBRACE] = ACTIONS(1267), - [anon_sym_signed] = ACTIONS(1265), - [anon_sym_unsigned] = ACTIONS(1265), - [anon_sym_long] = ACTIONS(1265), - [anon_sym_short] = ACTIONS(1265), - [anon_sym_static] = ACTIONS(1265), - [anon_sym_auto] = ACTIONS(1265), - [anon_sym_register] = ACTIONS(1265), - [anon_sym_inline] = ACTIONS(1265), - [anon_sym___inline] = ACTIONS(1265), - [anon_sym___inline__] = ACTIONS(1265), - [anon_sym___forceinline] = ACTIONS(1265), - [anon_sym_thread_local] = ACTIONS(1265), - [anon_sym___thread] = ACTIONS(1265), - [anon_sym_const] = ACTIONS(1265), - [anon_sym_constexpr] = ACTIONS(1265), - [anon_sym_volatile] = ACTIONS(1265), - [anon_sym_restrict] = ACTIONS(1265), - [anon_sym___restrict__] = ACTIONS(1265), - [anon_sym__Atomic] = ACTIONS(1265), - [anon_sym__Noreturn] = ACTIONS(1265), - [anon_sym_noreturn] = ACTIONS(1265), - [anon_sym_alignas] = ACTIONS(1265), - [anon_sym__Alignas] = ACTIONS(1265), - [sym_primitive_type] = ACTIONS(1265), - [anon_sym_enum] = ACTIONS(1265), - [anon_sym_struct] = ACTIONS(1265), - [anon_sym_union] = ACTIONS(1265), - [anon_sym_if] = ACTIONS(1265), - [anon_sym_else] = ACTIONS(1265), - [anon_sym_switch] = ACTIONS(1265), - [anon_sym_case] = ACTIONS(1265), - [anon_sym_default] = ACTIONS(1265), - [anon_sym_while] = ACTIONS(1265), - [anon_sym_do] = ACTIONS(1265), - [anon_sym_for] = ACTIONS(1265), - [anon_sym_return] = ACTIONS(1265), - [anon_sym_break] = ACTIONS(1265), - [anon_sym_continue] = ACTIONS(1265), - [anon_sym_goto] = ACTIONS(1265), - [anon_sym___try] = ACTIONS(1265), - [anon_sym___leave] = ACTIONS(1265), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_sizeof] = ACTIONS(1265), - [anon_sym___alignof__] = ACTIONS(1265), - [anon_sym___alignof] = ACTIONS(1265), - [anon_sym__alignof] = ACTIONS(1265), - [anon_sym_alignof] = ACTIONS(1265), - [anon_sym__Alignof] = ACTIONS(1265), - [anon_sym_offsetof] = ACTIONS(1265), - [anon_sym__Generic] = ACTIONS(1265), - [anon_sym_asm] = ACTIONS(1265), - [anon_sym___asm__] = ACTIONS(1265), - [sym_number_literal] = ACTIONS(1267), - [anon_sym_L_SQUOTE] = ACTIONS(1267), - [anon_sym_u_SQUOTE] = ACTIONS(1267), - [anon_sym_U_SQUOTE] = ACTIONS(1267), - [anon_sym_u8_SQUOTE] = ACTIONS(1267), - [anon_sym_SQUOTE] = ACTIONS(1267), - [anon_sym_L_DQUOTE] = ACTIONS(1267), - [anon_sym_u_DQUOTE] = ACTIONS(1267), - [anon_sym_U_DQUOTE] = ACTIONS(1267), - [anon_sym_u8_DQUOTE] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_true] = ACTIONS(1265), - [sym_false] = ACTIONS(1265), - [anon_sym_NULL] = ACTIONS(1265), - [anon_sym_nullptr] = ACTIONS(1265), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1265), - [anon_sym_rayPayloadInEXT] = ACTIONS(1265), - [anon_sym_hitAttributeEXT] = ACTIONS(1265), - [anon_sym_callableDataEXT] = ACTIONS(1265), - [anon_sym_callableDataInEXT] = ACTIONS(1265), - [anon_sym_shaderRecordEXT] = ACTIONS(1265), - [anon_sym_rayPayloadNV] = ACTIONS(1265), - [anon_sym_rayPayloadInNV] = ACTIONS(1265), - [anon_sym_hitAttributeNV] = ACTIONS(1265), - [anon_sym_callableDataNV] = ACTIONS(1265), - [anon_sym_callableDataInNV] = ACTIONS(1265), - [anon_sym_shaderRecordNV] = ACTIONS(1265), - [anon_sym_layout] = ACTIONS(1265), + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(1255), + [aux_sym_preproc_def_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token2] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), + [aux_sym_preproc_else_token1] = ACTIONS(1255), + [aux_sym_preproc_elif_token1] = ACTIONS(1255), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1255), + [sym_preproc_directive] = ACTIONS(1255), + [anon_sym_LPAREN2] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_TILDE] = ACTIONS(1257), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_subroutine] = ACTIONS(1255), + [anon_sym_invariant] = ACTIONS(1255), + [anon_sym_precise] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_in] = ACTIONS(1255), + [anon_sym_out] = ACTIONS(1255), + [anon_sym_inout] = ACTIONS(1255), + [anon_sym_uniform] = ACTIONS(1255), + [anon_sym_shared] = ACTIONS(1255), + [anon_sym_attribute] = ACTIONS(1255), + [anon_sym_varying] = ACTIONS(1255), + [anon_sym_buffer] = ACTIONS(1255), + [anon_sym_coherent] = ACTIONS(1255), + [anon_sym_readonly] = ACTIONS(1255), + [anon_sym_writeonly] = ACTIONS(1255), + [anon_sym_precision] = ACTIONS(1255), + [anon_sym_highp] = ACTIONS(1255), + [anon_sym_mediump] = ACTIONS(1255), + [anon_sym_lowp] = ACTIONS(1255), + [anon_sym_centroid] = ACTIONS(1255), + [anon_sym_sample] = ACTIONS(1255), + [anon_sym_patch] = ACTIONS(1255), + [anon_sym_smooth] = ACTIONS(1255), + [anon_sym_flat] = ACTIONS(1255), + [anon_sym_noperspective] = ACTIONS(1255), + [anon_sym___extension__] = ACTIONS(1255), + [anon_sym_typedef] = ACTIONS(1255), + [anon_sym_extern] = ACTIONS(1255), + [anon_sym___attribute__] = ACTIONS(1255), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), + [anon_sym___declspec] = ACTIONS(1255), + [anon_sym___cdecl] = ACTIONS(1255), + [anon_sym___clrcall] = ACTIONS(1255), + [anon_sym___stdcall] = ACTIONS(1255), + [anon_sym___fastcall] = ACTIONS(1255), + [anon_sym___thiscall] = ACTIONS(1255), + [anon_sym___vectorcall] = ACTIONS(1255), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_signed] = ACTIONS(1255), + [anon_sym_unsigned] = ACTIONS(1255), + [anon_sym_long] = ACTIONS(1255), + [anon_sym_short] = ACTIONS(1255), + [anon_sym_static] = ACTIONS(1255), + [anon_sym_auto] = ACTIONS(1255), + [anon_sym_register] = ACTIONS(1255), + [anon_sym_inline] = ACTIONS(1255), + [anon_sym___inline] = ACTIONS(1255), + [anon_sym___inline__] = ACTIONS(1255), + [anon_sym___forceinline] = ACTIONS(1255), + [anon_sym_thread_local] = ACTIONS(1255), + [anon_sym___thread] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1255), + [anon_sym_constexpr] = ACTIONS(1255), + [anon_sym_volatile] = ACTIONS(1255), + [anon_sym_restrict] = ACTIONS(1255), + [anon_sym___restrict__] = ACTIONS(1255), + [anon_sym__Atomic] = ACTIONS(1255), + [anon_sym__Noreturn] = ACTIONS(1255), + [anon_sym_noreturn] = ACTIONS(1255), + [anon_sym__Nonnull] = ACTIONS(1255), + [anon_sym_alignas] = ACTIONS(1255), + [anon_sym__Alignas] = ACTIONS(1255), + [sym_primitive_type] = ACTIONS(1255), + [anon_sym_enum] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1255), + [anon_sym_union] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1255), + [anon_sym_else] = ACTIONS(1255), + [anon_sym_switch] = ACTIONS(1255), + [anon_sym_case] = ACTIONS(1255), + [anon_sym_default] = ACTIONS(1255), + [anon_sym_while] = ACTIONS(1255), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1255), + [anon_sym_break] = ACTIONS(1255), + [anon_sym_continue] = ACTIONS(1255), + [anon_sym_goto] = ACTIONS(1255), + [anon_sym___try] = ACTIONS(1255), + [anon_sym___leave] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1257), + [anon_sym_PLUS_PLUS] = ACTIONS(1257), + [anon_sym_sizeof] = ACTIONS(1255), + [anon_sym___alignof__] = ACTIONS(1255), + [anon_sym___alignof] = ACTIONS(1255), + [anon_sym__alignof] = ACTIONS(1255), + [anon_sym_alignof] = ACTIONS(1255), + [anon_sym__Alignof] = ACTIONS(1255), + [anon_sym_offsetof] = ACTIONS(1255), + [anon_sym__Generic] = ACTIONS(1255), + [anon_sym_asm] = ACTIONS(1255), + [anon_sym___asm__] = ACTIONS(1255), + [anon_sym___asm] = ACTIONS(1255), + [sym_number_literal] = ACTIONS(1257), + [anon_sym_L_SQUOTE] = ACTIONS(1257), + [anon_sym_u_SQUOTE] = ACTIONS(1257), + [anon_sym_U_SQUOTE] = ACTIONS(1257), + [anon_sym_u8_SQUOTE] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1257), + [anon_sym_L_DQUOTE] = ACTIONS(1257), + [anon_sym_u_DQUOTE] = ACTIONS(1257), + [anon_sym_U_DQUOTE] = ACTIONS(1257), + [anon_sym_u8_DQUOTE] = ACTIONS(1257), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_true] = ACTIONS(1255), + [sym_false] = ACTIONS(1255), + [anon_sym_NULL] = ACTIONS(1255), + [anon_sym_nullptr] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1255), + [anon_sym_rayPayloadInEXT] = ACTIONS(1255), + [anon_sym_hitAttributeEXT] = ACTIONS(1255), + [anon_sym_callableDataEXT] = ACTIONS(1255), + [anon_sym_callableDataInEXT] = ACTIONS(1255), + [anon_sym_shaderRecordEXT] = ACTIONS(1255), + [anon_sym_rayPayloadNV] = ACTIONS(1255), + [anon_sym_rayPayloadInNV] = ACTIONS(1255), + [anon_sym_hitAttributeNV] = ACTIONS(1255), + [anon_sym_callableDataNV] = ACTIONS(1255), + [anon_sym_callableDataInNV] = ACTIONS(1255), + [anon_sym_shaderRecordNV] = ACTIONS(1255), + [anon_sym_layout] = ACTIONS(1255), }, [88] = { - [sym_identifier] = ACTIONS(1269), - [aux_sym_preproc_include_token1] = ACTIONS(1269), - [aux_sym_preproc_def_token1] = ACTIONS(1269), - [aux_sym_preproc_if_token1] = ACTIONS(1269), - [aux_sym_preproc_if_token2] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1269), - [aux_sym_preproc_else_token1] = ACTIONS(1269), - [aux_sym_preproc_elif_token1] = ACTIONS(1269), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1269), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1269), - [sym_preproc_directive] = ACTIONS(1269), - [anon_sym_LPAREN2] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1271), - [anon_sym_TILDE] = ACTIONS(1271), - [anon_sym_DASH] = ACTIONS(1269), - [anon_sym_PLUS] = ACTIONS(1269), - [anon_sym_STAR] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(1271), - [anon_sym_subroutine] = ACTIONS(1269), - [anon_sym_invariant] = ACTIONS(1269), - [anon_sym_precise] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1271), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_out] = ACTIONS(1269), - [anon_sym_inout] = ACTIONS(1269), - [anon_sym_uniform] = ACTIONS(1269), - [anon_sym_shared] = ACTIONS(1269), - [anon_sym_attribute] = ACTIONS(1269), - [anon_sym_varying] = ACTIONS(1269), - [anon_sym_buffer] = ACTIONS(1269), - [anon_sym_coherent] = ACTIONS(1269), - [anon_sym_readonly] = ACTIONS(1269), - [anon_sym_writeonly] = ACTIONS(1269), - [anon_sym_precision] = ACTIONS(1269), - [anon_sym_highp] = ACTIONS(1269), - [anon_sym_mediump] = ACTIONS(1269), - [anon_sym_lowp] = ACTIONS(1269), - [anon_sym_centroid] = ACTIONS(1269), - [anon_sym_sample] = ACTIONS(1269), - [anon_sym_patch] = ACTIONS(1269), - [anon_sym_smooth] = ACTIONS(1269), - [anon_sym_flat] = ACTIONS(1269), - [anon_sym_noperspective] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1269), - [anon_sym_typedef] = ACTIONS(1269), - [anon_sym_extern] = ACTIONS(1269), - [anon_sym___attribute__] = ACTIONS(1269), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1271), - [anon_sym___declspec] = ACTIONS(1269), - [anon_sym___cdecl] = ACTIONS(1269), - [anon_sym___clrcall] = ACTIONS(1269), - [anon_sym___stdcall] = ACTIONS(1269), - [anon_sym___fastcall] = ACTIONS(1269), - [anon_sym___thiscall] = ACTIONS(1269), - [anon_sym___vectorcall] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1271), - [anon_sym_signed] = ACTIONS(1269), - [anon_sym_unsigned] = ACTIONS(1269), - [anon_sym_long] = ACTIONS(1269), - [anon_sym_short] = ACTIONS(1269), - [anon_sym_static] = ACTIONS(1269), - [anon_sym_auto] = ACTIONS(1269), - [anon_sym_register] = ACTIONS(1269), - [anon_sym_inline] = ACTIONS(1269), - [anon_sym___inline] = ACTIONS(1269), - [anon_sym___inline__] = ACTIONS(1269), - [anon_sym___forceinline] = ACTIONS(1269), - [anon_sym_thread_local] = ACTIONS(1269), - [anon_sym___thread] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [anon_sym_constexpr] = ACTIONS(1269), - [anon_sym_volatile] = ACTIONS(1269), - [anon_sym_restrict] = ACTIONS(1269), - [anon_sym___restrict__] = ACTIONS(1269), - [anon_sym__Atomic] = ACTIONS(1269), - [anon_sym__Noreturn] = ACTIONS(1269), - [anon_sym_noreturn] = ACTIONS(1269), - [anon_sym_alignas] = ACTIONS(1269), - [anon_sym__Alignas] = ACTIONS(1269), - [sym_primitive_type] = ACTIONS(1269), - [anon_sym_enum] = ACTIONS(1269), - [anon_sym_struct] = ACTIONS(1269), - [anon_sym_union] = ACTIONS(1269), - [anon_sym_if] = ACTIONS(1269), - [anon_sym_else] = ACTIONS(1269), - [anon_sym_switch] = ACTIONS(1269), - [anon_sym_case] = ACTIONS(1269), - [anon_sym_default] = ACTIONS(1269), - [anon_sym_while] = ACTIONS(1269), - [anon_sym_do] = ACTIONS(1269), - [anon_sym_for] = ACTIONS(1269), - [anon_sym_return] = ACTIONS(1269), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1269), - [anon_sym_goto] = ACTIONS(1269), - [anon_sym___try] = ACTIONS(1269), - [anon_sym___leave] = ACTIONS(1269), - [anon_sym_DASH_DASH] = ACTIONS(1271), - [anon_sym_PLUS_PLUS] = ACTIONS(1271), - [anon_sym_sizeof] = ACTIONS(1269), - [anon_sym___alignof__] = ACTIONS(1269), - [anon_sym___alignof] = ACTIONS(1269), - [anon_sym__alignof] = ACTIONS(1269), - [anon_sym_alignof] = ACTIONS(1269), - [anon_sym__Alignof] = ACTIONS(1269), - [anon_sym_offsetof] = ACTIONS(1269), - [anon_sym__Generic] = ACTIONS(1269), - [anon_sym_asm] = ACTIONS(1269), - [anon_sym___asm__] = ACTIONS(1269), - [sym_number_literal] = ACTIONS(1271), - [anon_sym_L_SQUOTE] = ACTIONS(1271), - [anon_sym_u_SQUOTE] = ACTIONS(1271), - [anon_sym_U_SQUOTE] = ACTIONS(1271), - [anon_sym_u8_SQUOTE] = ACTIONS(1271), - [anon_sym_SQUOTE] = ACTIONS(1271), - [anon_sym_L_DQUOTE] = ACTIONS(1271), - [anon_sym_u_DQUOTE] = ACTIONS(1271), - [anon_sym_U_DQUOTE] = ACTIONS(1271), - [anon_sym_u8_DQUOTE] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(1271), - [sym_true] = ACTIONS(1269), - [sym_false] = ACTIONS(1269), - [anon_sym_NULL] = ACTIONS(1269), - [anon_sym_nullptr] = ACTIONS(1269), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1269), - [anon_sym_rayPayloadInEXT] = ACTIONS(1269), - [anon_sym_hitAttributeEXT] = ACTIONS(1269), - [anon_sym_callableDataEXT] = ACTIONS(1269), - [anon_sym_callableDataInEXT] = ACTIONS(1269), - [anon_sym_shaderRecordEXT] = ACTIONS(1269), - [anon_sym_rayPayloadNV] = ACTIONS(1269), - [anon_sym_rayPayloadInNV] = ACTIONS(1269), - [anon_sym_hitAttributeNV] = ACTIONS(1269), - [anon_sym_callableDataNV] = ACTIONS(1269), - [anon_sym_callableDataInNV] = ACTIONS(1269), - [anon_sym_shaderRecordNV] = ACTIONS(1269), - [anon_sym_layout] = ACTIONS(1269), + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token2] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [aux_sym_preproc_else_token1] = ACTIONS(1259), + [aux_sym_preproc_elif_token1] = ACTIONS(1259), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), }, [89] = { - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token2] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [aux_sym_preproc_else_token1] = ACTIONS(1273), - [aux_sym_preproc_elif_token1] = ACTIONS(1273), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token2] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [aux_sym_preproc_else_token1] = ACTIONS(1263), + [aux_sym_preproc_elif_token1] = ACTIONS(1263), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_subroutine] = ACTIONS(1263), + [anon_sym_invariant] = ACTIONS(1263), + [anon_sym_precise] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_in] = ACTIONS(1263), + [anon_sym_out] = ACTIONS(1263), + [anon_sym_inout] = ACTIONS(1263), + [anon_sym_uniform] = ACTIONS(1263), + [anon_sym_shared] = ACTIONS(1263), + [anon_sym_attribute] = ACTIONS(1263), + [anon_sym_varying] = ACTIONS(1263), + [anon_sym_buffer] = ACTIONS(1263), + [anon_sym_coherent] = ACTIONS(1263), + [anon_sym_readonly] = ACTIONS(1263), + [anon_sym_writeonly] = ACTIONS(1263), + [anon_sym_precision] = ACTIONS(1263), + [anon_sym_highp] = ACTIONS(1263), + [anon_sym_mediump] = ACTIONS(1263), + [anon_sym_lowp] = ACTIONS(1263), + [anon_sym_centroid] = ACTIONS(1263), + [anon_sym_sample] = ACTIONS(1263), + [anon_sym_patch] = ACTIONS(1263), + [anon_sym_smooth] = ACTIONS(1263), + [anon_sym_flat] = ACTIONS(1263), + [anon_sym_noperspective] = ACTIONS(1263), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [anon_sym__Nonnull] = ACTIONS(1263), + [anon_sym_alignas] = ACTIONS(1263), + [anon_sym__Alignas] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym___try] = ACTIONS(1263), + [anon_sym___leave] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [anon_sym___asm] = ACTIONS(1263), + [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(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1263), + [anon_sym_rayPayloadInEXT] = ACTIONS(1263), + [anon_sym_hitAttributeEXT] = ACTIONS(1263), + [anon_sym_callableDataEXT] = ACTIONS(1263), + [anon_sym_callableDataInEXT] = ACTIONS(1263), + [anon_sym_shaderRecordEXT] = ACTIONS(1263), + [anon_sym_rayPayloadNV] = ACTIONS(1263), + [anon_sym_rayPayloadInNV] = ACTIONS(1263), + [anon_sym_hitAttributeNV] = ACTIONS(1263), + [anon_sym_callableDataNV] = ACTIONS(1263), + [anon_sym_callableDataInNV] = ACTIONS(1263), + [anon_sym_shaderRecordNV] = ACTIONS(1263), + [anon_sym_layout] = ACTIONS(1263), }, [90] = { - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token2] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [aux_sym_preproc_else_token1] = ACTIONS(1273), - [aux_sym_preproc_elif_token1] = ACTIONS(1273), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token2] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [aux_sym_preproc_else_token1] = ACTIONS(1267), + [aux_sym_preproc_elif_token1] = ACTIONS(1267), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_subroutine] = ACTIONS(1267), + [anon_sym_invariant] = ACTIONS(1267), + [anon_sym_precise] = ACTIONS(1267), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_in] = ACTIONS(1267), + [anon_sym_out] = ACTIONS(1267), + [anon_sym_inout] = ACTIONS(1267), + [anon_sym_uniform] = ACTIONS(1267), + [anon_sym_shared] = ACTIONS(1267), + [anon_sym_attribute] = ACTIONS(1267), + [anon_sym_varying] = ACTIONS(1267), + [anon_sym_buffer] = ACTIONS(1267), + [anon_sym_coherent] = ACTIONS(1267), + [anon_sym_readonly] = ACTIONS(1267), + [anon_sym_writeonly] = ACTIONS(1267), + [anon_sym_precision] = ACTIONS(1267), + [anon_sym_highp] = ACTIONS(1267), + [anon_sym_mediump] = ACTIONS(1267), + [anon_sym_lowp] = ACTIONS(1267), + [anon_sym_centroid] = ACTIONS(1267), + [anon_sym_sample] = ACTIONS(1267), + [anon_sym_patch] = ACTIONS(1267), + [anon_sym_smooth] = ACTIONS(1267), + [anon_sym_flat] = ACTIONS(1267), + [anon_sym_noperspective] = ACTIONS(1267), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [anon_sym__Nonnull] = ACTIONS(1267), + [anon_sym_alignas] = ACTIONS(1267), + [anon_sym__Alignas] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym___try] = ACTIONS(1267), + [anon_sym___leave] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [anon_sym___asm] = ACTIONS(1267), + [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(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1267), + [anon_sym_rayPayloadInEXT] = ACTIONS(1267), + [anon_sym_hitAttributeEXT] = ACTIONS(1267), + [anon_sym_callableDataEXT] = ACTIONS(1267), + [anon_sym_callableDataInEXT] = ACTIONS(1267), + [anon_sym_shaderRecordEXT] = ACTIONS(1267), + [anon_sym_rayPayloadNV] = ACTIONS(1267), + [anon_sym_rayPayloadInNV] = ACTIONS(1267), + [anon_sym_hitAttributeNV] = ACTIONS(1267), + [anon_sym_callableDataNV] = ACTIONS(1267), + [anon_sym_callableDataInNV] = ACTIONS(1267), + [anon_sym_shaderRecordNV] = ACTIONS(1267), + [anon_sym_layout] = ACTIONS(1267), }, [91] = { - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token2] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [aux_sym_preproc_else_token1] = ACTIONS(1277), - [aux_sym_preproc_elif_token1] = ACTIONS(1277), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token2] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [aux_sym_preproc_else_token1] = ACTIONS(1259), + [aux_sym_preproc_elif_token1] = ACTIONS(1259), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), }, [92] = { - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token2] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [aux_sym_preproc_else_token1] = ACTIONS(1277), - [aux_sym_preproc_elif_token1] = ACTIONS(1277), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token2] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [aux_sym_preproc_else_token1] = ACTIONS(1271), + [aux_sym_preproc_elif_token1] = ACTIONS(1271), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_subroutine] = ACTIONS(1271), + [anon_sym_invariant] = ACTIONS(1271), + [anon_sym_precise] = ACTIONS(1271), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym_in] = ACTIONS(1271), + [anon_sym_out] = ACTIONS(1271), + [anon_sym_inout] = ACTIONS(1271), + [anon_sym_uniform] = ACTIONS(1271), + [anon_sym_shared] = ACTIONS(1271), + [anon_sym_attribute] = ACTIONS(1271), + [anon_sym_varying] = ACTIONS(1271), + [anon_sym_buffer] = ACTIONS(1271), + [anon_sym_coherent] = ACTIONS(1271), + [anon_sym_readonly] = ACTIONS(1271), + [anon_sym_writeonly] = ACTIONS(1271), + [anon_sym_precision] = ACTIONS(1271), + [anon_sym_highp] = ACTIONS(1271), + [anon_sym_mediump] = ACTIONS(1271), + [anon_sym_lowp] = ACTIONS(1271), + [anon_sym_centroid] = ACTIONS(1271), + [anon_sym_sample] = ACTIONS(1271), + [anon_sym_patch] = ACTIONS(1271), + [anon_sym_smooth] = ACTIONS(1271), + [anon_sym_flat] = ACTIONS(1271), + [anon_sym_noperspective] = ACTIONS(1271), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [anon_sym__Nonnull] = ACTIONS(1271), + [anon_sym_alignas] = ACTIONS(1271), + [anon_sym__Alignas] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym___try] = ACTIONS(1271), + [anon_sym___leave] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [anon_sym___asm] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1271), + [anon_sym_rayPayloadInEXT] = ACTIONS(1271), + [anon_sym_hitAttributeEXT] = ACTIONS(1271), + [anon_sym_callableDataEXT] = ACTIONS(1271), + [anon_sym_callableDataInEXT] = ACTIONS(1271), + [anon_sym_shaderRecordEXT] = ACTIONS(1271), + [anon_sym_rayPayloadNV] = ACTIONS(1271), + [anon_sym_rayPayloadInNV] = ACTIONS(1271), + [anon_sym_hitAttributeNV] = ACTIONS(1271), + [anon_sym_callableDataNV] = ACTIONS(1271), + [anon_sym_callableDataInNV] = ACTIONS(1271), + [anon_sym_shaderRecordNV] = ACTIONS(1271), + [anon_sym_layout] = ACTIONS(1271), }, [93] = { - [sym_identifier] = ACTIONS(1281), - [aux_sym_preproc_include_token1] = ACTIONS(1281), - [aux_sym_preproc_def_token1] = ACTIONS(1281), - [aux_sym_preproc_if_token1] = ACTIONS(1281), - [aux_sym_preproc_if_token2] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1281), - [aux_sym_preproc_else_token1] = ACTIONS(1281), - [aux_sym_preproc_elif_token1] = ACTIONS(1281), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1281), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1281), - [sym_preproc_directive] = ACTIONS(1281), - [anon_sym_LPAREN2] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_DASH] = ACTIONS(1281), - [anon_sym_PLUS] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_subroutine] = ACTIONS(1281), - [anon_sym_invariant] = ACTIONS(1281), - [anon_sym_precise] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_in] = ACTIONS(1281), - [anon_sym_out] = ACTIONS(1281), - [anon_sym_inout] = ACTIONS(1281), - [anon_sym_uniform] = ACTIONS(1281), - [anon_sym_shared] = ACTIONS(1281), - [anon_sym_attribute] = ACTIONS(1281), - [anon_sym_varying] = ACTIONS(1281), - [anon_sym_buffer] = ACTIONS(1281), - [anon_sym_coherent] = ACTIONS(1281), - [anon_sym_readonly] = ACTIONS(1281), - [anon_sym_writeonly] = ACTIONS(1281), - [anon_sym_precision] = ACTIONS(1281), - [anon_sym_highp] = ACTIONS(1281), - [anon_sym_mediump] = ACTIONS(1281), - [anon_sym_lowp] = ACTIONS(1281), - [anon_sym_centroid] = ACTIONS(1281), - [anon_sym_sample] = ACTIONS(1281), - [anon_sym_patch] = ACTIONS(1281), - [anon_sym_smooth] = ACTIONS(1281), - [anon_sym_flat] = ACTIONS(1281), - [anon_sym_noperspective] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1281), - [anon_sym_typedef] = ACTIONS(1281), - [anon_sym_extern] = ACTIONS(1281), - [anon_sym___attribute__] = ACTIONS(1281), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1283), - [anon_sym___declspec] = ACTIONS(1281), - [anon_sym___cdecl] = ACTIONS(1281), - [anon_sym___clrcall] = ACTIONS(1281), - [anon_sym___stdcall] = ACTIONS(1281), - [anon_sym___fastcall] = ACTIONS(1281), - [anon_sym___thiscall] = ACTIONS(1281), - [anon_sym___vectorcall] = ACTIONS(1281), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_signed] = ACTIONS(1281), - [anon_sym_unsigned] = ACTIONS(1281), - [anon_sym_long] = ACTIONS(1281), - [anon_sym_short] = ACTIONS(1281), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_auto] = ACTIONS(1281), - [anon_sym_register] = ACTIONS(1281), - [anon_sym_inline] = ACTIONS(1281), - [anon_sym___inline] = ACTIONS(1281), - [anon_sym___inline__] = ACTIONS(1281), - [anon_sym___forceinline] = ACTIONS(1281), - [anon_sym_thread_local] = ACTIONS(1281), - [anon_sym___thread] = ACTIONS(1281), - [anon_sym_const] = ACTIONS(1281), - [anon_sym_constexpr] = ACTIONS(1281), - [anon_sym_volatile] = ACTIONS(1281), - [anon_sym_restrict] = ACTIONS(1281), - [anon_sym___restrict__] = ACTIONS(1281), - [anon_sym__Atomic] = ACTIONS(1281), - [anon_sym__Noreturn] = ACTIONS(1281), - [anon_sym_noreturn] = ACTIONS(1281), - [anon_sym_alignas] = ACTIONS(1281), - [anon_sym__Alignas] = ACTIONS(1281), - [sym_primitive_type] = ACTIONS(1281), - [anon_sym_enum] = ACTIONS(1281), - [anon_sym_struct] = ACTIONS(1281), - [anon_sym_union] = ACTIONS(1281), - [anon_sym_if] = ACTIONS(1281), - [anon_sym_else] = ACTIONS(1281), - [anon_sym_switch] = ACTIONS(1281), - [anon_sym_case] = ACTIONS(1281), - [anon_sym_default] = ACTIONS(1281), - [anon_sym_while] = ACTIONS(1281), - [anon_sym_do] = ACTIONS(1281), - [anon_sym_for] = ACTIONS(1281), - [anon_sym_return] = ACTIONS(1281), - [anon_sym_break] = ACTIONS(1281), - [anon_sym_continue] = ACTIONS(1281), - [anon_sym_goto] = ACTIONS(1281), - [anon_sym___try] = ACTIONS(1281), - [anon_sym___leave] = ACTIONS(1281), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1281), - [anon_sym___alignof__] = ACTIONS(1281), - [anon_sym___alignof] = ACTIONS(1281), - [anon_sym__alignof] = ACTIONS(1281), - [anon_sym_alignof] = ACTIONS(1281), - [anon_sym__Alignof] = ACTIONS(1281), - [anon_sym_offsetof] = ACTIONS(1281), - [anon_sym__Generic] = ACTIONS(1281), - [anon_sym_asm] = ACTIONS(1281), - [anon_sym___asm__] = ACTIONS(1281), - [sym_number_literal] = ACTIONS(1283), - [anon_sym_L_SQUOTE] = ACTIONS(1283), - [anon_sym_u_SQUOTE] = ACTIONS(1283), - [anon_sym_U_SQUOTE] = ACTIONS(1283), - [anon_sym_u8_SQUOTE] = ACTIONS(1283), - [anon_sym_SQUOTE] = ACTIONS(1283), - [anon_sym_L_DQUOTE] = ACTIONS(1283), - [anon_sym_u_DQUOTE] = ACTIONS(1283), - [anon_sym_U_DQUOTE] = ACTIONS(1283), - [anon_sym_u8_DQUOTE] = ACTIONS(1283), - [anon_sym_DQUOTE] = ACTIONS(1283), - [sym_true] = ACTIONS(1281), - [sym_false] = ACTIONS(1281), - [anon_sym_NULL] = ACTIONS(1281), - [anon_sym_nullptr] = ACTIONS(1281), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1281), - [anon_sym_rayPayloadInEXT] = ACTIONS(1281), - [anon_sym_hitAttributeEXT] = ACTIONS(1281), - [anon_sym_callableDataEXT] = ACTIONS(1281), - [anon_sym_callableDataInEXT] = ACTIONS(1281), - [anon_sym_shaderRecordEXT] = ACTIONS(1281), - [anon_sym_rayPayloadNV] = ACTIONS(1281), - [anon_sym_rayPayloadInNV] = ACTIONS(1281), - [anon_sym_hitAttributeNV] = ACTIONS(1281), - [anon_sym_callableDataNV] = ACTIONS(1281), - [anon_sym_callableDataInNV] = ACTIONS(1281), - [anon_sym_shaderRecordNV] = ACTIONS(1281), - [anon_sym_layout] = ACTIONS(1281), + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token2] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [aux_sym_preproc_else_token1] = ACTIONS(1275), + [aux_sym_preproc_elif_token1] = ACTIONS(1275), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), }, [94] = { - [sym_identifier] = ACTIONS(1285), - [aux_sym_preproc_include_token1] = ACTIONS(1285), - [aux_sym_preproc_def_token1] = ACTIONS(1285), - [aux_sym_preproc_if_token1] = ACTIONS(1285), - [aux_sym_preproc_if_token2] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1285), - [aux_sym_preproc_else_token1] = ACTIONS(1285), - [aux_sym_preproc_elif_token1] = ACTIONS(1285), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1285), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_LPAREN2] = ACTIONS(1287), - [anon_sym_BANG] = ACTIONS(1287), - [anon_sym_TILDE] = ACTIONS(1287), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_STAR] = ACTIONS(1287), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_subroutine] = ACTIONS(1285), - [anon_sym_invariant] = ACTIONS(1285), - [anon_sym_precise] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_in] = ACTIONS(1285), - [anon_sym_out] = ACTIONS(1285), - [anon_sym_inout] = ACTIONS(1285), - [anon_sym_uniform] = ACTIONS(1285), - [anon_sym_shared] = ACTIONS(1285), - [anon_sym_attribute] = ACTIONS(1285), - [anon_sym_varying] = ACTIONS(1285), - [anon_sym_buffer] = ACTIONS(1285), - [anon_sym_coherent] = ACTIONS(1285), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_writeonly] = ACTIONS(1285), - [anon_sym_precision] = ACTIONS(1285), - [anon_sym_highp] = ACTIONS(1285), - [anon_sym_mediump] = ACTIONS(1285), - [anon_sym_lowp] = ACTIONS(1285), - [anon_sym_centroid] = ACTIONS(1285), - [anon_sym_sample] = ACTIONS(1285), - [anon_sym_patch] = ACTIONS(1285), - [anon_sym_smooth] = ACTIONS(1285), - [anon_sym_flat] = ACTIONS(1285), - [anon_sym_noperspective] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym___attribute__] = ACTIONS(1285), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1287), - [anon_sym___declspec] = ACTIONS(1285), - [anon_sym___cdecl] = ACTIONS(1285), - [anon_sym___clrcall] = ACTIONS(1285), - [anon_sym___stdcall] = ACTIONS(1285), - [anon_sym___fastcall] = ACTIONS(1285), - [anon_sym___thiscall] = ACTIONS(1285), - [anon_sym___vectorcall] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_signed] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym___inline] = ACTIONS(1285), - [anon_sym___inline__] = ACTIONS(1285), - [anon_sym___forceinline] = ACTIONS(1285), - [anon_sym_thread_local] = ACTIONS(1285), - [anon_sym___thread] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_constexpr] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym___restrict__] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym__Noreturn] = ACTIONS(1285), - [anon_sym_noreturn] = ACTIONS(1285), - [anon_sym_alignas] = ACTIONS(1285), - [anon_sym__Alignas] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym___try] = ACTIONS(1285), - [anon_sym___leave] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1287), - [anon_sym_PLUS_PLUS] = ACTIONS(1287), - [anon_sym_sizeof] = ACTIONS(1285), - [anon_sym___alignof__] = ACTIONS(1285), - [anon_sym___alignof] = ACTIONS(1285), - [anon_sym__alignof] = ACTIONS(1285), - [anon_sym_alignof] = ACTIONS(1285), - [anon_sym__Alignof] = ACTIONS(1285), - [anon_sym_offsetof] = ACTIONS(1285), - [anon_sym__Generic] = ACTIONS(1285), - [anon_sym_asm] = ACTIONS(1285), - [anon_sym___asm__] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1287), - [anon_sym_L_SQUOTE] = ACTIONS(1287), - [anon_sym_u_SQUOTE] = ACTIONS(1287), - [anon_sym_U_SQUOTE] = ACTIONS(1287), - [anon_sym_u8_SQUOTE] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1287), - [anon_sym_L_DQUOTE] = ACTIONS(1287), - [anon_sym_u_DQUOTE] = ACTIONS(1287), - [anon_sym_U_DQUOTE] = ACTIONS(1287), - [anon_sym_u8_DQUOTE] = ACTIONS(1287), - [anon_sym_DQUOTE] = ACTIONS(1287), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [anon_sym_NULL] = ACTIONS(1285), - [anon_sym_nullptr] = ACTIONS(1285), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1285), - [anon_sym_rayPayloadInEXT] = ACTIONS(1285), - [anon_sym_hitAttributeEXT] = ACTIONS(1285), - [anon_sym_callableDataEXT] = ACTIONS(1285), - [anon_sym_callableDataInEXT] = ACTIONS(1285), - [anon_sym_shaderRecordEXT] = ACTIONS(1285), - [anon_sym_rayPayloadNV] = ACTIONS(1285), - [anon_sym_rayPayloadInNV] = ACTIONS(1285), - [anon_sym_hitAttributeNV] = ACTIONS(1285), - [anon_sym_callableDataNV] = ACTIONS(1285), - [anon_sym_callableDataInNV] = ACTIONS(1285), - [anon_sym_shaderRecordNV] = ACTIONS(1285), - [anon_sym_layout] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token2] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [aux_sym_preproc_else_token1] = ACTIONS(1275), + [aux_sym_preproc_elif_token1] = ACTIONS(1275), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), }, [95] = { - [sym_identifier] = ACTIONS(1289), - [aux_sym_preproc_include_token1] = ACTIONS(1289), - [aux_sym_preproc_def_token1] = ACTIONS(1289), - [aux_sym_preproc_if_token1] = ACTIONS(1289), - [aux_sym_preproc_if_token2] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1289), - [aux_sym_preproc_else_token1] = ACTIONS(1289), - [aux_sym_preproc_elif_token1] = ACTIONS(1289), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1289), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1289), - [sym_preproc_directive] = ACTIONS(1289), - [anon_sym_LPAREN2] = ACTIONS(1291), - [anon_sym_BANG] = ACTIONS(1291), - [anon_sym_TILDE] = ACTIONS(1291), - [anon_sym_DASH] = ACTIONS(1289), - [anon_sym_PLUS] = ACTIONS(1289), - [anon_sym_STAR] = ACTIONS(1291), - [anon_sym_AMP] = ACTIONS(1291), - [anon_sym_subroutine] = ACTIONS(1289), - [anon_sym_invariant] = ACTIONS(1289), - [anon_sym_precise] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1291), - [anon_sym_in] = ACTIONS(1289), - [anon_sym_out] = ACTIONS(1289), - [anon_sym_inout] = ACTIONS(1289), - [anon_sym_uniform] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(1289), - [anon_sym_attribute] = ACTIONS(1289), - [anon_sym_varying] = ACTIONS(1289), - [anon_sym_buffer] = ACTIONS(1289), - [anon_sym_coherent] = ACTIONS(1289), - [anon_sym_readonly] = ACTIONS(1289), - [anon_sym_writeonly] = ACTIONS(1289), - [anon_sym_precision] = ACTIONS(1289), - [anon_sym_highp] = ACTIONS(1289), - [anon_sym_mediump] = ACTIONS(1289), - [anon_sym_lowp] = ACTIONS(1289), - [anon_sym_centroid] = ACTIONS(1289), - [anon_sym_sample] = ACTIONS(1289), - [anon_sym_patch] = ACTIONS(1289), - [anon_sym_smooth] = ACTIONS(1289), - [anon_sym_flat] = ACTIONS(1289), - [anon_sym_noperspective] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1289), - [anon_sym_typedef] = ACTIONS(1289), - [anon_sym_extern] = ACTIONS(1289), - [anon_sym___attribute__] = ACTIONS(1289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1291), - [anon_sym___declspec] = ACTIONS(1289), - [anon_sym___cdecl] = ACTIONS(1289), - [anon_sym___clrcall] = ACTIONS(1289), - [anon_sym___stdcall] = ACTIONS(1289), - [anon_sym___fastcall] = ACTIONS(1289), - [anon_sym___thiscall] = ACTIONS(1289), - [anon_sym___vectorcall] = ACTIONS(1289), - [anon_sym_LBRACE] = ACTIONS(1291), - [anon_sym_signed] = ACTIONS(1289), - [anon_sym_unsigned] = ACTIONS(1289), - [anon_sym_long] = ACTIONS(1289), - [anon_sym_short] = ACTIONS(1289), - [anon_sym_static] = ACTIONS(1289), - [anon_sym_auto] = ACTIONS(1289), - [anon_sym_register] = ACTIONS(1289), - [anon_sym_inline] = ACTIONS(1289), - [anon_sym___inline] = ACTIONS(1289), - [anon_sym___inline__] = ACTIONS(1289), - [anon_sym___forceinline] = ACTIONS(1289), - [anon_sym_thread_local] = ACTIONS(1289), - [anon_sym___thread] = ACTIONS(1289), - [anon_sym_const] = ACTIONS(1289), - [anon_sym_constexpr] = ACTIONS(1289), - [anon_sym_volatile] = ACTIONS(1289), - [anon_sym_restrict] = ACTIONS(1289), - [anon_sym___restrict__] = ACTIONS(1289), - [anon_sym__Atomic] = ACTIONS(1289), - [anon_sym__Noreturn] = ACTIONS(1289), - [anon_sym_noreturn] = ACTIONS(1289), - [anon_sym_alignas] = ACTIONS(1289), - [anon_sym__Alignas] = ACTIONS(1289), - [sym_primitive_type] = ACTIONS(1289), - [anon_sym_enum] = ACTIONS(1289), - [anon_sym_struct] = ACTIONS(1289), - [anon_sym_union] = ACTIONS(1289), - [anon_sym_if] = ACTIONS(1289), - [anon_sym_else] = ACTIONS(1289), - [anon_sym_switch] = ACTIONS(1289), - [anon_sym_case] = ACTIONS(1289), - [anon_sym_default] = ACTIONS(1289), - [anon_sym_while] = ACTIONS(1289), - [anon_sym_do] = ACTIONS(1289), - [anon_sym_for] = ACTIONS(1289), - [anon_sym_return] = ACTIONS(1289), - [anon_sym_break] = ACTIONS(1289), - [anon_sym_continue] = ACTIONS(1289), - [anon_sym_goto] = ACTIONS(1289), - [anon_sym___try] = ACTIONS(1289), - [anon_sym___leave] = ACTIONS(1289), - [anon_sym_DASH_DASH] = ACTIONS(1291), - [anon_sym_PLUS_PLUS] = ACTIONS(1291), - [anon_sym_sizeof] = ACTIONS(1289), - [anon_sym___alignof__] = ACTIONS(1289), - [anon_sym___alignof] = ACTIONS(1289), - [anon_sym__alignof] = ACTIONS(1289), - [anon_sym_alignof] = ACTIONS(1289), - [anon_sym__Alignof] = ACTIONS(1289), - [anon_sym_offsetof] = ACTIONS(1289), - [anon_sym__Generic] = ACTIONS(1289), - [anon_sym_asm] = ACTIONS(1289), - [anon_sym___asm__] = ACTIONS(1289), - [sym_number_literal] = ACTIONS(1291), - [anon_sym_L_SQUOTE] = ACTIONS(1291), - [anon_sym_u_SQUOTE] = ACTIONS(1291), - [anon_sym_U_SQUOTE] = ACTIONS(1291), - [anon_sym_u8_SQUOTE] = ACTIONS(1291), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_L_DQUOTE] = ACTIONS(1291), - [anon_sym_u_DQUOTE] = ACTIONS(1291), - [anon_sym_U_DQUOTE] = ACTIONS(1291), - [anon_sym_u8_DQUOTE] = ACTIONS(1291), - [anon_sym_DQUOTE] = ACTIONS(1291), - [sym_true] = ACTIONS(1289), - [sym_false] = ACTIONS(1289), - [anon_sym_NULL] = ACTIONS(1289), - [anon_sym_nullptr] = ACTIONS(1289), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1289), - [anon_sym_rayPayloadInEXT] = ACTIONS(1289), - [anon_sym_hitAttributeEXT] = ACTIONS(1289), - [anon_sym_callableDataEXT] = ACTIONS(1289), - [anon_sym_callableDataInEXT] = ACTIONS(1289), - [anon_sym_shaderRecordEXT] = ACTIONS(1289), - [anon_sym_rayPayloadNV] = ACTIONS(1289), - [anon_sym_rayPayloadInNV] = ACTIONS(1289), - [anon_sym_hitAttributeNV] = ACTIONS(1289), - [anon_sym_callableDataNV] = ACTIONS(1289), - [anon_sym_callableDataInNV] = ACTIONS(1289), - [anon_sym_shaderRecordNV] = ACTIONS(1289), - [anon_sym_layout] = ACTIONS(1289), + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token2] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [aux_sym_preproc_else_token1] = ACTIONS(1279), + [aux_sym_preproc_elif_token1] = ACTIONS(1279), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_subroutine] = ACTIONS(1279), + [anon_sym_invariant] = ACTIONS(1279), + [anon_sym_precise] = ACTIONS(1279), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym_in] = ACTIONS(1279), + [anon_sym_out] = ACTIONS(1279), + [anon_sym_inout] = ACTIONS(1279), + [anon_sym_uniform] = ACTIONS(1279), + [anon_sym_shared] = ACTIONS(1279), + [anon_sym_attribute] = ACTIONS(1279), + [anon_sym_varying] = ACTIONS(1279), + [anon_sym_buffer] = ACTIONS(1279), + [anon_sym_coherent] = ACTIONS(1279), + [anon_sym_readonly] = ACTIONS(1279), + [anon_sym_writeonly] = ACTIONS(1279), + [anon_sym_precision] = ACTIONS(1279), + [anon_sym_highp] = ACTIONS(1279), + [anon_sym_mediump] = ACTIONS(1279), + [anon_sym_lowp] = ACTIONS(1279), + [anon_sym_centroid] = ACTIONS(1279), + [anon_sym_sample] = ACTIONS(1279), + [anon_sym_patch] = ACTIONS(1279), + [anon_sym_smooth] = ACTIONS(1279), + [anon_sym_flat] = ACTIONS(1279), + [anon_sym_noperspective] = ACTIONS(1279), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [anon_sym__Nonnull] = ACTIONS(1279), + [anon_sym_alignas] = ACTIONS(1279), + [anon_sym__Alignas] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym___try] = ACTIONS(1279), + [anon_sym___leave] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [anon_sym___asm] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1279), + [anon_sym_rayPayloadInEXT] = ACTIONS(1279), + [anon_sym_hitAttributeEXT] = ACTIONS(1279), + [anon_sym_callableDataEXT] = ACTIONS(1279), + [anon_sym_callableDataInEXT] = ACTIONS(1279), + [anon_sym_shaderRecordEXT] = ACTIONS(1279), + [anon_sym_rayPayloadNV] = ACTIONS(1279), + [anon_sym_rayPayloadInNV] = ACTIONS(1279), + [anon_sym_hitAttributeNV] = ACTIONS(1279), + [anon_sym_callableDataNV] = ACTIONS(1279), + [anon_sym_callableDataInNV] = ACTIONS(1279), + [anon_sym_shaderRecordNV] = ACTIONS(1279), + [anon_sym_layout] = ACTIONS(1279), }, [96] = { - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token2] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [aux_sym_preproc_else_token1] = ACTIONS(1293), - [aux_sym_preproc_elif_token1] = ACTIONS(1293), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token2] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [aux_sym_preproc_else_token1] = ACTIONS(1283), + [aux_sym_preproc_elif_token1] = ACTIONS(1283), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), }, [97] = { - [sym_identifier] = ACTIONS(1297), - [aux_sym_preproc_include_token1] = ACTIONS(1297), - [aux_sym_preproc_def_token1] = ACTIONS(1297), - [aux_sym_preproc_if_token1] = ACTIONS(1297), - [aux_sym_preproc_if_token2] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1297), - [aux_sym_preproc_else_token1] = ACTIONS(1297), - [aux_sym_preproc_elif_token1] = ACTIONS(1297), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1297), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1297), - [sym_preproc_directive] = ACTIONS(1297), - [anon_sym_LPAREN2] = ACTIONS(1299), - [anon_sym_BANG] = ACTIONS(1299), - [anon_sym_TILDE] = ACTIONS(1299), - [anon_sym_DASH] = ACTIONS(1297), - [anon_sym_PLUS] = ACTIONS(1297), - [anon_sym_STAR] = ACTIONS(1299), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_subroutine] = ACTIONS(1297), - [anon_sym_invariant] = ACTIONS(1297), - [anon_sym_precise] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1299), - [anon_sym_in] = ACTIONS(1297), - [anon_sym_out] = ACTIONS(1297), - [anon_sym_inout] = ACTIONS(1297), - [anon_sym_uniform] = ACTIONS(1297), - [anon_sym_shared] = ACTIONS(1297), - [anon_sym_attribute] = ACTIONS(1297), - [anon_sym_varying] = ACTIONS(1297), - [anon_sym_buffer] = ACTIONS(1297), - [anon_sym_coherent] = ACTIONS(1297), - [anon_sym_readonly] = ACTIONS(1297), - [anon_sym_writeonly] = ACTIONS(1297), - [anon_sym_precision] = ACTIONS(1297), - [anon_sym_highp] = ACTIONS(1297), - [anon_sym_mediump] = ACTIONS(1297), - [anon_sym_lowp] = ACTIONS(1297), - [anon_sym_centroid] = ACTIONS(1297), - [anon_sym_sample] = ACTIONS(1297), - [anon_sym_patch] = ACTIONS(1297), - [anon_sym_smooth] = ACTIONS(1297), - [anon_sym_flat] = ACTIONS(1297), - [anon_sym_noperspective] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1297), - [anon_sym_typedef] = ACTIONS(1297), - [anon_sym_extern] = ACTIONS(1297), - [anon_sym___attribute__] = ACTIONS(1297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1299), - [anon_sym___declspec] = ACTIONS(1297), - [anon_sym___cdecl] = ACTIONS(1297), - [anon_sym___clrcall] = ACTIONS(1297), - [anon_sym___stdcall] = ACTIONS(1297), - [anon_sym___fastcall] = ACTIONS(1297), - [anon_sym___thiscall] = ACTIONS(1297), - [anon_sym___vectorcall] = ACTIONS(1297), - [anon_sym_LBRACE] = ACTIONS(1299), - [anon_sym_signed] = ACTIONS(1297), - [anon_sym_unsigned] = ACTIONS(1297), - [anon_sym_long] = ACTIONS(1297), - [anon_sym_short] = ACTIONS(1297), - [anon_sym_static] = ACTIONS(1297), - [anon_sym_auto] = ACTIONS(1297), - [anon_sym_register] = ACTIONS(1297), - [anon_sym_inline] = ACTIONS(1297), - [anon_sym___inline] = ACTIONS(1297), - [anon_sym___inline__] = ACTIONS(1297), - [anon_sym___forceinline] = ACTIONS(1297), - [anon_sym_thread_local] = ACTIONS(1297), - [anon_sym___thread] = ACTIONS(1297), - [anon_sym_const] = ACTIONS(1297), - [anon_sym_constexpr] = ACTIONS(1297), - [anon_sym_volatile] = ACTIONS(1297), - [anon_sym_restrict] = ACTIONS(1297), - [anon_sym___restrict__] = ACTIONS(1297), - [anon_sym__Atomic] = ACTIONS(1297), - [anon_sym__Noreturn] = ACTIONS(1297), - [anon_sym_noreturn] = ACTIONS(1297), - [anon_sym_alignas] = ACTIONS(1297), - [anon_sym__Alignas] = ACTIONS(1297), - [sym_primitive_type] = ACTIONS(1297), - [anon_sym_enum] = ACTIONS(1297), - [anon_sym_struct] = ACTIONS(1297), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1297), - [anon_sym_else] = ACTIONS(1297), - [anon_sym_switch] = ACTIONS(1297), - [anon_sym_case] = ACTIONS(1297), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_while] = ACTIONS(1297), - [anon_sym_do] = ACTIONS(1297), - [anon_sym_for] = ACTIONS(1297), - [anon_sym_return] = ACTIONS(1297), - [anon_sym_break] = ACTIONS(1297), - [anon_sym_continue] = ACTIONS(1297), - [anon_sym_goto] = ACTIONS(1297), - [anon_sym___try] = ACTIONS(1297), - [anon_sym___leave] = ACTIONS(1297), - [anon_sym_DASH_DASH] = ACTIONS(1299), - [anon_sym_PLUS_PLUS] = ACTIONS(1299), - [anon_sym_sizeof] = ACTIONS(1297), - [anon_sym___alignof__] = ACTIONS(1297), - [anon_sym___alignof] = ACTIONS(1297), - [anon_sym__alignof] = ACTIONS(1297), - [anon_sym_alignof] = ACTIONS(1297), - [anon_sym__Alignof] = ACTIONS(1297), - [anon_sym_offsetof] = ACTIONS(1297), - [anon_sym__Generic] = ACTIONS(1297), - [anon_sym_asm] = ACTIONS(1297), - [anon_sym___asm__] = ACTIONS(1297), - [sym_number_literal] = ACTIONS(1299), - [anon_sym_L_SQUOTE] = ACTIONS(1299), - [anon_sym_u_SQUOTE] = ACTIONS(1299), - [anon_sym_U_SQUOTE] = ACTIONS(1299), - [anon_sym_u8_SQUOTE] = ACTIONS(1299), - [anon_sym_SQUOTE] = ACTIONS(1299), - [anon_sym_L_DQUOTE] = ACTIONS(1299), - [anon_sym_u_DQUOTE] = ACTIONS(1299), - [anon_sym_U_DQUOTE] = ACTIONS(1299), - [anon_sym_u8_DQUOTE] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1299), - [sym_true] = ACTIONS(1297), - [sym_false] = ACTIONS(1297), - [anon_sym_NULL] = ACTIONS(1297), - [anon_sym_nullptr] = ACTIONS(1297), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1297), - [anon_sym_rayPayloadInEXT] = ACTIONS(1297), - [anon_sym_hitAttributeEXT] = ACTIONS(1297), - [anon_sym_callableDataEXT] = ACTIONS(1297), - [anon_sym_callableDataInEXT] = ACTIONS(1297), - [anon_sym_shaderRecordEXT] = ACTIONS(1297), - [anon_sym_rayPayloadNV] = ACTIONS(1297), - [anon_sym_rayPayloadInNV] = ACTIONS(1297), - [anon_sym_hitAttributeNV] = ACTIONS(1297), - [anon_sym_callableDataNV] = ACTIONS(1297), - [anon_sym_callableDataInNV] = ACTIONS(1297), - [anon_sym_shaderRecordNV] = ACTIONS(1297), - [anon_sym_layout] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token2] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [aux_sym_preproc_else_token1] = ACTIONS(1283), + [aux_sym_preproc_elif_token1] = ACTIONS(1283), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), }, [98] = { - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token2] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [aux_sym_preproc_else_token1] = ACTIONS(1293), - [aux_sym_preproc_elif_token1] = ACTIONS(1293), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token2] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [aux_sym_preproc_else_token1] = ACTIONS(1287), + [aux_sym_preproc_elif_token1] = ACTIONS(1287), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_subroutine] = ACTIONS(1287), + [anon_sym_invariant] = ACTIONS(1287), + [anon_sym_precise] = ACTIONS(1287), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym_in] = ACTIONS(1287), + [anon_sym_out] = ACTIONS(1287), + [anon_sym_inout] = ACTIONS(1287), + [anon_sym_uniform] = ACTIONS(1287), + [anon_sym_shared] = ACTIONS(1287), + [anon_sym_attribute] = ACTIONS(1287), + [anon_sym_varying] = ACTIONS(1287), + [anon_sym_buffer] = ACTIONS(1287), + [anon_sym_coherent] = ACTIONS(1287), + [anon_sym_readonly] = ACTIONS(1287), + [anon_sym_writeonly] = ACTIONS(1287), + [anon_sym_precision] = ACTIONS(1287), + [anon_sym_highp] = ACTIONS(1287), + [anon_sym_mediump] = ACTIONS(1287), + [anon_sym_lowp] = ACTIONS(1287), + [anon_sym_centroid] = ACTIONS(1287), + [anon_sym_sample] = ACTIONS(1287), + [anon_sym_patch] = ACTIONS(1287), + [anon_sym_smooth] = ACTIONS(1287), + [anon_sym_flat] = ACTIONS(1287), + [anon_sym_noperspective] = ACTIONS(1287), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [anon_sym__Nonnull] = ACTIONS(1287), + [anon_sym_alignas] = ACTIONS(1287), + [anon_sym__Alignas] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym___try] = ACTIONS(1287), + [anon_sym___leave] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [anon_sym___asm] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1287), + [anon_sym_rayPayloadInEXT] = ACTIONS(1287), + [anon_sym_hitAttributeEXT] = ACTIONS(1287), + [anon_sym_callableDataEXT] = ACTIONS(1287), + [anon_sym_callableDataInEXT] = ACTIONS(1287), + [anon_sym_shaderRecordEXT] = ACTIONS(1287), + [anon_sym_rayPayloadNV] = ACTIONS(1287), + [anon_sym_rayPayloadInNV] = ACTIONS(1287), + [anon_sym_hitAttributeNV] = ACTIONS(1287), + [anon_sym_callableDataNV] = ACTIONS(1287), + [anon_sym_callableDataInNV] = ACTIONS(1287), + [anon_sym_shaderRecordNV] = ACTIONS(1287), + [anon_sym_layout] = ACTIONS(1287), }, [99] = { - [sym_identifier] = ACTIONS(1301), - [aux_sym_preproc_include_token1] = ACTIONS(1301), - [aux_sym_preproc_def_token1] = ACTIONS(1301), - [aux_sym_preproc_if_token1] = ACTIONS(1301), - [aux_sym_preproc_if_token2] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1301), - [aux_sym_preproc_else_token1] = ACTIONS(1301), - [aux_sym_preproc_elif_token1] = ACTIONS(1301), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1301), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1301), - [sym_preproc_directive] = ACTIONS(1301), - [anon_sym_LPAREN2] = ACTIONS(1303), - [anon_sym_BANG] = ACTIONS(1303), - [anon_sym_TILDE] = ACTIONS(1303), - [anon_sym_DASH] = ACTIONS(1301), - [anon_sym_PLUS] = ACTIONS(1301), - [anon_sym_STAR] = ACTIONS(1303), - [anon_sym_AMP] = ACTIONS(1303), - [anon_sym_subroutine] = ACTIONS(1301), - [anon_sym_invariant] = ACTIONS(1301), - [anon_sym_precise] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_in] = ACTIONS(1301), - [anon_sym_out] = ACTIONS(1301), - [anon_sym_inout] = ACTIONS(1301), - [anon_sym_uniform] = ACTIONS(1301), - [anon_sym_shared] = ACTIONS(1301), - [anon_sym_attribute] = ACTIONS(1301), - [anon_sym_varying] = ACTIONS(1301), - [anon_sym_buffer] = ACTIONS(1301), - [anon_sym_coherent] = ACTIONS(1301), - [anon_sym_readonly] = ACTIONS(1301), - [anon_sym_writeonly] = ACTIONS(1301), - [anon_sym_precision] = ACTIONS(1301), - [anon_sym_highp] = ACTIONS(1301), - [anon_sym_mediump] = ACTIONS(1301), - [anon_sym_lowp] = ACTIONS(1301), - [anon_sym_centroid] = ACTIONS(1301), - [anon_sym_sample] = ACTIONS(1301), - [anon_sym_patch] = ACTIONS(1301), - [anon_sym_smooth] = ACTIONS(1301), - [anon_sym_flat] = ACTIONS(1301), - [anon_sym_noperspective] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1301), - [anon_sym_typedef] = ACTIONS(1301), - [anon_sym_extern] = ACTIONS(1301), - [anon_sym___attribute__] = ACTIONS(1301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1303), - [anon_sym___declspec] = ACTIONS(1301), - [anon_sym___cdecl] = ACTIONS(1301), - [anon_sym___clrcall] = ACTIONS(1301), - [anon_sym___stdcall] = ACTIONS(1301), - [anon_sym___fastcall] = ACTIONS(1301), - [anon_sym___thiscall] = ACTIONS(1301), - [anon_sym___vectorcall] = ACTIONS(1301), - [anon_sym_LBRACE] = ACTIONS(1303), - [anon_sym_signed] = ACTIONS(1301), - [anon_sym_unsigned] = ACTIONS(1301), - [anon_sym_long] = ACTIONS(1301), - [anon_sym_short] = ACTIONS(1301), - [anon_sym_static] = ACTIONS(1301), - [anon_sym_auto] = ACTIONS(1301), - [anon_sym_register] = ACTIONS(1301), - [anon_sym_inline] = ACTIONS(1301), - [anon_sym___inline] = ACTIONS(1301), - [anon_sym___inline__] = ACTIONS(1301), - [anon_sym___forceinline] = ACTIONS(1301), - [anon_sym_thread_local] = ACTIONS(1301), - [anon_sym___thread] = ACTIONS(1301), - [anon_sym_const] = ACTIONS(1301), - [anon_sym_constexpr] = ACTIONS(1301), - [anon_sym_volatile] = ACTIONS(1301), - [anon_sym_restrict] = ACTIONS(1301), - [anon_sym___restrict__] = ACTIONS(1301), - [anon_sym__Atomic] = ACTIONS(1301), - [anon_sym__Noreturn] = ACTIONS(1301), - [anon_sym_noreturn] = ACTIONS(1301), - [anon_sym_alignas] = ACTIONS(1301), - [anon_sym__Alignas] = ACTIONS(1301), - [sym_primitive_type] = ACTIONS(1301), - [anon_sym_enum] = ACTIONS(1301), - [anon_sym_struct] = ACTIONS(1301), - [anon_sym_union] = ACTIONS(1301), - [anon_sym_if] = ACTIONS(1301), - [anon_sym_else] = ACTIONS(1301), - [anon_sym_switch] = ACTIONS(1301), - [anon_sym_case] = ACTIONS(1301), - [anon_sym_default] = ACTIONS(1301), - [anon_sym_while] = ACTIONS(1301), - [anon_sym_do] = ACTIONS(1301), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_return] = ACTIONS(1301), - [anon_sym_break] = ACTIONS(1301), - [anon_sym_continue] = ACTIONS(1301), - [anon_sym_goto] = ACTIONS(1301), - [anon_sym___try] = ACTIONS(1301), - [anon_sym___leave] = ACTIONS(1301), - [anon_sym_DASH_DASH] = ACTIONS(1303), - [anon_sym_PLUS_PLUS] = ACTIONS(1303), - [anon_sym_sizeof] = ACTIONS(1301), - [anon_sym___alignof__] = ACTIONS(1301), - [anon_sym___alignof] = ACTIONS(1301), - [anon_sym__alignof] = ACTIONS(1301), - [anon_sym_alignof] = ACTIONS(1301), - [anon_sym__Alignof] = ACTIONS(1301), - [anon_sym_offsetof] = ACTIONS(1301), - [anon_sym__Generic] = ACTIONS(1301), - [anon_sym_asm] = ACTIONS(1301), - [anon_sym___asm__] = ACTIONS(1301), - [sym_number_literal] = ACTIONS(1303), - [anon_sym_L_SQUOTE] = ACTIONS(1303), - [anon_sym_u_SQUOTE] = ACTIONS(1303), - [anon_sym_U_SQUOTE] = ACTIONS(1303), - [anon_sym_u8_SQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1303), - [anon_sym_L_DQUOTE] = ACTIONS(1303), - [anon_sym_u_DQUOTE] = ACTIONS(1303), - [anon_sym_U_DQUOTE] = ACTIONS(1303), - [anon_sym_u8_DQUOTE] = ACTIONS(1303), - [anon_sym_DQUOTE] = ACTIONS(1303), - [sym_true] = ACTIONS(1301), - [sym_false] = ACTIONS(1301), - [anon_sym_NULL] = ACTIONS(1301), - [anon_sym_nullptr] = ACTIONS(1301), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1301), - [anon_sym_rayPayloadInEXT] = ACTIONS(1301), - [anon_sym_hitAttributeEXT] = ACTIONS(1301), - [anon_sym_callableDataEXT] = ACTIONS(1301), - [anon_sym_callableDataInEXT] = ACTIONS(1301), - [anon_sym_shaderRecordEXT] = ACTIONS(1301), - [anon_sym_rayPayloadNV] = ACTIONS(1301), - [anon_sym_rayPayloadInNV] = ACTIONS(1301), - [anon_sym_hitAttributeNV] = ACTIONS(1301), - [anon_sym_callableDataNV] = ACTIONS(1301), - [anon_sym_callableDataInNV] = ACTIONS(1301), - [anon_sym_shaderRecordNV] = ACTIONS(1301), - [anon_sym_layout] = ACTIONS(1301), + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token2] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [aux_sym_preproc_else_token1] = ACTIONS(1291), + [aux_sym_preproc_elif_token1] = ACTIONS(1291), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_subroutine] = ACTIONS(1291), + [anon_sym_invariant] = ACTIONS(1291), + [anon_sym_precise] = ACTIONS(1291), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym_in] = ACTIONS(1291), + [anon_sym_out] = ACTIONS(1291), + [anon_sym_inout] = ACTIONS(1291), + [anon_sym_uniform] = ACTIONS(1291), + [anon_sym_shared] = ACTIONS(1291), + [anon_sym_attribute] = ACTIONS(1291), + [anon_sym_varying] = ACTIONS(1291), + [anon_sym_buffer] = ACTIONS(1291), + [anon_sym_coherent] = ACTIONS(1291), + [anon_sym_readonly] = ACTIONS(1291), + [anon_sym_writeonly] = ACTIONS(1291), + [anon_sym_precision] = ACTIONS(1291), + [anon_sym_highp] = ACTIONS(1291), + [anon_sym_mediump] = ACTIONS(1291), + [anon_sym_lowp] = ACTIONS(1291), + [anon_sym_centroid] = ACTIONS(1291), + [anon_sym_sample] = ACTIONS(1291), + [anon_sym_patch] = ACTIONS(1291), + [anon_sym_smooth] = ACTIONS(1291), + [anon_sym_flat] = ACTIONS(1291), + [anon_sym_noperspective] = ACTIONS(1291), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [anon_sym__Nonnull] = ACTIONS(1291), + [anon_sym_alignas] = ACTIONS(1291), + [anon_sym__Alignas] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym___try] = ACTIONS(1291), + [anon_sym___leave] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [anon_sym___asm] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1291), + [anon_sym_rayPayloadInEXT] = ACTIONS(1291), + [anon_sym_hitAttributeEXT] = ACTIONS(1291), + [anon_sym_callableDataEXT] = ACTIONS(1291), + [anon_sym_callableDataInEXT] = ACTIONS(1291), + [anon_sym_shaderRecordEXT] = ACTIONS(1291), + [anon_sym_rayPayloadNV] = ACTIONS(1291), + [anon_sym_rayPayloadInNV] = ACTIONS(1291), + [anon_sym_hitAttributeNV] = ACTIONS(1291), + [anon_sym_callableDataNV] = ACTIONS(1291), + [anon_sym_callableDataInNV] = ACTIONS(1291), + [anon_sym_shaderRecordNV] = ACTIONS(1291), + [anon_sym_layout] = ACTIONS(1291), }, [100] = { - [sym_identifier] = ACTIONS(1305), - [aux_sym_preproc_include_token1] = ACTIONS(1305), - [aux_sym_preproc_def_token1] = ACTIONS(1305), - [aux_sym_preproc_if_token1] = ACTIONS(1305), - [aux_sym_preproc_if_token2] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1305), - [aux_sym_preproc_else_token1] = ACTIONS(1305), - [aux_sym_preproc_elif_token1] = ACTIONS(1305), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1305), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1305), - [sym_preproc_directive] = ACTIONS(1305), - [anon_sym_LPAREN2] = ACTIONS(1307), - [anon_sym_BANG] = ACTIONS(1307), - [anon_sym_TILDE] = ACTIONS(1307), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(1307), - [anon_sym_AMP] = ACTIONS(1307), - [anon_sym_subroutine] = ACTIONS(1305), - [anon_sym_invariant] = ACTIONS(1305), - [anon_sym_precise] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_in] = ACTIONS(1305), - [anon_sym_out] = ACTIONS(1305), - [anon_sym_inout] = ACTIONS(1305), - [anon_sym_uniform] = ACTIONS(1305), - [anon_sym_shared] = ACTIONS(1305), - [anon_sym_attribute] = ACTIONS(1305), - [anon_sym_varying] = ACTIONS(1305), - [anon_sym_buffer] = ACTIONS(1305), - [anon_sym_coherent] = ACTIONS(1305), - [anon_sym_readonly] = ACTIONS(1305), - [anon_sym_writeonly] = ACTIONS(1305), - [anon_sym_precision] = ACTIONS(1305), - [anon_sym_highp] = ACTIONS(1305), - [anon_sym_mediump] = ACTIONS(1305), - [anon_sym_lowp] = ACTIONS(1305), - [anon_sym_centroid] = ACTIONS(1305), - [anon_sym_sample] = ACTIONS(1305), - [anon_sym_patch] = ACTIONS(1305), - [anon_sym_smooth] = ACTIONS(1305), - [anon_sym_flat] = ACTIONS(1305), - [anon_sym_noperspective] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1305), - [anon_sym_typedef] = ACTIONS(1305), - [anon_sym_extern] = ACTIONS(1305), - [anon_sym___attribute__] = ACTIONS(1305), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1307), - [anon_sym___declspec] = ACTIONS(1305), - [anon_sym___cdecl] = ACTIONS(1305), - [anon_sym___clrcall] = ACTIONS(1305), - [anon_sym___stdcall] = ACTIONS(1305), - [anon_sym___fastcall] = ACTIONS(1305), - [anon_sym___thiscall] = ACTIONS(1305), - [anon_sym___vectorcall] = ACTIONS(1305), - [anon_sym_LBRACE] = ACTIONS(1307), - [anon_sym_signed] = ACTIONS(1305), - [anon_sym_unsigned] = ACTIONS(1305), - [anon_sym_long] = ACTIONS(1305), - [anon_sym_short] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1305), - [anon_sym_auto] = ACTIONS(1305), - [anon_sym_register] = ACTIONS(1305), - [anon_sym_inline] = ACTIONS(1305), - [anon_sym___inline] = ACTIONS(1305), - [anon_sym___inline__] = ACTIONS(1305), - [anon_sym___forceinline] = ACTIONS(1305), - [anon_sym_thread_local] = ACTIONS(1305), - [anon_sym___thread] = ACTIONS(1305), - [anon_sym_const] = ACTIONS(1305), - [anon_sym_constexpr] = ACTIONS(1305), - [anon_sym_volatile] = ACTIONS(1305), - [anon_sym_restrict] = ACTIONS(1305), - [anon_sym___restrict__] = ACTIONS(1305), - [anon_sym__Atomic] = ACTIONS(1305), - [anon_sym__Noreturn] = ACTIONS(1305), - [anon_sym_noreturn] = ACTIONS(1305), - [anon_sym_alignas] = ACTIONS(1305), - [anon_sym__Alignas] = ACTIONS(1305), - [sym_primitive_type] = ACTIONS(1305), - [anon_sym_enum] = ACTIONS(1305), - [anon_sym_struct] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1305), - [anon_sym_if] = ACTIONS(1305), - [anon_sym_else] = ACTIONS(1305), - [anon_sym_switch] = ACTIONS(1305), - [anon_sym_case] = ACTIONS(1305), - [anon_sym_default] = ACTIONS(1305), - [anon_sym_while] = ACTIONS(1305), - [anon_sym_do] = ACTIONS(1305), - [anon_sym_for] = ACTIONS(1305), - [anon_sym_return] = ACTIONS(1305), - [anon_sym_break] = ACTIONS(1305), - [anon_sym_continue] = ACTIONS(1305), - [anon_sym_goto] = ACTIONS(1305), - [anon_sym___try] = ACTIONS(1305), - [anon_sym___leave] = ACTIONS(1305), - [anon_sym_DASH_DASH] = ACTIONS(1307), - [anon_sym_PLUS_PLUS] = ACTIONS(1307), - [anon_sym_sizeof] = ACTIONS(1305), - [anon_sym___alignof__] = ACTIONS(1305), - [anon_sym___alignof] = ACTIONS(1305), - [anon_sym__alignof] = ACTIONS(1305), - [anon_sym_alignof] = ACTIONS(1305), - [anon_sym__Alignof] = ACTIONS(1305), - [anon_sym_offsetof] = ACTIONS(1305), - [anon_sym__Generic] = ACTIONS(1305), - [anon_sym_asm] = ACTIONS(1305), - [anon_sym___asm__] = ACTIONS(1305), - [sym_number_literal] = ACTIONS(1307), - [anon_sym_L_SQUOTE] = ACTIONS(1307), - [anon_sym_u_SQUOTE] = ACTIONS(1307), - [anon_sym_U_SQUOTE] = ACTIONS(1307), - [anon_sym_u8_SQUOTE] = ACTIONS(1307), - [anon_sym_SQUOTE] = ACTIONS(1307), - [anon_sym_L_DQUOTE] = ACTIONS(1307), - [anon_sym_u_DQUOTE] = ACTIONS(1307), - [anon_sym_U_DQUOTE] = ACTIONS(1307), - [anon_sym_u8_DQUOTE] = ACTIONS(1307), - [anon_sym_DQUOTE] = ACTIONS(1307), - [sym_true] = ACTIONS(1305), - [sym_false] = ACTIONS(1305), - [anon_sym_NULL] = ACTIONS(1305), - [anon_sym_nullptr] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1305), - [anon_sym_rayPayloadInEXT] = ACTIONS(1305), - [anon_sym_hitAttributeEXT] = ACTIONS(1305), - [anon_sym_callableDataEXT] = ACTIONS(1305), - [anon_sym_callableDataInEXT] = ACTIONS(1305), - [anon_sym_shaderRecordEXT] = ACTIONS(1305), - [anon_sym_rayPayloadNV] = ACTIONS(1305), - [anon_sym_rayPayloadInNV] = ACTIONS(1305), - [anon_sym_hitAttributeNV] = ACTIONS(1305), - [anon_sym_callableDataNV] = ACTIONS(1305), - [anon_sym_callableDataInNV] = ACTIONS(1305), - [anon_sym_shaderRecordNV] = ACTIONS(1305), - [anon_sym_layout] = ACTIONS(1305), + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token2] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [aux_sym_preproc_else_token1] = ACTIONS(1295), + [aux_sym_preproc_elif_token1] = ACTIONS(1295), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_subroutine] = ACTIONS(1295), + [anon_sym_invariant] = ACTIONS(1295), + [anon_sym_precise] = ACTIONS(1295), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_in] = ACTIONS(1295), + [anon_sym_out] = ACTIONS(1295), + [anon_sym_inout] = ACTIONS(1295), + [anon_sym_uniform] = ACTIONS(1295), + [anon_sym_shared] = ACTIONS(1295), + [anon_sym_attribute] = ACTIONS(1295), + [anon_sym_varying] = ACTIONS(1295), + [anon_sym_buffer] = ACTIONS(1295), + [anon_sym_coherent] = ACTIONS(1295), + [anon_sym_readonly] = ACTIONS(1295), + [anon_sym_writeonly] = ACTIONS(1295), + [anon_sym_precision] = ACTIONS(1295), + [anon_sym_highp] = ACTIONS(1295), + [anon_sym_mediump] = ACTIONS(1295), + [anon_sym_lowp] = ACTIONS(1295), + [anon_sym_centroid] = ACTIONS(1295), + [anon_sym_sample] = ACTIONS(1295), + [anon_sym_patch] = ACTIONS(1295), + [anon_sym_smooth] = ACTIONS(1295), + [anon_sym_flat] = ACTIONS(1295), + [anon_sym_noperspective] = ACTIONS(1295), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [anon_sym__Nonnull] = ACTIONS(1295), + [anon_sym_alignas] = ACTIONS(1295), + [anon_sym__Alignas] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym___try] = ACTIONS(1295), + [anon_sym___leave] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [anon_sym___asm] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1295), + [anon_sym_rayPayloadInEXT] = ACTIONS(1295), + [anon_sym_hitAttributeEXT] = ACTIONS(1295), + [anon_sym_callableDataEXT] = ACTIONS(1295), + [anon_sym_callableDataInEXT] = ACTIONS(1295), + [anon_sym_shaderRecordEXT] = ACTIONS(1295), + [anon_sym_rayPayloadNV] = ACTIONS(1295), + [anon_sym_rayPayloadInNV] = ACTIONS(1295), + [anon_sym_hitAttributeNV] = ACTIONS(1295), + [anon_sym_callableDataNV] = ACTIONS(1295), + [anon_sym_callableDataInNV] = ACTIONS(1295), + [anon_sym_shaderRecordNV] = ACTIONS(1295), + [anon_sym_layout] = ACTIONS(1295), }, [101] = { - [sym_identifier] = ACTIONS(1309), - [aux_sym_preproc_include_token1] = ACTIONS(1309), - [aux_sym_preproc_def_token1] = ACTIONS(1309), - [aux_sym_preproc_if_token1] = ACTIONS(1309), - [aux_sym_preproc_if_token2] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1309), - [aux_sym_preproc_else_token1] = ACTIONS(1309), - [aux_sym_preproc_elif_token1] = ACTIONS(1309), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1309), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1309), - [sym_preproc_directive] = ACTIONS(1309), - [anon_sym_LPAREN2] = ACTIONS(1311), - [anon_sym_BANG] = ACTIONS(1311), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_DASH] = ACTIONS(1309), - [anon_sym_PLUS] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(1311), - [anon_sym_subroutine] = ACTIONS(1309), - [anon_sym_invariant] = ACTIONS(1309), - [anon_sym_precise] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_in] = ACTIONS(1309), - [anon_sym_out] = ACTIONS(1309), - [anon_sym_inout] = ACTIONS(1309), - [anon_sym_uniform] = ACTIONS(1309), - [anon_sym_shared] = ACTIONS(1309), - [anon_sym_attribute] = ACTIONS(1309), - [anon_sym_varying] = ACTIONS(1309), - [anon_sym_buffer] = ACTIONS(1309), - [anon_sym_coherent] = ACTIONS(1309), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_writeonly] = ACTIONS(1309), - [anon_sym_precision] = ACTIONS(1309), - [anon_sym_highp] = ACTIONS(1309), - [anon_sym_mediump] = ACTIONS(1309), - [anon_sym_lowp] = ACTIONS(1309), - [anon_sym_centroid] = ACTIONS(1309), - [anon_sym_sample] = ACTIONS(1309), - [anon_sym_patch] = ACTIONS(1309), - [anon_sym_smooth] = ACTIONS(1309), - [anon_sym_flat] = ACTIONS(1309), - [anon_sym_noperspective] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1309), - [anon_sym_typedef] = ACTIONS(1309), - [anon_sym_extern] = ACTIONS(1309), - [anon_sym___attribute__] = ACTIONS(1309), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1311), - [anon_sym___declspec] = ACTIONS(1309), - [anon_sym___cdecl] = ACTIONS(1309), - [anon_sym___clrcall] = ACTIONS(1309), - [anon_sym___stdcall] = ACTIONS(1309), - [anon_sym___fastcall] = ACTIONS(1309), - [anon_sym___thiscall] = ACTIONS(1309), - [anon_sym___vectorcall] = ACTIONS(1309), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_signed] = ACTIONS(1309), - [anon_sym_unsigned] = ACTIONS(1309), - [anon_sym_long] = ACTIONS(1309), - [anon_sym_short] = ACTIONS(1309), - [anon_sym_static] = ACTIONS(1309), - [anon_sym_auto] = ACTIONS(1309), - [anon_sym_register] = ACTIONS(1309), - [anon_sym_inline] = ACTIONS(1309), - [anon_sym___inline] = ACTIONS(1309), - [anon_sym___inline__] = ACTIONS(1309), - [anon_sym___forceinline] = ACTIONS(1309), - [anon_sym_thread_local] = ACTIONS(1309), - [anon_sym___thread] = ACTIONS(1309), - [anon_sym_const] = ACTIONS(1309), - [anon_sym_constexpr] = ACTIONS(1309), - [anon_sym_volatile] = ACTIONS(1309), - [anon_sym_restrict] = ACTIONS(1309), - [anon_sym___restrict__] = ACTIONS(1309), - [anon_sym__Atomic] = ACTIONS(1309), - [anon_sym__Noreturn] = ACTIONS(1309), - [anon_sym_noreturn] = ACTIONS(1309), - [anon_sym_alignas] = ACTIONS(1309), - [anon_sym__Alignas] = ACTIONS(1309), - [sym_primitive_type] = ACTIONS(1309), - [anon_sym_enum] = ACTIONS(1309), - [anon_sym_struct] = ACTIONS(1309), - [anon_sym_union] = ACTIONS(1309), - [anon_sym_if] = ACTIONS(1309), - [anon_sym_else] = ACTIONS(1309), - [anon_sym_switch] = ACTIONS(1309), - [anon_sym_case] = ACTIONS(1309), - [anon_sym_default] = ACTIONS(1309), - [anon_sym_while] = ACTIONS(1309), - [anon_sym_do] = ACTIONS(1309), - [anon_sym_for] = ACTIONS(1309), - [anon_sym_return] = ACTIONS(1309), - [anon_sym_break] = ACTIONS(1309), - [anon_sym_continue] = ACTIONS(1309), - [anon_sym_goto] = ACTIONS(1309), - [anon_sym___try] = ACTIONS(1309), - [anon_sym___leave] = ACTIONS(1309), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_sizeof] = ACTIONS(1309), - [anon_sym___alignof__] = ACTIONS(1309), - [anon_sym___alignof] = ACTIONS(1309), - [anon_sym__alignof] = ACTIONS(1309), - [anon_sym_alignof] = ACTIONS(1309), - [anon_sym__Alignof] = ACTIONS(1309), - [anon_sym_offsetof] = ACTIONS(1309), - [anon_sym__Generic] = ACTIONS(1309), - [anon_sym_asm] = ACTIONS(1309), - [anon_sym___asm__] = ACTIONS(1309), - [sym_number_literal] = ACTIONS(1311), - [anon_sym_L_SQUOTE] = ACTIONS(1311), - [anon_sym_u_SQUOTE] = ACTIONS(1311), - [anon_sym_U_SQUOTE] = ACTIONS(1311), - [anon_sym_u8_SQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [anon_sym_L_DQUOTE] = ACTIONS(1311), - [anon_sym_u_DQUOTE] = ACTIONS(1311), - [anon_sym_U_DQUOTE] = ACTIONS(1311), - [anon_sym_u8_DQUOTE] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [sym_true] = ACTIONS(1309), - [sym_false] = ACTIONS(1309), - [anon_sym_NULL] = ACTIONS(1309), - [anon_sym_nullptr] = ACTIONS(1309), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1309), - [anon_sym_rayPayloadInEXT] = ACTIONS(1309), - [anon_sym_hitAttributeEXT] = ACTIONS(1309), - [anon_sym_callableDataEXT] = ACTIONS(1309), - [anon_sym_callableDataInEXT] = ACTIONS(1309), - [anon_sym_shaderRecordEXT] = ACTIONS(1309), - [anon_sym_rayPayloadNV] = ACTIONS(1309), - [anon_sym_rayPayloadInNV] = ACTIONS(1309), - [anon_sym_hitAttributeNV] = ACTIONS(1309), - [anon_sym_callableDataNV] = ACTIONS(1309), - [anon_sym_callableDataInNV] = ACTIONS(1309), - [anon_sym_shaderRecordNV] = ACTIONS(1309), - [anon_sym_layout] = ACTIONS(1309), + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token2] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [aux_sym_preproc_else_token1] = ACTIONS(1299), + [aux_sym_preproc_elif_token1] = ACTIONS(1299), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_subroutine] = ACTIONS(1299), + [anon_sym_invariant] = ACTIONS(1299), + [anon_sym_precise] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_in] = ACTIONS(1299), + [anon_sym_out] = ACTIONS(1299), + [anon_sym_inout] = ACTIONS(1299), + [anon_sym_uniform] = ACTIONS(1299), + [anon_sym_shared] = ACTIONS(1299), + [anon_sym_attribute] = ACTIONS(1299), + [anon_sym_varying] = ACTIONS(1299), + [anon_sym_buffer] = ACTIONS(1299), + [anon_sym_coherent] = ACTIONS(1299), + [anon_sym_readonly] = ACTIONS(1299), + [anon_sym_writeonly] = ACTIONS(1299), + [anon_sym_precision] = ACTIONS(1299), + [anon_sym_highp] = ACTIONS(1299), + [anon_sym_mediump] = ACTIONS(1299), + [anon_sym_lowp] = ACTIONS(1299), + [anon_sym_centroid] = ACTIONS(1299), + [anon_sym_sample] = ACTIONS(1299), + [anon_sym_patch] = ACTIONS(1299), + [anon_sym_smooth] = ACTIONS(1299), + [anon_sym_flat] = ACTIONS(1299), + [anon_sym_noperspective] = ACTIONS(1299), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [anon_sym__Nonnull] = ACTIONS(1299), + [anon_sym_alignas] = ACTIONS(1299), + [anon_sym__Alignas] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym___try] = ACTIONS(1299), + [anon_sym___leave] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [anon_sym___asm] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1299), + [anon_sym_rayPayloadInEXT] = ACTIONS(1299), + [anon_sym_hitAttributeEXT] = ACTIONS(1299), + [anon_sym_callableDataEXT] = ACTIONS(1299), + [anon_sym_callableDataInEXT] = ACTIONS(1299), + [anon_sym_shaderRecordEXT] = ACTIONS(1299), + [anon_sym_rayPayloadNV] = ACTIONS(1299), + [anon_sym_rayPayloadInNV] = ACTIONS(1299), + [anon_sym_hitAttributeNV] = ACTIONS(1299), + [anon_sym_callableDataNV] = ACTIONS(1299), + [anon_sym_callableDataInNV] = ACTIONS(1299), + [anon_sym_shaderRecordNV] = ACTIONS(1299), + [anon_sym_layout] = ACTIONS(1299), }, [102] = { - [sym_identifier] = ACTIONS(1313), - [aux_sym_preproc_include_token1] = ACTIONS(1313), - [aux_sym_preproc_def_token1] = ACTIONS(1313), - [aux_sym_preproc_if_token1] = ACTIONS(1313), - [aux_sym_preproc_if_token2] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1313), - [aux_sym_preproc_else_token1] = ACTIONS(1313), - [aux_sym_preproc_elif_token1] = ACTIONS(1313), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1313), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1313), - [sym_preproc_directive] = ACTIONS(1313), - [anon_sym_LPAREN2] = ACTIONS(1315), - [anon_sym_BANG] = ACTIONS(1315), - [anon_sym_TILDE] = ACTIONS(1315), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_subroutine] = ACTIONS(1313), - [anon_sym_invariant] = ACTIONS(1313), - [anon_sym_precise] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1315), - [anon_sym_in] = ACTIONS(1313), - [anon_sym_out] = ACTIONS(1313), - [anon_sym_inout] = ACTIONS(1313), - [anon_sym_uniform] = ACTIONS(1313), - [anon_sym_shared] = ACTIONS(1313), - [anon_sym_attribute] = ACTIONS(1313), - [anon_sym_varying] = ACTIONS(1313), - [anon_sym_buffer] = ACTIONS(1313), - [anon_sym_coherent] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_writeonly] = ACTIONS(1313), - [anon_sym_precision] = ACTIONS(1313), - [anon_sym_highp] = ACTIONS(1313), - [anon_sym_mediump] = ACTIONS(1313), - [anon_sym_lowp] = ACTIONS(1313), - [anon_sym_centroid] = ACTIONS(1313), - [anon_sym_sample] = ACTIONS(1313), - [anon_sym_patch] = ACTIONS(1313), - [anon_sym_smooth] = ACTIONS(1313), - [anon_sym_flat] = ACTIONS(1313), - [anon_sym_noperspective] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1313), - [anon_sym_typedef] = ACTIONS(1313), - [anon_sym_extern] = ACTIONS(1313), - [anon_sym___attribute__] = ACTIONS(1313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1315), - [anon_sym___declspec] = ACTIONS(1313), - [anon_sym___cdecl] = ACTIONS(1313), - [anon_sym___clrcall] = ACTIONS(1313), - [anon_sym___stdcall] = ACTIONS(1313), - [anon_sym___fastcall] = ACTIONS(1313), - [anon_sym___thiscall] = ACTIONS(1313), - [anon_sym___vectorcall] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1315), - [anon_sym_signed] = ACTIONS(1313), - [anon_sym_unsigned] = ACTIONS(1313), - [anon_sym_long] = ACTIONS(1313), - [anon_sym_short] = ACTIONS(1313), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_auto] = ACTIONS(1313), - [anon_sym_register] = ACTIONS(1313), - [anon_sym_inline] = ACTIONS(1313), - [anon_sym___inline] = ACTIONS(1313), - [anon_sym___inline__] = ACTIONS(1313), - [anon_sym___forceinline] = ACTIONS(1313), - [anon_sym_thread_local] = ACTIONS(1313), - [anon_sym___thread] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_constexpr] = ACTIONS(1313), - [anon_sym_volatile] = ACTIONS(1313), - [anon_sym_restrict] = ACTIONS(1313), - [anon_sym___restrict__] = ACTIONS(1313), - [anon_sym__Atomic] = ACTIONS(1313), - [anon_sym__Noreturn] = ACTIONS(1313), - [anon_sym_noreturn] = ACTIONS(1313), - [anon_sym_alignas] = ACTIONS(1313), - [anon_sym__Alignas] = ACTIONS(1313), - [sym_primitive_type] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [anon_sym_struct] = ACTIONS(1313), - [anon_sym_union] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_goto] = ACTIONS(1313), - [anon_sym___try] = ACTIONS(1313), - [anon_sym___leave] = ACTIONS(1313), - [anon_sym_DASH_DASH] = ACTIONS(1315), - [anon_sym_PLUS_PLUS] = ACTIONS(1315), - [anon_sym_sizeof] = ACTIONS(1313), - [anon_sym___alignof__] = ACTIONS(1313), - [anon_sym___alignof] = ACTIONS(1313), - [anon_sym__alignof] = ACTIONS(1313), - [anon_sym_alignof] = ACTIONS(1313), - [anon_sym__Alignof] = ACTIONS(1313), - [anon_sym_offsetof] = ACTIONS(1313), - [anon_sym__Generic] = ACTIONS(1313), - [anon_sym_asm] = ACTIONS(1313), - [anon_sym___asm__] = ACTIONS(1313), - [sym_number_literal] = ACTIONS(1315), - [anon_sym_L_SQUOTE] = ACTIONS(1315), - [anon_sym_u_SQUOTE] = ACTIONS(1315), - [anon_sym_U_SQUOTE] = ACTIONS(1315), - [anon_sym_u8_SQUOTE] = ACTIONS(1315), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_L_DQUOTE] = ACTIONS(1315), - [anon_sym_u_DQUOTE] = ACTIONS(1315), - [anon_sym_U_DQUOTE] = ACTIONS(1315), - [anon_sym_u8_DQUOTE] = ACTIONS(1315), - [anon_sym_DQUOTE] = ACTIONS(1315), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [anon_sym_NULL] = ACTIONS(1313), - [anon_sym_nullptr] = ACTIONS(1313), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1313), - [anon_sym_rayPayloadInEXT] = ACTIONS(1313), - [anon_sym_hitAttributeEXT] = ACTIONS(1313), - [anon_sym_callableDataEXT] = ACTIONS(1313), - [anon_sym_callableDataInEXT] = ACTIONS(1313), - [anon_sym_shaderRecordEXT] = ACTIONS(1313), - [anon_sym_rayPayloadNV] = ACTIONS(1313), - [anon_sym_rayPayloadInNV] = ACTIONS(1313), - [anon_sym_hitAttributeNV] = ACTIONS(1313), - [anon_sym_callableDataNV] = ACTIONS(1313), - [anon_sym_callableDataInNV] = ACTIONS(1313), - [anon_sym_shaderRecordNV] = ACTIONS(1313), - [anon_sym_layout] = ACTIONS(1313), + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token2] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [aux_sym_preproc_else_token1] = ACTIONS(1303), + [aux_sym_preproc_elif_token1] = ACTIONS(1303), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_subroutine] = ACTIONS(1303), + [anon_sym_invariant] = ACTIONS(1303), + [anon_sym_precise] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_in] = ACTIONS(1303), + [anon_sym_out] = ACTIONS(1303), + [anon_sym_inout] = ACTIONS(1303), + [anon_sym_uniform] = ACTIONS(1303), + [anon_sym_shared] = ACTIONS(1303), + [anon_sym_attribute] = ACTIONS(1303), + [anon_sym_varying] = ACTIONS(1303), + [anon_sym_buffer] = ACTIONS(1303), + [anon_sym_coherent] = ACTIONS(1303), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_writeonly] = ACTIONS(1303), + [anon_sym_precision] = ACTIONS(1303), + [anon_sym_highp] = ACTIONS(1303), + [anon_sym_mediump] = ACTIONS(1303), + [anon_sym_lowp] = ACTIONS(1303), + [anon_sym_centroid] = ACTIONS(1303), + [anon_sym_sample] = ACTIONS(1303), + [anon_sym_patch] = ACTIONS(1303), + [anon_sym_smooth] = ACTIONS(1303), + [anon_sym_flat] = ACTIONS(1303), + [anon_sym_noperspective] = ACTIONS(1303), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [anon_sym__Nonnull] = ACTIONS(1303), + [anon_sym_alignas] = ACTIONS(1303), + [anon_sym__Alignas] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym___try] = ACTIONS(1303), + [anon_sym___leave] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [anon_sym___asm] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1303), + [anon_sym_rayPayloadInEXT] = ACTIONS(1303), + [anon_sym_hitAttributeEXT] = ACTIONS(1303), + [anon_sym_callableDataEXT] = ACTIONS(1303), + [anon_sym_callableDataInEXT] = ACTIONS(1303), + [anon_sym_shaderRecordEXT] = ACTIONS(1303), + [anon_sym_rayPayloadNV] = ACTIONS(1303), + [anon_sym_rayPayloadInNV] = ACTIONS(1303), + [anon_sym_hitAttributeNV] = ACTIONS(1303), + [anon_sym_callableDataNV] = ACTIONS(1303), + [anon_sym_callableDataInNV] = ACTIONS(1303), + [anon_sym_shaderRecordNV] = ACTIONS(1303), + [anon_sym_layout] = ACTIONS(1303), }, [103] = { - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token2] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [aux_sym_preproc_else_token1] = ACTIONS(1317), - [aux_sym_preproc_elif_token1] = ACTIONS(1317), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token2] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [aux_sym_preproc_else_token1] = ACTIONS(1307), + [aux_sym_preproc_elif_token1] = ACTIONS(1307), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), }, [104] = { - [sym_identifier] = ACTIONS(1321), - [aux_sym_preproc_include_token1] = ACTIONS(1321), - [aux_sym_preproc_def_token1] = ACTIONS(1321), - [aux_sym_preproc_if_token1] = ACTIONS(1321), - [aux_sym_preproc_if_token2] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1321), - [aux_sym_preproc_else_token1] = ACTIONS(1321), - [aux_sym_preproc_elif_token1] = ACTIONS(1321), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1321), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1321), - [sym_preproc_directive] = ACTIONS(1321), - [anon_sym_LPAREN2] = ACTIONS(1323), - [anon_sym_BANG] = ACTIONS(1323), - [anon_sym_TILDE] = ACTIONS(1323), - [anon_sym_DASH] = ACTIONS(1321), - [anon_sym_PLUS] = ACTIONS(1321), - [anon_sym_STAR] = ACTIONS(1323), - [anon_sym_AMP] = ACTIONS(1323), - [anon_sym_subroutine] = ACTIONS(1321), - [anon_sym_invariant] = ACTIONS(1321), - [anon_sym_precise] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1323), - [anon_sym_in] = ACTIONS(1321), - [anon_sym_out] = ACTIONS(1321), - [anon_sym_inout] = ACTIONS(1321), - [anon_sym_uniform] = ACTIONS(1321), - [anon_sym_shared] = ACTIONS(1321), - [anon_sym_attribute] = ACTIONS(1321), - [anon_sym_varying] = ACTIONS(1321), - [anon_sym_buffer] = ACTIONS(1321), - [anon_sym_coherent] = ACTIONS(1321), - [anon_sym_readonly] = ACTIONS(1321), - [anon_sym_writeonly] = ACTIONS(1321), - [anon_sym_precision] = ACTIONS(1321), - [anon_sym_highp] = ACTIONS(1321), - [anon_sym_mediump] = ACTIONS(1321), - [anon_sym_lowp] = ACTIONS(1321), - [anon_sym_centroid] = ACTIONS(1321), - [anon_sym_sample] = ACTIONS(1321), - [anon_sym_patch] = ACTIONS(1321), - [anon_sym_smooth] = ACTIONS(1321), - [anon_sym_flat] = ACTIONS(1321), - [anon_sym_noperspective] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1321), - [anon_sym_typedef] = ACTIONS(1321), - [anon_sym_extern] = ACTIONS(1321), - [anon_sym___attribute__] = ACTIONS(1321), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1323), - [anon_sym___declspec] = ACTIONS(1321), - [anon_sym___cdecl] = ACTIONS(1321), - [anon_sym___clrcall] = ACTIONS(1321), - [anon_sym___stdcall] = ACTIONS(1321), - [anon_sym___fastcall] = ACTIONS(1321), - [anon_sym___thiscall] = ACTIONS(1321), - [anon_sym___vectorcall] = ACTIONS(1321), - [anon_sym_LBRACE] = ACTIONS(1323), - [anon_sym_signed] = ACTIONS(1321), - [anon_sym_unsigned] = ACTIONS(1321), - [anon_sym_long] = ACTIONS(1321), - [anon_sym_short] = ACTIONS(1321), - [anon_sym_static] = ACTIONS(1321), - [anon_sym_auto] = ACTIONS(1321), - [anon_sym_register] = ACTIONS(1321), - [anon_sym_inline] = ACTIONS(1321), - [anon_sym___inline] = ACTIONS(1321), - [anon_sym___inline__] = ACTIONS(1321), - [anon_sym___forceinline] = ACTIONS(1321), - [anon_sym_thread_local] = ACTIONS(1321), - [anon_sym___thread] = ACTIONS(1321), - [anon_sym_const] = ACTIONS(1321), - [anon_sym_constexpr] = ACTIONS(1321), - [anon_sym_volatile] = ACTIONS(1321), - [anon_sym_restrict] = ACTIONS(1321), - [anon_sym___restrict__] = ACTIONS(1321), - [anon_sym__Atomic] = ACTIONS(1321), - [anon_sym__Noreturn] = ACTIONS(1321), - [anon_sym_noreturn] = ACTIONS(1321), - [anon_sym_alignas] = ACTIONS(1321), - [anon_sym__Alignas] = ACTIONS(1321), - [sym_primitive_type] = ACTIONS(1321), - [anon_sym_enum] = ACTIONS(1321), - [anon_sym_struct] = ACTIONS(1321), - [anon_sym_union] = ACTIONS(1321), - [anon_sym_if] = ACTIONS(1321), - [anon_sym_else] = ACTIONS(1321), - [anon_sym_switch] = ACTIONS(1321), - [anon_sym_case] = ACTIONS(1321), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_while] = ACTIONS(1321), - [anon_sym_do] = ACTIONS(1321), - [anon_sym_for] = ACTIONS(1321), - [anon_sym_return] = ACTIONS(1321), - [anon_sym_break] = ACTIONS(1321), - [anon_sym_continue] = ACTIONS(1321), - [anon_sym_goto] = ACTIONS(1321), - [anon_sym___try] = ACTIONS(1321), - [anon_sym___leave] = ACTIONS(1321), - [anon_sym_DASH_DASH] = ACTIONS(1323), - [anon_sym_PLUS_PLUS] = ACTIONS(1323), - [anon_sym_sizeof] = ACTIONS(1321), - [anon_sym___alignof__] = ACTIONS(1321), - [anon_sym___alignof] = ACTIONS(1321), - [anon_sym__alignof] = ACTIONS(1321), - [anon_sym_alignof] = ACTIONS(1321), - [anon_sym__Alignof] = ACTIONS(1321), - [anon_sym_offsetof] = ACTIONS(1321), - [anon_sym__Generic] = ACTIONS(1321), - [anon_sym_asm] = ACTIONS(1321), - [anon_sym___asm__] = ACTIONS(1321), - [sym_number_literal] = ACTIONS(1323), - [anon_sym_L_SQUOTE] = ACTIONS(1323), - [anon_sym_u_SQUOTE] = ACTIONS(1323), - [anon_sym_U_SQUOTE] = ACTIONS(1323), - [anon_sym_u8_SQUOTE] = ACTIONS(1323), - [anon_sym_SQUOTE] = ACTIONS(1323), - [anon_sym_L_DQUOTE] = ACTIONS(1323), - [anon_sym_u_DQUOTE] = ACTIONS(1323), - [anon_sym_U_DQUOTE] = ACTIONS(1323), - [anon_sym_u8_DQUOTE] = ACTIONS(1323), - [anon_sym_DQUOTE] = ACTIONS(1323), - [sym_true] = ACTIONS(1321), - [sym_false] = ACTIONS(1321), - [anon_sym_NULL] = ACTIONS(1321), - [anon_sym_nullptr] = ACTIONS(1321), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1321), - [anon_sym_rayPayloadInEXT] = ACTIONS(1321), - [anon_sym_hitAttributeEXT] = ACTIONS(1321), - [anon_sym_callableDataEXT] = ACTIONS(1321), - [anon_sym_callableDataInEXT] = ACTIONS(1321), - [anon_sym_shaderRecordEXT] = ACTIONS(1321), - [anon_sym_rayPayloadNV] = ACTIONS(1321), - [anon_sym_rayPayloadInNV] = ACTIONS(1321), - [anon_sym_hitAttributeNV] = ACTIONS(1321), - [anon_sym_callableDataNV] = ACTIONS(1321), - [anon_sym_callableDataInNV] = ACTIONS(1321), - [anon_sym_shaderRecordNV] = ACTIONS(1321), - [anon_sym_layout] = ACTIONS(1321), + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token2] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [aux_sym_preproc_else_token1] = ACTIONS(1311), + [aux_sym_preproc_elif_token1] = ACTIONS(1311), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym_subroutine] = ACTIONS(1311), + [anon_sym_invariant] = ACTIONS(1311), + [anon_sym_precise] = ACTIONS(1311), + [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym_in] = ACTIONS(1311), + [anon_sym_out] = ACTIONS(1311), + [anon_sym_inout] = ACTIONS(1311), + [anon_sym_uniform] = ACTIONS(1311), + [anon_sym_shared] = ACTIONS(1311), + [anon_sym_attribute] = ACTIONS(1311), + [anon_sym_varying] = ACTIONS(1311), + [anon_sym_buffer] = ACTIONS(1311), + [anon_sym_coherent] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1311), + [anon_sym_writeonly] = ACTIONS(1311), + [anon_sym_precision] = ACTIONS(1311), + [anon_sym_highp] = ACTIONS(1311), + [anon_sym_mediump] = ACTIONS(1311), + [anon_sym_lowp] = ACTIONS(1311), + [anon_sym_centroid] = ACTIONS(1311), + [anon_sym_sample] = ACTIONS(1311), + [anon_sym_patch] = ACTIONS(1311), + [anon_sym_smooth] = ACTIONS(1311), + [anon_sym_flat] = ACTIONS(1311), + [anon_sym_noperspective] = ACTIONS(1311), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [anon_sym__Nonnull] = ACTIONS(1311), + [anon_sym_alignas] = ACTIONS(1311), + [anon_sym__Alignas] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_else] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym___try] = ACTIONS(1311), + [anon_sym___leave] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [anon_sym___asm] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1311), + [anon_sym_rayPayloadInEXT] = ACTIONS(1311), + [anon_sym_hitAttributeEXT] = ACTIONS(1311), + [anon_sym_callableDataEXT] = ACTIONS(1311), + [anon_sym_callableDataInEXT] = ACTIONS(1311), + [anon_sym_shaderRecordEXT] = ACTIONS(1311), + [anon_sym_rayPayloadNV] = ACTIONS(1311), + [anon_sym_rayPayloadInNV] = ACTIONS(1311), + [anon_sym_hitAttributeNV] = ACTIONS(1311), + [anon_sym_callableDataNV] = ACTIONS(1311), + [anon_sym_callableDataInNV] = ACTIONS(1311), + [anon_sym_shaderRecordNV] = ACTIONS(1311), + [anon_sym_layout] = ACTIONS(1311), }, [105] = { - [ts_builtin_sym_end] = ACTIONS(1325), - [sym_identifier] = ACTIONS(1327), - [aux_sym_preproc_include_token1] = ACTIONS(1327), - [aux_sym_preproc_def_token1] = ACTIONS(1327), - [anon_sym_COMMA] = ACTIONS(1325), - [anon_sym_RPAREN] = ACTIONS(1325), - [aux_sym_preproc_if_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), - [sym_preproc_directive] = ACTIONS(1327), + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token2] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [aux_sym_preproc_else_token1] = ACTIONS(1307), + [aux_sym_preproc_elif_token1] = ACTIONS(1307), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), + }, + [106] = { + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token2] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [aux_sym_preproc_else_token1] = ACTIONS(1315), + [aux_sym_preproc_elif_token1] = ACTIONS(1315), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_subroutine] = ACTIONS(1315), + [anon_sym_invariant] = ACTIONS(1315), + [anon_sym_precise] = ACTIONS(1315), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym_in] = ACTIONS(1315), + [anon_sym_out] = ACTIONS(1315), + [anon_sym_inout] = ACTIONS(1315), + [anon_sym_uniform] = ACTIONS(1315), + [anon_sym_shared] = ACTIONS(1315), + [anon_sym_attribute] = ACTIONS(1315), + [anon_sym_varying] = ACTIONS(1315), + [anon_sym_buffer] = ACTIONS(1315), + [anon_sym_coherent] = ACTIONS(1315), + [anon_sym_readonly] = ACTIONS(1315), + [anon_sym_writeonly] = ACTIONS(1315), + [anon_sym_precision] = ACTIONS(1315), + [anon_sym_highp] = ACTIONS(1315), + [anon_sym_mediump] = ACTIONS(1315), + [anon_sym_lowp] = ACTIONS(1315), + [anon_sym_centroid] = ACTIONS(1315), + [anon_sym_sample] = ACTIONS(1315), + [anon_sym_patch] = ACTIONS(1315), + [anon_sym_smooth] = ACTIONS(1315), + [anon_sym_flat] = ACTIONS(1315), + [anon_sym_noperspective] = ACTIONS(1315), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [anon_sym__Nonnull] = ACTIONS(1315), + [anon_sym_alignas] = ACTIONS(1315), + [anon_sym__Alignas] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_else] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym___try] = ACTIONS(1315), + [anon_sym___leave] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [anon_sym___asm] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1315), + [anon_sym_rayPayloadInEXT] = ACTIONS(1315), + [anon_sym_hitAttributeEXT] = ACTIONS(1315), + [anon_sym_callableDataEXT] = ACTIONS(1315), + [anon_sym_callableDataInEXT] = ACTIONS(1315), + [anon_sym_shaderRecordEXT] = ACTIONS(1315), + [anon_sym_rayPayloadNV] = ACTIONS(1315), + [anon_sym_rayPayloadInNV] = ACTIONS(1315), + [anon_sym_hitAttributeNV] = ACTIONS(1315), + [anon_sym_callableDataNV] = ACTIONS(1315), + [anon_sym_callableDataInNV] = ACTIONS(1315), + [anon_sym_shaderRecordNV] = ACTIONS(1315), + [anon_sym_layout] = ACTIONS(1315), + }, + [107] = { + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token2] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [aux_sym_preproc_else_token1] = ACTIONS(1319), + [aux_sym_preproc_elif_token1] = ACTIONS(1319), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_subroutine] = ACTIONS(1319), + [anon_sym_invariant] = ACTIONS(1319), + [anon_sym_precise] = ACTIONS(1319), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym_in] = ACTIONS(1319), + [anon_sym_out] = ACTIONS(1319), + [anon_sym_inout] = ACTIONS(1319), + [anon_sym_uniform] = ACTIONS(1319), + [anon_sym_shared] = ACTIONS(1319), + [anon_sym_attribute] = ACTIONS(1319), + [anon_sym_varying] = ACTIONS(1319), + [anon_sym_buffer] = ACTIONS(1319), + [anon_sym_coherent] = ACTIONS(1319), + [anon_sym_readonly] = ACTIONS(1319), + [anon_sym_writeonly] = ACTIONS(1319), + [anon_sym_precision] = ACTIONS(1319), + [anon_sym_highp] = ACTIONS(1319), + [anon_sym_mediump] = ACTIONS(1319), + [anon_sym_lowp] = ACTIONS(1319), + [anon_sym_centroid] = ACTIONS(1319), + [anon_sym_sample] = ACTIONS(1319), + [anon_sym_patch] = ACTIONS(1319), + [anon_sym_smooth] = ACTIONS(1319), + [anon_sym_flat] = ACTIONS(1319), + [anon_sym_noperspective] = ACTIONS(1319), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [anon_sym__Nonnull] = ACTIONS(1319), + [anon_sym_alignas] = ACTIONS(1319), + [anon_sym__Alignas] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_else] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym___try] = ACTIONS(1319), + [anon_sym___leave] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [anon_sym___asm] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1319), + [anon_sym_rayPayloadInEXT] = ACTIONS(1319), + [anon_sym_hitAttributeEXT] = ACTIONS(1319), + [anon_sym_callableDataEXT] = ACTIONS(1319), + [anon_sym_callableDataInEXT] = ACTIONS(1319), + [anon_sym_shaderRecordEXT] = ACTIONS(1319), + [anon_sym_rayPayloadNV] = ACTIONS(1319), + [anon_sym_rayPayloadInNV] = ACTIONS(1319), + [anon_sym_hitAttributeNV] = ACTIONS(1319), + [anon_sym_callableDataNV] = ACTIONS(1319), + [anon_sym_callableDataInNV] = ACTIONS(1319), + [anon_sym_shaderRecordNV] = ACTIONS(1319), + [anon_sym_layout] = ACTIONS(1319), + }, + [108] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [aux_sym_preproc_else_token1] = ACTIONS(1243), + [aux_sym_preproc_elif_token1] = ACTIONS(1243), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), + }, + [109] = { + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token2] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [aux_sym_preproc_else_token1] = ACTIONS(1323), + [aux_sym_preproc_elif_token1] = ACTIONS(1323), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), [anon_sym_LPAREN2] = ACTIONS(1325), [anon_sym_BANG] = ACTIONS(1325), [anon_sym_TILDE] = ACTIONS(1325), - [anon_sym_DASH] = ACTIONS(1327), - [anon_sym_PLUS] = ACTIONS(1327), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), [anon_sym_STAR] = ACTIONS(1325), [anon_sym_AMP] = ACTIONS(1325), - [anon_sym_subroutine] = ACTIONS(1327), - [anon_sym_invariant] = ACTIONS(1327), - [anon_sym_precise] = ACTIONS(1327), + [anon_sym_subroutine] = ACTIONS(1323), + [anon_sym_invariant] = ACTIONS(1323), + [anon_sym_precise] = ACTIONS(1323), [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym_in] = ACTIONS(1327), - [anon_sym_out] = ACTIONS(1327), - [anon_sym_inout] = ACTIONS(1327), - [anon_sym_uniform] = ACTIONS(1327), - [anon_sym_shared] = ACTIONS(1327), + [anon_sym_in] = ACTIONS(1323), + [anon_sym_out] = ACTIONS(1323), + [anon_sym_inout] = ACTIONS(1323), + [anon_sym_uniform] = ACTIONS(1323), + [anon_sym_shared] = ACTIONS(1323), + [anon_sym_attribute] = ACTIONS(1323), + [anon_sym_varying] = ACTIONS(1323), + [anon_sym_buffer] = ACTIONS(1323), + [anon_sym_coherent] = ACTIONS(1323), + [anon_sym_readonly] = ACTIONS(1323), + [anon_sym_writeonly] = ACTIONS(1323), + [anon_sym_precision] = ACTIONS(1323), + [anon_sym_highp] = ACTIONS(1323), + [anon_sym_mediump] = ACTIONS(1323), + [anon_sym_lowp] = ACTIONS(1323), + [anon_sym_centroid] = ACTIONS(1323), + [anon_sym_sample] = ACTIONS(1323), + [anon_sym_patch] = ACTIONS(1323), + [anon_sym_smooth] = ACTIONS(1323), + [anon_sym_flat] = ACTIONS(1323), + [anon_sym_noperspective] = ACTIONS(1323), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [anon_sym__Nonnull] = ACTIONS(1323), + [anon_sym_alignas] = ACTIONS(1323), + [anon_sym__Alignas] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_else] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym___try] = ACTIONS(1323), + [anon_sym___leave] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [anon_sym___asm] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1323), + [anon_sym_rayPayloadInEXT] = ACTIONS(1323), + [anon_sym_hitAttributeEXT] = ACTIONS(1323), + [anon_sym_callableDataEXT] = ACTIONS(1323), + [anon_sym_callableDataInEXT] = ACTIONS(1323), + [anon_sym_shaderRecordEXT] = ACTIONS(1323), + [anon_sym_rayPayloadNV] = ACTIONS(1323), + [anon_sym_rayPayloadInNV] = ACTIONS(1323), + [anon_sym_hitAttributeNV] = ACTIONS(1323), + [anon_sym_callableDataNV] = ACTIONS(1323), + [anon_sym_callableDataInNV] = ACTIONS(1323), + [anon_sym_shaderRecordNV] = ACTIONS(1323), + [anon_sym_layout] = ACTIONS(1323), + }, + [110] = { + [sym_identifier] = ACTIONS(1327), + [aux_sym_preproc_include_token1] = ACTIONS(1327), + [aux_sym_preproc_def_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token2] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), + [aux_sym_preproc_else_token1] = ACTIONS(1327), + [aux_sym_preproc_elif_token1] = ACTIONS(1327), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1327), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1327), + [sym_preproc_directive] = ACTIONS(1327), + [anon_sym_LPAREN2] = ACTIONS(1329), + [anon_sym_BANG] = ACTIONS(1329), + [anon_sym_TILDE] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(1329), + [anon_sym_subroutine] = ACTIONS(1327), + [anon_sym_invariant] = ACTIONS(1327), + [anon_sym_precise] = ACTIONS(1327), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_in] = ACTIONS(1327), + [anon_sym_out] = ACTIONS(1327), + [anon_sym_inout] = ACTIONS(1327), + [anon_sym_uniform] = ACTIONS(1327), + [anon_sym_shared] = ACTIONS(1327), [anon_sym_attribute] = ACTIONS(1327), [anon_sym_varying] = ACTIONS(1327), [anon_sym_buffer] = ACTIONS(1327), @@ -33039,7 +34396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1327), [anon_sym_extern] = ACTIONS(1327), [anon_sym___attribute__] = ACTIONS(1327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), [anon_sym___declspec] = ACTIONS(1327), [anon_sym___cdecl] = ACTIONS(1327), [anon_sym___clrcall] = ACTIONS(1327), @@ -33047,7 +34404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1327), [anon_sym___thiscall] = ACTIONS(1327), [anon_sym___vectorcall] = ACTIONS(1327), - [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1329), [anon_sym_signed] = ACTIONS(1327), [anon_sym_unsigned] = ACTIONS(1327), [anon_sym_long] = ACTIONS(1327), @@ -33069,6 +34426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1327), [anon_sym__Noreturn] = ACTIONS(1327), [anon_sym_noreturn] = ACTIONS(1327), + [anon_sym__Nonnull] = ACTIONS(1327), [anon_sym_alignas] = ACTIONS(1327), [anon_sym__Alignas] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1327), @@ -33088,11 +34446,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1327), [anon_sym_goto] = ACTIONS(1327), [anon_sym___try] = ACTIONS(1327), - [anon_sym___except] = ACTIONS(1327), - [anon_sym___finally] = ACTIONS(1327), [anon_sym___leave] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_DASH_DASH] = ACTIONS(1329), + [anon_sym_PLUS_PLUS] = ACTIONS(1329), [anon_sym_sizeof] = ACTIONS(1327), [anon_sym___alignof__] = ACTIONS(1327), [anon_sym___alignof] = ACTIONS(1327), @@ -33103,17 +34459,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1327), [anon_sym_asm] = ACTIONS(1327), [anon_sym___asm__] = ACTIONS(1327), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), + [anon_sym___asm] = ACTIONS(1327), + [sym_number_literal] = ACTIONS(1329), + [anon_sym_L_SQUOTE] = ACTIONS(1329), + [anon_sym_u_SQUOTE] = ACTIONS(1329), + [anon_sym_U_SQUOTE] = ACTIONS(1329), + [anon_sym_u8_SQUOTE] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1329), + [anon_sym_L_DQUOTE] = ACTIONS(1329), + [anon_sym_u_DQUOTE] = ACTIONS(1329), + [anon_sym_U_DQUOTE] = ACTIONS(1329), + [anon_sym_u8_DQUOTE] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(1329), [sym_true] = ACTIONS(1327), [sym_false] = ACTIONS(1327), [anon_sym_NULL] = ACTIONS(1327), @@ -33133,453 +34490,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1327), [anon_sym_layout] = ACTIONS(1327), }, - [106] = { - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token2] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [aux_sym_preproc_else_token1] = ACTIONS(1317), - [aux_sym_preproc_elif_token1] = ACTIONS(1317), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), - }, - [107] = { - [sym_identifier] = ACTIONS(1329), - [aux_sym_preproc_include_token1] = ACTIONS(1329), - [aux_sym_preproc_def_token1] = ACTIONS(1329), - [aux_sym_preproc_if_token1] = ACTIONS(1329), - [aux_sym_preproc_if_token2] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1329), - [aux_sym_preproc_else_token1] = ACTIONS(1329), - [aux_sym_preproc_elif_token1] = ACTIONS(1329), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1329), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1329), - [sym_preproc_directive] = ACTIONS(1329), - [anon_sym_LPAREN2] = ACTIONS(1331), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_DASH] = ACTIONS(1329), - [anon_sym_PLUS] = ACTIONS(1329), - [anon_sym_STAR] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1331), - [anon_sym_subroutine] = ACTIONS(1329), - [anon_sym_invariant] = ACTIONS(1329), - [anon_sym_precise] = ACTIONS(1329), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_in] = ACTIONS(1329), - [anon_sym_out] = ACTIONS(1329), - [anon_sym_inout] = ACTIONS(1329), - [anon_sym_uniform] = ACTIONS(1329), - [anon_sym_shared] = ACTIONS(1329), - [anon_sym_attribute] = ACTIONS(1329), - [anon_sym_varying] = ACTIONS(1329), - [anon_sym_buffer] = ACTIONS(1329), - [anon_sym_coherent] = ACTIONS(1329), - [anon_sym_readonly] = ACTIONS(1329), - [anon_sym_writeonly] = ACTIONS(1329), - [anon_sym_precision] = ACTIONS(1329), - [anon_sym_highp] = ACTIONS(1329), - [anon_sym_mediump] = ACTIONS(1329), - [anon_sym_lowp] = ACTIONS(1329), - [anon_sym_centroid] = ACTIONS(1329), - [anon_sym_sample] = ACTIONS(1329), - [anon_sym_patch] = ACTIONS(1329), - [anon_sym_smooth] = ACTIONS(1329), - [anon_sym_flat] = ACTIONS(1329), - [anon_sym_noperspective] = ACTIONS(1329), - [anon_sym___extension__] = ACTIONS(1329), - [anon_sym_typedef] = ACTIONS(1329), - [anon_sym_extern] = ACTIONS(1329), - [anon_sym___attribute__] = ACTIONS(1329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1331), - [anon_sym___declspec] = ACTIONS(1329), - [anon_sym___cdecl] = ACTIONS(1329), - [anon_sym___clrcall] = ACTIONS(1329), - [anon_sym___stdcall] = ACTIONS(1329), - [anon_sym___fastcall] = ACTIONS(1329), - [anon_sym___thiscall] = ACTIONS(1329), - [anon_sym___vectorcall] = ACTIONS(1329), - [anon_sym_LBRACE] = ACTIONS(1331), - [anon_sym_signed] = ACTIONS(1329), - [anon_sym_unsigned] = ACTIONS(1329), - [anon_sym_long] = ACTIONS(1329), - [anon_sym_short] = ACTIONS(1329), - [anon_sym_static] = ACTIONS(1329), - [anon_sym_auto] = ACTIONS(1329), - [anon_sym_register] = ACTIONS(1329), - [anon_sym_inline] = ACTIONS(1329), - [anon_sym___inline] = ACTIONS(1329), - [anon_sym___inline__] = ACTIONS(1329), - [anon_sym___forceinline] = ACTIONS(1329), - [anon_sym_thread_local] = ACTIONS(1329), - [anon_sym___thread] = ACTIONS(1329), - [anon_sym_const] = ACTIONS(1329), - [anon_sym_constexpr] = ACTIONS(1329), - [anon_sym_volatile] = ACTIONS(1329), - [anon_sym_restrict] = ACTIONS(1329), - [anon_sym___restrict__] = ACTIONS(1329), - [anon_sym__Atomic] = ACTIONS(1329), - [anon_sym__Noreturn] = ACTIONS(1329), - [anon_sym_noreturn] = ACTIONS(1329), - [anon_sym_alignas] = ACTIONS(1329), - [anon_sym__Alignas] = ACTIONS(1329), - [sym_primitive_type] = ACTIONS(1329), - [anon_sym_enum] = ACTIONS(1329), - [anon_sym_struct] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1329), - [anon_sym_if] = ACTIONS(1329), - [anon_sym_else] = ACTIONS(1329), - [anon_sym_switch] = ACTIONS(1329), - [anon_sym_case] = ACTIONS(1329), - [anon_sym_default] = ACTIONS(1329), - [anon_sym_while] = ACTIONS(1329), - [anon_sym_do] = ACTIONS(1329), - [anon_sym_for] = ACTIONS(1329), - [anon_sym_return] = ACTIONS(1329), - [anon_sym_break] = ACTIONS(1329), - [anon_sym_continue] = ACTIONS(1329), - [anon_sym_goto] = ACTIONS(1329), - [anon_sym___try] = ACTIONS(1329), - [anon_sym___leave] = ACTIONS(1329), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_sizeof] = ACTIONS(1329), - [anon_sym___alignof__] = ACTIONS(1329), - [anon_sym___alignof] = ACTIONS(1329), - [anon_sym__alignof] = ACTIONS(1329), - [anon_sym_alignof] = ACTIONS(1329), - [anon_sym__Alignof] = ACTIONS(1329), - [anon_sym_offsetof] = ACTIONS(1329), - [anon_sym__Generic] = ACTIONS(1329), - [anon_sym_asm] = ACTIONS(1329), - [anon_sym___asm__] = ACTIONS(1329), - [sym_number_literal] = ACTIONS(1331), - [anon_sym_L_SQUOTE] = ACTIONS(1331), - [anon_sym_u_SQUOTE] = ACTIONS(1331), - [anon_sym_U_SQUOTE] = ACTIONS(1331), - [anon_sym_u8_SQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [anon_sym_L_DQUOTE] = ACTIONS(1331), - [anon_sym_u_DQUOTE] = ACTIONS(1331), - [anon_sym_U_DQUOTE] = ACTIONS(1331), - [anon_sym_u8_DQUOTE] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [sym_true] = ACTIONS(1329), - [sym_false] = ACTIONS(1329), - [anon_sym_NULL] = ACTIONS(1329), - [anon_sym_nullptr] = ACTIONS(1329), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1329), - [anon_sym_rayPayloadInEXT] = ACTIONS(1329), - [anon_sym_hitAttributeEXT] = ACTIONS(1329), - [anon_sym_callableDataEXT] = ACTIONS(1329), - [anon_sym_callableDataInEXT] = ACTIONS(1329), - [anon_sym_shaderRecordEXT] = ACTIONS(1329), - [anon_sym_rayPayloadNV] = ACTIONS(1329), - [anon_sym_rayPayloadInNV] = ACTIONS(1329), - [anon_sym_hitAttributeNV] = ACTIONS(1329), - [anon_sym_callableDataNV] = ACTIONS(1329), - [anon_sym_callableDataInNV] = ACTIONS(1329), - [anon_sym_shaderRecordNV] = ACTIONS(1329), - [anon_sym_layout] = ACTIONS(1329), - }, - [108] = { - [sym_identifier] = ACTIONS(1333), - [aux_sym_preproc_include_token1] = ACTIONS(1333), - [aux_sym_preproc_def_token1] = ACTIONS(1333), - [aux_sym_preproc_if_token1] = ACTIONS(1333), - [aux_sym_preproc_if_token2] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1333), - [aux_sym_preproc_else_token1] = ACTIONS(1333), - [aux_sym_preproc_elif_token1] = ACTIONS(1333), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1333), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1333), - [sym_preproc_directive] = ACTIONS(1333), - [anon_sym_LPAREN2] = ACTIONS(1335), - [anon_sym_BANG] = ACTIONS(1335), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1335), - [anon_sym_subroutine] = ACTIONS(1333), - [anon_sym_invariant] = ACTIONS(1333), - [anon_sym_precise] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_in] = ACTIONS(1333), - [anon_sym_out] = ACTIONS(1333), - [anon_sym_inout] = ACTIONS(1333), - [anon_sym_uniform] = ACTIONS(1333), - [anon_sym_shared] = ACTIONS(1333), - [anon_sym_attribute] = ACTIONS(1333), - [anon_sym_varying] = ACTIONS(1333), - [anon_sym_buffer] = ACTIONS(1333), - [anon_sym_coherent] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_writeonly] = ACTIONS(1333), - [anon_sym_precision] = ACTIONS(1333), - [anon_sym_highp] = ACTIONS(1333), - [anon_sym_mediump] = ACTIONS(1333), - [anon_sym_lowp] = ACTIONS(1333), - [anon_sym_centroid] = ACTIONS(1333), - [anon_sym_sample] = ACTIONS(1333), - [anon_sym_patch] = ACTIONS(1333), - [anon_sym_smooth] = ACTIONS(1333), - [anon_sym_flat] = ACTIONS(1333), - [anon_sym_noperspective] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1333), - [anon_sym_typedef] = ACTIONS(1333), - [anon_sym_extern] = ACTIONS(1333), - [anon_sym___attribute__] = ACTIONS(1333), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), - [anon_sym___declspec] = ACTIONS(1333), - [anon_sym___cdecl] = ACTIONS(1333), - [anon_sym___clrcall] = ACTIONS(1333), - [anon_sym___stdcall] = ACTIONS(1333), - [anon_sym___fastcall] = ACTIONS(1333), - [anon_sym___thiscall] = ACTIONS(1333), - [anon_sym___vectorcall] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_signed] = ACTIONS(1333), - [anon_sym_unsigned] = ACTIONS(1333), - [anon_sym_long] = ACTIONS(1333), - [anon_sym_short] = ACTIONS(1333), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_auto] = ACTIONS(1333), - [anon_sym_register] = ACTIONS(1333), - [anon_sym_inline] = ACTIONS(1333), - [anon_sym___inline] = ACTIONS(1333), - [anon_sym___inline__] = ACTIONS(1333), - [anon_sym___forceinline] = ACTIONS(1333), - [anon_sym_thread_local] = ACTIONS(1333), - [anon_sym___thread] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_constexpr] = ACTIONS(1333), - [anon_sym_volatile] = ACTIONS(1333), - [anon_sym_restrict] = ACTIONS(1333), - [anon_sym___restrict__] = ACTIONS(1333), - [anon_sym__Atomic] = ACTIONS(1333), - [anon_sym__Noreturn] = ACTIONS(1333), - [anon_sym_noreturn] = ACTIONS(1333), - [anon_sym_alignas] = ACTIONS(1333), - [anon_sym__Alignas] = ACTIONS(1333), - [sym_primitive_type] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - [anon_sym_struct] = ACTIONS(1333), - [anon_sym_union] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_goto] = ACTIONS(1333), - [anon_sym___try] = ACTIONS(1333), - [anon_sym___leave] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_PLUS_PLUS] = ACTIONS(1335), - [anon_sym_sizeof] = ACTIONS(1333), - [anon_sym___alignof__] = ACTIONS(1333), - [anon_sym___alignof] = ACTIONS(1333), - [anon_sym__alignof] = ACTIONS(1333), - [anon_sym_alignof] = ACTIONS(1333), - [anon_sym__Alignof] = ACTIONS(1333), - [anon_sym_offsetof] = ACTIONS(1333), - [anon_sym__Generic] = ACTIONS(1333), - [anon_sym_asm] = ACTIONS(1333), - [anon_sym___asm__] = ACTIONS(1333), - [sym_number_literal] = ACTIONS(1335), - [anon_sym_L_SQUOTE] = ACTIONS(1335), - [anon_sym_u_SQUOTE] = ACTIONS(1335), - [anon_sym_U_SQUOTE] = ACTIONS(1335), - [anon_sym_u8_SQUOTE] = ACTIONS(1335), - [anon_sym_SQUOTE] = ACTIONS(1335), - [anon_sym_L_DQUOTE] = ACTIONS(1335), - [anon_sym_u_DQUOTE] = ACTIONS(1335), - [anon_sym_U_DQUOTE] = ACTIONS(1335), - [anon_sym_u8_DQUOTE] = ACTIONS(1335), - [anon_sym_DQUOTE] = ACTIONS(1335), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [anon_sym_NULL] = ACTIONS(1333), - [anon_sym_nullptr] = ACTIONS(1333), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1333), - [anon_sym_rayPayloadInEXT] = ACTIONS(1333), - [anon_sym_hitAttributeEXT] = ACTIONS(1333), - [anon_sym_callableDataEXT] = ACTIONS(1333), - [anon_sym_callableDataInEXT] = ACTIONS(1333), - [anon_sym_shaderRecordEXT] = ACTIONS(1333), - [anon_sym_rayPayloadNV] = ACTIONS(1333), - [anon_sym_rayPayloadInNV] = ACTIONS(1333), - [anon_sym_hitAttributeNV] = ACTIONS(1333), - [anon_sym_callableDataNV] = ACTIONS(1333), - [anon_sym_callableDataInNV] = ACTIONS(1333), - [anon_sym_shaderRecordNV] = ACTIONS(1333), - [anon_sym_layout] = ACTIONS(1333), + [111] = { + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token2] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [aux_sym_preproc_else_token1] = ACTIONS(1331), + [aux_sym_preproc_elif_token1] = ACTIONS(1331), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym_subroutine] = ACTIONS(1331), + [anon_sym_invariant] = ACTIONS(1331), + [anon_sym_precise] = ACTIONS(1331), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_in] = ACTIONS(1331), + [anon_sym_out] = ACTIONS(1331), + [anon_sym_inout] = ACTIONS(1331), + [anon_sym_uniform] = ACTIONS(1331), + [anon_sym_shared] = ACTIONS(1331), + [anon_sym_attribute] = ACTIONS(1331), + [anon_sym_varying] = ACTIONS(1331), + [anon_sym_buffer] = ACTIONS(1331), + [anon_sym_coherent] = ACTIONS(1331), + [anon_sym_readonly] = ACTIONS(1331), + [anon_sym_writeonly] = ACTIONS(1331), + [anon_sym_precision] = ACTIONS(1331), + [anon_sym_highp] = ACTIONS(1331), + [anon_sym_mediump] = ACTIONS(1331), + [anon_sym_lowp] = ACTIONS(1331), + [anon_sym_centroid] = ACTIONS(1331), + [anon_sym_sample] = ACTIONS(1331), + [anon_sym_patch] = ACTIONS(1331), + [anon_sym_smooth] = ACTIONS(1331), + [anon_sym_flat] = ACTIONS(1331), + [anon_sym_noperspective] = ACTIONS(1331), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [anon_sym__Nonnull] = ACTIONS(1331), + [anon_sym_alignas] = ACTIONS(1331), + [anon_sym__Alignas] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_else] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym___try] = ACTIONS(1331), + [anon_sym___leave] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [anon_sym___asm] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1331), + [anon_sym_rayPayloadInEXT] = ACTIONS(1331), + [anon_sym_hitAttributeEXT] = ACTIONS(1331), + [anon_sym_callableDataEXT] = ACTIONS(1331), + [anon_sym_callableDataInEXT] = ACTIONS(1331), + [anon_sym_shaderRecordEXT] = ACTIONS(1331), + [anon_sym_rayPayloadNV] = ACTIONS(1331), + [anon_sym_rayPayloadInNV] = ACTIONS(1331), + [anon_sym_hitAttributeNV] = ACTIONS(1331), + [anon_sym_callableDataNV] = ACTIONS(1331), + [anon_sym_callableDataInNV] = ACTIONS(1331), + [anon_sym_shaderRecordNV] = ACTIONS(1331), + [anon_sym_layout] = ACTIONS(1331), }, - [109] = { + [112] = { + [ts_builtin_sym_end] = ACTIONS(1335), [sym_identifier] = ACTIONS(1337), [aux_sym_preproc_include_token1] = ACTIONS(1337), [aux_sym_preproc_def_token1] = ACTIONS(1337), + [anon_sym_COMMA] = ACTIONS(1335), + [anon_sym_RPAREN] = ACTIONS(1335), [aux_sym_preproc_if_token1] = ACTIONS(1337), - [aux_sym_preproc_if_token2] = ACTIONS(1337), [aux_sym_preproc_ifdef_token1] = ACTIONS(1337), [aux_sym_preproc_ifdef_token2] = ACTIONS(1337), - [aux_sym_preproc_else_token1] = ACTIONS(1337), - [aux_sym_preproc_elif_token1] = ACTIONS(1337), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1337), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1337), [sym_preproc_directive] = ACTIONS(1337), - [anon_sym_LPAREN2] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_TILDE] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1335), + [anon_sym_BANG] = ACTIONS(1335), + [anon_sym_TILDE] = ACTIONS(1335), [anon_sym_DASH] = ACTIONS(1337), [anon_sym_PLUS] = ACTIONS(1337), - [anon_sym_STAR] = ACTIONS(1339), - [anon_sym_AMP] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(1335), [anon_sym_subroutine] = ACTIONS(1337), [anon_sym_invariant] = ACTIONS(1337), [anon_sym_precise] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1335), [anon_sym_in] = ACTIONS(1337), [anon_sym_out] = ACTIONS(1337), [anon_sym_inout] = ACTIONS(1337), @@ -33605,7 +34680,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1337), [anon_sym_extern] = ACTIONS(1337), [anon_sym___attribute__] = ACTIONS(1337), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), [anon_sym___declspec] = ACTIONS(1337), [anon_sym___cdecl] = ACTIONS(1337), [anon_sym___clrcall] = ACTIONS(1337), @@ -33613,7 +34688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1337), [anon_sym___thiscall] = ACTIONS(1337), [anon_sym___vectorcall] = ACTIONS(1337), - [anon_sym_LBRACE] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1335), [anon_sym_signed] = ACTIONS(1337), [anon_sym_unsigned] = ACTIONS(1337), [anon_sym_long] = ACTIONS(1337), @@ -33635,6 +34710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1337), [anon_sym__Noreturn] = ACTIONS(1337), [anon_sym_noreturn] = ACTIONS(1337), + [anon_sym__Nonnull] = ACTIONS(1337), [anon_sym_alignas] = ACTIONS(1337), [anon_sym__Alignas] = ACTIONS(1337), [sym_primitive_type] = ACTIONS(1337), @@ -33654,9 +34730,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1337), [anon_sym_goto] = ACTIONS(1337), [anon_sym___try] = ACTIONS(1337), + [anon_sym___except] = ACTIONS(1337), + [anon_sym___finally] = ACTIONS(1337), [anon_sym___leave] = ACTIONS(1337), - [anon_sym_DASH_DASH] = ACTIONS(1339), - [anon_sym_PLUS_PLUS] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1335), + [anon_sym_PLUS_PLUS] = ACTIONS(1335), [anon_sym_sizeof] = ACTIONS(1337), [anon_sym___alignof__] = ACTIONS(1337), [anon_sym___alignof] = ACTIONS(1337), @@ -33667,17 +34745,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1337), [anon_sym_asm] = ACTIONS(1337), [anon_sym___asm__] = ACTIONS(1337), - [sym_number_literal] = ACTIONS(1339), - [anon_sym_L_SQUOTE] = ACTIONS(1339), - [anon_sym_u_SQUOTE] = ACTIONS(1339), - [anon_sym_U_SQUOTE] = ACTIONS(1339), - [anon_sym_u8_SQUOTE] = ACTIONS(1339), - [anon_sym_SQUOTE] = ACTIONS(1339), - [anon_sym_L_DQUOTE] = ACTIONS(1339), - [anon_sym_u_DQUOTE] = ACTIONS(1339), - [anon_sym_U_DQUOTE] = ACTIONS(1339), - [anon_sym_u8_DQUOTE] = ACTIONS(1339), - [anon_sym_DQUOTE] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1337), + [sym_number_literal] = ACTIONS(1335), + [anon_sym_L_SQUOTE] = ACTIONS(1335), + [anon_sym_u_SQUOTE] = ACTIONS(1335), + [anon_sym_U_SQUOTE] = ACTIONS(1335), + [anon_sym_u8_SQUOTE] = ACTIONS(1335), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_L_DQUOTE] = ACTIONS(1335), + [anon_sym_u_DQUOTE] = ACTIONS(1335), + [anon_sym_U_DQUOTE] = ACTIONS(1335), + [anon_sym_u8_DQUOTE] = ACTIONS(1335), + [anon_sym_DQUOTE] = ACTIONS(1335), [sym_true] = ACTIONS(1337), [sym_false] = ACTIONS(1337), [anon_sym_NULL] = ACTIONS(1337), @@ -33697,540 +34776,548 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1337), [anon_sym_layout] = ACTIONS(1337), }, - [110] = { - [sym_identifier] = ACTIONS(1341), - [aux_sym_preproc_include_token1] = ACTIONS(1341), - [aux_sym_preproc_def_token1] = ACTIONS(1341), - [aux_sym_preproc_if_token1] = ACTIONS(1341), - [aux_sym_preproc_if_token2] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1341), - [aux_sym_preproc_else_token1] = ACTIONS(1341), - [aux_sym_preproc_elif_token1] = ACTIONS(1341), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1341), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1341), - [sym_preproc_directive] = ACTIONS(1341), - [anon_sym_LPAREN2] = ACTIONS(1343), - [anon_sym_BANG] = ACTIONS(1343), - [anon_sym_TILDE] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1341), - [anon_sym_PLUS] = ACTIONS(1341), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_AMP] = ACTIONS(1343), - [anon_sym_subroutine] = ACTIONS(1341), - [anon_sym_invariant] = ACTIONS(1341), - [anon_sym_precise] = ACTIONS(1341), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1341), - [anon_sym_out] = ACTIONS(1341), - [anon_sym_inout] = ACTIONS(1341), - [anon_sym_uniform] = ACTIONS(1341), - [anon_sym_shared] = ACTIONS(1341), - [anon_sym_attribute] = ACTIONS(1341), - [anon_sym_varying] = ACTIONS(1341), - [anon_sym_buffer] = ACTIONS(1341), - [anon_sym_coherent] = ACTIONS(1341), - [anon_sym_readonly] = ACTIONS(1341), - [anon_sym_writeonly] = ACTIONS(1341), - [anon_sym_precision] = ACTIONS(1341), - [anon_sym_highp] = ACTIONS(1341), - [anon_sym_mediump] = ACTIONS(1341), - [anon_sym_lowp] = ACTIONS(1341), - [anon_sym_centroid] = ACTIONS(1341), - [anon_sym_sample] = ACTIONS(1341), - [anon_sym_patch] = ACTIONS(1341), - [anon_sym_smooth] = ACTIONS(1341), - [anon_sym_flat] = ACTIONS(1341), - [anon_sym_noperspective] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1341), - [anon_sym_typedef] = ACTIONS(1341), - [anon_sym_extern] = ACTIONS(1341), - [anon_sym___attribute__] = ACTIONS(1341), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1343), - [anon_sym___declspec] = ACTIONS(1341), - [anon_sym___cdecl] = ACTIONS(1341), - [anon_sym___clrcall] = ACTIONS(1341), - [anon_sym___stdcall] = ACTIONS(1341), - [anon_sym___fastcall] = ACTIONS(1341), - [anon_sym___thiscall] = ACTIONS(1341), - [anon_sym___vectorcall] = ACTIONS(1341), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_signed] = ACTIONS(1341), - [anon_sym_unsigned] = ACTIONS(1341), - [anon_sym_long] = ACTIONS(1341), - [anon_sym_short] = ACTIONS(1341), - [anon_sym_static] = ACTIONS(1341), - [anon_sym_auto] = ACTIONS(1341), - [anon_sym_register] = ACTIONS(1341), - [anon_sym_inline] = ACTIONS(1341), - [anon_sym___inline] = ACTIONS(1341), - [anon_sym___inline__] = ACTIONS(1341), - [anon_sym___forceinline] = ACTIONS(1341), - [anon_sym_thread_local] = ACTIONS(1341), - [anon_sym___thread] = ACTIONS(1341), - [anon_sym_const] = ACTIONS(1341), - [anon_sym_constexpr] = ACTIONS(1341), - [anon_sym_volatile] = ACTIONS(1341), - [anon_sym_restrict] = ACTIONS(1341), - [anon_sym___restrict__] = ACTIONS(1341), - [anon_sym__Atomic] = ACTIONS(1341), - [anon_sym__Noreturn] = ACTIONS(1341), - [anon_sym_noreturn] = ACTIONS(1341), - [anon_sym_alignas] = ACTIONS(1341), - [anon_sym__Alignas] = ACTIONS(1341), - [sym_primitive_type] = ACTIONS(1341), - [anon_sym_enum] = ACTIONS(1341), - [anon_sym_struct] = ACTIONS(1341), - [anon_sym_union] = ACTIONS(1341), - [anon_sym_if] = ACTIONS(1341), - [anon_sym_else] = ACTIONS(1341), - [anon_sym_switch] = ACTIONS(1341), - [anon_sym_case] = ACTIONS(1341), - [anon_sym_default] = ACTIONS(1341), - [anon_sym_while] = ACTIONS(1341), - [anon_sym_do] = ACTIONS(1341), - [anon_sym_for] = ACTIONS(1341), - [anon_sym_return] = ACTIONS(1341), - [anon_sym_break] = ACTIONS(1341), - [anon_sym_continue] = ACTIONS(1341), - [anon_sym_goto] = ACTIONS(1341), - [anon_sym___try] = ACTIONS(1341), - [anon_sym___leave] = ACTIONS(1341), - [anon_sym_DASH_DASH] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_sizeof] = ACTIONS(1341), - [anon_sym___alignof__] = ACTIONS(1341), - [anon_sym___alignof] = ACTIONS(1341), - [anon_sym__alignof] = ACTIONS(1341), - [anon_sym_alignof] = ACTIONS(1341), - [anon_sym__Alignof] = ACTIONS(1341), - [anon_sym_offsetof] = ACTIONS(1341), - [anon_sym__Generic] = ACTIONS(1341), - [anon_sym_asm] = ACTIONS(1341), - [anon_sym___asm__] = ACTIONS(1341), - [sym_number_literal] = ACTIONS(1343), - [anon_sym_L_SQUOTE] = ACTIONS(1343), - [anon_sym_u_SQUOTE] = ACTIONS(1343), - [anon_sym_U_SQUOTE] = ACTIONS(1343), - [anon_sym_u8_SQUOTE] = ACTIONS(1343), - [anon_sym_SQUOTE] = ACTIONS(1343), - [anon_sym_L_DQUOTE] = ACTIONS(1343), - [anon_sym_u_DQUOTE] = ACTIONS(1343), - [anon_sym_U_DQUOTE] = ACTIONS(1343), - [anon_sym_u8_DQUOTE] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym_true] = ACTIONS(1341), - [sym_false] = ACTIONS(1341), - [anon_sym_NULL] = ACTIONS(1341), - [anon_sym_nullptr] = ACTIONS(1341), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1341), - [anon_sym_rayPayloadInEXT] = ACTIONS(1341), - [anon_sym_hitAttributeEXT] = ACTIONS(1341), - [anon_sym_callableDataEXT] = ACTIONS(1341), - [anon_sym_callableDataInEXT] = ACTIONS(1341), - [anon_sym_shaderRecordEXT] = ACTIONS(1341), - [anon_sym_rayPayloadNV] = ACTIONS(1341), - [anon_sym_rayPayloadInNV] = ACTIONS(1341), - [anon_sym_hitAttributeNV] = ACTIONS(1341), - [anon_sym_callableDataNV] = ACTIONS(1341), - [anon_sym_callableDataInNV] = ACTIONS(1341), - [anon_sym_shaderRecordNV] = ACTIONS(1341), - [anon_sym_layout] = ACTIONS(1341), + [113] = { + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token2] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [aux_sym_preproc_else_token1] = ACTIONS(1339), + [aux_sym_preproc_elif_token1] = ACTIONS(1339), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_subroutine] = ACTIONS(1339), + [anon_sym_invariant] = ACTIONS(1339), + [anon_sym_precise] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_in] = ACTIONS(1339), + [anon_sym_out] = ACTIONS(1339), + [anon_sym_inout] = ACTIONS(1339), + [anon_sym_uniform] = ACTIONS(1339), + [anon_sym_shared] = ACTIONS(1339), + [anon_sym_attribute] = ACTIONS(1339), + [anon_sym_varying] = ACTIONS(1339), + [anon_sym_buffer] = ACTIONS(1339), + [anon_sym_coherent] = ACTIONS(1339), + [anon_sym_readonly] = ACTIONS(1339), + [anon_sym_writeonly] = ACTIONS(1339), + [anon_sym_precision] = ACTIONS(1339), + [anon_sym_highp] = ACTIONS(1339), + [anon_sym_mediump] = ACTIONS(1339), + [anon_sym_lowp] = ACTIONS(1339), + [anon_sym_centroid] = ACTIONS(1339), + [anon_sym_sample] = ACTIONS(1339), + [anon_sym_patch] = ACTIONS(1339), + [anon_sym_smooth] = ACTIONS(1339), + [anon_sym_flat] = ACTIONS(1339), + [anon_sym_noperspective] = ACTIONS(1339), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [anon_sym__Nonnull] = ACTIONS(1339), + [anon_sym_alignas] = ACTIONS(1339), + [anon_sym__Alignas] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_else] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym___try] = ACTIONS(1339), + [anon_sym___leave] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1339), + [anon_sym_rayPayloadInEXT] = ACTIONS(1339), + [anon_sym_hitAttributeEXT] = ACTIONS(1339), + [anon_sym_callableDataEXT] = ACTIONS(1339), + [anon_sym_callableDataInEXT] = ACTIONS(1339), + [anon_sym_shaderRecordEXT] = ACTIONS(1339), + [anon_sym_rayPayloadNV] = ACTIONS(1339), + [anon_sym_rayPayloadInNV] = ACTIONS(1339), + [anon_sym_hitAttributeNV] = ACTIONS(1339), + [anon_sym_callableDataNV] = ACTIONS(1339), + [anon_sym_callableDataInNV] = ACTIONS(1339), + [anon_sym_shaderRecordNV] = ACTIONS(1339), + [anon_sym_layout] = ACTIONS(1339), }, - [111] = { - [sym_identifier] = ACTIONS(1345), - [aux_sym_preproc_include_token1] = ACTIONS(1345), - [aux_sym_preproc_def_token1] = ACTIONS(1345), - [aux_sym_preproc_if_token1] = ACTIONS(1345), - [aux_sym_preproc_if_token2] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1345), - [aux_sym_preproc_else_token1] = ACTIONS(1345), - [aux_sym_preproc_elif_token1] = ACTIONS(1345), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1345), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1345), - [sym_preproc_directive] = ACTIONS(1345), - [anon_sym_LPAREN2] = ACTIONS(1347), - [anon_sym_BANG] = ACTIONS(1347), - [anon_sym_TILDE] = ACTIONS(1347), - [anon_sym_DASH] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1345), - [anon_sym_STAR] = ACTIONS(1347), - [anon_sym_AMP] = ACTIONS(1347), - [anon_sym_subroutine] = ACTIONS(1345), - [anon_sym_invariant] = ACTIONS(1345), - [anon_sym_precise] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_in] = ACTIONS(1345), - [anon_sym_out] = ACTIONS(1345), - [anon_sym_inout] = ACTIONS(1345), - [anon_sym_uniform] = ACTIONS(1345), - [anon_sym_shared] = ACTIONS(1345), - [anon_sym_attribute] = ACTIONS(1345), - [anon_sym_varying] = ACTIONS(1345), - [anon_sym_buffer] = ACTIONS(1345), - [anon_sym_coherent] = ACTIONS(1345), - [anon_sym_readonly] = ACTIONS(1345), - [anon_sym_writeonly] = ACTIONS(1345), - [anon_sym_precision] = ACTIONS(1345), - [anon_sym_highp] = ACTIONS(1345), - [anon_sym_mediump] = ACTIONS(1345), - [anon_sym_lowp] = ACTIONS(1345), - [anon_sym_centroid] = ACTIONS(1345), - [anon_sym_sample] = ACTIONS(1345), - [anon_sym_patch] = ACTIONS(1345), - [anon_sym_smooth] = ACTIONS(1345), - [anon_sym_flat] = ACTIONS(1345), - [anon_sym_noperspective] = ACTIONS(1345), - [anon_sym___extension__] = ACTIONS(1345), - [anon_sym_typedef] = ACTIONS(1345), - [anon_sym_extern] = ACTIONS(1345), - [anon_sym___attribute__] = ACTIONS(1345), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1347), - [anon_sym___declspec] = ACTIONS(1345), - [anon_sym___cdecl] = ACTIONS(1345), - [anon_sym___clrcall] = ACTIONS(1345), - [anon_sym___stdcall] = ACTIONS(1345), - [anon_sym___fastcall] = ACTIONS(1345), - [anon_sym___thiscall] = ACTIONS(1345), - [anon_sym___vectorcall] = ACTIONS(1345), - [anon_sym_LBRACE] = ACTIONS(1347), - [anon_sym_signed] = ACTIONS(1345), - [anon_sym_unsigned] = ACTIONS(1345), - [anon_sym_long] = ACTIONS(1345), - [anon_sym_short] = ACTIONS(1345), - [anon_sym_static] = ACTIONS(1345), - [anon_sym_auto] = ACTIONS(1345), - [anon_sym_register] = ACTIONS(1345), - [anon_sym_inline] = ACTIONS(1345), - [anon_sym___inline] = ACTIONS(1345), - [anon_sym___inline__] = ACTIONS(1345), - [anon_sym___forceinline] = ACTIONS(1345), - [anon_sym_thread_local] = ACTIONS(1345), - [anon_sym___thread] = ACTIONS(1345), - [anon_sym_const] = ACTIONS(1345), - [anon_sym_constexpr] = ACTIONS(1345), - [anon_sym_volatile] = ACTIONS(1345), - [anon_sym_restrict] = ACTIONS(1345), - [anon_sym___restrict__] = ACTIONS(1345), - [anon_sym__Atomic] = ACTIONS(1345), - [anon_sym__Noreturn] = ACTIONS(1345), - [anon_sym_noreturn] = ACTIONS(1345), - [anon_sym_alignas] = ACTIONS(1345), - [anon_sym__Alignas] = ACTIONS(1345), - [sym_primitive_type] = ACTIONS(1345), - [anon_sym_enum] = ACTIONS(1345), - [anon_sym_struct] = ACTIONS(1345), - [anon_sym_union] = ACTIONS(1345), - [anon_sym_if] = ACTIONS(1345), - [anon_sym_else] = ACTIONS(1345), - [anon_sym_switch] = ACTIONS(1345), - [anon_sym_case] = ACTIONS(1345), - [anon_sym_default] = ACTIONS(1345), - [anon_sym_while] = ACTIONS(1345), - [anon_sym_do] = ACTIONS(1345), - [anon_sym_for] = ACTIONS(1345), - [anon_sym_return] = ACTIONS(1345), - [anon_sym_break] = ACTIONS(1345), - [anon_sym_continue] = ACTIONS(1345), - [anon_sym_goto] = ACTIONS(1345), - [anon_sym___try] = ACTIONS(1345), - [anon_sym___leave] = ACTIONS(1345), - [anon_sym_DASH_DASH] = ACTIONS(1347), - [anon_sym_PLUS_PLUS] = ACTIONS(1347), - [anon_sym_sizeof] = ACTIONS(1345), - [anon_sym___alignof__] = ACTIONS(1345), - [anon_sym___alignof] = ACTIONS(1345), - [anon_sym__alignof] = ACTIONS(1345), - [anon_sym_alignof] = ACTIONS(1345), - [anon_sym__Alignof] = ACTIONS(1345), - [anon_sym_offsetof] = ACTIONS(1345), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1345), - [anon_sym___asm__] = ACTIONS(1345), - [sym_number_literal] = ACTIONS(1347), - [anon_sym_L_SQUOTE] = ACTIONS(1347), - [anon_sym_u_SQUOTE] = ACTIONS(1347), - [anon_sym_U_SQUOTE] = ACTIONS(1347), - [anon_sym_u8_SQUOTE] = ACTIONS(1347), - [anon_sym_SQUOTE] = ACTIONS(1347), - [anon_sym_L_DQUOTE] = ACTIONS(1347), - [anon_sym_u_DQUOTE] = ACTIONS(1347), - [anon_sym_U_DQUOTE] = ACTIONS(1347), - [anon_sym_u8_DQUOTE] = ACTIONS(1347), - [anon_sym_DQUOTE] = ACTIONS(1347), - [sym_true] = ACTIONS(1345), - [sym_false] = ACTIONS(1345), - [anon_sym_NULL] = ACTIONS(1345), - [anon_sym_nullptr] = ACTIONS(1345), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1345), - [anon_sym_rayPayloadInEXT] = ACTIONS(1345), - [anon_sym_hitAttributeEXT] = ACTIONS(1345), - [anon_sym_callableDataEXT] = ACTIONS(1345), - [anon_sym_callableDataInEXT] = ACTIONS(1345), - [anon_sym_shaderRecordEXT] = ACTIONS(1345), - [anon_sym_rayPayloadNV] = ACTIONS(1345), - [anon_sym_rayPayloadInNV] = ACTIONS(1345), - [anon_sym_hitAttributeNV] = ACTIONS(1345), - [anon_sym_callableDataNV] = ACTIONS(1345), - [anon_sym_callableDataInNV] = ACTIONS(1345), - [anon_sym_shaderRecordNV] = ACTIONS(1345), - [anon_sym_layout] = ACTIONS(1345), + [114] = { + [sym_identifier] = ACTIONS(1343), + [aux_sym_preproc_include_token1] = ACTIONS(1343), + [aux_sym_preproc_def_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token2] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), + [aux_sym_preproc_else_token1] = ACTIONS(1343), + [aux_sym_preproc_elif_token1] = ACTIONS(1343), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1343), + [sym_preproc_directive] = ACTIONS(1343), + [anon_sym_LPAREN2] = ACTIONS(1345), + [anon_sym_BANG] = ACTIONS(1345), + [anon_sym_TILDE] = ACTIONS(1345), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_subroutine] = ACTIONS(1343), + [anon_sym_invariant] = ACTIONS(1343), + [anon_sym_precise] = ACTIONS(1343), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_in] = ACTIONS(1343), + [anon_sym_out] = ACTIONS(1343), + [anon_sym_inout] = ACTIONS(1343), + [anon_sym_uniform] = ACTIONS(1343), + [anon_sym_shared] = ACTIONS(1343), + [anon_sym_attribute] = ACTIONS(1343), + [anon_sym_varying] = ACTIONS(1343), + [anon_sym_buffer] = ACTIONS(1343), + [anon_sym_coherent] = ACTIONS(1343), + [anon_sym_readonly] = ACTIONS(1343), + [anon_sym_writeonly] = ACTIONS(1343), + [anon_sym_precision] = ACTIONS(1343), + [anon_sym_highp] = ACTIONS(1343), + [anon_sym_mediump] = ACTIONS(1343), + [anon_sym_lowp] = ACTIONS(1343), + [anon_sym_centroid] = ACTIONS(1343), + [anon_sym_sample] = ACTIONS(1343), + [anon_sym_patch] = ACTIONS(1343), + [anon_sym_smooth] = ACTIONS(1343), + [anon_sym_flat] = ACTIONS(1343), + [anon_sym_noperspective] = ACTIONS(1343), + [anon_sym___extension__] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1343), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym___attribute__] = ACTIONS(1343), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), + [anon_sym___declspec] = ACTIONS(1343), + [anon_sym___cdecl] = ACTIONS(1343), + [anon_sym___clrcall] = ACTIONS(1343), + [anon_sym___stdcall] = ACTIONS(1343), + [anon_sym___fastcall] = ACTIONS(1343), + [anon_sym___thiscall] = ACTIONS(1343), + [anon_sym___vectorcall] = ACTIONS(1343), + [anon_sym_LBRACE] = ACTIONS(1345), + [anon_sym_signed] = ACTIONS(1343), + [anon_sym_unsigned] = ACTIONS(1343), + [anon_sym_long] = ACTIONS(1343), + [anon_sym_short] = ACTIONS(1343), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym___inline] = ACTIONS(1343), + [anon_sym___inline__] = ACTIONS(1343), + [anon_sym___forceinline] = ACTIONS(1343), + [anon_sym_thread_local] = ACTIONS(1343), + [anon_sym___thread] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_constexpr] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym___restrict__] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym__Noreturn] = ACTIONS(1343), + [anon_sym_noreturn] = ACTIONS(1343), + [anon_sym__Nonnull] = ACTIONS(1343), + [anon_sym_alignas] = ACTIONS(1343), + [anon_sym__Alignas] = ACTIONS(1343), + [sym_primitive_type] = ACTIONS(1343), + [anon_sym_enum] = ACTIONS(1343), + [anon_sym_struct] = ACTIONS(1343), + [anon_sym_union] = ACTIONS(1343), + [anon_sym_if] = ACTIONS(1343), + [anon_sym_else] = ACTIONS(1343), + [anon_sym_switch] = ACTIONS(1343), + [anon_sym_case] = ACTIONS(1343), + [anon_sym_default] = ACTIONS(1343), + [anon_sym_while] = ACTIONS(1343), + [anon_sym_do] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1343), + [anon_sym_return] = ACTIONS(1343), + [anon_sym_break] = ACTIONS(1343), + [anon_sym_continue] = ACTIONS(1343), + [anon_sym_goto] = ACTIONS(1343), + [anon_sym___try] = ACTIONS(1343), + [anon_sym___leave] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1345), + [anon_sym_PLUS_PLUS] = ACTIONS(1345), + [anon_sym_sizeof] = ACTIONS(1343), + [anon_sym___alignof__] = ACTIONS(1343), + [anon_sym___alignof] = ACTIONS(1343), + [anon_sym__alignof] = ACTIONS(1343), + [anon_sym_alignof] = ACTIONS(1343), + [anon_sym__Alignof] = ACTIONS(1343), + [anon_sym_offsetof] = ACTIONS(1343), + [anon_sym__Generic] = ACTIONS(1343), + [anon_sym_asm] = ACTIONS(1343), + [anon_sym___asm__] = ACTIONS(1343), + [anon_sym___asm] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1345), + [anon_sym_L_SQUOTE] = ACTIONS(1345), + [anon_sym_u_SQUOTE] = ACTIONS(1345), + [anon_sym_U_SQUOTE] = ACTIONS(1345), + [anon_sym_u8_SQUOTE] = ACTIONS(1345), + [anon_sym_SQUOTE] = ACTIONS(1345), + [anon_sym_L_DQUOTE] = ACTIONS(1345), + [anon_sym_u_DQUOTE] = ACTIONS(1345), + [anon_sym_U_DQUOTE] = ACTIONS(1345), + [anon_sym_u8_DQUOTE] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(1345), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [anon_sym_NULL] = ACTIONS(1343), + [anon_sym_nullptr] = ACTIONS(1343), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1343), + [anon_sym_rayPayloadInEXT] = ACTIONS(1343), + [anon_sym_hitAttributeEXT] = ACTIONS(1343), + [anon_sym_callableDataEXT] = ACTIONS(1343), + [anon_sym_callableDataInEXT] = ACTIONS(1343), + [anon_sym_shaderRecordEXT] = ACTIONS(1343), + [anon_sym_rayPayloadNV] = ACTIONS(1343), + [anon_sym_rayPayloadInNV] = ACTIONS(1343), + [anon_sym_hitAttributeNV] = ACTIONS(1343), + [anon_sym_callableDataNV] = ACTIONS(1343), + [anon_sym_callableDataInNV] = ACTIONS(1343), + [anon_sym_shaderRecordNV] = ACTIONS(1343), + [anon_sym_layout] = ACTIONS(1343), }, - [112] = { - [sym_identifier] = ACTIONS(1349), - [aux_sym_preproc_include_token1] = ACTIONS(1349), - [aux_sym_preproc_def_token1] = ACTIONS(1349), - [aux_sym_preproc_if_token1] = ACTIONS(1349), - [aux_sym_preproc_if_token2] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1349), - [aux_sym_preproc_else_token1] = ACTIONS(1349), - [aux_sym_preproc_elif_token1] = ACTIONS(1349), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1349), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1349), - [sym_preproc_directive] = ACTIONS(1349), - [anon_sym_LPAREN2] = ACTIONS(1351), - [anon_sym_BANG] = ACTIONS(1351), - [anon_sym_TILDE] = ACTIONS(1351), - [anon_sym_DASH] = ACTIONS(1349), - [anon_sym_PLUS] = ACTIONS(1349), - [anon_sym_STAR] = ACTIONS(1351), - [anon_sym_AMP] = ACTIONS(1351), - [anon_sym_subroutine] = ACTIONS(1349), - [anon_sym_invariant] = ACTIONS(1349), - [anon_sym_precise] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_in] = ACTIONS(1349), - [anon_sym_out] = ACTIONS(1349), - [anon_sym_inout] = ACTIONS(1349), - [anon_sym_uniform] = ACTIONS(1349), - [anon_sym_shared] = ACTIONS(1349), - [anon_sym_attribute] = ACTIONS(1349), - [anon_sym_varying] = ACTIONS(1349), - [anon_sym_buffer] = ACTIONS(1349), - [anon_sym_coherent] = ACTIONS(1349), - [anon_sym_readonly] = ACTIONS(1349), - [anon_sym_writeonly] = ACTIONS(1349), - [anon_sym_precision] = ACTIONS(1349), - [anon_sym_highp] = ACTIONS(1349), - [anon_sym_mediump] = ACTIONS(1349), - [anon_sym_lowp] = ACTIONS(1349), - [anon_sym_centroid] = ACTIONS(1349), - [anon_sym_sample] = ACTIONS(1349), - [anon_sym_patch] = ACTIONS(1349), - [anon_sym_smooth] = ACTIONS(1349), - [anon_sym_flat] = ACTIONS(1349), - [anon_sym_noperspective] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1349), - [anon_sym_typedef] = ACTIONS(1349), - [anon_sym_extern] = ACTIONS(1349), - [anon_sym___attribute__] = ACTIONS(1349), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1351), - [anon_sym___declspec] = ACTIONS(1349), - [anon_sym___cdecl] = ACTIONS(1349), - [anon_sym___clrcall] = ACTIONS(1349), - [anon_sym___stdcall] = ACTIONS(1349), - [anon_sym___fastcall] = ACTIONS(1349), - [anon_sym___thiscall] = ACTIONS(1349), - [anon_sym___vectorcall] = ACTIONS(1349), - [anon_sym_LBRACE] = ACTIONS(1351), - [anon_sym_signed] = ACTIONS(1349), - [anon_sym_unsigned] = ACTIONS(1349), - [anon_sym_long] = ACTIONS(1349), - [anon_sym_short] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1349), - [anon_sym_auto] = ACTIONS(1349), - [anon_sym_register] = ACTIONS(1349), - [anon_sym_inline] = ACTIONS(1349), - [anon_sym___inline] = ACTIONS(1349), - [anon_sym___inline__] = ACTIONS(1349), - [anon_sym___forceinline] = ACTIONS(1349), - [anon_sym_thread_local] = ACTIONS(1349), - [anon_sym___thread] = ACTIONS(1349), - [anon_sym_const] = ACTIONS(1349), - [anon_sym_constexpr] = ACTIONS(1349), - [anon_sym_volatile] = ACTIONS(1349), - [anon_sym_restrict] = ACTIONS(1349), - [anon_sym___restrict__] = ACTIONS(1349), - [anon_sym__Atomic] = ACTIONS(1349), - [anon_sym__Noreturn] = ACTIONS(1349), - [anon_sym_noreturn] = ACTIONS(1349), - [anon_sym_alignas] = ACTIONS(1349), - [anon_sym__Alignas] = ACTIONS(1349), - [sym_primitive_type] = ACTIONS(1349), - [anon_sym_enum] = ACTIONS(1349), - [anon_sym_struct] = ACTIONS(1349), - [anon_sym_union] = ACTIONS(1349), - [anon_sym_if] = ACTIONS(1349), - [anon_sym_else] = ACTIONS(1349), - [anon_sym_switch] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1349), - [anon_sym_default] = ACTIONS(1349), - [anon_sym_while] = ACTIONS(1349), - [anon_sym_do] = ACTIONS(1349), - [anon_sym_for] = ACTIONS(1349), - [anon_sym_return] = ACTIONS(1349), - [anon_sym_break] = ACTIONS(1349), - [anon_sym_continue] = ACTIONS(1349), - [anon_sym_goto] = ACTIONS(1349), - [anon_sym___try] = ACTIONS(1349), - [anon_sym___leave] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1351), - [anon_sym_PLUS_PLUS] = ACTIONS(1351), - [anon_sym_sizeof] = ACTIONS(1349), - [anon_sym___alignof__] = ACTIONS(1349), - [anon_sym___alignof] = ACTIONS(1349), - [anon_sym__alignof] = ACTIONS(1349), - [anon_sym_alignof] = ACTIONS(1349), - [anon_sym__Alignof] = ACTIONS(1349), - [anon_sym_offsetof] = ACTIONS(1349), - [anon_sym__Generic] = ACTIONS(1349), - [anon_sym_asm] = ACTIONS(1349), - [anon_sym___asm__] = ACTIONS(1349), - [sym_number_literal] = ACTIONS(1351), - [anon_sym_L_SQUOTE] = ACTIONS(1351), - [anon_sym_u_SQUOTE] = ACTIONS(1351), - [anon_sym_U_SQUOTE] = ACTIONS(1351), - [anon_sym_u8_SQUOTE] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1351), - [anon_sym_L_DQUOTE] = ACTIONS(1351), - [anon_sym_u_DQUOTE] = ACTIONS(1351), - [anon_sym_U_DQUOTE] = ACTIONS(1351), - [anon_sym_u8_DQUOTE] = ACTIONS(1351), - [anon_sym_DQUOTE] = ACTIONS(1351), - [sym_true] = ACTIONS(1349), - [sym_false] = ACTIONS(1349), - [anon_sym_NULL] = ACTIONS(1349), - [anon_sym_nullptr] = ACTIONS(1349), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1349), - [anon_sym_rayPayloadInEXT] = ACTIONS(1349), - [anon_sym_hitAttributeEXT] = ACTIONS(1349), - [anon_sym_callableDataEXT] = ACTIONS(1349), - [anon_sym_callableDataInEXT] = ACTIONS(1349), - [anon_sym_shaderRecordEXT] = ACTIONS(1349), - [anon_sym_rayPayloadNV] = ACTIONS(1349), - [anon_sym_rayPayloadInNV] = ACTIONS(1349), - [anon_sym_hitAttributeNV] = ACTIONS(1349), - [anon_sym_callableDataNV] = ACTIONS(1349), - [anon_sym_callableDataInNV] = ACTIONS(1349), - [anon_sym_shaderRecordNV] = ACTIONS(1349), - [anon_sym_layout] = ACTIONS(1349), + [115] = { + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token2] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [aux_sym_preproc_else_token1] = ACTIONS(1347), + [aux_sym_preproc_elif_token1] = ACTIONS(1347), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_subroutine] = ACTIONS(1347), + [anon_sym_invariant] = ACTIONS(1347), + [anon_sym_precise] = ACTIONS(1347), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_in] = ACTIONS(1347), + [anon_sym_out] = ACTIONS(1347), + [anon_sym_inout] = ACTIONS(1347), + [anon_sym_uniform] = ACTIONS(1347), + [anon_sym_shared] = ACTIONS(1347), + [anon_sym_attribute] = ACTIONS(1347), + [anon_sym_varying] = ACTIONS(1347), + [anon_sym_buffer] = ACTIONS(1347), + [anon_sym_coherent] = ACTIONS(1347), + [anon_sym_readonly] = ACTIONS(1347), + [anon_sym_writeonly] = ACTIONS(1347), + [anon_sym_precision] = ACTIONS(1347), + [anon_sym_highp] = ACTIONS(1347), + [anon_sym_mediump] = ACTIONS(1347), + [anon_sym_lowp] = ACTIONS(1347), + [anon_sym_centroid] = ACTIONS(1347), + [anon_sym_sample] = ACTIONS(1347), + [anon_sym_patch] = ACTIONS(1347), + [anon_sym_smooth] = ACTIONS(1347), + [anon_sym_flat] = ACTIONS(1347), + [anon_sym_noperspective] = ACTIONS(1347), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [anon_sym__Nonnull] = ACTIONS(1347), + [anon_sym_alignas] = ACTIONS(1347), + [anon_sym__Alignas] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_else] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym___try] = ACTIONS(1347), + [anon_sym___leave] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [anon_sym___asm] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1347), + [anon_sym_rayPayloadInEXT] = ACTIONS(1347), + [anon_sym_hitAttributeEXT] = ACTIONS(1347), + [anon_sym_callableDataEXT] = ACTIONS(1347), + [anon_sym_callableDataInEXT] = ACTIONS(1347), + [anon_sym_shaderRecordEXT] = ACTIONS(1347), + [anon_sym_rayPayloadNV] = ACTIONS(1347), + [anon_sym_rayPayloadInNV] = ACTIONS(1347), + [anon_sym_hitAttributeNV] = ACTIONS(1347), + [anon_sym_callableDataNV] = ACTIONS(1347), + [anon_sym_callableDataInNV] = ACTIONS(1347), + [anon_sym_shaderRecordNV] = ACTIONS(1347), + [anon_sym_layout] = ACTIONS(1347), }, - [113] = { - [ts_builtin_sym_end] = ACTIONS(1353), - [sym_identifier] = ACTIONS(1355), - [aux_sym_preproc_include_token1] = ACTIONS(1355), - [aux_sym_preproc_def_token1] = ACTIONS(1355), - [anon_sym_COMMA] = ACTIONS(1353), - [anon_sym_RPAREN] = ACTIONS(1353), - [aux_sym_preproc_if_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), - [sym_preproc_directive] = ACTIONS(1355), + [116] = { + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token2] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [aux_sym_preproc_else_token1] = ACTIONS(1351), + [aux_sym_preproc_elif_token1] = ACTIONS(1351), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), [anon_sym_LPAREN2] = ACTIONS(1353), [anon_sym_BANG] = ACTIONS(1353), [anon_sym_TILDE] = ACTIONS(1353), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_subroutine] = ACTIONS(1355), - [anon_sym_invariant] = ACTIONS(1355), - [anon_sym_precise] = ACTIONS(1355), + [anon_sym_subroutine] = ACTIONS(1351), + [anon_sym_invariant] = ACTIONS(1351), + [anon_sym_precise] = ACTIONS(1351), [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_in] = ACTIONS(1355), - [anon_sym_out] = ACTIONS(1355), - [anon_sym_inout] = ACTIONS(1355), - [anon_sym_uniform] = ACTIONS(1355), - [anon_sym_shared] = ACTIONS(1355), - [anon_sym_attribute] = ACTIONS(1355), - [anon_sym_varying] = ACTIONS(1355), - [anon_sym_buffer] = ACTIONS(1355), - [anon_sym_coherent] = ACTIONS(1355), - [anon_sym_readonly] = ACTIONS(1355), - [anon_sym_writeonly] = ACTIONS(1355), - [anon_sym_precision] = ACTIONS(1355), - [anon_sym_highp] = ACTIONS(1355), - [anon_sym_mediump] = ACTIONS(1355), - [anon_sym_lowp] = ACTIONS(1355), - [anon_sym_centroid] = ACTIONS(1355), - [anon_sym_sample] = ACTIONS(1355), - [anon_sym_patch] = ACTIONS(1355), - [anon_sym_smooth] = ACTIONS(1355), - [anon_sym_flat] = ACTIONS(1355), - [anon_sym_noperspective] = ACTIONS(1355), - [anon_sym___extension__] = ACTIONS(1355), - [anon_sym_typedef] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1355), - [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_in] = ACTIONS(1351), + [anon_sym_out] = ACTIONS(1351), + [anon_sym_inout] = ACTIONS(1351), + [anon_sym_uniform] = ACTIONS(1351), + [anon_sym_shared] = ACTIONS(1351), + [anon_sym_attribute] = ACTIONS(1351), + [anon_sym_varying] = ACTIONS(1351), + [anon_sym_buffer] = ACTIONS(1351), + [anon_sym_coherent] = ACTIONS(1351), + [anon_sym_readonly] = ACTIONS(1351), + [anon_sym_writeonly] = ACTIONS(1351), + [anon_sym_precision] = ACTIONS(1351), + [anon_sym_highp] = ACTIONS(1351), + [anon_sym_mediump] = ACTIONS(1351), + [anon_sym_lowp] = ACTIONS(1351), + [anon_sym_centroid] = ACTIONS(1351), + [anon_sym_sample] = ACTIONS(1351), + [anon_sym_patch] = ACTIONS(1351), + [anon_sym_smooth] = ACTIONS(1351), + [anon_sym_flat] = ACTIONS(1351), + [anon_sym_noperspective] = ACTIONS(1351), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), - [anon_sym___declspec] = ACTIONS(1355), - [anon_sym___cdecl] = ACTIONS(1355), - [anon_sym___clrcall] = ACTIONS(1355), - [anon_sym___stdcall] = ACTIONS(1355), - [anon_sym___fastcall] = ACTIONS(1355), - [anon_sym___thiscall] = ACTIONS(1355), - [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_signed] = ACTIONS(1355), - [anon_sym_unsigned] = ACTIONS(1355), - [anon_sym_long] = ACTIONS(1355), - [anon_sym_short] = ACTIONS(1355), - [anon_sym_static] = ACTIONS(1355), - [anon_sym_auto] = ACTIONS(1355), - [anon_sym_register] = ACTIONS(1355), - [anon_sym_inline] = ACTIONS(1355), - [anon_sym___inline] = ACTIONS(1355), - [anon_sym___inline__] = ACTIONS(1355), - [anon_sym___forceinline] = ACTIONS(1355), - [anon_sym_thread_local] = ACTIONS(1355), - [anon_sym___thread] = ACTIONS(1355), - [anon_sym_const] = ACTIONS(1355), - [anon_sym_constexpr] = ACTIONS(1355), - [anon_sym_volatile] = ACTIONS(1355), - [anon_sym_restrict] = ACTIONS(1355), - [anon_sym___restrict__] = ACTIONS(1355), - [anon_sym__Atomic] = ACTIONS(1355), - [anon_sym__Noreturn] = ACTIONS(1355), - [anon_sym_noreturn] = ACTIONS(1355), - [anon_sym_alignas] = ACTIONS(1355), - [anon_sym__Alignas] = ACTIONS(1355), - [sym_primitive_type] = ACTIONS(1355), - [anon_sym_enum] = ACTIONS(1355), - [anon_sym_struct] = ACTIONS(1355), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_if] = ACTIONS(1355), - [anon_sym_else] = ACTIONS(1355), - [anon_sym_switch] = ACTIONS(1355), - [anon_sym_case] = ACTIONS(1355), - [anon_sym_default] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1355), - [anon_sym_do] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1355), - [anon_sym_return] = ACTIONS(1355), - [anon_sym_break] = ACTIONS(1355), - [anon_sym_continue] = ACTIONS(1355), - [anon_sym_goto] = ACTIONS(1355), - [anon_sym___try] = ACTIONS(1355), - [anon_sym___except] = ACTIONS(1355), - [anon_sym___finally] = ACTIONS(1355), - [anon_sym___leave] = ACTIONS(1355), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [anon_sym__Nonnull] = ACTIONS(1351), + [anon_sym_alignas] = ACTIONS(1351), + [anon_sym__Alignas] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_else] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym___try] = ACTIONS(1351), + [anon_sym___leave] = ACTIONS(1351), [anon_sym_DASH_DASH] = ACTIONS(1353), [anon_sym_PLUS_PLUS] = ACTIONS(1353), - [anon_sym_sizeof] = ACTIONS(1355), - [anon_sym___alignof__] = ACTIONS(1355), - [anon_sym___alignof] = ACTIONS(1355), - [anon_sym__alignof] = ACTIONS(1355), - [anon_sym_alignof] = ACTIONS(1355), - [anon_sym__Alignof] = ACTIONS(1355), - [anon_sym_offsetof] = ACTIONS(1355), - [anon_sym__Generic] = ACTIONS(1355), - [anon_sym_asm] = ACTIONS(1355), - [anon_sym___asm__] = ACTIONS(1355), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [anon_sym___asm] = ACTIONS(1351), [sym_number_literal] = ACTIONS(1353), [anon_sym_L_SQUOTE] = ACTIONS(1353), [anon_sym_u_SQUOTE] = ACTIONS(1353), @@ -34242,872 +35329,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1353), [anon_sym_u8_DQUOTE] = ACTIONS(1353), [anon_sym_DQUOTE] = ACTIONS(1353), - [sym_true] = ACTIONS(1355), - [sym_false] = ACTIONS(1355), - [anon_sym_NULL] = ACTIONS(1355), - [anon_sym_nullptr] = ACTIONS(1355), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1355), - [anon_sym_rayPayloadInEXT] = ACTIONS(1355), - [anon_sym_hitAttributeEXT] = ACTIONS(1355), - [anon_sym_callableDataEXT] = ACTIONS(1355), - [anon_sym_callableDataInEXT] = ACTIONS(1355), - [anon_sym_shaderRecordEXT] = ACTIONS(1355), - [anon_sym_rayPayloadNV] = ACTIONS(1355), - [anon_sym_rayPayloadInNV] = ACTIONS(1355), - [anon_sym_hitAttributeNV] = ACTIONS(1355), - [anon_sym_callableDataNV] = ACTIONS(1355), - [anon_sym_callableDataInNV] = ACTIONS(1355), - [anon_sym_shaderRecordNV] = ACTIONS(1355), - [anon_sym_layout] = ACTIONS(1355), - }, - [114] = { - [sym_identifier] = ACTIONS(1357), - [aux_sym_preproc_include_token1] = ACTIONS(1357), - [aux_sym_preproc_def_token1] = ACTIONS(1357), - [aux_sym_preproc_if_token1] = ACTIONS(1357), - [aux_sym_preproc_if_token2] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1357), - [aux_sym_preproc_else_token1] = ACTIONS(1357), - [aux_sym_preproc_elif_token1] = ACTIONS(1357), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1357), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1357), - [sym_preproc_directive] = ACTIONS(1357), - [anon_sym_LPAREN2] = ACTIONS(1359), - [anon_sym_BANG] = ACTIONS(1359), - [anon_sym_TILDE] = ACTIONS(1359), - [anon_sym_DASH] = ACTIONS(1357), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1359), - [anon_sym_AMP] = ACTIONS(1359), - [anon_sym_subroutine] = ACTIONS(1357), - [anon_sym_invariant] = ACTIONS(1357), - [anon_sym_precise] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_in] = ACTIONS(1357), - [anon_sym_out] = ACTIONS(1357), - [anon_sym_inout] = ACTIONS(1357), - [anon_sym_uniform] = ACTIONS(1357), - [anon_sym_shared] = ACTIONS(1357), - [anon_sym_attribute] = ACTIONS(1357), - [anon_sym_varying] = ACTIONS(1357), - [anon_sym_buffer] = ACTIONS(1357), - [anon_sym_coherent] = ACTIONS(1357), - [anon_sym_readonly] = ACTIONS(1357), - [anon_sym_writeonly] = ACTIONS(1357), - [anon_sym_precision] = ACTIONS(1357), - [anon_sym_highp] = ACTIONS(1357), - [anon_sym_mediump] = ACTIONS(1357), - [anon_sym_lowp] = ACTIONS(1357), - [anon_sym_centroid] = ACTIONS(1357), - [anon_sym_sample] = ACTIONS(1357), - [anon_sym_patch] = ACTIONS(1357), - [anon_sym_smooth] = ACTIONS(1357), - [anon_sym_flat] = ACTIONS(1357), - [anon_sym_noperspective] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1357), - [anon_sym_typedef] = ACTIONS(1357), - [anon_sym_extern] = ACTIONS(1357), - [anon_sym___attribute__] = ACTIONS(1357), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1359), - [anon_sym___declspec] = ACTIONS(1357), - [anon_sym___cdecl] = ACTIONS(1357), - [anon_sym___clrcall] = ACTIONS(1357), - [anon_sym___stdcall] = ACTIONS(1357), - [anon_sym___fastcall] = ACTIONS(1357), - [anon_sym___thiscall] = ACTIONS(1357), - [anon_sym___vectorcall] = ACTIONS(1357), - [anon_sym_LBRACE] = ACTIONS(1359), - [anon_sym_signed] = ACTIONS(1357), - [anon_sym_unsigned] = ACTIONS(1357), - [anon_sym_long] = ACTIONS(1357), - [anon_sym_short] = ACTIONS(1357), - [anon_sym_static] = ACTIONS(1357), - [anon_sym_auto] = ACTIONS(1357), - [anon_sym_register] = ACTIONS(1357), - [anon_sym_inline] = ACTIONS(1357), - [anon_sym___inline] = ACTIONS(1357), - [anon_sym___inline__] = ACTIONS(1357), - [anon_sym___forceinline] = ACTIONS(1357), - [anon_sym_thread_local] = ACTIONS(1357), - [anon_sym___thread] = ACTIONS(1357), - [anon_sym_const] = ACTIONS(1357), - [anon_sym_constexpr] = ACTIONS(1357), - [anon_sym_volatile] = ACTIONS(1357), - [anon_sym_restrict] = ACTIONS(1357), - [anon_sym___restrict__] = ACTIONS(1357), - [anon_sym__Atomic] = ACTIONS(1357), - [anon_sym__Noreturn] = ACTIONS(1357), - [anon_sym_noreturn] = ACTIONS(1357), - [anon_sym_alignas] = ACTIONS(1357), - [anon_sym__Alignas] = ACTIONS(1357), - [sym_primitive_type] = ACTIONS(1357), - [anon_sym_enum] = ACTIONS(1357), - [anon_sym_struct] = ACTIONS(1357), - [anon_sym_union] = ACTIONS(1357), - [anon_sym_if] = ACTIONS(1357), - [anon_sym_else] = ACTIONS(1357), - [anon_sym_switch] = ACTIONS(1357), - [anon_sym_case] = ACTIONS(1357), - [anon_sym_default] = ACTIONS(1357), - [anon_sym_while] = ACTIONS(1357), - [anon_sym_do] = ACTIONS(1357), - [anon_sym_for] = ACTIONS(1357), - [anon_sym_return] = ACTIONS(1357), - [anon_sym_break] = ACTIONS(1357), - [anon_sym_continue] = ACTIONS(1357), - [anon_sym_goto] = ACTIONS(1357), - [anon_sym___try] = ACTIONS(1357), - [anon_sym___leave] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1359), - [anon_sym_PLUS_PLUS] = ACTIONS(1359), - [anon_sym_sizeof] = ACTIONS(1357), - [anon_sym___alignof__] = ACTIONS(1357), - [anon_sym___alignof] = ACTIONS(1357), - [anon_sym__alignof] = ACTIONS(1357), - [anon_sym_alignof] = ACTIONS(1357), - [anon_sym__Alignof] = ACTIONS(1357), - [anon_sym_offsetof] = ACTIONS(1357), - [anon_sym__Generic] = ACTIONS(1357), - [anon_sym_asm] = ACTIONS(1357), - [anon_sym___asm__] = ACTIONS(1357), - [sym_number_literal] = ACTIONS(1359), - [anon_sym_L_SQUOTE] = ACTIONS(1359), - [anon_sym_u_SQUOTE] = ACTIONS(1359), - [anon_sym_U_SQUOTE] = ACTIONS(1359), - [anon_sym_u8_SQUOTE] = ACTIONS(1359), - [anon_sym_SQUOTE] = ACTIONS(1359), - [anon_sym_L_DQUOTE] = ACTIONS(1359), - [anon_sym_u_DQUOTE] = ACTIONS(1359), - [anon_sym_U_DQUOTE] = ACTIONS(1359), - [anon_sym_u8_DQUOTE] = ACTIONS(1359), - [anon_sym_DQUOTE] = ACTIONS(1359), - [sym_true] = ACTIONS(1357), - [sym_false] = ACTIONS(1357), - [anon_sym_NULL] = ACTIONS(1357), - [anon_sym_nullptr] = ACTIONS(1357), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1357), - [anon_sym_rayPayloadInEXT] = ACTIONS(1357), - [anon_sym_hitAttributeEXT] = ACTIONS(1357), - [anon_sym_callableDataEXT] = ACTIONS(1357), - [anon_sym_callableDataInEXT] = ACTIONS(1357), - [anon_sym_shaderRecordEXT] = ACTIONS(1357), - [anon_sym_rayPayloadNV] = ACTIONS(1357), - [anon_sym_rayPayloadInNV] = ACTIONS(1357), - [anon_sym_hitAttributeNV] = ACTIONS(1357), - [anon_sym_callableDataNV] = ACTIONS(1357), - [anon_sym_callableDataInNV] = ACTIONS(1357), - [anon_sym_shaderRecordNV] = ACTIONS(1357), - [anon_sym_layout] = ACTIONS(1357), - }, - [115] = { - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token2] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [aux_sym_preproc_else_token1] = ACTIONS(1361), - [aux_sym_preproc_elif_token1] = ACTIONS(1361), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), - }, - [116] = { - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token2] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [aux_sym_preproc_else_token1] = ACTIONS(1361), - [aux_sym_preproc_elif_token1] = ACTIONS(1361), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1351), + [anon_sym_rayPayloadInEXT] = ACTIONS(1351), + [anon_sym_hitAttributeEXT] = ACTIONS(1351), + [anon_sym_callableDataEXT] = ACTIONS(1351), + [anon_sym_callableDataInEXT] = ACTIONS(1351), + [anon_sym_shaderRecordEXT] = ACTIONS(1351), + [anon_sym_rayPayloadNV] = ACTIONS(1351), + [anon_sym_rayPayloadInNV] = ACTIONS(1351), + [anon_sym_hitAttributeNV] = ACTIONS(1351), + [anon_sym_callableDataNV] = ACTIONS(1351), + [anon_sym_callableDataInNV] = ACTIONS(1351), + [anon_sym_shaderRecordNV] = ACTIONS(1351), + [anon_sym_layout] = ACTIONS(1351), }, [117] = { - [sym_identifier] = ACTIONS(1365), - [aux_sym_preproc_include_token1] = ACTIONS(1365), - [aux_sym_preproc_def_token1] = ACTIONS(1365), - [aux_sym_preproc_if_token1] = ACTIONS(1365), - [aux_sym_preproc_if_token2] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1365), - [aux_sym_preproc_else_token1] = ACTIONS(1365), - [aux_sym_preproc_elif_token1] = ACTIONS(1365), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1365), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1365), - [sym_preproc_directive] = ACTIONS(1365), - [anon_sym_LPAREN2] = ACTIONS(1367), - [anon_sym_BANG] = ACTIONS(1367), - [anon_sym_TILDE] = ACTIONS(1367), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_subroutine] = ACTIONS(1365), - [anon_sym_invariant] = ACTIONS(1365), - [anon_sym_precise] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_in] = ACTIONS(1365), - [anon_sym_out] = ACTIONS(1365), - [anon_sym_inout] = ACTIONS(1365), - [anon_sym_uniform] = ACTIONS(1365), - [anon_sym_shared] = ACTIONS(1365), - [anon_sym_attribute] = ACTIONS(1365), - [anon_sym_varying] = ACTIONS(1365), - [anon_sym_buffer] = ACTIONS(1365), - [anon_sym_coherent] = ACTIONS(1365), - [anon_sym_readonly] = ACTIONS(1365), - [anon_sym_writeonly] = ACTIONS(1365), - [anon_sym_precision] = ACTIONS(1365), - [anon_sym_highp] = ACTIONS(1365), - [anon_sym_mediump] = ACTIONS(1365), - [anon_sym_lowp] = ACTIONS(1365), - [anon_sym_centroid] = ACTIONS(1365), - [anon_sym_sample] = ACTIONS(1365), - [anon_sym_patch] = ACTIONS(1365), - [anon_sym_smooth] = ACTIONS(1365), - [anon_sym_flat] = ACTIONS(1365), - [anon_sym_noperspective] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1365), - [anon_sym_typedef] = ACTIONS(1365), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym___attribute__] = ACTIONS(1365), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1367), - [anon_sym___declspec] = ACTIONS(1365), - [anon_sym___cdecl] = ACTIONS(1365), - [anon_sym___clrcall] = ACTIONS(1365), - [anon_sym___stdcall] = ACTIONS(1365), - [anon_sym___fastcall] = ACTIONS(1365), - [anon_sym___thiscall] = ACTIONS(1365), - [anon_sym___vectorcall] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1367), - [anon_sym_signed] = ACTIONS(1365), - [anon_sym_unsigned] = ACTIONS(1365), - [anon_sym_long] = ACTIONS(1365), - [anon_sym_short] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_auto] = ACTIONS(1365), - [anon_sym_register] = ACTIONS(1365), - [anon_sym_inline] = ACTIONS(1365), - [anon_sym___inline] = ACTIONS(1365), - [anon_sym___inline__] = ACTIONS(1365), - [anon_sym___forceinline] = ACTIONS(1365), - [anon_sym_thread_local] = ACTIONS(1365), - [anon_sym___thread] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_constexpr] = ACTIONS(1365), - [anon_sym_volatile] = ACTIONS(1365), - [anon_sym_restrict] = ACTIONS(1365), - [anon_sym___restrict__] = ACTIONS(1365), - [anon_sym__Atomic] = ACTIONS(1365), - [anon_sym__Noreturn] = ACTIONS(1365), - [anon_sym_noreturn] = ACTIONS(1365), - [anon_sym_alignas] = ACTIONS(1365), - [anon_sym__Alignas] = ACTIONS(1365), - [sym_primitive_type] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_goto] = ACTIONS(1365), - [anon_sym___try] = ACTIONS(1365), - [anon_sym___leave] = ACTIONS(1365), - [anon_sym_DASH_DASH] = ACTIONS(1367), - [anon_sym_PLUS_PLUS] = ACTIONS(1367), - [anon_sym_sizeof] = ACTIONS(1365), - [anon_sym___alignof__] = ACTIONS(1365), - [anon_sym___alignof] = ACTIONS(1365), - [anon_sym__alignof] = ACTIONS(1365), - [anon_sym_alignof] = ACTIONS(1365), - [anon_sym__Alignof] = ACTIONS(1365), - [anon_sym_offsetof] = ACTIONS(1365), - [anon_sym__Generic] = ACTIONS(1365), - [anon_sym_asm] = ACTIONS(1365), - [anon_sym___asm__] = ACTIONS(1365), - [sym_number_literal] = ACTIONS(1367), - [anon_sym_L_SQUOTE] = ACTIONS(1367), - [anon_sym_u_SQUOTE] = ACTIONS(1367), - [anon_sym_U_SQUOTE] = ACTIONS(1367), - [anon_sym_u8_SQUOTE] = ACTIONS(1367), - [anon_sym_SQUOTE] = ACTIONS(1367), - [anon_sym_L_DQUOTE] = ACTIONS(1367), - [anon_sym_u_DQUOTE] = ACTIONS(1367), - [anon_sym_U_DQUOTE] = ACTIONS(1367), - [anon_sym_u8_DQUOTE] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(1367), - [sym_true] = ACTIONS(1365), - [sym_false] = ACTIONS(1365), - [anon_sym_NULL] = ACTIONS(1365), - [anon_sym_nullptr] = ACTIONS(1365), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1365), - [anon_sym_rayPayloadInEXT] = ACTIONS(1365), - [anon_sym_hitAttributeEXT] = ACTIONS(1365), - [anon_sym_callableDataEXT] = ACTIONS(1365), - [anon_sym_callableDataInEXT] = ACTIONS(1365), - [anon_sym_shaderRecordEXT] = ACTIONS(1365), - [anon_sym_rayPayloadNV] = ACTIONS(1365), - [anon_sym_rayPayloadInNV] = ACTIONS(1365), - [anon_sym_hitAttributeNV] = ACTIONS(1365), - [anon_sym_callableDataNV] = ACTIONS(1365), - [anon_sym_callableDataInNV] = ACTIONS(1365), - [anon_sym_shaderRecordNV] = ACTIONS(1365), - [anon_sym_layout] = ACTIONS(1365), - }, - [118] = { - [sym_identifier] = ACTIONS(1327), - [aux_sym_preproc_include_token1] = ACTIONS(1327), - [aux_sym_preproc_def_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token2] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), - [aux_sym_preproc_else_token1] = ACTIONS(1327), - [aux_sym_preproc_elif_token1] = ACTIONS(1327), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1327), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1327), - [sym_preproc_directive] = ACTIONS(1327), - [anon_sym_LPAREN2] = ACTIONS(1325), - [anon_sym_BANG] = ACTIONS(1325), - [anon_sym_TILDE] = ACTIONS(1325), - [anon_sym_DASH] = ACTIONS(1327), - [anon_sym_PLUS] = ACTIONS(1327), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1325), - [anon_sym_subroutine] = ACTIONS(1327), - [anon_sym_invariant] = ACTIONS(1327), - [anon_sym_precise] = ACTIONS(1327), - [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym_in] = ACTIONS(1327), - [anon_sym_out] = ACTIONS(1327), - [anon_sym_inout] = ACTIONS(1327), - [anon_sym_uniform] = ACTIONS(1327), - [anon_sym_shared] = ACTIONS(1327), - [anon_sym_attribute] = ACTIONS(1327), - [anon_sym_varying] = ACTIONS(1327), - [anon_sym_buffer] = ACTIONS(1327), - [anon_sym_coherent] = ACTIONS(1327), - [anon_sym_readonly] = ACTIONS(1327), - [anon_sym_writeonly] = ACTIONS(1327), - [anon_sym_precision] = ACTIONS(1327), - [anon_sym_highp] = ACTIONS(1327), - [anon_sym_mediump] = ACTIONS(1327), - [anon_sym_lowp] = ACTIONS(1327), - [anon_sym_centroid] = ACTIONS(1327), - [anon_sym_sample] = ACTIONS(1327), - [anon_sym_patch] = ACTIONS(1327), - [anon_sym_smooth] = ACTIONS(1327), - [anon_sym_flat] = ACTIONS(1327), - [anon_sym_noperspective] = ACTIONS(1327), - [anon_sym___extension__] = ACTIONS(1327), - [anon_sym_typedef] = ACTIONS(1327), - [anon_sym_extern] = ACTIONS(1327), - [anon_sym___attribute__] = ACTIONS(1327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), - [anon_sym___declspec] = ACTIONS(1327), - [anon_sym___cdecl] = ACTIONS(1327), - [anon_sym___clrcall] = ACTIONS(1327), - [anon_sym___stdcall] = ACTIONS(1327), - [anon_sym___fastcall] = ACTIONS(1327), - [anon_sym___thiscall] = ACTIONS(1327), - [anon_sym___vectorcall] = ACTIONS(1327), - [anon_sym_LBRACE] = ACTIONS(1325), - [anon_sym_signed] = ACTIONS(1327), - [anon_sym_unsigned] = ACTIONS(1327), - [anon_sym_long] = ACTIONS(1327), - [anon_sym_short] = ACTIONS(1327), - [anon_sym_static] = ACTIONS(1327), - [anon_sym_auto] = ACTIONS(1327), - [anon_sym_register] = ACTIONS(1327), - [anon_sym_inline] = ACTIONS(1327), - [anon_sym___inline] = ACTIONS(1327), - [anon_sym___inline__] = ACTIONS(1327), - [anon_sym___forceinline] = ACTIONS(1327), - [anon_sym_thread_local] = ACTIONS(1327), - [anon_sym___thread] = ACTIONS(1327), - [anon_sym_const] = ACTIONS(1327), - [anon_sym_constexpr] = ACTIONS(1327), - [anon_sym_volatile] = ACTIONS(1327), - [anon_sym_restrict] = ACTIONS(1327), - [anon_sym___restrict__] = ACTIONS(1327), - [anon_sym__Atomic] = ACTIONS(1327), - [anon_sym__Noreturn] = ACTIONS(1327), - [anon_sym_noreturn] = ACTIONS(1327), - [anon_sym_alignas] = ACTIONS(1327), - [anon_sym__Alignas] = ACTIONS(1327), - [sym_primitive_type] = ACTIONS(1327), - [anon_sym_enum] = ACTIONS(1327), - [anon_sym_struct] = ACTIONS(1327), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_if] = ACTIONS(1327), - [anon_sym_else] = ACTIONS(1327), - [anon_sym_switch] = ACTIONS(1327), - [anon_sym_case] = ACTIONS(1327), - [anon_sym_default] = ACTIONS(1327), - [anon_sym_while] = ACTIONS(1327), - [anon_sym_do] = ACTIONS(1327), - [anon_sym_for] = ACTIONS(1327), - [anon_sym_return] = ACTIONS(1327), - [anon_sym_break] = ACTIONS(1327), - [anon_sym_continue] = ACTIONS(1327), - [anon_sym_goto] = ACTIONS(1327), - [anon_sym___try] = ACTIONS(1327), - [anon_sym___leave] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), - [anon_sym_sizeof] = ACTIONS(1327), - [anon_sym___alignof__] = ACTIONS(1327), - [anon_sym___alignof] = ACTIONS(1327), - [anon_sym__alignof] = ACTIONS(1327), - [anon_sym_alignof] = ACTIONS(1327), - [anon_sym__Alignof] = ACTIONS(1327), - [anon_sym_offsetof] = ACTIONS(1327), - [anon_sym__Generic] = ACTIONS(1327), - [anon_sym_asm] = ACTIONS(1327), - [anon_sym___asm__] = ACTIONS(1327), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), - [sym_true] = ACTIONS(1327), - [sym_false] = ACTIONS(1327), - [anon_sym_NULL] = ACTIONS(1327), - [anon_sym_nullptr] = ACTIONS(1327), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1327), - [anon_sym_rayPayloadInEXT] = ACTIONS(1327), - [anon_sym_hitAttributeEXT] = ACTIONS(1327), - [anon_sym_callableDataEXT] = ACTIONS(1327), - [anon_sym_callableDataInEXT] = ACTIONS(1327), - [anon_sym_shaderRecordEXT] = ACTIONS(1327), - [anon_sym_rayPayloadNV] = ACTIONS(1327), - [anon_sym_rayPayloadInNV] = ACTIONS(1327), - [anon_sym_hitAttributeNV] = ACTIONS(1327), - [anon_sym_callableDataNV] = ACTIONS(1327), - [anon_sym_callableDataInNV] = ACTIONS(1327), - [anon_sym_shaderRecordNV] = ACTIONS(1327), - [anon_sym_layout] = ACTIONS(1327), - }, - [119] = { - [sym_identifier] = ACTIONS(1369), - [aux_sym_preproc_include_token1] = ACTIONS(1369), - [aux_sym_preproc_def_token1] = ACTIONS(1369), - [aux_sym_preproc_if_token1] = ACTIONS(1369), - [aux_sym_preproc_if_token2] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1369), - [aux_sym_preproc_else_token1] = ACTIONS(1369), - [aux_sym_preproc_elif_token1] = ACTIONS(1369), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1369), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1369), - [sym_preproc_directive] = ACTIONS(1369), - [anon_sym_LPAREN2] = ACTIONS(1371), - [anon_sym_BANG] = ACTIONS(1371), - [anon_sym_TILDE] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1369), - [anon_sym_PLUS] = ACTIONS(1369), - [anon_sym_STAR] = ACTIONS(1371), - [anon_sym_AMP] = ACTIONS(1371), - [anon_sym_subroutine] = ACTIONS(1369), - [anon_sym_invariant] = ACTIONS(1369), - [anon_sym_precise] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_in] = ACTIONS(1369), - [anon_sym_out] = ACTIONS(1369), - [anon_sym_inout] = ACTIONS(1369), - [anon_sym_uniform] = ACTIONS(1369), - [anon_sym_shared] = ACTIONS(1369), - [anon_sym_attribute] = ACTIONS(1369), - [anon_sym_varying] = ACTIONS(1369), - [anon_sym_buffer] = ACTIONS(1369), - [anon_sym_coherent] = ACTIONS(1369), - [anon_sym_readonly] = ACTIONS(1369), - [anon_sym_writeonly] = ACTIONS(1369), - [anon_sym_precision] = ACTIONS(1369), - [anon_sym_highp] = ACTIONS(1369), - [anon_sym_mediump] = ACTIONS(1369), - [anon_sym_lowp] = ACTIONS(1369), - [anon_sym_centroid] = ACTIONS(1369), - [anon_sym_sample] = ACTIONS(1369), - [anon_sym_patch] = ACTIONS(1369), - [anon_sym_smooth] = ACTIONS(1369), - [anon_sym_flat] = ACTIONS(1369), - [anon_sym_noperspective] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1369), - [anon_sym_typedef] = ACTIONS(1369), - [anon_sym_extern] = ACTIONS(1369), - [anon_sym___attribute__] = ACTIONS(1369), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1371), - [anon_sym___declspec] = ACTIONS(1369), - [anon_sym___cdecl] = ACTIONS(1369), - [anon_sym___clrcall] = ACTIONS(1369), - [anon_sym___stdcall] = ACTIONS(1369), - [anon_sym___fastcall] = ACTIONS(1369), - [anon_sym___thiscall] = ACTIONS(1369), - [anon_sym___vectorcall] = ACTIONS(1369), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_signed] = ACTIONS(1369), - [anon_sym_unsigned] = ACTIONS(1369), - [anon_sym_long] = ACTIONS(1369), - [anon_sym_short] = ACTIONS(1369), - [anon_sym_static] = ACTIONS(1369), - [anon_sym_auto] = ACTIONS(1369), - [anon_sym_register] = ACTIONS(1369), - [anon_sym_inline] = ACTIONS(1369), - [anon_sym___inline] = ACTIONS(1369), - [anon_sym___inline__] = ACTIONS(1369), - [anon_sym___forceinline] = ACTIONS(1369), - [anon_sym_thread_local] = ACTIONS(1369), - [anon_sym___thread] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), - [anon_sym_constexpr] = ACTIONS(1369), - [anon_sym_volatile] = ACTIONS(1369), - [anon_sym_restrict] = ACTIONS(1369), - [anon_sym___restrict__] = ACTIONS(1369), - [anon_sym__Atomic] = ACTIONS(1369), - [anon_sym__Noreturn] = ACTIONS(1369), - [anon_sym_noreturn] = ACTIONS(1369), - [anon_sym_alignas] = ACTIONS(1369), - [anon_sym__Alignas] = ACTIONS(1369), - [sym_primitive_type] = ACTIONS(1369), - [anon_sym_enum] = ACTIONS(1369), - [anon_sym_struct] = ACTIONS(1369), - [anon_sym_union] = ACTIONS(1369), - [anon_sym_if] = ACTIONS(1369), - [anon_sym_else] = ACTIONS(1369), - [anon_sym_switch] = ACTIONS(1369), - [anon_sym_case] = ACTIONS(1369), - [anon_sym_default] = ACTIONS(1369), - [anon_sym_while] = ACTIONS(1369), - [anon_sym_do] = ACTIONS(1369), - [anon_sym_for] = ACTIONS(1369), - [anon_sym_return] = ACTIONS(1369), - [anon_sym_break] = ACTIONS(1369), - [anon_sym_continue] = ACTIONS(1369), - [anon_sym_goto] = ACTIONS(1369), - [anon_sym___try] = ACTIONS(1369), - [anon_sym___leave] = ACTIONS(1369), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_PLUS_PLUS] = ACTIONS(1371), - [anon_sym_sizeof] = ACTIONS(1369), - [anon_sym___alignof__] = ACTIONS(1369), - [anon_sym___alignof] = ACTIONS(1369), - [anon_sym__alignof] = ACTIONS(1369), - [anon_sym_alignof] = ACTIONS(1369), - [anon_sym__Alignof] = ACTIONS(1369), - [anon_sym_offsetof] = ACTIONS(1369), - [anon_sym__Generic] = ACTIONS(1369), - [anon_sym_asm] = ACTIONS(1369), - [anon_sym___asm__] = ACTIONS(1369), - [sym_number_literal] = ACTIONS(1371), - [anon_sym_L_SQUOTE] = ACTIONS(1371), - [anon_sym_u_SQUOTE] = ACTIONS(1371), - [anon_sym_U_SQUOTE] = ACTIONS(1371), - [anon_sym_u8_SQUOTE] = ACTIONS(1371), - [anon_sym_SQUOTE] = ACTIONS(1371), - [anon_sym_L_DQUOTE] = ACTIONS(1371), - [anon_sym_u_DQUOTE] = ACTIONS(1371), - [anon_sym_U_DQUOTE] = ACTIONS(1371), - [anon_sym_u8_DQUOTE] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym_true] = ACTIONS(1369), - [sym_false] = ACTIONS(1369), - [anon_sym_NULL] = ACTIONS(1369), - [anon_sym_nullptr] = ACTIONS(1369), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1369), - [anon_sym_rayPayloadInEXT] = ACTIONS(1369), - [anon_sym_hitAttributeEXT] = ACTIONS(1369), - [anon_sym_callableDataEXT] = ACTIONS(1369), - [anon_sym_callableDataInEXT] = ACTIONS(1369), - [anon_sym_shaderRecordEXT] = ACTIONS(1369), - [anon_sym_rayPayloadNV] = ACTIONS(1369), - [anon_sym_rayPayloadInNV] = ACTIONS(1369), - [anon_sym_hitAttributeNV] = ACTIONS(1369), - [anon_sym_callableDataNV] = ACTIONS(1369), - [anon_sym_callableDataInNV] = ACTIONS(1369), - [anon_sym_shaderRecordNV] = ACTIONS(1369), - [anon_sym_layout] = ACTIONS(1369), - }, - [120] = { [sym_identifier] = ACTIONS(1355), [aux_sym_preproc_include_token1] = ACTIONS(1355), [aux_sym_preproc_def_token1] = ACTIONS(1355), @@ -35120,17 +35361,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_elifdef_token1] = ACTIONS(1355), [aux_sym_preproc_elifdef_token2] = ACTIONS(1355), [sym_preproc_directive] = ACTIONS(1355), - [anon_sym_LPAREN2] = ACTIONS(1353), - [anon_sym_BANG] = ACTIONS(1353), - [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), [anon_sym_DASH] = ACTIONS(1355), [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1353), - [anon_sym_AMP] = ACTIONS(1353), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), [anon_sym_subroutine] = ACTIONS(1355), [anon_sym_invariant] = ACTIONS(1355), [anon_sym_precise] = ACTIONS(1355), - [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_SEMI] = ACTIONS(1357), [anon_sym_in] = ACTIONS(1355), [anon_sym_out] = ACTIONS(1355), [anon_sym_inout] = ACTIONS(1355), @@ -35156,7 +35397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1355), [anon_sym_extern] = ACTIONS(1355), [anon_sym___attribute__] = ACTIONS(1355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), [anon_sym___declspec] = ACTIONS(1355), [anon_sym___cdecl] = ACTIONS(1355), [anon_sym___clrcall] = ACTIONS(1355), @@ -35164,7 +35405,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1355), [anon_sym___thiscall] = ACTIONS(1355), [anon_sym___vectorcall] = ACTIONS(1355), - [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_LBRACE] = ACTIONS(1357), [anon_sym_signed] = ACTIONS(1355), [anon_sym_unsigned] = ACTIONS(1355), [anon_sym_long] = ACTIONS(1355), @@ -35186,6 +35427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1355), [anon_sym__Noreturn] = ACTIONS(1355), [anon_sym_noreturn] = ACTIONS(1355), + [anon_sym__Nonnull] = ACTIONS(1355), [anon_sym_alignas] = ACTIONS(1355), [anon_sym__Alignas] = ACTIONS(1355), [sym_primitive_type] = ACTIONS(1355), @@ -35206,8 +35448,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1355), [anon_sym___try] = ACTIONS(1355), [anon_sym___leave] = ACTIONS(1355), - [anon_sym_DASH_DASH] = ACTIONS(1353), - [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), [anon_sym_sizeof] = ACTIONS(1355), [anon_sym___alignof__] = ACTIONS(1355), [anon_sym___alignof] = ACTIONS(1355), @@ -35218,17 +35460,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1355), [anon_sym_asm] = ACTIONS(1355), [anon_sym___asm__] = ACTIONS(1355), - [sym_number_literal] = ACTIONS(1353), - [anon_sym_L_SQUOTE] = ACTIONS(1353), - [anon_sym_u_SQUOTE] = ACTIONS(1353), - [anon_sym_U_SQUOTE] = ACTIONS(1353), - [anon_sym_u8_SQUOTE] = ACTIONS(1353), - [anon_sym_SQUOTE] = ACTIONS(1353), - [anon_sym_L_DQUOTE] = ACTIONS(1353), - [anon_sym_u_DQUOTE] = ACTIONS(1353), - [anon_sym_U_DQUOTE] = ACTIONS(1353), - [anon_sym_u8_DQUOTE] = ACTIONS(1353), - [anon_sym_DQUOTE] = ACTIONS(1353), + [anon_sym___asm] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), [sym_true] = ACTIONS(1355), [sym_false] = ACTIONS(1355), [anon_sym_NULL] = ACTIONS(1355), @@ -35248,5646 +35491,6302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1355), [anon_sym_layout] = ACTIONS(1355), }, - [121] = { - [sym_identifier] = ACTIONS(1373), - [aux_sym_preproc_include_token1] = ACTIONS(1373), - [aux_sym_preproc_def_token1] = ACTIONS(1373), - [aux_sym_preproc_if_token1] = ACTIONS(1373), - [aux_sym_preproc_if_token2] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1373), - [aux_sym_preproc_else_token1] = ACTIONS(1373), - [aux_sym_preproc_elif_token1] = ACTIONS(1373), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1373), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1373), - [sym_preproc_directive] = ACTIONS(1373), - [anon_sym_LPAREN2] = ACTIONS(1375), - [anon_sym_BANG] = ACTIONS(1375), - [anon_sym_TILDE] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_AMP] = ACTIONS(1375), - [anon_sym_subroutine] = ACTIONS(1373), - [anon_sym_invariant] = ACTIONS(1373), - [anon_sym_precise] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_out] = ACTIONS(1373), - [anon_sym_inout] = ACTIONS(1373), - [anon_sym_uniform] = ACTIONS(1373), - [anon_sym_shared] = ACTIONS(1373), - [anon_sym_attribute] = ACTIONS(1373), - [anon_sym_varying] = ACTIONS(1373), - [anon_sym_buffer] = ACTIONS(1373), - [anon_sym_coherent] = ACTIONS(1373), - [anon_sym_readonly] = ACTIONS(1373), - [anon_sym_writeonly] = ACTIONS(1373), - [anon_sym_precision] = ACTIONS(1373), - [anon_sym_highp] = ACTIONS(1373), - [anon_sym_mediump] = ACTIONS(1373), - [anon_sym_lowp] = ACTIONS(1373), - [anon_sym_centroid] = ACTIONS(1373), - [anon_sym_sample] = ACTIONS(1373), - [anon_sym_patch] = ACTIONS(1373), - [anon_sym_smooth] = ACTIONS(1373), - [anon_sym_flat] = ACTIONS(1373), - [anon_sym_noperspective] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1373), - [anon_sym_typedef] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym___attribute__] = ACTIONS(1373), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1375), - [anon_sym___declspec] = ACTIONS(1373), - [anon_sym___cdecl] = ACTIONS(1373), - [anon_sym___clrcall] = ACTIONS(1373), - [anon_sym___stdcall] = ACTIONS(1373), - [anon_sym___fastcall] = ACTIONS(1373), - [anon_sym___thiscall] = ACTIONS(1373), - [anon_sym___vectorcall] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_signed] = ACTIONS(1373), - [anon_sym_unsigned] = ACTIONS(1373), - [anon_sym_long] = ACTIONS(1373), - [anon_sym_short] = ACTIONS(1373), - [anon_sym_static] = ACTIONS(1373), - [anon_sym_auto] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_inline] = ACTIONS(1373), - [anon_sym___inline] = ACTIONS(1373), - [anon_sym___inline__] = ACTIONS(1373), - [anon_sym___forceinline] = ACTIONS(1373), - [anon_sym_thread_local] = ACTIONS(1373), - [anon_sym___thread] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_constexpr] = ACTIONS(1373), - [anon_sym_volatile] = ACTIONS(1373), - [anon_sym_restrict] = ACTIONS(1373), - [anon_sym___restrict__] = ACTIONS(1373), - [anon_sym__Atomic] = ACTIONS(1373), - [anon_sym__Noreturn] = ACTIONS(1373), - [anon_sym_noreturn] = ACTIONS(1373), - [anon_sym_alignas] = ACTIONS(1373), - [anon_sym__Alignas] = ACTIONS(1373), - [sym_primitive_type] = ACTIONS(1373), - [anon_sym_enum] = ACTIONS(1373), - [anon_sym_struct] = ACTIONS(1373), - [anon_sym_union] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1373), - [anon_sym_switch] = ACTIONS(1373), - [anon_sym_case] = ACTIONS(1373), - [anon_sym_default] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_goto] = ACTIONS(1373), - [anon_sym___try] = ACTIONS(1373), - [anon_sym___leave] = ACTIONS(1373), - [anon_sym_DASH_DASH] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_sizeof] = ACTIONS(1373), - [anon_sym___alignof__] = ACTIONS(1373), - [anon_sym___alignof] = ACTIONS(1373), - [anon_sym__alignof] = ACTIONS(1373), - [anon_sym_alignof] = ACTIONS(1373), - [anon_sym__Alignof] = ACTIONS(1373), - [anon_sym_offsetof] = ACTIONS(1373), - [anon_sym__Generic] = ACTIONS(1373), - [anon_sym_asm] = ACTIONS(1373), - [anon_sym___asm__] = ACTIONS(1373), - [sym_number_literal] = ACTIONS(1375), - [anon_sym_L_SQUOTE] = ACTIONS(1375), - [anon_sym_u_SQUOTE] = ACTIONS(1375), - [anon_sym_U_SQUOTE] = ACTIONS(1375), - [anon_sym_u8_SQUOTE] = ACTIONS(1375), - [anon_sym_SQUOTE] = ACTIONS(1375), - [anon_sym_L_DQUOTE] = ACTIONS(1375), - [anon_sym_u_DQUOTE] = ACTIONS(1375), - [anon_sym_U_DQUOTE] = ACTIONS(1375), - [anon_sym_u8_DQUOTE] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym_true] = ACTIONS(1373), - [sym_false] = ACTIONS(1373), - [anon_sym_NULL] = ACTIONS(1373), - [anon_sym_nullptr] = ACTIONS(1373), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1373), - [anon_sym_rayPayloadInEXT] = ACTIONS(1373), - [anon_sym_hitAttributeEXT] = ACTIONS(1373), - [anon_sym_callableDataEXT] = ACTIONS(1373), - [anon_sym_callableDataInEXT] = ACTIONS(1373), - [anon_sym_shaderRecordEXT] = ACTIONS(1373), - [anon_sym_rayPayloadNV] = ACTIONS(1373), - [anon_sym_rayPayloadInNV] = ACTIONS(1373), - [anon_sym_hitAttributeNV] = ACTIONS(1373), - [anon_sym_callableDataNV] = ACTIONS(1373), - [anon_sym_callableDataInNV] = ACTIONS(1373), - [anon_sym_shaderRecordNV] = ACTIONS(1373), - [anon_sym_layout] = ACTIONS(1373), - }, - [122] = { - [sym_identifier] = ACTIONS(1377), - [aux_sym_preproc_include_token1] = ACTIONS(1377), - [aux_sym_preproc_def_token1] = ACTIONS(1377), - [aux_sym_preproc_if_token1] = ACTIONS(1377), - [aux_sym_preproc_if_token2] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1377), - [aux_sym_preproc_else_token1] = ACTIONS(1377), - [aux_sym_preproc_elif_token1] = ACTIONS(1377), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1377), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1377), - [sym_preproc_directive] = ACTIONS(1377), - [anon_sym_LPAREN2] = ACTIONS(1379), - [anon_sym_BANG] = ACTIONS(1379), - [anon_sym_TILDE] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1377), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_subroutine] = ACTIONS(1377), - [anon_sym_invariant] = ACTIONS(1377), - [anon_sym_precise] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_in] = ACTIONS(1377), - [anon_sym_out] = ACTIONS(1377), - [anon_sym_inout] = ACTIONS(1377), - [anon_sym_uniform] = ACTIONS(1377), - [anon_sym_shared] = ACTIONS(1377), - [anon_sym_attribute] = ACTIONS(1377), - [anon_sym_varying] = ACTIONS(1377), - [anon_sym_buffer] = ACTIONS(1377), - [anon_sym_coherent] = ACTIONS(1377), - [anon_sym_readonly] = ACTIONS(1377), - [anon_sym_writeonly] = ACTIONS(1377), - [anon_sym_precision] = ACTIONS(1377), - [anon_sym_highp] = ACTIONS(1377), - [anon_sym_mediump] = ACTIONS(1377), - [anon_sym_lowp] = ACTIONS(1377), - [anon_sym_centroid] = ACTIONS(1377), - [anon_sym_sample] = ACTIONS(1377), - [anon_sym_patch] = ACTIONS(1377), - [anon_sym_smooth] = ACTIONS(1377), - [anon_sym_flat] = ACTIONS(1377), - [anon_sym_noperspective] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1377), - [anon_sym_typedef] = ACTIONS(1377), - [anon_sym_extern] = ACTIONS(1377), - [anon_sym___attribute__] = ACTIONS(1377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1379), - [anon_sym___declspec] = ACTIONS(1377), - [anon_sym___cdecl] = ACTIONS(1377), - [anon_sym___clrcall] = ACTIONS(1377), - [anon_sym___stdcall] = ACTIONS(1377), - [anon_sym___fastcall] = ACTIONS(1377), - [anon_sym___thiscall] = ACTIONS(1377), - [anon_sym___vectorcall] = ACTIONS(1377), - [anon_sym_LBRACE] = ACTIONS(1379), - [anon_sym_signed] = ACTIONS(1377), - [anon_sym_unsigned] = ACTIONS(1377), - [anon_sym_long] = ACTIONS(1377), - [anon_sym_short] = ACTIONS(1377), - [anon_sym_static] = ACTIONS(1377), - [anon_sym_auto] = ACTIONS(1377), - [anon_sym_register] = ACTIONS(1377), - [anon_sym_inline] = ACTIONS(1377), - [anon_sym___inline] = ACTIONS(1377), - [anon_sym___inline__] = ACTIONS(1377), - [anon_sym___forceinline] = ACTIONS(1377), - [anon_sym_thread_local] = ACTIONS(1377), - [anon_sym___thread] = ACTIONS(1377), - [anon_sym_const] = ACTIONS(1377), - [anon_sym_constexpr] = ACTIONS(1377), - [anon_sym_volatile] = ACTIONS(1377), - [anon_sym_restrict] = ACTIONS(1377), - [anon_sym___restrict__] = ACTIONS(1377), - [anon_sym__Atomic] = ACTIONS(1377), - [anon_sym__Noreturn] = ACTIONS(1377), - [anon_sym_noreturn] = ACTIONS(1377), - [anon_sym_alignas] = ACTIONS(1377), - [anon_sym__Alignas] = ACTIONS(1377), - [sym_primitive_type] = ACTIONS(1377), - [anon_sym_enum] = ACTIONS(1377), - [anon_sym_struct] = ACTIONS(1377), - [anon_sym_union] = ACTIONS(1377), - [anon_sym_if] = ACTIONS(1377), - [anon_sym_else] = ACTIONS(1377), - [anon_sym_switch] = ACTIONS(1377), - [anon_sym_case] = ACTIONS(1377), - [anon_sym_default] = ACTIONS(1377), - [anon_sym_while] = ACTIONS(1377), - [anon_sym_do] = ACTIONS(1377), - [anon_sym_for] = ACTIONS(1377), - [anon_sym_return] = ACTIONS(1377), - [anon_sym_break] = ACTIONS(1377), - [anon_sym_continue] = ACTIONS(1377), - [anon_sym_goto] = ACTIONS(1377), - [anon_sym___try] = ACTIONS(1377), - [anon_sym___leave] = ACTIONS(1377), - [anon_sym_DASH_DASH] = ACTIONS(1379), - [anon_sym_PLUS_PLUS] = ACTIONS(1379), - [anon_sym_sizeof] = ACTIONS(1377), - [anon_sym___alignof__] = ACTIONS(1377), - [anon_sym___alignof] = ACTIONS(1377), - [anon_sym__alignof] = ACTIONS(1377), - [anon_sym_alignof] = ACTIONS(1377), - [anon_sym__Alignof] = ACTIONS(1377), - [anon_sym_offsetof] = ACTIONS(1377), - [anon_sym__Generic] = ACTIONS(1377), - [anon_sym_asm] = ACTIONS(1377), - [anon_sym___asm__] = ACTIONS(1377), - [sym_number_literal] = ACTIONS(1379), - [anon_sym_L_SQUOTE] = ACTIONS(1379), - [anon_sym_u_SQUOTE] = ACTIONS(1379), - [anon_sym_U_SQUOTE] = ACTIONS(1379), - [anon_sym_u8_SQUOTE] = ACTIONS(1379), - [anon_sym_SQUOTE] = ACTIONS(1379), - [anon_sym_L_DQUOTE] = ACTIONS(1379), - [anon_sym_u_DQUOTE] = ACTIONS(1379), - [anon_sym_U_DQUOTE] = ACTIONS(1379), - [anon_sym_u8_DQUOTE] = ACTIONS(1379), - [anon_sym_DQUOTE] = ACTIONS(1379), - [sym_true] = ACTIONS(1377), - [sym_false] = ACTIONS(1377), - [anon_sym_NULL] = ACTIONS(1377), - [anon_sym_nullptr] = ACTIONS(1377), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1377), - [anon_sym_rayPayloadInEXT] = ACTIONS(1377), - [anon_sym_hitAttributeEXT] = ACTIONS(1377), - [anon_sym_callableDataEXT] = ACTIONS(1377), - [anon_sym_callableDataInEXT] = ACTIONS(1377), - [anon_sym_shaderRecordEXT] = ACTIONS(1377), - [anon_sym_rayPayloadNV] = ACTIONS(1377), - [anon_sym_rayPayloadInNV] = ACTIONS(1377), - [anon_sym_hitAttributeNV] = ACTIONS(1377), - [anon_sym_callableDataNV] = ACTIONS(1377), - [anon_sym_callableDataInNV] = ACTIONS(1377), - [anon_sym_shaderRecordNV] = ACTIONS(1377), - [anon_sym_layout] = ACTIONS(1377), - }, - [123] = { - [sym_identifier] = ACTIONS(1381), - [aux_sym_preproc_include_token1] = ACTIONS(1381), - [aux_sym_preproc_def_token1] = ACTIONS(1381), - [aux_sym_preproc_if_token1] = ACTIONS(1381), - [aux_sym_preproc_if_token2] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1381), - [aux_sym_preproc_else_token1] = ACTIONS(1381), - [aux_sym_preproc_elif_token1] = ACTIONS(1381), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1381), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1381), - [sym_preproc_directive] = ACTIONS(1381), - [anon_sym_LPAREN2] = ACTIONS(1383), - [anon_sym_BANG] = ACTIONS(1383), - [anon_sym_TILDE] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1381), - [anon_sym_STAR] = ACTIONS(1383), - [anon_sym_AMP] = ACTIONS(1383), - [anon_sym_subroutine] = ACTIONS(1381), - [anon_sym_invariant] = ACTIONS(1381), - [anon_sym_precise] = ACTIONS(1381), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_in] = ACTIONS(1381), - [anon_sym_out] = ACTIONS(1381), - [anon_sym_inout] = ACTIONS(1381), - [anon_sym_uniform] = ACTIONS(1381), - [anon_sym_shared] = ACTIONS(1381), - [anon_sym_attribute] = ACTIONS(1381), - [anon_sym_varying] = ACTIONS(1381), - [anon_sym_buffer] = ACTIONS(1381), - [anon_sym_coherent] = ACTIONS(1381), - [anon_sym_readonly] = ACTIONS(1381), - [anon_sym_writeonly] = ACTIONS(1381), - [anon_sym_precision] = ACTIONS(1381), - [anon_sym_highp] = ACTIONS(1381), - [anon_sym_mediump] = ACTIONS(1381), - [anon_sym_lowp] = ACTIONS(1381), - [anon_sym_centroid] = ACTIONS(1381), - [anon_sym_sample] = ACTIONS(1381), - [anon_sym_patch] = ACTIONS(1381), - [anon_sym_smooth] = ACTIONS(1381), - [anon_sym_flat] = ACTIONS(1381), - [anon_sym_noperspective] = ACTIONS(1381), - [anon_sym___extension__] = ACTIONS(1381), - [anon_sym_typedef] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym___attribute__] = ACTIONS(1381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1383), - [anon_sym___declspec] = ACTIONS(1381), - [anon_sym___cdecl] = ACTIONS(1381), - [anon_sym___clrcall] = ACTIONS(1381), - [anon_sym___stdcall] = ACTIONS(1381), - [anon_sym___fastcall] = ACTIONS(1381), - [anon_sym___thiscall] = ACTIONS(1381), - [anon_sym___vectorcall] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_signed] = ACTIONS(1381), - [anon_sym_unsigned] = ACTIONS(1381), - [anon_sym_long] = ACTIONS(1381), - [anon_sym_short] = ACTIONS(1381), - [anon_sym_static] = ACTIONS(1381), - [anon_sym_auto] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_inline] = ACTIONS(1381), - [anon_sym___inline] = ACTIONS(1381), - [anon_sym___inline__] = ACTIONS(1381), - [anon_sym___forceinline] = ACTIONS(1381), - [anon_sym_thread_local] = ACTIONS(1381), - [anon_sym___thread] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [anon_sym_constexpr] = ACTIONS(1381), - [anon_sym_volatile] = ACTIONS(1381), - [anon_sym_restrict] = ACTIONS(1381), - [anon_sym___restrict__] = ACTIONS(1381), - [anon_sym__Atomic] = ACTIONS(1381), - [anon_sym__Noreturn] = ACTIONS(1381), - [anon_sym_noreturn] = ACTIONS(1381), - [anon_sym_alignas] = ACTIONS(1381), - [anon_sym__Alignas] = ACTIONS(1381), - [sym_primitive_type] = ACTIONS(1381), - [anon_sym_enum] = ACTIONS(1381), - [anon_sym_struct] = ACTIONS(1381), - [anon_sym_union] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_else] = ACTIONS(1381), - [anon_sym_switch] = ACTIONS(1381), - [anon_sym_case] = ACTIONS(1381), - [anon_sym_default] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_goto] = ACTIONS(1381), - [anon_sym___try] = ACTIONS(1381), - [anon_sym___leave] = ACTIONS(1381), - [anon_sym_DASH_DASH] = ACTIONS(1383), - [anon_sym_PLUS_PLUS] = ACTIONS(1383), - [anon_sym_sizeof] = ACTIONS(1381), - [anon_sym___alignof__] = ACTIONS(1381), - [anon_sym___alignof] = ACTIONS(1381), - [anon_sym__alignof] = ACTIONS(1381), - [anon_sym_alignof] = ACTIONS(1381), - [anon_sym__Alignof] = ACTIONS(1381), - [anon_sym_offsetof] = ACTIONS(1381), - [anon_sym__Generic] = ACTIONS(1381), - [anon_sym_asm] = ACTIONS(1381), - [anon_sym___asm__] = ACTIONS(1381), - [sym_number_literal] = ACTIONS(1383), - [anon_sym_L_SQUOTE] = ACTIONS(1383), - [anon_sym_u_SQUOTE] = ACTIONS(1383), - [anon_sym_U_SQUOTE] = ACTIONS(1383), - [anon_sym_u8_SQUOTE] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1383), - [anon_sym_L_DQUOTE] = ACTIONS(1383), - [anon_sym_u_DQUOTE] = ACTIONS(1383), - [anon_sym_U_DQUOTE] = ACTIONS(1383), - [anon_sym_u8_DQUOTE] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym_true] = ACTIONS(1381), - [sym_false] = ACTIONS(1381), - [anon_sym_NULL] = ACTIONS(1381), - [anon_sym_nullptr] = ACTIONS(1381), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1381), - [anon_sym_rayPayloadInEXT] = ACTIONS(1381), - [anon_sym_hitAttributeEXT] = ACTIONS(1381), - [anon_sym_callableDataEXT] = ACTIONS(1381), - [anon_sym_callableDataInEXT] = ACTIONS(1381), - [anon_sym_shaderRecordEXT] = ACTIONS(1381), - [anon_sym_rayPayloadNV] = ACTIONS(1381), - [anon_sym_rayPayloadInNV] = ACTIONS(1381), - [anon_sym_hitAttributeNV] = ACTIONS(1381), - [anon_sym_callableDataNV] = ACTIONS(1381), - [anon_sym_callableDataInNV] = ACTIONS(1381), - [anon_sym_shaderRecordNV] = ACTIONS(1381), - [anon_sym_layout] = ACTIONS(1381), - }, - [124] = { - [sym_identifier] = ACTIONS(1385), - [aux_sym_preproc_include_token1] = ACTIONS(1385), - [aux_sym_preproc_def_token1] = ACTIONS(1385), - [aux_sym_preproc_if_token1] = ACTIONS(1385), - [aux_sym_preproc_if_token2] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1385), - [aux_sym_preproc_else_token1] = ACTIONS(1385), - [aux_sym_preproc_elif_token1] = ACTIONS(1385), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1385), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1385), - [sym_preproc_directive] = ACTIONS(1385), - [anon_sym_LPAREN2] = ACTIONS(1387), - [anon_sym_BANG] = ACTIONS(1387), - [anon_sym_TILDE] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1385), - [anon_sym_PLUS] = ACTIONS(1385), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_AMP] = ACTIONS(1387), - [anon_sym_subroutine] = ACTIONS(1385), - [anon_sym_invariant] = ACTIONS(1385), - [anon_sym_precise] = ACTIONS(1385), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1385), - [anon_sym_out] = ACTIONS(1385), - [anon_sym_inout] = ACTIONS(1385), - [anon_sym_uniform] = ACTIONS(1385), - [anon_sym_shared] = ACTIONS(1385), - [anon_sym_attribute] = ACTIONS(1385), - [anon_sym_varying] = ACTIONS(1385), - [anon_sym_buffer] = ACTIONS(1385), - [anon_sym_coherent] = ACTIONS(1385), - [anon_sym_readonly] = ACTIONS(1385), - [anon_sym_writeonly] = ACTIONS(1385), - [anon_sym_precision] = ACTIONS(1385), - [anon_sym_highp] = ACTIONS(1385), - [anon_sym_mediump] = ACTIONS(1385), - [anon_sym_lowp] = ACTIONS(1385), - [anon_sym_centroid] = ACTIONS(1385), - [anon_sym_sample] = ACTIONS(1385), - [anon_sym_patch] = ACTIONS(1385), - [anon_sym_smooth] = ACTIONS(1385), - [anon_sym_flat] = ACTIONS(1385), - [anon_sym_noperspective] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1385), - [anon_sym_typedef] = ACTIONS(1385), - [anon_sym_extern] = ACTIONS(1385), - [anon_sym___attribute__] = ACTIONS(1385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1387), - [anon_sym___declspec] = ACTIONS(1385), - [anon_sym___cdecl] = ACTIONS(1385), - [anon_sym___clrcall] = ACTIONS(1385), - [anon_sym___stdcall] = ACTIONS(1385), - [anon_sym___fastcall] = ACTIONS(1385), - [anon_sym___thiscall] = ACTIONS(1385), - [anon_sym___vectorcall] = ACTIONS(1385), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_signed] = ACTIONS(1385), - [anon_sym_unsigned] = ACTIONS(1385), - [anon_sym_long] = ACTIONS(1385), - [anon_sym_short] = ACTIONS(1385), - [anon_sym_static] = ACTIONS(1385), - [anon_sym_auto] = ACTIONS(1385), - [anon_sym_register] = ACTIONS(1385), - [anon_sym_inline] = ACTIONS(1385), - [anon_sym___inline] = ACTIONS(1385), - [anon_sym___inline__] = ACTIONS(1385), - [anon_sym___forceinline] = ACTIONS(1385), - [anon_sym_thread_local] = ACTIONS(1385), - [anon_sym___thread] = ACTIONS(1385), - [anon_sym_const] = ACTIONS(1385), - [anon_sym_constexpr] = ACTIONS(1385), - [anon_sym_volatile] = ACTIONS(1385), - [anon_sym_restrict] = ACTIONS(1385), - [anon_sym___restrict__] = ACTIONS(1385), - [anon_sym__Atomic] = ACTIONS(1385), - [anon_sym__Noreturn] = ACTIONS(1385), - [anon_sym_noreturn] = ACTIONS(1385), - [anon_sym_alignas] = ACTIONS(1385), - [anon_sym__Alignas] = ACTIONS(1385), - [sym_primitive_type] = ACTIONS(1385), - [anon_sym_enum] = ACTIONS(1385), - [anon_sym_struct] = ACTIONS(1385), - [anon_sym_union] = ACTIONS(1385), - [anon_sym_if] = ACTIONS(1385), - [anon_sym_else] = ACTIONS(1385), - [anon_sym_switch] = ACTIONS(1385), - [anon_sym_case] = ACTIONS(1385), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_while] = ACTIONS(1385), - [anon_sym_do] = ACTIONS(1385), - [anon_sym_for] = ACTIONS(1385), - [anon_sym_return] = ACTIONS(1385), - [anon_sym_break] = ACTIONS(1385), - [anon_sym_continue] = ACTIONS(1385), - [anon_sym_goto] = ACTIONS(1385), - [anon_sym___try] = ACTIONS(1385), - [anon_sym___leave] = ACTIONS(1385), - [anon_sym_DASH_DASH] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_sizeof] = ACTIONS(1385), - [anon_sym___alignof__] = ACTIONS(1385), - [anon_sym___alignof] = ACTIONS(1385), - [anon_sym__alignof] = ACTIONS(1385), - [anon_sym_alignof] = ACTIONS(1385), - [anon_sym__Alignof] = ACTIONS(1385), - [anon_sym_offsetof] = ACTIONS(1385), - [anon_sym__Generic] = ACTIONS(1385), - [anon_sym_asm] = ACTIONS(1385), - [anon_sym___asm__] = ACTIONS(1385), - [sym_number_literal] = ACTIONS(1387), - [anon_sym_L_SQUOTE] = ACTIONS(1387), - [anon_sym_u_SQUOTE] = ACTIONS(1387), - [anon_sym_U_SQUOTE] = ACTIONS(1387), - [anon_sym_u8_SQUOTE] = ACTIONS(1387), - [anon_sym_SQUOTE] = ACTIONS(1387), - [anon_sym_L_DQUOTE] = ACTIONS(1387), - [anon_sym_u_DQUOTE] = ACTIONS(1387), - [anon_sym_U_DQUOTE] = ACTIONS(1387), - [anon_sym_u8_DQUOTE] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym_true] = ACTIONS(1385), - [sym_false] = ACTIONS(1385), - [anon_sym_NULL] = ACTIONS(1385), - [anon_sym_nullptr] = ACTIONS(1385), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1385), - [anon_sym_rayPayloadInEXT] = ACTIONS(1385), - [anon_sym_hitAttributeEXT] = ACTIONS(1385), - [anon_sym_callableDataEXT] = ACTIONS(1385), - [anon_sym_callableDataInEXT] = ACTIONS(1385), - [anon_sym_shaderRecordEXT] = ACTIONS(1385), - [anon_sym_rayPayloadNV] = ACTIONS(1385), - [anon_sym_rayPayloadInNV] = ACTIONS(1385), - [anon_sym_hitAttributeNV] = ACTIONS(1385), - [anon_sym_callableDataNV] = ACTIONS(1385), - [anon_sym_callableDataInNV] = ACTIONS(1385), - [anon_sym_shaderRecordNV] = ACTIONS(1385), - [anon_sym_layout] = ACTIONS(1385), - }, - [125] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token2] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [aux_sym_preproc_else_token1] = ACTIONS(1389), - [aux_sym_preproc_elif_token1] = ACTIONS(1389), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_subroutine] = ACTIONS(1389), - [anon_sym_invariant] = ACTIONS(1389), - [anon_sym_precise] = ACTIONS(1389), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_in] = ACTIONS(1389), - [anon_sym_out] = ACTIONS(1389), - [anon_sym_inout] = ACTIONS(1389), - [anon_sym_uniform] = ACTIONS(1389), - [anon_sym_shared] = ACTIONS(1389), - [anon_sym_attribute] = ACTIONS(1389), - [anon_sym_varying] = ACTIONS(1389), - [anon_sym_buffer] = ACTIONS(1389), - [anon_sym_coherent] = ACTIONS(1389), - [anon_sym_readonly] = ACTIONS(1389), - [anon_sym_writeonly] = ACTIONS(1389), - [anon_sym_precision] = ACTIONS(1389), - [anon_sym_highp] = ACTIONS(1389), - [anon_sym_mediump] = ACTIONS(1389), - [anon_sym_lowp] = ACTIONS(1389), - [anon_sym_centroid] = ACTIONS(1389), - [anon_sym_sample] = ACTIONS(1389), - [anon_sym_patch] = ACTIONS(1389), - [anon_sym_smooth] = ACTIONS(1389), - [anon_sym_flat] = ACTIONS(1389), - [anon_sym_noperspective] = ACTIONS(1389), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [anon_sym_alignas] = ACTIONS(1389), - [anon_sym__Alignas] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_else] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym___try] = ACTIONS(1389), - [anon_sym___leave] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1389), - [anon_sym_rayPayloadInEXT] = ACTIONS(1389), - [anon_sym_hitAttributeEXT] = ACTIONS(1389), - [anon_sym_callableDataEXT] = ACTIONS(1389), - [anon_sym_callableDataInEXT] = ACTIONS(1389), - [anon_sym_shaderRecordEXT] = ACTIONS(1389), - [anon_sym_rayPayloadNV] = ACTIONS(1389), - [anon_sym_rayPayloadInNV] = ACTIONS(1389), - [anon_sym_hitAttributeNV] = ACTIONS(1389), - [anon_sym_callableDataNV] = ACTIONS(1389), - [anon_sym_callableDataInNV] = ACTIONS(1389), - [anon_sym_shaderRecordNV] = ACTIONS(1389), - [anon_sym_layout] = ACTIONS(1389), - }, - [126] = { - [sym_identifier] = ACTIONS(1393), - [aux_sym_preproc_include_token1] = ACTIONS(1393), - [aux_sym_preproc_def_token1] = ACTIONS(1393), - [aux_sym_preproc_if_token1] = ACTIONS(1393), - [aux_sym_preproc_if_token2] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1393), - [aux_sym_preproc_else_token1] = ACTIONS(1393), - [aux_sym_preproc_elif_token1] = ACTIONS(1393), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1393), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1393), - [sym_preproc_directive] = ACTIONS(1393), - [anon_sym_LPAREN2] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_subroutine] = ACTIONS(1393), - [anon_sym_invariant] = ACTIONS(1393), - [anon_sym_precise] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_in] = ACTIONS(1393), - [anon_sym_out] = ACTIONS(1393), - [anon_sym_inout] = ACTIONS(1393), - [anon_sym_uniform] = ACTIONS(1393), - [anon_sym_shared] = ACTIONS(1393), - [anon_sym_attribute] = ACTIONS(1393), - [anon_sym_varying] = ACTIONS(1393), - [anon_sym_buffer] = ACTIONS(1393), - [anon_sym_coherent] = ACTIONS(1393), - [anon_sym_readonly] = ACTIONS(1393), - [anon_sym_writeonly] = ACTIONS(1393), - [anon_sym_precision] = ACTIONS(1393), - [anon_sym_highp] = ACTIONS(1393), - [anon_sym_mediump] = ACTIONS(1393), - [anon_sym_lowp] = ACTIONS(1393), - [anon_sym_centroid] = ACTIONS(1393), - [anon_sym_sample] = ACTIONS(1393), - [anon_sym_patch] = ACTIONS(1393), - [anon_sym_smooth] = ACTIONS(1393), - [anon_sym_flat] = ACTIONS(1393), - [anon_sym_noperspective] = ACTIONS(1393), - [anon_sym___extension__] = ACTIONS(1393), - [anon_sym_typedef] = ACTIONS(1393), - [anon_sym_extern] = ACTIONS(1393), - [anon_sym___attribute__] = ACTIONS(1393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1395), - [anon_sym___declspec] = ACTIONS(1393), - [anon_sym___cdecl] = ACTIONS(1393), - [anon_sym___clrcall] = ACTIONS(1393), - [anon_sym___stdcall] = ACTIONS(1393), - [anon_sym___fastcall] = ACTIONS(1393), - [anon_sym___thiscall] = ACTIONS(1393), - [anon_sym___vectorcall] = ACTIONS(1393), - [anon_sym_LBRACE] = ACTIONS(1395), - [anon_sym_signed] = ACTIONS(1393), - [anon_sym_unsigned] = ACTIONS(1393), - [anon_sym_long] = ACTIONS(1393), - [anon_sym_short] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_auto] = ACTIONS(1393), - [anon_sym_register] = ACTIONS(1393), - [anon_sym_inline] = ACTIONS(1393), - [anon_sym___inline] = ACTIONS(1393), - [anon_sym___inline__] = ACTIONS(1393), - [anon_sym___forceinline] = ACTIONS(1393), - [anon_sym_thread_local] = ACTIONS(1393), - [anon_sym___thread] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_constexpr] = ACTIONS(1393), - [anon_sym_volatile] = ACTIONS(1393), - [anon_sym_restrict] = ACTIONS(1393), - [anon_sym___restrict__] = ACTIONS(1393), - [anon_sym__Atomic] = ACTIONS(1393), - [anon_sym__Noreturn] = ACTIONS(1393), - [anon_sym_noreturn] = ACTIONS(1393), - [anon_sym_alignas] = ACTIONS(1393), - [anon_sym__Alignas] = ACTIONS(1393), - [sym_primitive_type] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [anon_sym_struct] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_do] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_goto] = ACTIONS(1393), - [anon_sym___try] = ACTIONS(1393), - [anon_sym___leave] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1395), - [anon_sym_sizeof] = ACTIONS(1393), - [anon_sym___alignof__] = ACTIONS(1393), - [anon_sym___alignof] = ACTIONS(1393), - [anon_sym__alignof] = ACTIONS(1393), - [anon_sym_alignof] = ACTIONS(1393), - [anon_sym__Alignof] = ACTIONS(1393), - [anon_sym_offsetof] = ACTIONS(1393), - [anon_sym__Generic] = ACTIONS(1393), - [anon_sym_asm] = ACTIONS(1393), - [anon_sym___asm__] = ACTIONS(1393), - [sym_number_literal] = ACTIONS(1395), - [anon_sym_L_SQUOTE] = ACTIONS(1395), - [anon_sym_u_SQUOTE] = ACTIONS(1395), - [anon_sym_U_SQUOTE] = ACTIONS(1395), - [anon_sym_u8_SQUOTE] = ACTIONS(1395), - [anon_sym_SQUOTE] = ACTIONS(1395), - [anon_sym_L_DQUOTE] = ACTIONS(1395), - [anon_sym_u_DQUOTE] = ACTIONS(1395), - [anon_sym_U_DQUOTE] = ACTIONS(1395), - [anon_sym_u8_DQUOTE] = ACTIONS(1395), - [anon_sym_DQUOTE] = ACTIONS(1395), - [sym_true] = ACTIONS(1393), - [sym_false] = ACTIONS(1393), - [anon_sym_NULL] = ACTIONS(1393), - [anon_sym_nullptr] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1393), - [anon_sym_rayPayloadInEXT] = ACTIONS(1393), - [anon_sym_hitAttributeEXT] = ACTIONS(1393), - [anon_sym_callableDataEXT] = ACTIONS(1393), - [anon_sym_callableDataInEXT] = ACTIONS(1393), - [anon_sym_shaderRecordEXT] = ACTIONS(1393), - [anon_sym_rayPayloadNV] = ACTIONS(1393), - [anon_sym_rayPayloadInNV] = ACTIONS(1393), - [anon_sym_hitAttributeNV] = ACTIONS(1393), - [anon_sym_callableDataNV] = ACTIONS(1393), - [anon_sym_callableDataInNV] = ACTIONS(1393), - [anon_sym_shaderRecordNV] = ACTIONS(1393), - [anon_sym_layout] = ACTIONS(1393), - }, - [127] = { - [sym_identifier] = ACTIONS(1397), - [aux_sym_preproc_include_token1] = ACTIONS(1397), - [aux_sym_preproc_def_token1] = ACTIONS(1397), - [aux_sym_preproc_if_token1] = ACTIONS(1397), - [aux_sym_preproc_if_token2] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1397), - [aux_sym_preproc_else_token1] = ACTIONS(1397), - [aux_sym_preproc_elif_token1] = ACTIONS(1397), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1397), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1397), - [sym_preproc_directive] = ACTIONS(1397), - [anon_sym_LPAREN2] = ACTIONS(1399), - [anon_sym_BANG] = ACTIONS(1399), - [anon_sym_TILDE] = ACTIONS(1399), - [anon_sym_DASH] = ACTIONS(1397), - [anon_sym_PLUS] = ACTIONS(1397), - [anon_sym_STAR] = ACTIONS(1399), - [anon_sym_AMP] = ACTIONS(1399), - [anon_sym_subroutine] = ACTIONS(1397), - [anon_sym_invariant] = ACTIONS(1397), - [anon_sym_precise] = ACTIONS(1397), - [anon_sym_SEMI] = ACTIONS(1399), - [anon_sym_in] = ACTIONS(1397), - [anon_sym_out] = ACTIONS(1397), - [anon_sym_inout] = ACTIONS(1397), - [anon_sym_uniform] = ACTIONS(1397), - [anon_sym_shared] = ACTIONS(1397), - [anon_sym_attribute] = ACTIONS(1397), - [anon_sym_varying] = ACTIONS(1397), - [anon_sym_buffer] = ACTIONS(1397), - [anon_sym_coherent] = ACTIONS(1397), - [anon_sym_readonly] = ACTIONS(1397), - [anon_sym_writeonly] = ACTIONS(1397), - [anon_sym_precision] = ACTIONS(1397), - [anon_sym_highp] = ACTIONS(1397), - [anon_sym_mediump] = ACTIONS(1397), - [anon_sym_lowp] = ACTIONS(1397), - [anon_sym_centroid] = ACTIONS(1397), - [anon_sym_sample] = ACTIONS(1397), - [anon_sym_patch] = ACTIONS(1397), - [anon_sym_smooth] = ACTIONS(1397), - [anon_sym_flat] = ACTIONS(1397), - [anon_sym_noperspective] = ACTIONS(1397), - [anon_sym___extension__] = ACTIONS(1397), - [anon_sym_typedef] = ACTIONS(1397), - [anon_sym_extern] = ACTIONS(1397), - [anon_sym___attribute__] = ACTIONS(1397), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1399), - [anon_sym___declspec] = ACTIONS(1397), - [anon_sym___cdecl] = ACTIONS(1397), - [anon_sym___clrcall] = ACTIONS(1397), - [anon_sym___stdcall] = ACTIONS(1397), - [anon_sym___fastcall] = ACTIONS(1397), - [anon_sym___thiscall] = ACTIONS(1397), - [anon_sym___vectorcall] = ACTIONS(1397), - [anon_sym_LBRACE] = ACTIONS(1399), - [anon_sym_signed] = ACTIONS(1397), - [anon_sym_unsigned] = ACTIONS(1397), - [anon_sym_long] = ACTIONS(1397), - [anon_sym_short] = ACTIONS(1397), - [anon_sym_static] = ACTIONS(1397), - [anon_sym_auto] = ACTIONS(1397), - [anon_sym_register] = ACTIONS(1397), - [anon_sym_inline] = ACTIONS(1397), - [anon_sym___inline] = ACTIONS(1397), - [anon_sym___inline__] = ACTIONS(1397), - [anon_sym___forceinline] = ACTIONS(1397), - [anon_sym_thread_local] = ACTIONS(1397), - [anon_sym___thread] = ACTIONS(1397), - [anon_sym_const] = ACTIONS(1397), - [anon_sym_constexpr] = ACTIONS(1397), - [anon_sym_volatile] = ACTIONS(1397), - [anon_sym_restrict] = ACTIONS(1397), - [anon_sym___restrict__] = ACTIONS(1397), - [anon_sym__Atomic] = ACTIONS(1397), - [anon_sym__Noreturn] = ACTIONS(1397), - [anon_sym_noreturn] = ACTIONS(1397), - [anon_sym_alignas] = ACTIONS(1397), - [anon_sym__Alignas] = ACTIONS(1397), - [sym_primitive_type] = ACTIONS(1397), - [anon_sym_enum] = ACTIONS(1397), - [anon_sym_struct] = ACTIONS(1397), - [anon_sym_union] = ACTIONS(1397), - [anon_sym_if] = ACTIONS(1397), - [anon_sym_switch] = ACTIONS(1397), - [anon_sym_case] = ACTIONS(1397), - [anon_sym_default] = ACTIONS(1397), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1397), - [anon_sym_for] = ACTIONS(1397), - [anon_sym_return] = ACTIONS(1397), - [anon_sym_break] = ACTIONS(1397), - [anon_sym_continue] = ACTIONS(1397), - [anon_sym_goto] = ACTIONS(1397), - [anon_sym___try] = ACTIONS(1397), - [anon_sym___leave] = ACTIONS(1397), - [anon_sym_DASH_DASH] = ACTIONS(1399), - [anon_sym_PLUS_PLUS] = ACTIONS(1399), - [anon_sym_sizeof] = ACTIONS(1397), - [anon_sym___alignof__] = ACTIONS(1397), - [anon_sym___alignof] = ACTIONS(1397), - [anon_sym__alignof] = ACTIONS(1397), - [anon_sym_alignof] = ACTIONS(1397), - [anon_sym__Alignof] = ACTIONS(1397), - [anon_sym_offsetof] = ACTIONS(1397), - [anon_sym__Generic] = ACTIONS(1397), - [anon_sym_asm] = ACTIONS(1397), - [anon_sym___asm__] = ACTIONS(1397), - [sym_number_literal] = ACTIONS(1399), - [anon_sym_L_SQUOTE] = ACTIONS(1399), - [anon_sym_u_SQUOTE] = ACTIONS(1399), - [anon_sym_U_SQUOTE] = ACTIONS(1399), - [anon_sym_u8_SQUOTE] = ACTIONS(1399), - [anon_sym_SQUOTE] = ACTIONS(1399), - [anon_sym_L_DQUOTE] = ACTIONS(1399), - [anon_sym_u_DQUOTE] = ACTIONS(1399), - [anon_sym_U_DQUOTE] = ACTIONS(1399), - [anon_sym_u8_DQUOTE] = ACTIONS(1399), - [anon_sym_DQUOTE] = ACTIONS(1399), - [sym_true] = ACTIONS(1397), - [sym_false] = ACTIONS(1397), - [anon_sym_NULL] = ACTIONS(1397), - [anon_sym_nullptr] = ACTIONS(1397), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1397), - [anon_sym_rayPayloadInEXT] = ACTIONS(1397), - [anon_sym_hitAttributeEXT] = ACTIONS(1397), - [anon_sym_callableDataEXT] = ACTIONS(1397), - [anon_sym_callableDataInEXT] = ACTIONS(1397), - [anon_sym_shaderRecordEXT] = ACTIONS(1397), - [anon_sym_rayPayloadNV] = ACTIONS(1397), - [anon_sym_rayPayloadInNV] = ACTIONS(1397), - [anon_sym_hitAttributeNV] = ACTIONS(1397), - [anon_sym_callableDataNV] = ACTIONS(1397), - [anon_sym_callableDataInNV] = ACTIONS(1397), - [anon_sym_shaderRecordNV] = ACTIONS(1397), - [anon_sym_layout] = ACTIONS(1397), - }, - [128] = { - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_include_token1] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token2] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [aux_sym_preproc_else_token1] = ACTIONS(1401), - [aux_sym_preproc_elif_token1] = ACTIONS(1401), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_LPAREN2] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_TILDE] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1401), - [anon_sym_STAR] = ACTIONS(1403), - [anon_sym_AMP] = ACTIONS(1403), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_typedef] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym___cdecl] = ACTIONS(1401), - [anon_sym___clrcall] = ACTIONS(1401), - [anon_sym___stdcall] = ACTIONS(1401), - [anon_sym___fastcall] = ACTIONS(1401), - [anon_sym___thiscall] = ACTIONS(1401), - [anon_sym___vectorcall] = ACTIONS(1401), - [anon_sym_LBRACE] = ACTIONS(1403), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [anon_sym_if] = ACTIONS(1401), - [anon_sym_switch] = ACTIONS(1401), - [anon_sym_case] = ACTIONS(1401), - [anon_sym_default] = ACTIONS(1401), - [anon_sym_while] = ACTIONS(1401), - [anon_sym_do] = ACTIONS(1401), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1401), - [anon_sym_break] = ACTIONS(1401), - [anon_sym_continue] = ACTIONS(1401), - [anon_sym_goto] = ACTIONS(1401), - [anon_sym___try] = ACTIONS(1401), - [anon_sym___leave] = ACTIONS(1401), - [anon_sym_DASH_DASH] = ACTIONS(1403), - [anon_sym_PLUS_PLUS] = ACTIONS(1403), - [anon_sym_sizeof] = ACTIONS(1401), - [anon_sym___alignof__] = ACTIONS(1401), - [anon_sym___alignof] = ACTIONS(1401), - [anon_sym__alignof] = ACTIONS(1401), - [anon_sym_alignof] = ACTIONS(1401), - [anon_sym__Alignof] = ACTIONS(1401), - [anon_sym_offsetof] = ACTIONS(1401), - [anon_sym__Generic] = ACTIONS(1401), - [anon_sym_asm] = ACTIONS(1401), - [anon_sym___asm__] = ACTIONS(1401), - [sym_number_literal] = ACTIONS(1403), - [anon_sym_L_SQUOTE] = ACTIONS(1403), - [anon_sym_u_SQUOTE] = ACTIONS(1403), - [anon_sym_U_SQUOTE] = ACTIONS(1403), - [anon_sym_u8_SQUOTE] = ACTIONS(1403), - [anon_sym_SQUOTE] = ACTIONS(1403), - [anon_sym_L_DQUOTE] = ACTIONS(1403), - [anon_sym_u_DQUOTE] = ACTIONS(1403), - [anon_sym_U_DQUOTE] = ACTIONS(1403), - [anon_sym_u8_DQUOTE] = ACTIONS(1403), - [anon_sym_DQUOTE] = ACTIONS(1403), - [sym_true] = ACTIONS(1401), - [sym_false] = ACTIONS(1401), - [anon_sym_NULL] = ACTIONS(1401), - [anon_sym_nullptr] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), - }, - [129] = { - [sym_identifier] = ACTIONS(1405), - [aux_sym_preproc_include_token1] = ACTIONS(1405), - [aux_sym_preproc_def_token1] = ACTIONS(1405), - [aux_sym_preproc_if_token1] = ACTIONS(1405), - [aux_sym_preproc_if_token2] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1405), - [aux_sym_preproc_else_token1] = ACTIONS(1405), - [aux_sym_preproc_elif_token1] = ACTIONS(1405), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1405), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1405), - [sym_preproc_directive] = ACTIONS(1405), - [anon_sym_LPAREN2] = ACTIONS(1407), - [anon_sym_BANG] = ACTIONS(1407), - [anon_sym_TILDE] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1405), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), - [anon_sym_subroutine] = ACTIONS(1405), - [anon_sym_invariant] = ACTIONS(1405), - [anon_sym_precise] = ACTIONS(1405), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1405), - [anon_sym_out] = ACTIONS(1405), - [anon_sym_inout] = ACTIONS(1405), - [anon_sym_uniform] = ACTIONS(1405), - [anon_sym_shared] = ACTIONS(1405), - [anon_sym_attribute] = ACTIONS(1405), - [anon_sym_varying] = ACTIONS(1405), - [anon_sym_buffer] = ACTIONS(1405), - [anon_sym_coherent] = ACTIONS(1405), - [anon_sym_readonly] = ACTIONS(1405), - [anon_sym_writeonly] = ACTIONS(1405), - [anon_sym_precision] = ACTIONS(1405), - [anon_sym_highp] = ACTIONS(1405), - [anon_sym_mediump] = ACTIONS(1405), - [anon_sym_lowp] = ACTIONS(1405), - [anon_sym_centroid] = ACTIONS(1405), - [anon_sym_sample] = ACTIONS(1405), - [anon_sym_patch] = ACTIONS(1405), - [anon_sym_smooth] = ACTIONS(1405), - [anon_sym_flat] = ACTIONS(1405), - [anon_sym_noperspective] = ACTIONS(1405), - [anon_sym___extension__] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1405), - [anon_sym_extern] = ACTIONS(1405), - [anon_sym___attribute__] = ACTIONS(1405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1407), - [anon_sym___declspec] = ACTIONS(1405), - [anon_sym___cdecl] = ACTIONS(1405), - [anon_sym___clrcall] = ACTIONS(1405), - [anon_sym___stdcall] = ACTIONS(1405), - [anon_sym___fastcall] = ACTIONS(1405), - [anon_sym___thiscall] = ACTIONS(1405), - [anon_sym___vectorcall] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_signed] = ACTIONS(1405), - [anon_sym_unsigned] = ACTIONS(1405), - [anon_sym_long] = ACTIONS(1405), - [anon_sym_short] = ACTIONS(1405), - [anon_sym_static] = ACTIONS(1405), - [anon_sym_auto] = ACTIONS(1405), - [anon_sym_register] = ACTIONS(1405), - [anon_sym_inline] = ACTIONS(1405), - [anon_sym___inline] = ACTIONS(1405), - [anon_sym___inline__] = ACTIONS(1405), - [anon_sym___forceinline] = ACTIONS(1405), - [anon_sym_thread_local] = ACTIONS(1405), - [anon_sym___thread] = ACTIONS(1405), - [anon_sym_const] = ACTIONS(1405), - [anon_sym_constexpr] = ACTIONS(1405), - [anon_sym_volatile] = ACTIONS(1405), - [anon_sym_restrict] = ACTIONS(1405), - [anon_sym___restrict__] = ACTIONS(1405), - [anon_sym__Atomic] = ACTIONS(1405), - [anon_sym__Noreturn] = ACTIONS(1405), - [anon_sym_noreturn] = ACTIONS(1405), - [anon_sym_alignas] = ACTIONS(1405), - [anon_sym__Alignas] = ACTIONS(1405), - [sym_primitive_type] = ACTIONS(1405), - [anon_sym_enum] = ACTIONS(1405), - [anon_sym_struct] = ACTIONS(1405), - [anon_sym_union] = ACTIONS(1405), - [anon_sym_if] = ACTIONS(1405), - [anon_sym_switch] = ACTIONS(1405), - [anon_sym_case] = ACTIONS(1405), - [anon_sym_default] = ACTIONS(1405), - [anon_sym_while] = ACTIONS(1405), - [anon_sym_do] = ACTIONS(1405), - [anon_sym_for] = ACTIONS(1405), - [anon_sym_return] = ACTIONS(1405), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1405), - [anon_sym_goto] = ACTIONS(1405), - [anon_sym___try] = ACTIONS(1405), - [anon_sym___leave] = ACTIONS(1405), - [anon_sym_DASH_DASH] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_sizeof] = ACTIONS(1405), - [anon_sym___alignof__] = ACTIONS(1405), - [anon_sym___alignof] = ACTIONS(1405), - [anon_sym__alignof] = ACTIONS(1405), - [anon_sym_alignof] = ACTIONS(1405), - [anon_sym__Alignof] = ACTIONS(1405), - [anon_sym_offsetof] = ACTIONS(1405), - [anon_sym__Generic] = ACTIONS(1405), - [anon_sym_asm] = ACTIONS(1405), - [anon_sym___asm__] = ACTIONS(1405), - [sym_number_literal] = ACTIONS(1407), - [anon_sym_L_SQUOTE] = ACTIONS(1407), - [anon_sym_u_SQUOTE] = ACTIONS(1407), - [anon_sym_U_SQUOTE] = ACTIONS(1407), - [anon_sym_u8_SQUOTE] = ACTIONS(1407), - [anon_sym_SQUOTE] = ACTIONS(1407), - [anon_sym_L_DQUOTE] = ACTIONS(1407), - [anon_sym_u_DQUOTE] = ACTIONS(1407), - [anon_sym_U_DQUOTE] = ACTIONS(1407), - [anon_sym_u8_DQUOTE] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym_true] = ACTIONS(1405), - [sym_false] = ACTIONS(1405), - [anon_sym_NULL] = ACTIONS(1405), - [anon_sym_nullptr] = ACTIONS(1405), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1405), - [anon_sym_rayPayloadInEXT] = ACTIONS(1405), - [anon_sym_hitAttributeEXT] = ACTIONS(1405), - [anon_sym_callableDataEXT] = ACTIONS(1405), - [anon_sym_callableDataInEXT] = ACTIONS(1405), - [anon_sym_shaderRecordEXT] = ACTIONS(1405), - [anon_sym_rayPayloadNV] = ACTIONS(1405), - [anon_sym_rayPayloadInNV] = ACTIONS(1405), - [anon_sym_hitAttributeNV] = ACTIONS(1405), - [anon_sym_callableDataNV] = ACTIONS(1405), - [anon_sym_callableDataInNV] = ACTIONS(1405), - [anon_sym_shaderRecordNV] = ACTIONS(1405), - [anon_sym_layout] = ACTIONS(1405), - }, - [130] = { - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_include_token1] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token2] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [aux_sym_preproc_else_token1] = ACTIONS(1409), - [aux_sym_preproc_elif_token1] = ACTIONS(1409), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_LPAREN2] = ACTIONS(1411), - [anon_sym_BANG] = ACTIONS(1411), - [anon_sym_TILDE] = ACTIONS(1411), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_PLUS] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1411), - [anon_sym_AMP] = ACTIONS(1411), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_SEMI] = ACTIONS(1411), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_typedef] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym___cdecl] = ACTIONS(1409), - [anon_sym___clrcall] = ACTIONS(1409), - [anon_sym___stdcall] = ACTIONS(1409), - [anon_sym___fastcall] = ACTIONS(1409), - [anon_sym___thiscall] = ACTIONS(1409), - [anon_sym___vectorcall] = ACTIONS(1409), - [anon_sym_LBRACE] = ACTIONS(1411), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [anon_sym_if] = ACTIONS(1409), - [anon_sym_switch] = ACTIONS(1409), - [anon_sym_case] = ACTIONS(1409), - [anon_sym_default] = ACTIONS(1409), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(1409), - [anon_sym_for] = ACTIONS(1409), - [anon_sym_return] = ACTIONS(1409), - [anon_sym_break] = ACTIONS(1409), - [anon_sym_continue] = ACTIONS(1409), - [anon_sym_goto] = ACTIONS(1409), - [anon_sym___try] = ACTIONS(1409), - [anon_sym___leave] = ACTIONS(1409), - [anon_sym_DASH_DASH] = ACTIONS(1411), - [anon_sym_PLUS_PLUS] = ACTIONS(1411), - [anon_sym_sizeof] = ACTIONS(1409), - [anon_sym___alignof__] = ACTIONS(1409), - [anon_sym___alignof] = ACTIONS(1409), - [anon_sym__alignof] = ACTIONS(1409), - [anon_sym_alignof] = ACTIONS(1409), - [anon_sym__Alignof] = ACTIONS(1409), - [anon_sym_offsetof] = ACTIONS(1409), - [anon_sym__Generic] = ACTIONS(1409), - [anon_sym_asm] = ACTIONS(1409), - [anon_sym___asm__] = ACTIONS(1409), - [sym_number_literal] = ACTIONS(1411), - [anon_sym_L_SQUOTE] = ACTIONS(1411), - [anon_sym_u_SQUOTE] = ACTIONS(1411), - [anon_sym_U_SQUOTE] = ACTIONS(1411), - [anon_sym_u8_SQUOTE] = ACTIONS(1411), - [anon_sym_SQUOTE] = ACTIONS(1411), - [anon_sym_L_DQUOTE] = ACTIONS(1411), - [anon_sym_u_DQUOTE] = ACTIONS(1411), - [anon_sym_U_DQUOTE] = ACTIONS(1411), - [anon_sym_u8_DQUOTE] = ACTIONS(1411), - [anon_sym_DQUOTE] = ACTIONS(1411), - [sym_true] = ACTIONS(1409), - [sym_false] = ACTIONS(1409), - [anon_sym_NULL] = ACTIONS(1409), - [anon_sym_nullptr] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), - }, - [131] = { - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token2] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [aux_sym_preproc_else_token1] = ACTIONS(1413), - [aux_sym_preproc_elif_token1] = ACTIONS(1413), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym___try] = ACTIONS(1413), - [anon_sym___leave] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), - }, - [132] = { - [sym_identifier] = ACTIONS(1417), - [aux_sym_preproc_include_token1] = ACTIONS(1417), - [aux_sym_preproc_def_token1] = ACTIONS(1417), - [aux_sym_preproc_if_token1] = ACTIONS(1417), - [aux_sym_preproc_if_token2] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1417), - [aux_sym_preproc_else_token1] = ACTIONS(1417), - [aux_sym_preproc_elif_token1] = ACTIONS(1417), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1417), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1417), - [sym_preproc_directive] = ACTIONS(1417), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1417), - [anon_sym_PLUS] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1419), - [anon_sym_subroutine] = ACTIONS(1417), - [anon_sym_invariant] = ACTIONS(1417), - [anon_sym_precise] = ACTIONS(1417), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1417), - [anon_sym_out] = ACTIONS(1417), - [anon_sym_inout] = ACTIONS(1417), - [anon_sym_uniform] = ACTIONS(1417), - [anon_sym_shared] = ACTIONS(1417), - [anon_sym_attribute] = ACTIONS(1417), - [anon_sym_varying] = ACTIONS(1417), - [anon_sym_buffer] = ACTIONS(1417), - [anon_sym_coherent] = ACTIONS(1417), - [anon_sym_readonly] = ACTIONS(1417), - [anon_sym_writeonly] = ACTIONS(1417), - [anon_sym_precision] = ACTIONS(1417), - [anon_sym_highp] = ACTIONS(1417), - [anon_sym_mediump] = ACTIONS(1417), - [anon_sym_lowp] = ACTIONS(1417), - [anon_sym_centroid] = ACTIONS(1417), - [anon_sym_sample] = ACTIONS(1417), - [anon_sym_patch] = ACTIONS(1417), - [anon_sym_smooth] = ACTIONS(1417), - [anon_sym_flat] = ACTIONS(1417), - [anon_sym_noperspective] = ACTIONS(1417), - [anon_sym___extension__] = ACTIONS(1417), - [anon_sym_typedef] = ACTIONS(1417), - [anon_sym_extern] = ACTIONS(1417), - [anon_sym___attribute__] = ACTIONS(1417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1419), - [anon_sym___declspec] = ACTIONS(1417), - [anon_sym___cdecl] = ACTIONS(1417), - [anon_sym___clrcall] = ACTIONS(1417), - [anon_sym___stdcall] = ACTIONS(1417), - [anon_sym___fastcall] = ACTIONS(1417), - [anon_sym___thiscall] = ACTIONS(1417), - [anon_sym___vectorcall] = ACTIONS(1417), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_signed] = ACTIONS(1417), - [anon_sym_unsigned] = ACTIONS(1417), - [anon_sym_long] = ACTIONS(1417), - [anon_sym_short] = ACTIONS(1417), - [anon_sym_static] = ACTIONS(1417), - [anon_sym_auto] = ACTIONS(1417), - [anon_sym_register] = ACTIONS(1417), - [anon_sym_inline] = ACTIONS(1417), - [anon_sym___inline] = ACTIONS(1417), - [anon_sym___inline__] = ACTIONS(1417), - [anon_sym___forceinline] = ACTIONS(1417), - [anon_sym_thread_local] = ACTIONS(1417), - [anon_sym___thread] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_constexpr] = ACTIONS(1417), - [anon_sym_volatile] = ACTIONS(1417), - [anon_sym_restrict] = ACTIONS(1417), - [anon_sym___restrict__] = ACTIONS(1417), - [anon_sym__Atomic] = ACTIONS(1417), - [anon_sym__Noreturn] = ACTIONS(1417), - [anon_sym_noreturn] = ACTIONS(1417), - [anon_sym_alignas] = ACTIONS(1417), - [anon_sym__Alignas] = ACTIONS(1417), - [sym_primitive_type] = ACTIONS(1417), - [anon_sym_enum] = ACTIONS(1417), - [anon_sym_struct] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [anon_sym_if] = ACTIONS(1417), - [anon_sym_switch] = ACTIONS(1417), - [anon_sym_case] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1417), - [anon_sym_do] = ACTIONS(1417), - [anon_sym_for] = ACTIONS(1417), - [anon_sym_return] = ACTIONS(1417), - [anon_sym_break] = ACTIONS(1417), - [anon_sym_continue] = ACTIONS(1417), - [anon_sym_goto] = ACTIONS(1417), - [anon_sym___try] = ACTIONS(1417), - [anon_sym___leave] = ACTIONS(1417), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_sizeof] = ACTIONS(1417), - [anon_sym___alignof__] = ACTIONS(1417), - [anon_sym___alignof] = ACTIONS(1417), - [anon_sym__alignof] = ACTIONS(1417), - [anon_sym_alignof] = ACTIONS(1417), - [anon_sym__Alignof] = ACTIONS(1417), - [anon_sym_offsetof] = ACTIONS(1417), - [anon_sym__Generic] = ACTIONS(1417), - [anon_sym_asm] = ACTIONS(1417), - [anon_sym___asm__] = ACTIONS(1417), - [sym_number_literal] = ACTIONS(1419), - [anon_sym_L_SQUOTE] = ACTIONS(1419), - [anon_sym_u_SQUOTE] = ACTIONS(1419), - [anon_sym_U_SQUOTE] = ACTIONS(1419), - [anon_sym_u8_SQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [anon_sym_L_DQUOTE] = ACTIONS(1419), - [anon_sym_u_DQUOTE] = ACTIONS(1419), - [anon_sym_U_DQUOTE] = ACTIONS(1419), - [anon_sym_u8_DQUOTE] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym_true] = ACTIONS(1417), - [sym_false] = ACTIONS(1417), - [anon_sym_NULL] = ACTIONS(1417), - [anon_sym_nullptr] = ACTIONS(1417), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1417), - [anon_sym_rayPayloadInEXT] = ACTIONS(1417), - [anon_sym_hitAttributeEXT] = ACTIONS(1417), - [anon_sym_callableDataEXT] = ACTIONS(1417), - [anon_sym_callableDataInEXT] = ACTIONS(1417), - [anon_sym_shaderRecordEXT] = ACTIONS(1417), - [anon_sym_rayPayloadNV] = ACTIONS(1417), - [anon_sym_rayPayloadInNV] = ACTIONS(1417), - [anon_sym_hitAttributeNV] = ACTIONS(1417), - [anon_sym_callableDataNV] = ACTIONS(1417), - [anon_sym_callableDataInNV] = ACTIONS(1417), - [anon_sym_shaderRecordNV] = ACTIONS(1417), - [anon_sym_layout] = ACTIONS(1417), - }, - [133] = { - [sym_identifier] = ACTIONS(1421), - [aux_sym_preproc_include_token1] = ACTIONS(1421), - [aux_sym_preproc_def_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token2] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1421), - [aux_sym_preproc_else_token1] = ACTIONS(1421), - [aux_sym_preproc_elif_token1] = ACTIONS(1421), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1421), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1421), - [sym_preproc_directive] = ACTIONS(1421), - [anon_sym_LPAREN2] = ACTIONS(1423), - [anon_sym_BANG] = ACTIONS(1423), - [anon_sym_TILDE] = ACTIONS(1423), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), - [anon_sym_subroutine] = ACTIONS(1421), - [anon_sym_invariant] = ACTIONS(1421), - [anon_sym_precise] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1423), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_out] = ACTIONS(1421), - [anon_sym_inout] = ACTIONS(1421), - [anon_sym_uniform] = ACTIONS(1421), - [anon_sym_shared] = ACTIONS(1421), - [anon_sym_attribute] = ACTIONS(1421), - [anon_sym_varying] = ACTIONS(1421), - [anon_sym_buffer] = ACTIONS(1421), - [anon_sym_coherent] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_writeonly] = ACTIONS(1421), - [anon_sym_precision] = ACTIONS(1421), - [anon_sym_highp] = ACTIONS(1421), - [anon_sym_mediump] = ACTIONS(1421), - [anon_sym_lowp] = ACTIONS(1421), - [anon_sym_centroid] = ACTIONS(1421), - [anon_sym_sample] = ACTIONS(1421), - [anon_sym_patch] = ACTIONS(1421), - [anon_sym_smooth] = ACTIONS(1421), - [anon_sym_flat] = ACTIONS(1421), - [anon_sym_noperspective] = ACTIONS(1421), - [anon_sym___extension__] = ACTIONS(1421), - [anon_sym_typedef] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym___attribute__] = ACTIONS(1421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1423), - [anon_sym___declspec] = ACTIONS(1421), - [anon_sym___cdecl] = ACTIONS(1421), - [anon_sym___clrcall] = ACTIONS(1421), - [anon_sym___stdcall] = ACTIONS(1421), - [anon_sym___fastcall] = ACTIONS(1421), - [anon_sym___thiscall] = ACTIONS(1421), - [anon_sym___vectorcall] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1423), - [anon_sym_signed] = ACTIONS(1421), - [anon_sym_unsigned] = ACTIONS(1421), - [anon_sym_long] = ACTIONS(1421), - [anon_sym_short] = ACTIONS(1421), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_auto] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_inline] = ACTIONS(1421), - [anon_sym___inline] = ACTIONS(1421), - [anon_sym___inline__] = ACTIONS(1421), - [anon_sym___forceinline] = ACTIONS(1421), - [anon_sym_thread_local] = ACTIONS(1421), - [anon_sym___thread] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_constexpr] = ACTIONS(1421), - [anon_sym_volatile] = ACTIONS(1421), - [anon_sym_restrict] = ACTIONS(1421), - [anon_sym___restrict__] = ACTIONS(1421), - [anon_sym__Atomic] = ACTIONS(1421), - [anon_sym__Noreturn] = ACTIONS(1421), - [anon_sym_noreturn] = ACTIONS(1421), - [anon_sym_alignas] = ACTIONS(1421), - [anon_sym__Alignas] = ACTIONS(1421), - [sym_primitive_type] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_struct] = ACTIONS(1421), - [anon_sym_union] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_goto] = ACTIONS(1421), - [anon_sym___try] = ACTIONS(1421), - [anon_sym___leave] = ACTIONS(1421), - [anon_sym_DASH_DASH] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_sizeof] = ACTIONS(1421), - [anon_sym___alignof__] = ACTIONS(1421), - [anon_sym___alignof] = ACTIONS(1421), - [anon_sym__alignof] = ACTIONS(1421), - [anon_sym_alignof] = ACTIONS(1421), - [anon_sym__Alignof] = ACTIONS(1421), - [anon_sym_offsetof] = ACTIONS(1421), - [anon_sym__Generic] = ACTIONS(1421), - [anon_sym_asm] = ACTIONS(1421), - [anon_sym___asm__] = ACTIONS(1421), - [sym_number_literal] = ACTIONS(1423), - [anon_sym_L_SQUOTE] = ACTIONS(1423), - [anon_sym_u_SQUOTE] = ACTIONS(1423), - [anon_sym_U_SQUOTE] = ACTIONS(1423), - [anon_sym_u8_SQUOTE] = ACTIONS(1423), - [anon_sym_SQUOTE] = ACTIONS(1423), - [anon_sym_L_DQUOTE] = ACTIONS(1423), - [anon_sym_u_DQUOTE] = ACTIONS(1423), - [anon_sym_U_DQUOTE] = ACTIONS(1423), - [anon_sym_u8_DQUOTE] = ACTIONS(1423), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [anon_sym_NULL] = ACTIONS(1421), - [anon_sym_nullptr] = ACTIONS(1421), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1421), - [anon_sym_rayPayloadInEXT] = ACTIONS(1421), - [anon_sym_hitAttributeEXT] = ACTIONS(1421), - [anon_sym_callableDataEXT] = ACTIONS(1421), - [anon_sym_callableDataInEXT] = ACTIONS(1421), - [anon_sym_shaderRecordEXT] = ACTIONS(1421), - [anon_sym_rayPayloadNV] = ACTIONS(1421), - [anon_sym_rayPayloadInNV] = ACTIONS(1421), - [anon_sym_hitAttributeNV] = ACTIONS(1421), - [anon_sym_callableDataNV] = ACTIONS(1421), - [anon_sym_callableDataInNV] = ACTIONS(1421), - [anon_sym_shaderRecordNV] = ACTIONS(1421), - [anon_sym_layout] = ACTIONS(1421), - }, - [134] = { - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token2] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [aux_sym_preproc_else_token1] = ACTIONS(1425), - [aux_sym_preproc_elif_token1] = ACTIONS(1425), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym___try] = ACTIONS(1425), - [anon_sym___leave] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), - }, - [135] = { - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token2] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [aux_sym_preproc_else_token1] = ACTIONS(1413), - [aux_sym_preproc_elif_token1] = ACTIONS(1413), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym___try] = ACTIONS(1413), - [anon_sym___leave] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), - }, - [136] = { - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_include_token1] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token2] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [aux_sym_preproc_else_token1] = ACTIONS(1429), - [aux_sym_preproc_elif_token1] = ACTIONS(1429), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_LPAREN2] = ACTIONS(1431), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_typedef] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym___cdecl] = ACTIONS(1429), - [anon_sym___clrcall] = ACTIONS(1429), - [anon_sym___stdcall] = ACTIONS(1429), - [anon_sym___fastcall] = ACTIONS(1429), - [anon_sym___thiscall] = ACTIONS(1429), - [anon_sym___vectorcall] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [anon_sym_if] = ACTIONS(1429), - [anon_sym_switch] = ACTIONS(1429), - [anon_sym_case] = ACTIONS(1429), - [anon_sym_default] = ACTIONS(1429), - [anon_sym_while] = ACTIONS(1429), - [anon_sym_do] = ACTIONS(1429), - [anon_sym_for] = ACTIONS(1429), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1429), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1429), - [anon_sym___try] = ACTIONS(1429), - [anon_sym___leave] = ACTIONS(1429), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_sizeof] = ACTIONS(1429), - [anon_sym___alignof__] = ACTIONS(1429), - [anon_sym___alignof] = ACTIONS(1429), - [anon_sym__alignof] = ACTIONS(1429), - [anon_sym_alignof] = ACTIONS(1429), - [anon_sym__Alignof] = ACTIONS(1429), - [anon_sym_offsetof] = ACTIONS(1429), - [anon_sym__Generic] = ACTIONS(1429), - [anon_sym_asm] = ACTIONS(1429), - [anon_sym___asm__] = ACTIONS(1429), - [sym_number_literal] = ACTIONS(1431), - [anon_sym_L_SQUOTE] = ACTIONS(1431), - [anon_sym_u_SQUOTE] = ACTIONS(1431), - [anon_sym_U_SQUOTE] = ACTIONS(1431), - [anon_sym_u8_SQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [anon_sym_L_DQUOTE] = ACTIONS(1431), - [anon_sym_u_DQUOTE] = ACTIONS(1431), - [anon_sym_U_DQUOTE] = ACTIONS(1431), - [anon_sym_u8_DQUOTE] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym_true] = ACTIONS(1429), - [sym_false] = ACTIONS(1429), - [anon_sym_NULL] = ACTIONS(1429), - [anon_sym_nullptr] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), - }, - [137] = { - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token2] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [aux_sym_preproc_else_token1] = ACTIONS(1433), - [aux_sym_preproc_elif_token1] = ACTIONS(1433), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1435), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym___try] = ACTIONS(1433), - [anon_sym___leave] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), - }, - [138] = { - [sym_identifier] = ACTIONS(1437), - [aux_sym_preproc_include_token1] = ACTIONS(1437), - [aux_sym_preproc_def_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token2] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1437), - [aux_sym_preproc_else_token1] = ACTIONS(1437), - [aux_sym_preproc_elif_token1] = ACTIONS(1437), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1437), - [sym_preproc_directive] = ACTIONS(1437), - [anon_sym_LPAREN2] = ACTIONS(1439), - [anon_sym_BANG] = ACTIONS(1439), - [anon_sym_TILDE] = ACTIONS(1439), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), - [anon_sym_subroutine] = ACTIONS(1437), - [anon_sym_invariant] = ACTIONS(1437), - [anon_sym_precise] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_out] = ACTIONS(1437), - [anon_sym_inout] = ACTIONS(1437), - [anon_sym_uniform] = ACTIONS(1437), - [anon_sym_shared] = ACTIONS(1437), - [anon_sym_attribute] = ACTIONS(1437), - [anon_sym_varying] = ACTIONS(1437), - [anon_sym_buffer] = ACTIONS(1437), - [anon_sym_coherent] = ACTIONS(1437), - [anon_sym_readonly] = ACTIONS(1437), - [anon_sym_writeonly] = ACTIONS(1437), - [anon_sym_precision] = ACTIONS(1437), - [anon_sym_highp] = ACTIONS(1437), - [anon_sym_mediump] = ACTIONS(1437), - [anon_sym_lowp] = ACTIONS(1437), - [anon_sym_centroid] = ACTIONS(1437), - [anon_sym_sample] = ACTIONS(1437), - [anon_sym_patch] = ACTIONS(1437), - [anon_sym_smooth] = ACTIONS(1437), - [anon_sym_flat] = ACTIONS(1437), - [anon_sym_noperspective] = ACTIONS(1437), - [anon_sym___extension__] = ACTIONS(1437), - [anon_sym_typedef] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym___attribute__] = ACTIONS(1437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1439), - [anon_sym___declspec] = ACTIONS(1437), - [anon_sym___cdecl] = ACTIONS(1437), - [anon_sym___clrcall] = ACTIONS(1437), - [anon_sym___stdcall] = ACTIONS(1437), - [anon_sym___fastcall] = ACTIONS(1437), - [anon_sym___thiscall] = ACTIONS(1437), - [anon_sym___vectorcall] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1439), - [anon_sym_signed] = ACTIONS(1437), - [anon_sym_unsigned] = ACTIONS(1437), - [anon_sym_long] = ACTIONS(1437), - [anon_sym_short] = ACTIONS(1437), - [anon_sym_static] = ACTIONS(1437), - [anon_sym_auto] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_inline] = ACTIONS(1437), - [anon_sym___inline] = ACTIONS(1437), - [anon_sym___inline__] = ACTIONS(1437), - [anon_sym___forceinline] = ACTIONS(1437), - [anon_sym_thread_local] = ACTIONS(1437), - [anon_sym___thread] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_constexpr] = ACTIONS(1437), - [anon_sym_volatile] = ACTIONS(1437), - [anon_sym_restrict] = ACTIONS(1437), - [anon_sym___restrict__] = ACTIONS(1437), - [anon_sym__Atomic] = ACTIONS(1437), - [anon_sym__Noreturn] = ACTIONS(1437), - [anon_sym_noreturn] = ACTIONS(1437), - [anon_sym_alignas] = ACTIONS(1437), - [anon_sym__Alignas] = ACTIONS(1437), - [sym_primitive_type] = ACTIONS(1437), - [anon_sym_enum] = ACTIONS(1437), - [anon_sym_struct] = ACTIONS(1437), - [anon_sym_union] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_switch] = ACTIONS(1437), - [anon_sym_case] = ACTIONS(1437), - [anon_sym_default] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_goto] = ACTIONS(1437), - [anon_sym___try] = ACTIONS(1437), - [anon_sym___leave] = ACTIONS(1437), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1437), - [anon_sym___alignof__] = ACTIONS(1437), - [anon_sym___alignof] = ACTIONS(1437), - [anon_sym__alignof] = ACTIONS(1437), - [anon_sym_alignof] = ACTIONS(1437), - [anon_sym__Alignof] = ACTIONS(1437), - [anon_sym_offsetof] = ACTIONS(1437), - [anon_sym__Generic] = ACTIONS(1437), - [anon_sym_asm] = ACTIONS(1437), - [anon_sym___asm__] = ACTIONS(1437), - [sym_number_literal] = ACTIONS(1439), - [anon_sym_L_SQUOTE] = ACTIONS(1439), - [anon_sym_u_SQUOTE] = ACTIONS(1439), - [anon_sym_U_SQUOTE] = ACTIONS(1439), - [anon_sym_u8_SQUOTE] = ACTIONS(1439), - [anon_sym_SQUOTE] = ACTIONS(1439), - [anon_sym_L_DQUOTE] = ACTIONS(1439), - [anon_sym_u_DQUOTE] = ACTIONS(1439), - [anon_sym_U_DQUOTE] = ACTIONS(1439), - [anon_sym_u8_DQUOTE] = ACTIONS(1439), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym_true] = ACTIONS(1437), - [sym_false] = ACTIONS(1437), - [anon_sym_NULL] = ACTIONS(1437), - [anon_sym_nullptr] = ACTIONS(1437), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1437), - [anon_sym_rayPayloadInEXT] = ACTIONS(1437), - [anon_sym_hitAttributeEXT] = ACTIONS(1437), - [anon_sym_callableDataEXT] = ACTIONS(1437), - [anon_sym_callableDataInEXT] = ACTIONS(1437), - [anon_sym_shaderRecordEXT] = ACTIONS(1437), - [anon_sym_rayPayloadNV] = ACTIONS(1437), - [anon_sym_rayPayloadInNV] = ACTIONS(1437), - [anon_sym_hitAttributeNV] = ACTIONS(1437), - [anon_sym_callableDataNV] = ACTIONS(1437), - [anon_sym_callableDataInNV] = ACTIONS(1437), - [anon_sym_shaderRecordNV] = ACTIONS(1437), - [anon_sym_layout] = ACTIONS(1437), - }, - [139] = { - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token2] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [aux_sym_preproc_else_token1] = ACTIONS(1433), - [aux_sym_preproc_elif_token1] = ACTIONS(1433), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1435), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym___try] = ACTIONS(1433), - [anon_sym___leave] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), - }, - [140] = { - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_include_token1] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token2] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [aux_sym_preproc_else_token1] = ACTIONS(1441), - [aux_sym_preproc_elif_token1] = ACTIONS(1441), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1443), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_typedef] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym___cdecl] = ACTIONS(1441), - [anon_sym___clrcall] = ACTIONS(1441), - [anon_sym___stdcall] = ACTIONS(1441), - [anon_sym___fastcall] = ACTIONS(1441), - [anon_sym___thiscall] = ACTIONS(1441), - [anon_sym___vectorcall] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1443), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_switch] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_goto] = ACTIONS(1441), - [anon_sym___try] = ACTIONS(1441), - [anon_sym___leave] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1443), - [anon_sym_sizeof] = ACTIONS(1441), - [anon_sym___alignof__] = ACTIONS(1441), - [anon_sym___alignof] = ACTIONS(1441), - [anon_sym__alignof] = ACTIONS(1441), - [anon_sym_alignof] = ACTIONS(1441), - [anon_sym__Alignof] = ACTIONS(1441), - [anon_sym_offsetof] = ACTIONS(1441), - [anon_sym__Generic] = ACTIONS(1441), - [anon_sym_asm] = ACTIONS(1441), - [anon_sym___asm__] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1443), - [anon_sym_u_SQUOTE] = ACTIONS(1443), - [anon_sym_U_SQUOTE] = ACTIONS(1443), - [anon_sym_u8_SQUOTE] = ACTIONS(1443), - [anon_sym_SQUOTE] = ACTIONS(1443), - [anon_sym_L_DQUOTE] = ACTIONS(1443), - [anon_sym_u_DQUOTE] = ACTIONS(1443), - [anon_sym_U_DQUOTE] = ACTIONS(1443), - [anon_sym_u8_DQUOTE] = ACTIONS(1443), - [anon_sym_DQUOTE] = ACTIONS(1443), - [sym_true] = ACTIONS(1441), - [sym_false] = ACTIONS(1441), - [anon_sym_NULL] = ACTIONS(1441), - [anon_sym_nullptr] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), - }, - [141] = { - [sym_identifier] = ACTIONS(1445), - [aux_sym_preproc_include_token1] = ACTIONS(1445), - [aux_sym_preproc_def_token1] = ACTIONS(1445), - [aux_sym_preproc_if_token1] = ACTIONS(1445), - [aux_sym_preproc_if_token2] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1445), - [aux_sym_preproc_else_token1] = ACTIONS(1445), - [aux_sym_preproc_elif_token1] = ACTIONS(1445), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1445), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1445), - [sym_preproc_directive] = ACTIONS(1445), - [anon_sym_LPAREN2] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_subroutine] = ACTIONS(1445), - [anon_sym_invariant] = ACTIONS(1445), - [anon_sym_precise] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1447), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_out] = ACTIONS(1445), - [anon_sym_inout] = ACTIONS(1445), - [anon_sym_uniform] = ACTIONS(1445), - [anon_sym_shared] = ACTIONS(1445), - [anon_sym_attribute] = ACTIONS(1445), - [anon_sym_varying] = ACTIONS(1445), - [anon_sym_buffer] = ACTIONS(1445), - [anon_sym_coherent] = ACTIONS(1445), - [anon_sym_readonly] = ACTIONS(1445), - [anon_sym_writeonly] = ACTIONS(1445), - [anon_sym_precision] = ACTIONS(1445), - [anon_sym_highp] = ACTIONS(1445), - [anon_sym_mediump] = ACTIONS(1445), - [anon_sym_lowp] = ACTIONS(1445), - [anon_sym_centroid] = ACTIONS(1445), - [anon_sym_sample] = ACTIONS(1445), - [anon_sym_patch] = ACTIONS(1445), - [anon_sym_smooth] = ACTIONS(1445), - [anon_sym_flat] = ACTIONS(1445), - [anon_sym_noperspective] = ACTIONS(1445), - [anon_sym___extension__] = ACTIONS(1445), - [anon_sym_typedef] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym___attribute__] = ACTIONS(1445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1447), - [anon_sym___declspec] = ACTIONS(1445), - [anon_sym___cdecl] = ACTIONS(1445), - [anon_sym___clrcall] = ACTIONS(1445), - [anon_sym___stdcall] = ACTIONS(1445), - [anon_sym___fastcall] = ACTIONS(1445), - [anon_sym___thiscall] = ACTIONS(1445), - [anon_sym___vectorcall] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1447), - [anon_sym_signed] = ACTIONS(1445), - [anon_sym_unsigned] = ACTIONS(1445), - [anon_sym_long] = ACTIONS(1445), - [anon_sym_short] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1445), - [anon_sym_auto] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_inline] = ACTIONS(1445), - [anon_sym___inline] = ACTIONS(1445), - [anon_sym___inline__] = ACTIONS(1445), - [anon_sym___forceinline] = ACTIONS(1445), - [anon_sym_thread_local] = ACTIONS(1445), - [anon_sym___thread] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_constexpr] = ACTIONS(1445), - [anon_sym_volatile] = ACTIONS(1445), - [anon_sym_restrict] = ACTIONS(1445), - [anon_sym___restrict__] = ACTIONS(1445), - [anon_sym__Atomic] = ACTIONS(1445), - [anon_sym__Noreturn] = ACTIONS(1445), - [anon_sym_noreturn] = ACTIONS(1445), - [anon_sym_alignas] = ACTIONS(1445), - [anon_sym__Alignas] = ACTIONS(1445), - [sym_primitive_type] = ACTIONS(1445), - [anon_sym_enum] = ACTIONS(1445), - [anon_sym_struct] = ACTIONS(1445), - [anon_sym_union] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_switch] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1445), - [anon_sym_default] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_goto] = ACTIONS(1445), - [anon_sym___try] = ACTIONS(1445), - [anon_sym___leave] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1447), - [anon_sym_sizeof] = ACTIONS(1445), - [anon_sym___alignof__] = ACTIONS(1445), - [anon_sym___alignof] = ACTIONS(1445), - [anon_sym__alignof] = ACTIONS(1445), - [anon_sym_alignof] = ACTIONS(1445), - [anon_sym__Alignof] = ACTIONS(1445), - [anon_sym_offsetof] = ACTIONS(1445), - [anon_sym__Generic] = ACTIONS(1445), - [anon_sym_asm] = ACTIONS(1445), - [anon_sym___asm__] = ACTIONS(1445), - [sym_number_literal] = ACTIONS(1447), - [anon_sym_L_SQUOTE] = ACTIONS(1447), - [anon_sym_u_SQUOTE] = ACTIONS(1447), - [anon_sym_U_SQUOTE] = ACTIONS(1447), - [anon_sym_u8_SQUOTE] = ACTIONS(1447), - [anon_sym_SQUOTE] = ACTIONS(1447), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1445), - [sym_false] = ACTIONS(1445), - [anon_sym_NULL] = ACTIONS(1445), - [anon_sym_nullptr] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1445), - [anon_sym_rayPayloadInEXT] = ACTIONS(1445), - [anon_sym_hitAttributeEXT] = ACTIONS(1445), - [anon_sym_callableDataEXT] = ACTIONS(1445), - [anon_sym_callableDataInEXT] = ACTIONS(1445), - [anon_sym_shaderRecordEXT] = ACTIONS(1445), - [anon_sym_rayPayloadNV] = ACTIONS(1445), - [anon_sym_rayPayloadInNV] = ACTIONS(1445), - [anon_sym_hitAttributeNV] = ACTIONS(1445), - [anon_sym_callableDataNV] = ACTIONS(1445), - [anon_sym_callableDataInNV] = ACTIONS(1445), - [anon_sym_shaderRecordNV] = ACTIONS(1445), - [anon_sym_layout] = ACTIONS(1445), - }, - [142] = { - [sym_identifier] = ACTIONS(1449), - [aux_sym_preproc_include_token1] = ACTIONS(1449), - [aux_sym_preproc_def_token1] = ACTIONS(1449), - [aux_sym_preproc_if_token1] = ACTIONS(1449), - [aux_sym_preproc_if_token2] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1449), - [aux_sym_preproc_else_token1] = ACTIONS(1449), - [aux_sym_preproc_elif_token1] = ACTIONS(1449), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1449), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1449), - [sym_preproc_directive] = ACTIONS(1449), - [anon_sym_LPAREN2] = ACTIONS(1451), - [anon_sym_BANG] = ACTIONS(1451), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_DASH] = ACTIONS(1449), - [anon_sym_PLUS] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1451), - [anon_sym_AMP] = ACTIONS(1451), - [anon_sym_subroutine] = ACTIONS(1449), - [anon_sym_invariant] = ACTIONS(1449), - [anon_sym_precise] = ACTIONS(1449), - [anon_sym_SEMI] = ACTIONS(1451), - [anon_sym_in] = ACTIONS(1449), - [anon_sym_out] = ACTIONS(1449), - [anon_sym_inout] = ACTIONS(1449), - [anon_sym_uniform] = ACTIONS(1449), - [anon_sym_shared] = ACTIONS(1449), - [anon_sym_attribute] = ACTIONS(1449), - [anon_sym_varying] = ACTIONS(1449), - [anon_sym_buffer] = ACTIONS(1449), - [anon_sym_coherent] = ACTIONS(1449), - [anon_sym_readonly] = ACTIONS(1449), - [anon_sym_writeonly] = ACTIONS(1449), - [anon_sym_precision] = ACTIONS(1449), - [anon_sym_highp] = ACTIONS(1449), - [anon_sym_mediump] = ACTIONS(1449), - [anon_sym_lowp] = ACTIONS(1449), - [anon_sym_centroid] = ACTIONS(1449), - [anon_sym_sample] = ACTIONS(1449), - [anon_sym_patch] = ACTIONS(1449), - [anon_sym_smooth] = ACTIONS(1449), - [anon_sym_flat] = ACTIONS(1449), - [anon_sym_noperspective] = ACTIONS(1449), - [anon_sym___extension__] = ACTIONS(1449), - [anon_sym_typedef] = ACTIONS(1449), - [anon_sym_extern] = ACTIONS(1449), - [anon_sym___attribute__] = ACTIONS(1449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1451), - [anon_sym___declspec] = ACTIONS(1449), - [anon_sym___cdecl] = ACTIONS(1449), - [anon_sym___clrcall] = ACTIONS(1449), - [anon_sym___stdcall] = ACTIONS(1449), - [anon_sym___fastcall] = ACTIONS(1449), - [anon_sym___thiscall] = ACTIONS(1449), - [anon_sym___vectorcall] = ACTIONS(1449), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_signed] = ACTIONS(1449), - [anon_sym_unsigned] = ACTIONS(1449), - [anon_sym_long] = ACTIONS(1449), - [anon_sym_short] = ACTIONS(1449), - [anon_sym_static] = ACTIONS(1449), - [anon_sym_auto] = ACTIONS(1449), - [anon_sym_register] = ACTIONS(1449), - [anon_sym_inline] = ACTIONS(1449), - [anon_sym___inline] = ACTIONS(1449), - [anon_sym___inline__] = ACTIONS(1449), - [anon_sym___forceinline] = ACTIONS(1449), - [anon_sym_thread_local] = ACTIONS(1449), - [anon_sym___thread] = ACTIONS(1449), - [anon_sym_const] = ACTIONS(1449), - [anon_sym_constexpr] = ACTIONS(1449), - [anon_sym_volatile] = ACTIONS(1449), - [anon_sym_restrict] = ACTIONS(1449), - [anon_sym___restrict__] = ACTIONS(1449), - [anon_sym__Atomic] = ACTIONS(1449), - [anon_sym__Noreturn] = ACTIONS(1449), - [anon_sym_noreturn] = ACTIONS(1449), - [anon_sym_alignas] = ACTIONS(1449), - [anon_sym__Alignas] = ACTIONS(1449), - [sym_primitive_type] = ACTIONS(1449), - [anon_sym_enum] = ACTIONS(1449), - [anon_sym_struct] = ACTIONS(1449), - [anon_sym_union] = ACTIONS(1449), - [anon_sym_if] = ACTIONS(1449), - [anon_sym_switch] = ACTIONS(1449), - [anon_sym_case] = ACTIONS(1449), - [anon_sym_default] = ACTIONS(1449), - [anon_sym_while] = ACTIONS(1449), - [anon_sym_do] = ACTIONS(1449), - [anon_sym_for] = ACTIONS(1449), - [anon_sym_return] = ACTIONS(1449), - [anon_sym_break] = ACTIONS(1449), - [anon_sym_continue] = ACTIONS(1449), - [anon_sym_goto] = ACTIONS(1449), - [anon_sym___try] = ACTIONS(1449), - [anon_sym___leave] = ACTIONS(1449), - [anon_sym_DASH_DASH] = ACTIONS(1451), - [anon_sym_PLUS_PLUS] = ACTIONS(1451), - [anon_sym_sizeof] = ACTIONS(1449), - [anon_sym___alignof__] = ACTIONS(1449), - [anon_sym___alignof] = ACTIONS(1449), - [anon_sym__alignof] = ACTIONS(1449), - [anon_sym_alignof] = ACTIONS(1449), - [anon_sym__Alignof] = ACTIONS(1449), - [anon_sym_offsetof] = ACTIONS(1449), - [anon_sym__Generic] = ACTIONS(1449), - [anon_sym_asm] = ACTIONS(1449), - [anon_sym___asm__] = ACTIONS(1449), - [sym_number_literal] = ACTIONS(1451), - [anon_sym_L_SQUOTE] = ACTIONS(1451), - [anon_sym_u_SQUOTE] = ACTIONS(1451), - [anon_sym_U_SQUOTE] = ACTIONS(1451), - [anon_sym_u8_SQUOTE] = ACTIONS(1451), - [anon_sym_SQUOTE] = ACTIONS(1451), - [anon_sym_L_DQUOTE] = ACTIONS(1451), - [anon_sym_u_DQUOTE] = ACTIONS(1451), - [anon_sym_U_DQUOTE] = ACTIONS(1451), - [anon_sym_u8_DQUOTE] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(1451), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [anon_sym_NULL] = ACTIONS(1449), - [anon_sym_nullptr] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1449), - [anon_sym_rayPayloadInEXT] = ACTIONS(1449), - [anon_sym_hitAttributeEXT] = ACTIONS(1449), - [anon_sym_callableDataEXT] = ACTIONS(1449), - [anon_sym_callableDataInEXT] = ACTIONS(1449), - [anon_sym_shaderRecordEXT] = ACTIONS(1449), - [anon_sym_rayPayloadNV] = ACTIONS(1449), - [anon_sym_rayPayloadInNV] = ACTIONS(1449), - [anon_sym_hitAttributeNV] = ACTIONS(1449), - [anon_sym_callableDataNV] = ACTIONS(1449), - [anon_sym_callableDataInNV] = ACTIONS(1449), - [anon_sym_shaderRecordNV] = ACTIONS(1449), - [anon_sym_layout] = ACTIONS(1449), - }, - [143] = { - [sym_identifier] = ACTIONS(1453), - [aux_sym_preproc_include_token1] = ACTIONS(1453), - [aux_sym_preproc_def_token1] = ACTIONS(1453), - [aux_sym_preproc_if_token1] = ACTIONS(1453), - [aux_sym_preproc_if_token2] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1453), - [aux_sym_preproc_else_token1] = ACTIONS(1453), - [aux_sym_preproc_elif_token1] = ACTIONS(1453), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1453), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1453), - [sym_preproc_directive] = ACTIONS(1453), - [anon_sym_LPAREN2] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(1455), - [anon_sym_TILDE] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_subroutine] = ACTIONS(1453), - [anon_sym_invariant] = ACTIONS(1453), - [anon_sym_precise] = ACTIONS(1453), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1453), - [anon_sym_out] = ACTIONS(1453), - [anon_sym_inout] = ACTIONS(1453), - [anon_sym_uniform] = ACTIONS(1453), - [anon_sym_shared] = ACTIONS(1453), - [anon_sym_attribute] = ACTIONS(1453), - [anon_sym_varying] = ACTIONS(1453), - [anon_sym_buffer] = ACTIONS(1453), - [anon_sym_coherent] = ACTIONS(1453), - [anon_sym_readonly] = ACTIONS(1453), - [anon_sym_writeonly] = ACTIONS(1453), - [anon_sym_precision] = ACTIONS(1453), - [anon_sym_highp] = ACTIONS(1453), - [anon_sym_mediump] = ACTIONS(1453), - [anon_sym_lowp] = ACTIONS(1453), - [anon_sym_centroid] = ACTIONS(1453), - [anon_sym_sample] = ACTIONS(1453), - [anon_sym_patch] = ACTIONS(1453), - [anon_sym_smooth] = ACTIONS(1453), - [anon_sym_flat] = ACTIONS(1453), - [anon_sym_noperspective] = ACTIONS(1453), - [anon_sym___extension__] = ACTIONS(1453), - [anon_sym_typedef] = ACTIONS(1453), - [anon_sym_extern] = ACTIONS(1453), - [anon_sym___attribute__] = ACTIONS(1453), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1455), - [anon_sym___declspec] = ACTIONS(1453), - [anon_sym___cdecl] = ACTIONS(1453), - [anon_sym___clrcall] = ACTIONS(1453), - [anon_sym___stdcall] = ACTIONS(1453), - [anon_sym___fastcall] = ACTIONS(1453), - [anon_sym___thiscall] = ACTIONS(1453), - [anon_sym___vectorcall] = ACTIONS(1453), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_signed] = ACTIONS(1453), - [anon_sym_unsigned] = ACTIONS(1453), - [anon_sym_long] = ACTIONS(1453), - [anon_sym_short] = ACTIONS(1453), - [anon_sym_static] = ACTIONS(1453), - [anon_sym_auto] = ACTIONS(1453), - [anon_sym_register] = ACTIONS(1453), - [anon_sym_inline] = ACTIONS(1453), - [anon_sym___inline] = ACTIONS(1453), - [anon_sym___inline__] = ACTIONS(1453), - [anon_sym___forceinline] = ACTIONS(1453), - [anon_sym_thread_local] = ACTIONS(1453), - [anon_sym___thread] = ACTIONS(1453), - [anon_sym_const] = ACTIONS(1453), - [anon_sym_constexpr] = ACTIONS(1453), - [anon_sym_volatile] = ACTIONS(1453), - [anon_sym_restrict] = ACTIONS(1453), - [anon_sym___restrict__] = ACTIONS(1453), - [anon_sym__Atomic] = ACTIONS(1453), - [anon_sym__Noreturn] = ACTIONS(1453), - [anon_sym_noreturn] = ACTIONS(1453), - [anon_sym_alignas] = ACTIONS(1453), - [anon_sym__Alignas] = ACTIONS(1453), - [sym_primitive_type] = ACTIONS(1453), - [anon_sym_enum] = ACTIONS(1453), - [anon_sym_struct] = ACTIONS(1453), - [anon_sym_union] = ACTIONS(1453), - [anon_sym_if] = ACTIONS(1453), - [anon_sym_switch] = ACTIONS(1453), - [anon_sym_case] = ACTIONS(1453), - [anon_sym_default] = ACTIONS(1453), - [anon_sym_while] = ACTIONS(1453), - [anon_sym_do] = ACTIONS(1453), - [anon_sym_for] = ACTIONS(1453), - [anon_sym_return] = ACTIONS(1453), - [anon_sym_break] = ACTIONS(1453), - [anon_sym_continue] = ACTIONS(1453), - [anon_sym_goto] = ACTIONS(1453), - [anon_sym___try] = ACTIONS(1453), - [anon_sym___leave] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1453), - [anon_sym___alignof__] = ACTIONS(1453), - [anon_sym___alignof] = ACTIONS(1453), - [anon_sym__alignof] = ACTIONS(1453), - [anon_sym_alignof] = ACTIONS(1453), - [anon_sym__Alignof] = ACTIONS(1453), - [anon_sym_offsetof] = ACTIONS(1453), - [anon_sym__Generic] = ACTIONS(1453), - [anon_sym_asm] = ACTIONS(1453), - [anon_sym___asm__] = ACTIONS(1453), - [sym_number_literal] = ACTIONS(1455), - [anon_sym_L_SQUOTE] = ACTIONS(1455), - [anon_sym_u_SQUOTE] = ACTIONS(1455), - [anon_sym_U_SQUOTE] = ACTIONS(1455), - [anon_sym_u8_SQUOTE] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1455), - [anon_sym_L_DQUOTE] = ACTIONS(1455), - [anon_sym_u_DQUOTE] = ACTIONS(1455), - [anon_sym_U_DQUOTE] = ACTIONS(1455), - [anon_sym_u8_DQUOTE] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym_true] = ACTIONS(1453), - [sym_false] = ACTIONS(1453), - [anon_sym_NULL] = ACTIONS(1453), - [anon_sym_nullptr] = ACTIONS(1453), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1453), - [anon_sym_rayPayloadInEXT] = ACTIONS(1453), - [anon_sym_hitAttributeEXT] = ACTIONS(1453), - [anon_sym_callableDataEXT] = ACTIONS(1453), - [anon_sym_callableDataInEXT] = ACTIONS(1453), - [anon_sym_shaderRecordEXT] = ACTIONS(1453), - [anon_sym_rayPayloadNV] = ACTIONS(1453), - [anon_sym_rayPayloadInNV] = ACTIONS(1453), - [anon_sym_hitAttributeNV] = ACTIONS(1453), - [anon_sym_callableDataNV] = ACTIONS(1453), - [anon_sym_callableDataInNV] = ACTIONS(1453), - [anon_sym_shaderRecordNV] = ACTIONS(1453), - [anon_sym_layout] = ACTIONS(1453), - }, - [144] = { - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token2] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [aux_sym_preproc_else_token1] = ACTIONS(1425), - [aux_sym_preproc_elif_token1] = ACTIONS(1425), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym___try] = ACTIONS(1425), - [anon_sym___leave] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), - }, - [145] = { - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token2] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [aux_sym_preproc_else_token1] = ACTIONS(1457), - [aux_sym_preproc_elif_token1] = ACTIONS(1457), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym___try] = ACTIONS(1457), - [anon_sym___leave] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), - }, - [146] = { - [sym_identifier] = ACTIONS(1461), - [aux_sym_preproc_include_token1] = ACTIONS(1461), - [aux_sym_preproc_def_token1] = ACTIONS(1461), - [aux_sym_preproc_if_token1] = ACTIONS(1461), - [aux_sym_preproc_if_token2] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1461), - [aux_sym_preproc_else_token1] = ACTIONS(1461), - [aux_sym_preproc_elif_token1] = ACTIONS(1461), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1461), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1461), - [sym_preproc_directive] = ACTIONS(1461), - [anon_sym_LPAREN2] = ACTIONS(1463), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_AMP] = ACTIONS(1463), - [anon_sym_subroutine] = ACTIONS(1461), - [anon_sym_invariant] = ACTIONS(1461), - [anon_sym_precise] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_out] = ACTIONS(1461), - [anon_sym_inout] = ACTIONS(1461), - [anon_sym_uniform] = ACTIONS(1461), - [anon_sym_shared] = ACTIONS(1461), - [anon_sym_attribute] = ACTIONS(1461), - [anon_sym_varying] = ACTIONS(1461), - [anon_sym_buffer] = ACTIONS(1461), - [anon_sym_coherent] = ACTIONS(1461), - [anon_sym_readonly] = ACTIONS(1461), - [anon_sym_writeonly] = ACTIONS(1461), - [anon_sym_precision] = ACTIONS(1461), - [anon_sym_highp] = ACTIONS(1461), - [anon_sym_mediump] = ACTIONS(1461), - [anon_sym_lowp] = ACTIONS(1461), - [anon_sym_centroid] = ACTIONS(1461), - [anon_sym_sample] = ACTIONS(1461), - [anon_sym_patch] = ACTIONS(1461), - [anon_sym_smooth] = ACTIONS(1461), - [anon_sym_flat] = ACTIONS(1461), - [anon_sym_noperspective] = ACTIONS(1461), - [anon_sym___extension__] = ACTIONS(1461), - [anon_sym_typedef] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym___attribute__] = ACTIONS(1461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1463), - [anon_sym___declspec] = ACTIONS(1461), - [anon_sym___cdecl] = ACTIONS(1461), - [anon_sym___clrcall] = ACTIONS(1461), - [anon_sym___stdcall] = ACTIONS(1461), - [anon_sym___fastcall] = ACTIONS(1461), - [anon_sym___thiscall] = ACTIONS(1461), - [anon_sym___vectorcall] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_signed] = ACTIONS(1461), - [anon_sym_unsigned] = ACTIONS(1461), - [anon_sym_long] = ACTIONS(1461), - [anon_sym_short] = ACTIONS(1461), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_auto] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), - [anon_sym___inline] = ACTIONS(1461), - [anon_sym___inline__] = ACTIONS(1461), - [anon_sym___forceinline] = ACTIONS(1461), - [anon_sym_thread_local] = ACTIONS(1461), - [anon_sym___thread] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_constexpr] = ACTIONS(1461), - [anon_sym_volatile] = ACTIONS(1461), - [anon_sym_restrict] = ACTIONS(1461), - [anon_sym___restrict__] = ACTIONS(1461), - [anon_sym__Atomic] = ACTIONS(1461), - [anon_sym__Noreturn] = ACTIONS(1461), - [anon_sym_noreturn] = ACTIONS(1461), - [anon_sym_alignas] = ACTIONS(1461), - [anon_sym__Alignas] = ACTIONS(1461), - [sym_primitive_type] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), - [anon_sym_struct] = ACTIONS(1461), - [anon_sym_union] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_switch] = ACTIONS(1461), - [anon_sym_case] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_goto] = ACTIONS(1461), - [anon_sym___try] = ACTIONS(1461), - [anon_sym___leave] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_sizeof] = ACTIONS(1461), - [anon_sym___alignof__] = ACTIONS(1461), - [anon_sym___alignof] = ACTIONS(1461), - [anon_sym__alignof] = ACTIONS(1461), - [anon_sym_alignof] = ACTIONS(1461), - [anon_sym__Alignof] = ACTIONS(1461), - [anon_sym_offsetof] = ACTIONS(1461), - [anon_sym__Generic] = ACTIONS(1461), - [anon_sym_asm] = ACTIONS(1461), - [anon_sym___asm__] = ACTIONS(1461), - [sym_number_literal] = ACTIONS(1463), - [anon_sym_L_SQUOTE] = ACTIONS(1463), - [anon_sym_u_SQUOTE] = ACTIONS(1463), - [anon_sym_U_SQUOTE] = ACTIONS(1463), - [anon_sym_u8_SQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [anon_sym_L_DQUOTE] = ACTIONS(1463), - [anon_sym_u_DQUOTE] = ACTIONS(1463), - [anon_sym_U_DQUOTE] = ACTIONS(1463), - [anon_sym_u8_DQUOTE] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym_true] = ACTIONS(1461), - [sym_false] = ACTIONS(1461), - [anon_sym_NULL] = ACTIONS(1461), - [anon_sym_nullptr] = ACTIONS(1461), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1461), - [anon_sym_rayPayloadInEXT] = ACTIONS(1461), - [anon_sym_hitAttributeEXT] = ACTIONS(1461), - [anon_sym_callableDataEXT] = ACTIONS(1461), - [anon_sym_callableDataInEXT] = ACTIONS(1461), - [anon_sym_shaderRecordEXT] = ACTIONS(1461), - [anon_sym_rayPayloadNV] = ACTIONS(1461), - [anon_sym_rayPayloadInNV] = ACTIONS(1461), - [anon_sym_hitAttributeNV] = ACTIONS(1461), - [anon_sym_callableDataNV] = ACTIONS(1461), - [anon_sym_callableDataInNV] = ACTIONS(1461), - [anon_sym_shaderRecordNV] = ACTIONS(1461), - [anon_sym_layout] = ACTIONS(1461), - }, - [147] = { - [sym_identifier] = ACTIONS(1465), - [aux_sym_preproc_include_token1] = ACTIONS(1465), - [aux_sym_preproc_def_token1] = ACTIONS(1465), - [aux_sym_preproc_if_token1] = ACTIONS(1465), - [aux_sym_preproc_if_token2] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1465), - [aux_sym_preproc_else_token1] = ACTIONS(1465), - [aux_sym_preproc_elif_token1] = ACTIONS(1465), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1465), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1465), - [sym_preproc_directive] = ACTIONS(1465), - [anon_sym_LPAREN2] = ACTIONS(1467), - [anon_sym_BANG] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_AMP] = ACTIONS(1467), - [anon_sym_subroutine] = ACTIONS(1465), - [anon_sym_invariant] = ACTIONS(1465), - [anon_sym_precise] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1465), - [anon_sym_out] = ACTIONS(1465), - [anon_sym_inout] = ACTIONS(1465), - [anon_sym_uniform] = ACTIONS(1465), - [anon_sym_shared] = ACTIONS(1465), - [anon_sym_attribute] = ACTIONS(1465), - [anon_sym_varying] = ACTIONS(1465), - [anon_sym_buffer] = ACTIONS(1465), - [anon_sym_coherent] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_writeonly] = ACTIONS(1465), - [anon_sym_precision] = ACTIONS(1465), - [anon_sym_highp] = ACTIONS(1465), - [anon_sym_mediump] = ACTIONS(1465), - [anon_sym_lowp] = ACTIONS(1465), - [anon_sym_centroid] = ACTIONS(1465), - [anon_sym_sample] = ACTIONS(1465), - [anon_sym_patch] = ACTIONS(1465), - [anon_sym_smooth] = ACTIONS(1465), - [anon_sym_flat] = ACTIONS(1465), - [anon_sym_noperspective] = ACTIONS(1465), - [anon_sym___extension__] = ACTIONS(1465), - [anon_sym_typedef] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym___attribute__] = ACTIONS(1465), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1467), - [anon_sym___declspec] = ACTIONS(1465), - [anon_sym___cdecl] = ACTIONS(1465), - [anon_sym___clrcall] = ACTIONS(1465), - [anon_sym___stdcall] = ACTIONS(1465), - [anon_sym___fastcall] = ACTIONS(1465), - [anon_sym___thiscall] = ACTIONS(1465), - [anon_sym___vectorcall] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_signed] = ACTIONS(1465), - [anon_sym_unsigned] = ACTIONS(1465), - [anon_sym_long] = ACTIONS(1465), - [anon_sym_short] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_auto] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_inline] = ACTIONS(1465), - [anon_sym___inline] = ACTIONS(1465), - [anon_sym___inline__] = ACTIONS(1465), - [anon_sym___forceinline] = ACTIONS(1465), - [anon_sym_thread_local] = ACTIONS(1465), - [anon_sym___thread] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_constexpr] = ACTIONS(1465), - [anon_sym_volatile] = ACTIONS(1465), - [anon_sym_restrict] = ACTIONS(1465), - [anon_sym___restrict__] = ACTIONS(1465), - [anon_sym__Atomic] = ACTIONS(1465), - [anon_sym__Noreturn] = ACTIONS(1465), - [anon_sym_noreturn] = ACTIONS(1465), - [anon_sym_alignas] = ACTIONS(1465), - [anon_sym__Alignas] = ACTIONS(1465), - [sym_primitive_type] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1465), - [anon_sym_union] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_goto] = ACTIONS(1465), - [anon_sym___try] = ACTIONS(1465), - [anon_sym___leave] = ACTIONS(1465), - [anon_sym_DASH_DASH] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_sizeof] = ACTIONS(1465), - [anon_sym___alignof__] = ACTIONS(1465), - [anon_sym___alignof] = ACTIONS(1465), - [anon_sym__alignof] = ACTIONS(1465), - [anon_sym_alignof] = ACTIONS(1465), - [anon_sym__Alignof] = ACTIONS(1465), - [anon_sym_offsetof] = ACTIONS(1465), - [anon_sym__Generic] = ACTIONS(1465), - [anon_sym_asm] = ACTIONS(1465), - [anon_sym___asm__] = ACTIONS(1465), - [sym_number_literal] = ACTIONS(1467), - [anon_sym_L_SQUOTE] = ACTIONS(1467), - [anon_sym_u_SQUOTE] = ACTIONS(1467), - [anon_sym_U_SQUOTE] = ACTIONS(1467), - [anon_sym_u8_SQUOTE] = ACTIONS(1467), - [anon_sym_SQUOTE] = ACTIONS(1467), - [anon_sym_L_DQUOTE] = ACTIONS(1467), - [anon_sym_u_DQUOTE] = ACTIONS(1467), - [anon_sym_U_DQUOTE] = ACTIONS(1467), - [anon_sym_u8_DQUOTE] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [anon_sym_NULL] = ACTIONS(1465), - [anon_sym_nullptr] = ACTIONS(1465), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1465), - [anon_sym_rayPayloadInEXT] = ACTIONS(1465), - [anon_sym_hitAttributeEXT] = ACTIONS(1465), - [anon_sym_callableDataEXT] = ACTIONS(1465), - [anon_sym_callableDataInEXT] = ACTIONS(1465), - [anon_sym_shaderRecordEXT] = ACTIONS(1465), - [anon_sym_rayPayloadNV] = ACTIONS(1465), - [anon_sym_rayPayloadInNV] = ACTIONS(1465), - [anon_sym_hitAttributeNV] = ACTIONS(1465), - [anon_sym_callableDataNV] = ACTIONS(1465), - [anon_sym_callableDataInNV] = ACTIONS(1465), - [anon_sym_shaderRecordNV] = ACTIONS(1465), - [anon_sym_layout] = ACTIONS(1465), - }, - [148] = { - [sym_identifier] = ACTIONS(1469), - [aux_sym_preproc_include_token1] = ACTIONS(1469), - [aux_sym_preproc_def_token1] = ACTIONS(1469), - [aux_sym_preproc_if_token1] = ACTIONS(1469), - [aux_sym_preproc_if_token2] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1469), - [aux_sym_preproc_else_token1] = ACTIONS(1469), - [aux_sym_preproc_elif_token1] = ACTIONS(1469), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1469), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1469), - [sym_preproc_directive] = ACTIONS(1469), - [anon_sym_LPAREN2] = ACTIONS(1471), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1471), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_subroutine] = ACTIONS(1469), - [anon_sym_invariant] = ACTIONS(1469), - [anon_sym_precise] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_out] = ACTIONS(1469), - [anon_sym_inout] = ACTIONS(1469), - [anon_sym_uniform] = ACTIONS(1469), - [anon_sym_shared] = ACTIONS(1469), - [anon_sym_attribute] = ACTIONS(1469), - [anon_sym_varying] = ACTIONS(1469), - [anon_sym_buffer] = ACTIONS(1469), - [anon_sym_coherent] = ACTIONS(1469), - [anon_sym_readonly] = ACTIONS(1469), - [anon_sym_writeonly] = ACTIONS(1469), - [anon_sym_precision] = ACTIONS(1469), - [anon_sym_highp] = ACTIONS(1469), - [anon_sym_mediump] = ACTIONS(1469), - [anon_sym_lowp] = ACTIONS(1469), - [anon_sym_centroid] = ACTIONS(1469), - [anon_sym_sample] = ACTIONS(1469), - [anon_sym_patch] = ACTIONS(1469), - [anon_sym_smooth] = ACTIONS(1469), - [anon_sym_flat] = ACTIONS(1469), - [anon_sym_noperspective] = ACTIONS(1469), - [anon_sym___extension__] = ACTIONS(1469), - [anon_sym_typedef] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym___attribute__] = ACTIONS(1469), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1471), - [anon_sym___declspec] = ACTIONS(1469), - [anon_sym___cdecl] = ACTIONS(1469), - [anon_sym___clrcall] = ACTIONS(1469), - [anon_sym___stdcall] = ACTIONS(1469), - [anon_sym___fastcall] = ACTIONS(1469), - [anon_sym___thiscall] = ACTIONS(1469), - [anon_sym___vectorcall] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_signed] = ACTIONS(1469), - [anon_sym_unsigned] = ACTIONS(1469), - [anon_sym_long] = ACTIONS(1469), - [anon_sym_short] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1469), - [anon_sym_auto] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_inline] = ACTIONS(1469), - [anon_sym___inline] = ACTIONS(1469), - [anon_sym___inline__] = ACTIONS(1469), - [anon_sym___forceinline] = ACTIONS(1469), - [anon_sym_thread_local] = ACTIONS(1469), - [anon_sym___thread] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_constexpr] = ACTIONS(1469), - [anon_sym_volatile] = ACTIONS(1469), - [anon_sym_restrict] = ACTIONS(1469), - [anon_sym___restrict__] = ACTIONS(1469), - [anon_sym__Atomic] = ACTIONS(1469), - [anon_sym__Noreturn] = ACTIONS(1469), - [anon_sym_noreturn] = ACTIONS(1469), - [anon_sym_alignas] = ACTIONS(1469), - [anon_sym__Alignas] = ACTIONS(1469), - [sym_primitive_type] = ACTIONS(1469), - [anon_sym_enum] = ACTIONS(1469), - [anon_sym_struct] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_switch] = ACTIONS(1469), - [anon_sym_case] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_goto] = ACTIONS(1469), - [anon_sym___try] = ACTIONS(1469), - [anon_sym___leave] = ACTIONS(1469), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_sizeof] = ACTIONS(1469), - [anon_sym___alignof__] = ACTIONS(1469), - [anon_sym___alignof] = ACTIONS(1469), - [anon_sym__alignof] = ACTIONS(1469), - [anon_sym_alignof] = ACTIONS(1469), - [anon_sym__Alignof] = ACTIONS(1469), - [anon_sym_offsetof] = ACTIONS(1469), - [anon_sym__Generic] = ACTIONS(1469), - [anon_sym_asm] = ACTIONS(1469), - [anon_sym___asm__] = ACTIONS(1469), - [sym_number_literal] = ACTIONS(1471), - [anon_sym_L_SQUOTE] = ACTIONS(1471), - [anon_sym_u_SQUOTE] = ACTIONS(1471), - [anon_sym_U_SQUOTE] = ACTIONS(1471), - [anon_sym_u8_SQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [anon_sym_L_DQUOTE] = ACTIONS(1471), - [anon_sym_u_DQUOTE] = ACTIONS(1471), - [anon_sym_U_DQUOTE] = ACTIONS(1471), - [anon_sym_u8_DQUOTE] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [sym_true] = ACTIONS(1469), - [sym_false] = ACTIONS(1469), - [anon_sym_NULL] = ACTIONS(1469), - [anon_sym_nullptr] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1469), - [anon_sym_rayPayloadInEXT] = ACTIONS(1469), - [anon_sym_hitAttributeEXT] = ACTIONS(1469), - [anon_sym_callableDataEXT] = ACTIONS(1469), - [anon_sym_callableDataInEXT] = ACTIONS(1469), - [anon_sym_shaderRecordEXT] = ACTIONS(1469), - [anon_sym_rayPayloadNV] = ACTIONS(1469), - [anon_sym_rayPayloadInNV] = ACTIONS(1469), - [anon_sym_hitAttributeNV] = ACTIONS(1469), - [anon_sym_callableDataNV] = ACTIONS(1469), - [anon_sym_callableDataInNV] = ACTIONS(1469), - [anon_sym_shaderRecordNV] = ACTIONS(1469), - [anon_sym_layout] = ACTIONS(1469), - }, - [149] = { - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token2] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [aux_sym_preproc_else_token1] = ACTIONS(1473), - [aux_sym_preproc_elif_token1] = ACTIONS(1473), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym___try] = ACTIONS(1473), - [anon_sym___leave] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), - }, - [150] = { - [sym_identifier] = ACTIONS(1477), - [aux_sym_preproc_include_token1] = ACTIONS(1477), - [aux_sym_preproc_def_token1] = ACTIONS(1477), - [aux_sym_preproc_if_token1] = ACTIONS(1477), - [aux_sym_preproc_if_token2] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1477), - [aux_sym_preproc_else_token1] = ACTIONS(1477), - [aux_sym_preproc_elif_token1] = ACTIONS(1477), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1477), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1477), - [sym_preproc_directive] = ACTIONS(1477), - [anon_sym_LPAREN2] = ACTIONS(1479), - [anon_sym_BANG] = ACTIONS(1479), - [anon_sym_TILDE] = ACTIONS(1479), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_STAR] = ACTIONS(1479), - [anon_sym_AMP] = ACTIONS(1479), - [anon_sym_subroutine] = ACTIONS(1477), - [anon_sym_invariant] = ACTIONS(1477), - [anon_sym_precise] = ACTIONS(1477), - [anon_sym_SEMI] = ACTIONS(1479), - [anon_sym_in] = ACTIONS(1477), - [anon_sym_out] = ACTIONS(1477), - [anon_sym_inout] = ACTIONS(1477), - [anon_sym_uniform] = ACTIONS(1477), - [anon_sym_shared] = ACTIONS(1477), - [anon_sym_attribute] = ACTIONS(1477), - [anon_sym_varying] = ACTIONS(1477), - [anon_sym_buffer] = ACTIONS(1477), - [anon_sym_coherent] = ACTIONS(1477), - [anon_sym_readonly] = ACTIONS(1477), - [anon_sym_writeonly] = ACTIONS(1477), - [anon_sym_precision] = ACTIONS(1477), - [anon_sym_highp] = ACTIONS(1477), - [anon_sym_mediump] = ACTIONS(1477), - [anon_sym_lowp] = ACTIONS(1477), - [anon_sym_centroid] = ACTIONS(1477), - [anon_sym_sample] = ACTIONS(1477), - [anon_sym_patch] = ACTIONS(1477), - [anon_sym_smooth] = ACTIONS(1477), - [anon_sym_flat] = ACTIONS(1477), - [anon_sym_noperspective] = ACTIONS(1477), - [anon_sym___extension__] = ACTIONS(1477), - [anon_sym_typedef] = ACTIONS(1477), - [anon_sym_extern] = ACTIONS(1477), - [anon_sym___attribute__] = ACTIONS(1477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1479), - [anon_sym___declspec] = ACTIONS(1477), - [anon_sym___cdecl] = ACTIONS(1477), - [anon_sym___clrcall] = ACTIONS(1477), - [anon_sym___stdcall] = ACTIONS(1477), - [anon_sym___fastcall] = ACTIONS(1477), - [anon_sym___thiscall] = ACTIONS(1477), - [anon_sym___vectorcall] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1479), - [anon_sym_signed] = ACTIONS(1477), - [anon_sym_unsigned] = ACTIONS(1477), - [anon_sym_long] = ACTIONS(1477), - [anon_sym_short] = ACTIONS(1477), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_auto] = ACTIONS(1477), - [anon_sym_register] = ACTIONS(1477), - [anon_sym_inline] = ACTIONS(1477), - [anon_sym___inline] = ACTIONS(1477), - [anon_sym___inline__] = ACTIONS(1477), - [anon_sym___forceinline] = ACTIONS(1477), - [anon_sym_thread_local] = ACTIONS(1477), - [anon_sym___thread] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_constexpr] = ACTIONS(1477), - [anon_sym_volatile] = ACTIONS(1477), - [anon_sym_restrict] = ACTIONS(1477), - [anon_sym___restrict__] = ACTIONS(1477), - [anon_sym__Atomic] = ACTIONS(1477), - [anon_sym__Noreturn] = ACTIONS(1477), - [anon_sym_noreturn] = ACTIONS(1477), - [anon_sym_alignas] = ACTIONS(1477), - [anon_sym__Alignas] = ACTIONS(1477), - [sym_primitive_type] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [anon_sym_struct] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_switch] = ACTIONS(1477), - [anon_sym_case] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_do] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_goto] = ACTIONS(1477), - [anon_sym___try] = ACTIONS(1477), - [anon_sym___leave] = ACTIONS(1477), - [anon_sym_DASH_DASH] = ACTIONS(1479), - [anon_sym_PLUS_PLUS] = ACTIONS(1479), - [anon_sym_sizeof] = ACTIONS(1477), - [anon_sym___alignof__] = ACTIONS(1477), - [anon_sym___alignof] = ACTIONS(1477), - [anon_sym__alignof] = ACTIONS(1477), - [anon_sym_alignof] = ACTIONS(1477), - [anon_sym__Alignof] = ACTIONS(1477), - [anon_sym_offsetof] = ACTIONS(1477), - [anon_sym__Generic] = ACTIONS(1477), - [anon_sym_asm] = ACTIONS(1477), - [anon_sym___asm__] = ACTIONS(1477), - [sym_number_literal] = ACTIONS(1479), - [anon_sym_L_SQUOTE] = ACTIONS(1479), - [anon_sym_u_SQUOTE] = ACTIONS(1479), - [anon_sym_U_SQUOTE] = ACTIONS(1479), - [anon_sym_u8_SQUOTE] = ACTIONS(1479), - [anon_sym_SQUOTE] = ACTIONS(1479), - [anon_sym_L_DQUOTE] = ACTIONS(1479), - [anon_sym_u_DQUOTE] = ACTIONS(1479), - [anon_sym_U_DQUOTE] = ACTIONS(1479), - [anon_sym_u8_DQUOTE] = ACTIONS(1479), - [anon_sym_DQUOTE] = ACTIONS(1479), - [sym_true] = ACTIONS(1477), - [sym_false] = ACTIONS(1477), - [anon_sym_NULL] = ACTIONS(1477), - [anon_sym_nullptr] = ACTIONS(1477), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1477), - [anon_sym_rayPayloadInEXT] = ACTIONS(1477), - [anon_sym_hitAttributeEXT] = ACTIONS(1477), - [anon_sym_callableDataEXT] = ACTIONS(1477), - [anon_sym_callableDataInEXT] = ACTIONS(1477), - [anon_sym_shaderRecordEXT] = ACTIONS(1477), - [anon_sym_rayPayloadNV] = ACTIONS(1477), - [anon_sym_rayPayloadInNV] = ACTIONS(1477), - [anon_sym_hitAttributeNV] = ACTIONS(1477), - [anon_sym_callableDataNV] = ACTIONS(1477), - [anon_sym_callableDataInNV] = ACTIONS(1477), - [anon_sym_shaderRecordNV] = ACTIONS(1477), - [anon_sym_layout] = ACTIONS(1477), - }, - [151] = { - [sym_identifier] = ACTIONS(1481), - [aux_sym_preproc_include_token1] = ACTIONS(1481), - [aux_sym_preproc_def_token1] = ACTIONS(1481), - [aux_sym_preproc_if_token1] = ACTIONS(1481), - [aux_sym_preproc_if_token2] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1481), - [aux_sym_preproc_else_token1] = ACTIONS(1481), - [aux_sym_preproc_elif_token1] = ACTIONS(1481), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1481), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1481), - [sym_preproc_directive] = ACTIONS(1481), - [anon_sym_LPAREN2] = ACTIONS(1483), - [anon_sym_BANG] = ACTIONS(1483), - [anon_sym_TILDE] = ACTIONS(1483), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1481), - [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_AMP] = ACTIONS(1483), - [anon_sym_subroutine] = ACTIONS(1481), - [anon_sym_invariant] = ACTIONS(1481), - [anon_sym_precise] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1483), - [anon_sym_in] = ACTIONS(1481), - [anon_sym_out] = ACTIONS(1481), - [anon_sym_inout] = ACTIONS(1481), - [anon_sym_uniform] = ACTIONS(1481), - [anon_sym_shared] = ACTIONS(1481), - [anon_sym_attribute] = ACTIONS(1481), - [anon_sym_varying] = ACTIONS(1481), - [anon_sym_buffer] = ACTIONS(1481), - [anon_sym_coherent] = ACTIONS(1481), - [anon_sym_readonly] = ACTIONS(1481), - [anon_sym_writeonly] = ACTIONS(1481), - [anon_sym_precision] = ACTIONS(1481), - [anon_sym_highp] = ACTIONS(1481), - [anon_sym_mediump] = ACTIONS(1481), - [anon_sym_lowp] = ACTIONS(1481), - [anon_sym_centroid] = ACTIONS(1481), - [anon_sym_sample] = ACTIONS(1481), - [anon_sym_patch] = ACTIONS(1481), - [anon_sym_smooth] = ACTIONS(1481), - [anon_sym_flat] = ACTIONS(1481), - [anon_sym_noperspective] = ACTIONS(1481), - [anon_sym___extension__] = ACTIONS(1481), - [anon_sym_typedef] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym___attribute__] = ACTIONS(1481), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1483), - [anon_sym___declspec] = ACTIONS(1481), - [anon_sym___cdecl] = ACTIONS(1481), - [anon_sym___clrcall] = ACTIONS(1481), - [anon_sym___stdcall] = ACTIONS(1481), - [anon_sym___fastcall] = ACTIONS(1481), - [anon_sym___thiscall] = ACTIONS(1481), - [anon_sym___vectorcall] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1483), - [anon_sym_signed] = ACTIONS(1481), - [anon_sym_unsigned] = ACTIONS(1481), - [anon_sym_long] = ACTIONS(1481), - [anon_sym_short] = ACTIONS(1481), - [anon_sym_static] = ACTIONS(1481), - [anon_sym_auto] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_inline] = ACTIONS(1481), - [anon_sym___inline] = ACTIONS(1481), - [anon_sym___inline__] = ACTIONS(1481), - [anon_sym___forceinline] = ACTIONS(1481), - [anon_sym_thread_local] = ACTIONS(1481), - [anon_sym___thread] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [anon_sym_constexpr] = ACTIONS(1481), - [anon_sym_volatile] = ACTIONS(1481), - [anon_sym_restrict] = ACTIONS(1481), - [anon_sym___restrict__] = ACTIONS(1481), - [anon_sym__Atomic] = ACTIONS(1481), - [anon_sym__Noreturn] = ACTIONS(1481), - [anon_sym_noreturn] = ACTIONS(1481), - [anon_sym_alignas] = ACTIONS(1481), - [anon_sym__Alignas] = ACTIONS(1481), - [sym_primitive_type] = ACTIONS(1481), - [anon_sym_enum] = ACTIONS(1481), - [anon_sym_struct] = ACTIONS(1481), - [anon_sym_union] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_switch] = ACTIONS(1481), - [anon_sym_case] = ACTIONS(1481), - [anon_sym_default] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_goto] = ACTIONS(1481), - [anon_sym___try] = ACTIONS(1481), - [anon_sym___leave] = ACTIONS(1481), - [anon_sym_DASH_DASH] = ACTIONS(1483), - [anon_sym_PLUS_PLUS] = ACTIONS(1483), - [anon_sym_sizeof] = ACTIONS(1481), - [anon_sym___alignof__] = ACTIONS(1481), - [anon_sym___alignof] = ACTIONS(1481), - [anon_sym__alignof] = ACTIONS(1481), - [anon_sym_alignof] = ACTIONS(1481), - [anon_sym__Alignof] = ACTIONS(1481), - [anon_sym_offsetof] = ACTIONS(1481), - [anon_sym__Generic] = ACTIONS(1481), - [anon_sym_asm] = ACTIONS(1481), - [anon_sym___asm__] = ACTIONS(1481), - [sym_number_literal] = ACTIONS(1483), - [anon_sym_L_SQUOTE] = ACTIONS(1483), - [anon_sym_u_SQUOTE] = ACTIONS(1483), - [anon_sym_U_SQUOTE] = ACTIONS(1483), - [anon_sym_u8_SQUOTE] = ACTIONS(1483), - [anon_sym_SQUOTE] = ACTIONS(1483), - [anon_sym_L_DQUOTE] = ACTIONS(1483), - [anon_sym_u_DQUOTE] = ACTIONS(1483), - [anon_sym_U_DQUOTE] = ACTIONS(1483), - [anon_sym_u8_DQUOTE] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(1483), - [sym_true] = ACTIONS(1481), - [sym_false] = ACTIONS(1481), - [anon_sym_NULL] = ACTIONS(1481), - [anon_sym_nullptr] = ACTIONS(1481), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1481), - [anon_sym_rayPayloadInEXT] = ACTIONS(1481), - [anon_sym_hitAttributeEXT] = ACTIONS(1481), - [anon_sym_callableDataEXT] = ACTIONS(1481), - [anon_sym_callableDataInEXT] = ACTIONS(1481), - [anon_sym_shaderRecordEXT] = ACTIONS(1481), - [anon_sym_rayPayloadNV] = ACTIONS(1481), - [anon_sym_rayPayloadInNV] = ACTIONS(1481), - [anon_sym_hitAttributeNV] = ACTIONS(1481), - [anon_sym_callableDataNV] = ACTIONS(1481), - [anon_sym_callableDataInNV] = ACTIONS(1481), - [anon_sym_shaderRecordNV] = ACTIONS(1481), - [anon_sym_layout] = ACTIONS(1481), - }, - [152] = { - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token2] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [aux_sym_preproc_else_token1] = ACTIONS(1457), - [aux_sym_preproc_elif_token1] = ACTIONS(1457), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym___try] = ACTIONS(1457), - [anon_sym___leave] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), - }, - [153] = { - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_include_token1] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token2] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [aux_sym_preproc_else_token1] = ACTIONS(1485), - [aux_sym_preproc_elif_token1] = ACTIONS(1485), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_LPAREN2] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1485), - [anon_sym_PLUS] = ACTIONS(1485), - [anon_sym_STAR] = ACTIONS(1487), - [anon_sym_AMP] = ACTIONS(1487), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_SEMI] = ACTIONS(1487), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_typedef] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym___cdecl] = ACTIONS(1485), - [anon_sym___clrcall] = ACTIONS(1485), - [anon_sym___stdcall] = ACTIONS(1485), - [anon_sym___fastcall] = ACTIONS(1485), - [anon_sym___thiscall] = ACTIONS(1485), - [anon_sym___vectorcall] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1487), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_switch] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1485), - [anon_sym_default] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_goto] = ACTIONS(1485), - [anon_sym___try] = ACTIONS(1485), - [anon_sym___leave] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1487), - [anon_sym_sizeof] = ACTIONS(1485), - [anon_sym___alignof__] = ACTIONS(1485), - [anon_sym___alignof] = ACTIONS(1485), - [anon_sym__alignof] = ACTIONS(1485), - [anon_sym_alignof] = ACTIONS(1485), - [anon_sym__Alignof] = ACTIONS(1485), - [anon_sym_offsetof] = ACTIONS(1485), - [anon_sym__Generic] = ACTIONS(1485), - [anon_sym_asm] = ACTIONS(1485), - [anon_sym___asm__] = ACTIONS(1485), - [sym_number_literal] = ACTIONS(1487), - [anon_sym_L_SQUOTE] = ACTIONS(1487), - [anon_sym_u_SQUOTE] = ACTIONS(1487), - [anon_sym_U_SQUOTE] = ACTIONS(1487), - [anon_sym_u8_SQUOTE] = ACTIONS(1487), - [anon_sym_SQUOTE] = ACTIONS(1487), - [anon_sym_L_DQUOTE] = ACTIONS(1487), - [anon_sym_u_DQUOTE] = ACTIONS(1487), - [anon_sym_U_DQUOTE] = ACTIONS(1487), - [anon_sym_u8_DQUOTE] = ACTIONS(1487), - [anon_sym_DQUOTE] = ACTIONS(1487), - [sym_true] = ACTIONS(1485), - [sym_false] = ACTIONS(1485), - [anon_sym_NULL] = ACTIONS(1485), - [anon_sym_nullptr] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), - }, - [154] = { - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_include_token1] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token2] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [aux_sym_preproc_else_token1] = ACTIONS(1489), - [aux_sym_preproc_elif_token1] = ACTIONS(1489), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_LPAREN2] = ACTIONS(1491), - [anon_sym_BANG] = ACTIONS(1491), - [anon_sym_TILDE] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(1491), - [anon_sym_AMP] = ACTIONS(1491), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_SEMI] = ACTIONS(1491), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_typedef] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym___cdecl] = ACTIONS(1489), - [anon_sym___clrcall] = ACTIONS(1489), - [anon_sym___stdcall] = ACTIONS(1489), - [anon_sym___fastcall] = ACTIONS(1489), - [anon_sym___thiscall] = ACTIONS(1489), - [anon_sym___vectorcall] = ACTIONS(1489), - [anon_sym_LBRACE] = ACTIONS(1491), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [anon_sym_if] = ACTIONS(1489), - [anon_sym_switch] = ACTIONS(1489), - [anon_sym_case] = ACTIONS(1489), - [anon_sym_default] = ACTIONS(1489), - [anon_sym_while] = ACTIONS(1489), - [anon_sym_do] = ACTIONS(1489), - [anon_sym_for] = ACTIONS(1489), - [anon_sym_return] = ACTIONS(1489), - [anon_sym_break] = ACTIONS(1489), - [anon_sym_continue] = ACTIONS(1489), - [anon_sym_goto] = ACTIONS(1489), - [anon_sym___try] = ACTIONS(1489), - [anon_sym___leave] = ACTIONS(1489), - [anon_sym_DASH_DASH] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1491), - [anon_sym_sizeof] = ACTIONS(1489), - [anon_sym___alignof__] = ACTIONS(1489), - [anon_sym___alignof] = ACTIONS(1489), - [anon_sym__alignof] = ACTIONS(1489), - [anon_sym_alignof] = ACTIONS(1489), - [anon_sym__Alignof] = ACTIONS(1489), - [anon_sym_offsetof] = ACTIONS(1489), - [anon_sym__Generic] = ACTIONS(1489), - [anon_sym_asm] = ACTIONS(1489), - [anon_sym___asm__] = ACTIONS(1489), - [sym_number_literal] = ACTIONS(1491), - [anon_sym_L_SQUOTE] = ACTIONS(1491), - [anon_sym_u_SQUOTE] = ACTIONS(1491), - [anon_sym_U_SQUOTE] = ACTIONS(1491), - [anon_sym_u8_SQUOTE] = ACTIONS(1491), - [anon_sym_SQUOTE] = ACTIONS(1491), - [anon_sym_L_DQUOTE] = ACTIONS(1491), - [anon_sym_u_DQUOTE] = ACTIONS(1491), - [anon_sym_U_DQUOTE] = ACTIONS(1491), - [anon_sym_u8_DQUOTE] = ACTIONS(1491), - [anon_sym_DQUOTE] = ACTIONS(1491), - [sym_true] = ACTIONS(1489), - [sym_false] = ACTIONS(1489), - [anon_sym_NULL] = ACTIONS(1489), - [anon_sym_nullptr] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), - }, - [155] = { - [sym_identifier] = ACTIONS(1493), - [aux_sym_preproc_include_token1] = ACTIONS(1493), - [aux_sym_preproc_def_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token2] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), - [aux_sym_preproc_else_token1] = ACTIONS(1493), - [aux_sym_preproc_elif_token1] = ACTIONS(1493), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1493), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1493), - [sym_preproc_directive] = ACTIONS(1493), - [anon_sym_LPAREN2] = ACTIONS(1495), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_DASH] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1493), - [anon_sym_STAR] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1495), - [anon_sym_subroutine] = ACTIONS(1493), - [anon_sym_invariant] = ACTIONS(1493), - [anon_sym_precise] = ACTIONS(1493), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_in] = ACTIONS(1493), - [anon_sym_out] = ACTIONS(1493), - [anon_sym_inout] = ACTIONS(1493), - [anon_sym_uniform] = ACTIONS(1493), - [anon_sym_shared] = ACTIONS(1493), - [anon_sym_attribute] = ACTIONS(1493), - [anon_sym_varying] = ACTIONS(1493), - [anon_sym_buffer] = ACTIONS(1493), - [anon_sym_coherent] = ACTIONS(1493), - [anon_sym_readonly] = ACTIONS(1493), - [anon_sym_writeonly] = ACTIONS(1493), - [anon_sym_precision] = ACTIONS(1493), - [anon_sym_highp] = ACTIONS(1493), - [anon_sym_mediump] = ACTIONS(1493), - [anon_sym_lowp] = ACTIONS(1493), - [anon_sym_centroid] = ACTIONS(1493), - [anon_sym_sample] = ACTIONS(1493), - [anon_sym_patch] = ACTIONS(1493), - [anon_sym_smooth] = ACTIONS(1493), - [anon_sym_flat] = ACTIONS(1493), - [anon_sym_noperspective] = ACTIONS(1493), - [anon_sym___extension__] = ACTIONS(1493), - [anon_sym_typedef] = ACTIONS(1493), - [anon_sym_extern] = ACTIONS(1493), - [anon_sym___attribute__] = ACTIONS(1493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1495), - [anon_sym___declspec] = ACTIONS(1493), - [anon_sym___cdecl] = ACTIONS(1493), - [anon_sym___clrcall] = ACTIONS(1493), - [anon_sym___stdcall] = ACTIONS(1493), - [anon_sym___fastcall] = ACTIONS(1493), - [anon_sym___thiscall] = ACTIONS(1493), - [anon_sym___vectorcall] = ACTIONS(1493), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_signed] = ACTIONS(1493), - [anon_sym_unsigned] = ACTIONS(1493), - [anon_sym_long] = ACTIONS(1493), - [anon_sym_short] = ACTIONS(1493), - [anon_sym_static] = ACTIONS(1493), - [anon_sym_auto] = ACTIONS(1493), - [anon_sym_register] = ACTIONS(1493), - [anon_sym_inline] = ACTIONS(1493), - [anon_sym___inline] = ACTIONS(1493), - [anon_sym___inline__] = ACTIONS(1493), - [anon_sym___forceinline] = ACTIONS(1493), - [anon_sym_thread_local] = ACTIONS(1493), - [anon_sym___thread] = ACTIONS(1493), - [anon_sym_const] = ACTIONS(1493), - [anon_sym_constexpr] = ACTIONS(1493), - [anon_sym_volatile] = ACTIONS(1493), - [anon_sym_restrict] = ACTIONS(1493), - [anon_sym___restrict__] = ACTIONS(1493), - [anon_sym__Atomic] = ACTIONS(1493), - [anon_sym__Noreturn] = ACTIONS(1493), - [anon_sym_noreturn] = ACTIONS(1493), - [anon_sym_alignas] = ACTIONS(1493), - [anon_sym__Alignas] = ACTIONS(1493), - [sym_primitive_type] = ACTIONS(1493), - [anon_sym_enum] = ACTIONS(1493), - [anon_sym_struct] = ACTIONS(1493), - [anon_sym_union] = ACTIONS(1493), - [anon_sym_if] = ACTIONS(1493), - [anon_sym_switch] = ACTIONS(1493), - [anon_sym_case] = ACTIONS(1493), - [anon_sym_default] = ACTIONS(1493), - [anon_sym_while] = ACTIONS(1493), - [anon_sym_do] = ACTIONS(1493), - [anon_sym_for] = ACTIONS(1493), - [anon_sym_return] = ACTIONS(1493), - [anon_sym_break] = ACTIONS(1493), - [anon_sym_continue] = ACTIONS(1493), - [anon_sym_goto] = ACTIONS(1493), - [anon_sym___try] = ACTIONS(1493), - [anon_sym___leave] = ACTIONS(1493), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1493), - [anon_sym___alignof] = ACTIONS(1493), - [anon_sym__alignof] = ACTIONS(1493), - [anon_sym_alignof] = ACTIONS(1493), - [anon_sym__Alignof] = ACTIONS(1493), - [anon_sym_offsetof] = ACTIONS(1493), - [anon_sym__Generic] = ACTIONS(1493), - [anon_sym_asm] = ACTIONS(1493), - [anon_sym___asm__] = ACTIONS(1493), - [sym_number_literal] = ACTIONS(1495), - [anon_sym_L_SQUOTE] = ACTIONS(1495), - [anon_sym_u_SQUOTE] = ACTIONS(1495), - [anon_sym_U_SQUOTE] = ACTIONS(1495), - [anon_sym_u8_SQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [anon_sym_L_DQUOTE] = ACTIONS(1495), - [anon_sym_u_DQUOTE] = ACTIONS(1495), - [anon_sym_U_DQUOTE] = ACTIONS(1495), - [anon_sym_u8_DQUOTE] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [sym_true] = ACTIONS(1493), - [sym_false] = ACTIONS(1493), - [anon_sym_NULL] = ACTIONS(1493), - [anon_sym_nullptr] = ACTIONS(1493), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1493), - [anon_sym_rayPayloadInEXT] = ACTIONS(1493), - [anon_sym_hitAttributeEXT] = ACTIONS(1493), - [anon_sym_callableDataEXT] = ACTIONS(1493), - [anon_sym_callableDataInEXT] = ACTIONS(1493), - [anon_sym_shaderRecordEXT] = ACTIONS(1493), - [anon_sym_rayPayloadNV] = ACTIONS(1493), - [anon_sym_rayPayloadInNV] = ACTIONS(1493), - [anon_sym_hitAttributeNV] = ACTIONS(1493), - [anon_sym_callableDataNV] = ACTIONS(1493), - [anon_sym_callableDataInNV] = ACTIONS(1493), - [anon_sym_shaderRecordNV] = ACTIONS(1493), - [anon_sym_layout] = ACTIONS(1493), - }, - [156] = { - [sym_identifier] = ACTIONS(1497), - [aux_sym_preproc_include_token1] = ACTIONS(1497), - [aux_sym_preproc_def_token1] = ACTIONS(1497), - [aux_sym_preproc_if_token1] = ACTIONS(1497), - [aux_sym_preproc_if_token2] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1497), - [aux_sym_preproc_else_token1] = ACTIONS(1497), - [aux_sym_preproc_elif_token1] = ACTIONS(1497), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1497), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1497), - [sym_preproc_directive] = ACTIONS(1497), - [anon_sym_LPAREN2] = ACTIONS(1499), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1499), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_subroutine] = ACTIONS(1497), - [anon_sym_invariant] = ACTIONS(1497), - [anon_sym_precise] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_in] = ACTIONS(1497), - [anon_sym_out] = ACTIONS(1497), - [anon_sym_inout] = ACTIONS(1497), - [anon_sym_uniform] = ACTIONS(1497), - [anon_sym_shared] = ACTIONS(1497), - [anon_sym_attribute] = ACTIONS(1497), - [anon_sym_varying] = ACTIONS(1497), - [anon_sym_buffer] = ACTIONS(1497), - [anon_sym_coherent] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_writeonly] = ACTIONS(1497), - [anon_sym_precision] = ACTIONS(1497), - [anon_sym_highp] = ACTIONS(1497), - [anon_sym_mediump] = ACTIONS(1497), - [anon_sym_lowp] = ACTIONS(1497), - [anon_sym_centroid] = ACTIONS(1497), - [anon_sym_sample] = ACTIONS(1497), - [anon_sym_patch] = ACTIONS(1497), - [anon_sym_smooth] = ACTIONS(1497), - [anon_sym_flat] = ACTIONS(1497), - [anon_sym_noperspective] = ACTIONS(1497), - [anon_sym___extension__] = ACTIONS(1497), - [anon_sym_typedef] = ACTIONS(1497), - [anon_sym_extern] = ACTIONS(1497), - [anon_sym___attribute__] = ACTIONS(1497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1499), - [anon_sym___declspec] = ACTIONS(1497), - [anon_sym___cdecl] = ACTIONS(1497), - [anon_sym___clrcall] = ACTIONS(1497), - [anon_sym___stdcall] = ACTIONS(1497), - [anon_sym___fastcall] = ACTIONS(1497), - [anon_sym___thiscall] = ACTIONS(1497), - [anon_sym___vectorcall] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1497), - [anon_sym_unsigned] = ACTIONS(1497), - [anon_sym_long] = ACTIONS(1497), - [anon_sym_short] = ACTIONS(1497), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_auto] = ACTIONS(1497), - [anon_sym_register] = ACTIONS(1497), - [anon_sym_inline] = ACTIONS(1497), - [anon_sym___inline] = ACTIONS(1497), - [anon_sym___inline__] = ACTIONS(1497), - [anon_sym___forceinline] = ACTIONS(1497), - [anon_sym_thread_local] = ACTIONS(1497), - [anon_sym___thread] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_constexpr] = ACTIONS(1497), - [anon_sym_volatile] = ACTIONS(1497), - [anon_sym_restrict] = ACTIONS(1497), - [anon_sym___restrict__] = ACTIONS(1497), - [anon_sym__Atomic] = ACTIONS(1497), - [anon_sym__Noreturn] = ACTIONS(1497), - [anon_sym_noreturn] = ACTIONS(1497), - [anon_sym_alignas] = ACTIONS(1497), - [anon_sym__Alignas] = ACTIONS(1497), - [sym_primitive_type] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [anon_sym_struct] = ACTIONS(1497), - [anon_sym_union] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_goto] = ACTIONS(1497), - [anon_sym___try] = ACTIONS(1497), - [anon_sym___leave] = ACTIONS(1497), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_sizeof] = ACTIONS(1497), - [anon_sym___alignof__] = ACTIONS(1497), - [anon_sym___alignof] = ACTIONS(1497), - [anon_sym__alignof] = ACTIONS(1497), - [anon_sym_alignof] = ACTIONS(1497), - [anon_sym__Alignof] = ACTIONS(1497), - [anon_sym_offsetof] = ACTIONS(1497), - [anon_sym__Generic] = ACTIONS(1497), - [anon_sym_asm] = ACTIONS(1497), - [anon_sym___asm__] = ACTIONS(1497), - [sym_number_literal] = ACTIONS(1499), - [anon_sym_L_SQUOTE] = ACTIONS(1499), - [anon_sym_u_SQUOTE] = ACTIONS(1499), - [anon_sym_U_SQUOTE] = ACTIONS(1499), - [anon_sym_u8_SQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [anon_sym_L_DQUOTE] = ACTIONS(1499), - [anon_sym_u_DQUOTE] = ACTIONS(1499), - [anon_sym_U_DQUOTE] = ACTIONS(1499), - [anon_sym_u8_DQUOTE] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [anon_sym_NULL] = ACTIONS(1497), - [anon_sym_nullptr] = ACTIONS(1497), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1497), - [anon_sym_rayPayloadInEXT] = ACTIONS(1497), - [anon_sym_hitAttributeEXT] = ACTIONS(1497), - [anon_sym_callableDataEXT] = ACTIONS(1497), - [anon_sym_callableDataInEXT] = ACTIONS(1497), - [anon_sym_shaderRecordEXT] = ACTIONS(1497), - [anon_sym_rayPayloadNV] = ACTIONS(1497), - [anon_sym_rayPayloadInNV] = ACTIONS(1497), - [anon_sym_hitAttributeNV] = ACTIONS(1497), - [anon_sym_callableDataNV] = ACTIONS(1497), - [anon_sym_callableDataInNV] = ACTIONS(1497), - [anon_sym_shaderRecordNV] = ACTIONS(1497), - [anon_sym_layout] = ACTIONS(1497), - }, - [157] = { - [sym_identifier] = ACTIONS(1501), - [aux_sym_preproc_include_token1] = ACTIONS(1501), - [aux_sym_preproc_def_token1] = ACTIONS(1501), - [aux_sym_preproc_if_token1] = ACTIONS(1501), - [aux_sym_preproc_if_token2] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1501), - [aux_sym_preproc_else_token1] = ACTIONS(1501), - [aux_sym_preproc_elif_token1] = ACTIONS(1501), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1501), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1501), - [sym_preproc_directive] = ACTIONS(1501), - [anon_sym_LPAREN2] = ACTIONS(1503), - [anon_sym_BANG] = ACTIONS(1503), - [anon_sym_TILDE] = ACTIONS(1503), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_subroutine] = ACTIONS(1501), - [anon_sym_invariant] = ACTIONS(1501), - [anon_sym_precise] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1503), - [anon_sym_in] = ACTIONS(1501), - [anon_sym_out] = ACTIONS(1501), - [anon_sym_inout] = ACTIONS(1501), - [anon_sym_uniform] = ACTIONS(1501), - [anon_sym_shared] = ACTIONS(1501), - [anon_sym_attribute] = ACTIONS(1501), - [anon_sym_varying] = ACTIONS(1501), - [anon_sym_buffer] = ACTIONS(1501), - [anon_sym_coherent] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_writeonly] = ACTIONS(1501), - [anon_sym_precision] = ACTIONS(1501), - [anon_sym_highp] = ACTIONS(1501), - [anon_sym_mediump] = ACTIONS(1501), - [anon_sym_lowp] = ACTIONS(1501), - [anon_sym_centroid] = ACTIONS(1501), - [anon_sym_sample] = ACTIONS(1501), - [anon_sym_patch] = ACTIONS(1501), - [anon_sym_smooth] = ACTIONS(1501), - [anon_sym_flat] = ACTIONS(1501), - [anon_sym_noperspective] = ACTIONS(1501), - [anon_sym___extension__] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1501), - [anon_sym_extern] = ACTIONS(1501), - [anon_sym___attribute__] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1503), - [anon_sym___declspec] = ACTIONS(1501), - [anon_sym___cdecl] = ACTIONS(1501), - [anon_sym___clrcall] = ACTIONS(1501), - [anon_sym___stdcall] = ACTIONS(1501), - [anon_sym___fastcall] = ACTIONS(1501), - [anon_sym___thiscall] = ACTIONS(1501), - [anon_sym___vectorcall] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1503), - [anon_sym_signed] = ACTIONS(1501), - [anon_sym_unsigned] = ACTIONS(1501), - [anon_sym_long] = ACTIONS(1501), - [anon_sym_short] = ACTIONS(1501), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_auto] = ACTIONS(1501), - [anon_sym_register] = ACTIONS(1501), - [anon_sym_inline] = ACTIONS(1501), - [anon_sym___inline] = ACTIONS(1501), - [anon_sym___inline__] = ACTIONS(1501), - [anon_sym___forceinline] = ACTIONS(1501), - [anon_sym_thread_local] = ACTIONS(1501), - [anon_sym___thread] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_constexpr] = ACTIONS(1501), - [anon_sym_volatile] = ACTIONS(1501), - [anon_sym_restrict] = ACTIONS(1501), - [anon_sym___restrict__] = ACTIONS(1501), - [anon_sym__Atomic] = ACTIONS(1501), - [anon_sym__Noreturn] = ACTIONS(1501), - [anon_sym_noreturn] = ACTIONS(1501), - [anon_sym_alignas] = ACTIONS(1501), - [anon_sym__Alignas] = ACTIONS(1501), - [sym_primitive_type] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [anon_sym_struct] = ACTIONS(1501), - [anon_sym_union] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_goto] = ACTIONS(1501), - [anon_sym___try] = ACTIONS(1501), - [anon_sym___leave] = ACTIONS(1501), - [anon_sym_DASH_DASH] = ACTIONS(1503), - [anon_sym_PLUS_PLUS] = ACTIONS(1503), - [anon_sym_sizeof] = ACTIONS(1501), - [anon_sym___alignof__] = ACTIONS(1501), - [anon_sym___alignof] = ACTIONS(1501), - [anon_sym__alignof] = ACTIONS(1501), - [anon_sym_alignof] = ACTIONS(1501), - [anon_sym__Alignof] = ACTIONS(1501), - [anon_sym_offsetof] = ACTIONS(1501), - [anon_sym__Generic] = ACTIONS(1501), - [anon_sym_asm] = ACTIONS(1501), - [anon_sym___asm__] = ACTIONS(1501), - [sym_number_literal] = ACTIONS(1503), - [anon_sym_L_SQUOTE] = ACTIONS(1503), - [anon_sym_u_SQUOTE] = ACTIONS(1503), - [anon_sym_U_SQUOTE] = ACTIONS(1503), - [anon_sym_u8_SQUOTE] = ACTIONS(1503), - [anon_sym_SQUOTE] = ACTIONS(1503), - [anon_sym_L_DQUOTE] = ACTIONS(1503), - [anon_sym_u_DQUOTE] = ACTIONS(1503), - [anon_sym_U_DQUOTE] = ACTIONS(1503), - [anon_sym_u8_DQUOTE] = ACTIONS(1503), - [anon_sym_DQUOTE] = ACTIONS(1503), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [anon_sym_NULL] = ACTIONS(1501), - [anon_sym_nullptr] = ACTIONS(1501), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1501), - [anon_sym_rayPayloadInEXT] = ACTIONS(1501), - [anon_sym_hitAttributeEXT] = ACTIONS(1501), - [anon_sym_callableDataEXT] = ACTIONS(1501), - [anon_sym_callableDataInEXT] = ACTIONS(1501), - [anon_sym_shaderRecordEXT] = ACTIONS(1501), - [anon_sym_rayPayloadNV] = ACTIONS(1501), - [anon_sym_rayPayloadInNV] = ACTIONS(1501), - [anon_sym_hitAttributeNV] = ACTIONS(1501), - [anon_sym_callableDataNV] = ACTIONS(1501), - [anon_sym_callableDataInNV] = ACTIONS(1501), - [anon_sym_shaderRecordNV] = ACTIONS(1501), - [anon_sym_layout] = ACTIONS(1501), - }, - [158] = { - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token2] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [aux_sym_preproc_else_token1] = ACTIONS(1505), - [aux_sym_preproc_elif_token1] = ACTIONS(1505), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym___try] = ACTIONS(1505), - [anon_sym___leave] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), - }, - [159] = { - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token2] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [aux_sym_preproc_else_token1] = ACTIONS(1473), - [aux_sym_preproc_elif_token1] = ACTIONS(1473), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym___try] = ACTIONS(1473), - [anon_sym___leave] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), + [118] = { + [sym_identifier] = ACTIONS(1359), + [aux_sym_preproc_include_token1] = ACTIONS(1359), + [aux_sym_preproc_def_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token2] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), + [aux_sym_preproc_else_token1] = ACTIONS(1359), + [aux_sym_preproc_elif_token1] = ACTIONS(1359), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1359), + [sym_preproc_directive] = ACTIONS(1359), + [anon_sym_LPAREN2] = ACTIONS(1361), + [anon_sym_BANG] = ACTIONS(1361), + [anon_sym_TILDE] = ACTIONS(1361), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_STAR] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(1361), + [anon_sym_subroutine] = ACTIONS(1359), + [anon_sym_invariant] = ACTIONS(1359), + [anon_sym_precise] = ACTIONS(1359), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_in] = ACTIONS(1359), + [anon_sym_out] = ACTIONS(1359), + [anon_sym_inout] = ACTIONS(1359), + [anon_sym_uniform] = ACTIONS(1359), + [anon_sym_shared] = ACTIONS(1359), + [anon_sym_attribute] = ACTIONS(1359), + [anon_sym_varying] = ACTIONS(1359), + [anon_sym_buffer] = ACTIONS(1359), + [anon_sym_coherent] = ACTIONS(1359), + [anon_sym_readonly] = ACTIONS(1359), + [anon_sym_writeonly] = ACTIONS(1359), + [anon_sym_precision] = ACTIONS(1359), + [anon_sym_highp] = ACTIONS(1359), + [anon_sym_mediump] = ACTIONS(1359), + [anon_sym_lowp] = ACTIONS(1359), + [anon_sym_centroid] = ACTIONS(1359), + [anon_sym_sample] = ACTIONS(1359), + [anon_sym_patch] = ACTIONS(1359), + [anon_sym_smooth] = ACTIONS(1359), + [anon_sym_flat] = ACTIONS(1359), + [anon_sym_noperspective] = ACTIONS(1359), + [anon_sym___extension__] = ACTIONS(1359), + [anon_sym_typedef] = ACTIONS(1359), + [anon_sym_extern] = ACTIONS(1359), + [anon_sym___attribute__] = ACTIONS(1359), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), + [anon_sym___declspec] = ACTIONS(1359), + [anon_sym___cdecl] = ACTIONS(1359), + [anon_sym___clrcall] = ACTIONS(1359), + [anon_sym___stdcall] = ACTIONS(1359), + [anon_sym___fastcall] = ACTIONS(1359), + [anon_sym___thiscall] = ACTIONS(1359), + [anon_sym___vectorcall] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_signed] = ACTIONS(1359), + [anon_sym_unsigned] = ACTIONS(1359), + [anon_sym_long] = ACTIONS(1359), + [anon_sym_short] = ACTIONS(1359), + [anon_sym_static] = ACTIONS(1359), + [anon_sym_auto] = ACTIONS(1359), + [anon_sym_register] = ACTIONS(1359), + [anon_sym_inline] = ACTIONS(1359), + [anon_sym___inline] = ACTIONS(1359), + [anon_sym___inline__] = ACTIONS(1359), + [anon_sym___forceinline] = ACTIONS(1359), + [anon_sym_thread_local] = ACTIONS(1359), + [anon_sym___thread] = ACTIONS(1359), + [anon_sym_const] = ACTIONS(1359), + [anon_sym_constexpr] = ACTIONS(1359), + [anon_sym_volatile] = ACTIONS(1359), + [anon_sym_restrict] = ACTIONS(1359), + [anon_sym___restrict__] = ACTIONS(1359), + [anon_sym__Atomic] = ACTIONS(1359), + [anon_sym__Noreturn] = ACTIONS(1359), + [anon_sym_noreturn] = ACTIONS(1359), + [anon_sym__Nonnull] = ACTIONS(1359), + [anon_sym_alignas] = ACTIONS(1359), + [anon_sym__Alignas] = ACTIONS(1359), + [sym_primitive_type] = ACTIONS(1359), + [anon_sym_enum] = ACTIONS(1359), + [anon_sym_struct] = ACTIONS(1359), + [anon_sym_union] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1359), + [anon_sym_else] = ACTIONS(1359), + [anon_sym_switch] = ACTIONS(1359), + [anon_sym_case] = ACTIONS(1359), + [anon_sym_default] = ACTIONS(1359), + [anon_sym_while] = ACTIONS(1359), + [anon_sym_do] = ACTIONS(1359), + [anon_sym_for] = ACTIONS(1359), + [anon_sym_return] = ACTIONS(1359), + [anon_sym_break] = ACTIONS(1359), + [anon_sym_continue] = ACTIONS(1359), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym___try] = ACTIONS(1359), + [anon_sym___leave] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1361), + [anon_sym_PLUS_PLUS] = ACTIONS(1361), + [anon_sym_sizeof] = ACTIONS(1359), + [anon_sym___alignof__] = ACTIONS(1359), + [anon_sym___alignof] = ACTIONS(1359), + [anon_sym__alignof] = ACTIONS(1359), + [anon_sym_alignof] = ACTIONS(1359), + [anon_sym__Alignof] = ACTIONS(1359), + [anon_sym_offsetof] = ACTIONS(1359), + [anon_sym__Generic] = ACTIONS(1359), + [anon_sym_asm] = ACTIONS(1359), + [anon_sym___asm__] = ACTIONS(1359), + [anon_sym___asm] = ACTIONS(1359), + [sym_number_literal] = ACTIONS(1361), + [anon_sym_L_SQUOTE] = ACTIONS(1361), + [anon_sym_u_SQUOTE] = ACTIONS(1361), + [anon_sym_U_SQUOTE] = ACTIONS(1361), + [anon_sym_u8_SQUOTE] = ACTIONS(1361), + [anon_sym_SQUOTE] = ACTIONS(1361), + [anon_sym_L_DQUOTE] = ACTIONS(1361), + [anon_sym_u_DQUOTE] = ACTIONS(1361), + [anon_sym_U_DQUOTE] = ACTIONS(1361), + [anon_sym_u8_DQUOTE] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1361), + [sym_true] = ACTIONS(1359), + [sym_false] = ACTIONS(1359), + [anon_sym_NULL] = ACTIONS(1359), + [anon_sym_nullptr] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1359), + [anon_sym_rayPayloadInEXT] = ACTIONS(1359), + [anon_sym_hitAttributeEXT] = ACTIONS(1359), + [anon_sym_callableDataEXT] = ACTIONS(1359), + [anon_sym_callableDataInEXT] = ACTIONS(1359), + [anon_sym_shaderRecordEXT] = ACTIONS(1359), + [anon_sym_rayPayloadNV] = ACTIONS(1359), + [anon_sym_rayPayloadInNV] = ACTIONS(1359), + [anon_sym_hitAttributeNV] = ACTIONS(1359), + [anon_sym_callableDataNV] = ACTIONS(1359), + [anon_sym_callableDataInNV] = ACTIONS(1359), + [anon_sym_shaderRecordNV] = ACTIONS(1359), + [anon_sym_layout] = ACTIONS(1359), }, - [160] = { - [sym_identifier] = ACTIONS(1509), - [aux_sym_preproc_include_token1] = ACTIONS(1509), - [aux_sym_preproc_def_token1] = ACTIONS(1509), - [aux_sym_preproc_if_token1] = ACTIONS(1509), - [aux_sym_preproc_if_token2] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1509), - [aux_sym_preproc_else_token1] = ACTIONS(1509), - [aux_sym_preproc_elif_token1] = ACTIONS(1509), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1509), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1509), - [sym_preproc_directive] = ACTIONS(1509), - [anon_sym_LPAREN2] = ACTIONS(1511), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - [anon_sym_subroutine] = ACTIONS(1509), - [anon_sym_invariant] = ACTIONS(1509), - [anon_sym_precise] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_out] = ACTIONS(1509), - [anon_sym_inout] = ACTIONS(1509), - [anon_sym_uniform] = ACTIONS(1509), - [anon_sym_shared] = ACTIONS(1509), - [anon_sym_attribute] = ACTIONS(1509), - [anon_sym_varying] = ACTIONS(1509), - [anon_sym_buffer] = ACTIONS(1509), - [anon_sym_coherent] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_writeonly] = ACTIONS(1509), - [anon_sym_precision] = ACTIONS(1509), - [anon_sym_highp] = ACTIONS(1509), - [anon_sym_mediump] = ACTIONS(1509), - [anon_sym_lowp] = ACTIONS(1509), - [anon_sym_centroid] = ACTIONS(1509), - [anon_sym_sample] = ACTIONS(1509), - [anon_sym_patch] = ACTIONS(1509), - [anon_sym_smooth] = ACTIONS(1509), - [anon_sym_flat] = ACTIONS(1509), - [anon_sym_noperspective] = ACTIONS(1509), - [anon_sym___extension__] = ACTIONS(1509), - [anon_sym_typedef] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym___attribute__] = ACTIONS(1509), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1511), - [anon_sym___declspec] = ACTIONS(1509), - [anon_sym___cdecl] = ACTIONS(1509), - [anon_sym___clrcall] = ACTIONS(1509), - [anon_sym___stdcall] = ACTIONS(1509), - [anon_sym___fastcall] = ACTIONS(1509), - [anon_sym___thiscall] = ACTIONS(1509), - [anon_sym___vectorcall] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1511), - [anon_sym_signed] = ACTIONS(1509), - [anon_sym_unsigned] = ACTIONS(1509), - [anon_sym_long] = ACTIONS(1509), - [anon_sym_short] = ACTIONS(1509), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_auto] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_inline] = ACTIONS(1509), - [anon_sym___inline] = ACTIONS(1509), - [anon_sym___inline__] = ACTIONS(1509), - [anon_sym___forceinline] = ACTIONS(1509), - [anon_sym_thread_local] = ACTIONS(1509), - [anon_sym___thread] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_constexpr] = ACTIONS(1509), - [anon_sym_volatile] = ACTIONS(1509), - [anon_sym_restrict] = ACTIONS(1509), - [anon_sym___restrict__] = ACTIONS(1509), - [anon_sym__Atomic] = ACTIONS(1509), - [anon_sym__Noreturn] = ACTIONS(1509), - [anon_sym_noreturn] = ACTIONS(1509), - [anon_sym_alignas] = ACTIONS(1509), - [anon_sym__Alignas] = ACTIONS(1509), - [sym_primitive_type] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - [anon_sym_struct] = ACTIONS(1509), - [anon_sym_union] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_goto] = ACTIONS(1509), - [anon_sym___try] = ACTIONS(1509), - [anon_sym___leave] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1511), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_sizeof] = ACTIONS(1509), - [anon_sym___alignof__] = ACTIONS(1509), - [anon_sym___alignof] = ACTIONS(1509), - [anon_sym__alignof] = ACTIONS(1509), - [anon_sym_alignof] = ACTIONS(1509), - [anon_sym__Alignof] = ACTIONS(1509), - [anon_sym_offsetof] = ACTIONS(1509), - [anon_sym__Generic] = ACTIONS(1509), - [anon_sym_asm] = ACTIONS(1509), - [anon_sym___asm__] = ACTIONS(1509), - [sym_number_literal] = ACTIONS(1511), - [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(1511), - [anon_sym_u_DQUOTE] = ACTIONS(1511), - [anon_sym_U_DQUOTE] = ACTIONS(1511), - [anon_sym_u8_DQUOTE] = ACTIONS(1511), - [anon_sym_DQUOTE] = ACTIONS(1511), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [anon_sym_NULL] = ACTIONS(1509), - [anon_sym_nullptr] = ACTIONS(1509), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1509), - [anon_sym_rayPayloadInEXT] = ACTIONS(1509), - [anon_sym_hitAttributeEXT] = ACTIONS(1509), - [anon_sym_callableDataEXT] = ACTIONS(1509), - [anon_sym_callableDataInEXT] = ACTIONS(1509), - [anon_sym_shaderRecordEXT] = ACTIONS(1509), - [anon_sym_rayPayloadNV] = ACTIONS(1509), - [anon_sym_rayPayloadInNV] = ACTIONS(1509), - [anon_sym_hitAttributeNV] = ACTIONS(1509), - [anon_sym_callableDataNV] = ACTIONS(1509), - [anon_sym_callableDataInNV] = ACTIONS(1509), - [anon_sym_shaderRecordNV] = ACTIONS(1509), - [anon_sym_layout] = ACTIONS(1509), + [119] = { + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token2] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [aux_sym_preproc_else_token1] = ACTIONS(1363), + [aux_sym_preproc_elif_token1] = ACTIONS(1363), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_subroutine] = ACTIONS(1363), + [anon_sym_invariant] = ACTIONS(1363), + [anon_sym_precise] = ACTIONS(1363), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1363), + [anon_sym_out] = ACTIONS(1363), + [anon_sym_inout] = ACTIONS(1363), + [anon_sym_uniform] = ACTIONS(1363), + [anon_sym_shared] = ACTIONS(1363), + [anon_sym_attribute] = ACTIONS(1363), + [anon_sym_varying] = ACTIONS(1363), + [anon_sym_buffer] = ACTIONS(1363), + [anon_sym_coherent] = ACTIONS(1363), + [anon_sym_readonly] = ACTIONS(1363), + [anon_sym_writeonly] = ACTIONS(1363), + [anon_sym_precision] = ACTIONS(1363), + [anon_sym_highp] = ACTIONS(1363), + [anon_sym_mediump] = ACTIONS(1363), + [anon_sym_lowp] = ACTIONS(1363), + [anon_sym_centroid] = ACTIONS(1363), + [anon_sym_sample] = ACTIONS(1363), + [anon_sym_patch] = ACTIONS(1363), + [anon_sym_smooth] = ACTIONS(1363), + [anon_sym_flat] = ACTIONS(1363), + [anon_sym_noperspective] = ACTIONS(1363), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [anon_sym__Nonnull] = ACTIONS(1363), + [anon_sym_alignas] = ACTIONS(1363), + [anon_sym__Alignas] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_else] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym___try] = ACTIONS(1363), + [anon_sym___leave] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [anon_sym___asm] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1363), + [anon_sym_rayPayloadInEXT] = ACTIONS(1363), + [anon_sym_hitAttributeEXT] = ACTIONS(1363), + [anon_sym_callableDataEXT] = ACTIONS(1363), + [anon_sym_callableDataInEXT] = ACTIONS(1363), + [anon_sym_shaderRecordEXT] = ACTIONS(1363), + [anon_sym_rayPayloadNV] = ACTIONS(1363), + [anon_sym_rayPayloadInNV] = ACTIONS(1363), + [anon_sym_hitAttributeNV] = ACTIONS(1363), + [anon_sym_callableDataNV] = ACTIONS(1363), + [anon_sym_callableDataInNV] = ACTIONS(1363), + [anon_sym_shaderRecordNV] = ACTIONS(1363), + [anon_sym_layout] = ACTIONS(1363), }, - [161] = { - [sym_identifier] = ACTIONS(1513), - [aux_sym_preproc_include_token1] = ACTIONS(1513), - [aux_sym_preproc_def_token1] = ACTIONS(1513), - [aux_sym_preproc_if_token1] = ACTIONS(1513), - [aux_sym_preproc_if_token2] = ACTIONS(1513), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1513), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1513), - [aux_sym_preproc_else_token1] = ACTIONS(1513), - [aux_sym_preproc_elif_token1] = ACTIONS(1513), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1513), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1513), - [sym_preproc_directive] = ACTIONS(1513), - [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_TILDE] = ACTIONS(1516), - [anon_sym_DASH] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1516), - [anon_sym_AMP] = ACTIONS(1516), - [anon_sym_subroutine] = ACTIONS(1513), - [anon_sym_invariant] = ACTIONS(1513), - [anon_sym_precise] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_in] = ACTIONS(1513), - [anon_sym_out] = ACTIONS(1513), - [anon_sym_inout] = ACTIONS(1513), - [anon_sym_uniform] = ACTIONS(1513), - [anon_sym_shared] = ACTIONS(1513), - [anon_sym_attribute] = ACTIONS(1513), - [anon_sym_varying] = ACTIONS(1513), - [anon_sym_buffer] = ACTIONS(1513), - [anon_sym_coherent] = ACTIONS(1513), - [anon_sym_readonly] = ACTIONS(1513), + [120] = { + [sym_identifier] = ACTIONS(1337), + [aux_sym_preproc_include_token1] = ACTIONS(1337), + [aux_sym_preproc_def_token1] = ACTIONS(1337), + [aux_sym_preproc_if_token1] = ACTIONS(1337), + [aux_sym_preproc_if_token2] = ACTIONS(1337), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1337), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1337), + [aux_sym_preproc_else_token1] = ACTIONS(1337), + [aux_sym_preproc_elif_token1] = ACTIONS(1337), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1337), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1337), + [sym_preproc_directive] = ACTIONS(1337), + [anon_sym_LPAREN2] = ACTIONS(1335), + [anon_sym_BANG] = ACTIONS(1335), + [anon_sym_TILDE] = ACTIONS(1335), + [anon_sym_DASH] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1337), + [anon_sym_STAR] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(1335), + [anon_sym_subroutine] = ACTIONS(1337), + [anon_sym_invariant] = ACTIONS(1337), + [anon_sym_precise] = ACTIONS(1337), + [anon_sym_SEMI] = ACTIONS(1335), + [anon_sym_in] = ACTIONS(1337), + [anon_sym_out] = ACTIONS(1337), + [anon_sym_inout] = ACTIONS(1337), + [anon_sym_uniform] = ACTIONS(1337), + [anon_sym_shared] = ACTIONS(1337), + [anon_sym_attribute] = ACTIONS(1337), + [anon_sym_varying] = ACTIONS(1337), + [anon_sym_buffer] = ACTIONS(1337), + [anon_sym_coherent] = ACTIONS(1337), + [anon_sym_readonly] = ACTIONS(1337), + [anon_sym_writeonly] = ACTIONS(1337), + [anon_sym_precision] = ACTIONS(1337), + [anon_sym_highp] = ACTIONS(1337), + [anon_sym_mediump] = ACTIONS(1337), + [anon_sym_lowp] = ACTIONS(1337), + [anon_sym_centroid] = ACTIONS(1337), + [anon_sym_sample] = ACTIONS(1337), + [anon_sym_patch] = ACTIONS(1337), + [anon_sym_smooth] = ACTIONS(1337), + [anon_sym_flat] = ACTIONS(1337), + [anon_sym_noperspective] = ACTIONS(1337), + [anon_sym___extension__] = ACTIONS(1337), + [anon_sym_typedef] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1337), + [anon_sym___attribute__] = ACTIONS(1337), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), + [anon_sym___declspec] = ACTIONS(1337), + [anon_sym___cdecl] = ACTIONS(1337), + [anon_sym___clrcall] = ACTIONS(1337), + [anon_sym___stdcall] = ACTIONS(1337), + [anon_sym___fastcall] = ACTIONS(1337), + [anon_sym___thiscall] = ACTIONS(1337), + [anon_sym___vectorcall] = ACTIONS(1337), + [anon_sym_LBRACE] = ACTIONS(1335), + [anon_sym_signed] = ACTIONS(1337), + [anon_sym_unsigned] = ACTIONS(1337), + [anon_sym_long] = ACTIONS(1337), + [anon_sym_short] = ACTIONS(1337), + [anon_sym_static] = ACTIONS(1337), + [anon_sym_auto] = ACTIONS(1337), + [anon_sym_register] = ACTIONS(1337), + [anon_sym_inline] = ACTIONS(1337), + [anon_sym___inline] = ACTIONS(1337), + [anon_sym___inline__] = ACTIONS(1337), + [anon_sym___forceinline] = ACTIONS(1337), + [anon_sym_thread_local] = ACTIONS(1337), + [anon_sym___thread] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_constexpr] = ACTIONS(1337), + [anon_sym_volatile] = ACTIONS(1337), + [anon_sym_restrict] = ACTIONS(1337), + [anon_sym___restrict__] = ACTIONS(1337), + [anon_sym__Atomic] = ACTIONS(1337), + [anon_sym__Noreturn] = ACTIONS(1337), + [anon_sym_noreturn] = ACTIONS(1337), + [anon_sym__Nonnull] = ACTIONS(1337), + [anon_sym_alignas] = ACTIONS(1337), + [anon_sym__Alignas] = ACTIONS(1337), + [sym_primitive_type] = ACTIONS(1337), + [anon_sym_enum] = ACTIONS(1337), + [anon_sym_struct] = ACTIONS(1337), + [anon_sym_union] = ACTIONS(1337), + [anon_sym_if] = ACTIONS(1337), + [anon_sym_else] = ACTIONS(1337), + [anon_sym_switch] = ACTIONS(1337), + [anon_sym_case] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1337), + [anon_sym_while] = ACTIONS(1337), + [anon_sym_do] = ACTIONS(1337), + [anon_sym_for] = ACTIONS(1337), + [anon_sym_return] = ACTIONS(1337), + [anon_sym_break] = ACTIONS(1337), + [anon_sym_continue] = ACTIONS(1337), + [anon_sym_goto] = ACTIONS(1337), + [anon_sym___try] = ACTIONS(1337), + [anon_sym___leave] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(1335), + [anon_sym_PLUS_PLUS] = ACTIONS(1335), + [anon_sym_sizeof] = ACTIONS(1337), + [anon_sym___alignof__] = ACTIONS(1337), + [anon_sym___alignof] = ACTIONS(1337), + [anon_sym__alignof] = ACTIONS(1337), + [anon_sym_alignof] = ACTIONS(1337), + [anon_sym__Alignof] = ACTIONS(1337), + [anon_sym_offsetof] = ACTIONS(1337), + [anon_sym__Generic] = ACTIONS(1337), + [anon_sym_asm] = ACTIONS(1337), + [anon_sym___asm__] = ACTIONS(1337), + [anon_sym___asm] = ACTIONS(1337), + [sym_number_literal] = ACTIONS(1335), + [anon_sym_L_SQUOTE] = ACTIONS(1335), + [anon_sym_u_SQUOTE] = ACTIONS(1335), + [anon_sym_U_SQUOTE] = ACTIONS(1335), + [anon_sym_u8_SQUOTE] = ACTIONS(1335), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_L_DQUOTE] = ACTIONS(1335), + [anon_sym_u_DQUOTE] = ACTIONS(1335), + [anon_sym_U_DQUOTE] = ACTIONS(1335), + [anon_sym_u8_DQUOTE] = ACTIONS(1335), + [anon_sym_DQUOTE] = ACTIONS(1335), + [sym_true] = ACTIONS(1337), + [sym_false] = ACTIONS(1337), + [anon_sym_NULL] = ACTIONS(1337), + [anon_sym_nullptr] = ACTIONS(1337), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1337), + [anon_sym_rayPayloadInEXT] = ACTIONS(1337), + [anon_sym_hitAttributeEXT] = ACTIONS(1337), + [anon_sym_callableDataEXT] = ACTIONS(1337), + [anon_sym_callableDataInEXT] = ACTIONS(1337), + [anon_sym_shaderRecordEXT] = ACTIONS(1337), + [anon_sym_rayPayloadNV] = ACTIONS(1337), + [anon_sym_rayPayloadInNV] = ACTIONS(1337), + [anon_sym_hitAttributeNV] = ACTIONS(1337), + [anon_sym_callableDataNV] = ACTIONS(1337), + [anon_sym_callableDataInNV] = ACTIONS(1337), + [anon_sym_shaderRecordNV] = ACTIONS(1337), + [anon_sym_layout] = ACTIONS(1337), + }, + [121] = { + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token2] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [aux_sym_preproc_else_token1] = ACTIONS(1367), + [aux_sym_preproc_elif_token1] = ACTIONS(1367), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_subroutine] = ACTIONS(1367), + [anon_sym_invariant] = ACTIONS(1367), + [anon_sym_precise] = ACTIONS(1367), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1367), + [anon_sym_out] = ACTIONS(1367), + [anon_sym_inout] = ACTIONS(1367), + [anon_sym_uniform] = ACTIONS(1367), + [anon_sym_shared] = ACTIONS(1367), + [anon_sym_attribute] = ACTIONS(1367), + [anon_sym_varying] = ACTIONS(1367), + [anon_sym_buffer] = ACTIONS(1367), + [anon_sym_coherent] = ACTIONS(1367), + [anon_sym_readonly] = ACTIONS(1367), + [anon_sym_writeonly] = ACTIONS(1367), + [anon_sym_precision] = ACTIONS(1367), + [anon_sym_highp] = ACTIONS(1367), + [anon_sym_mediump] = ACTIONS(1367), + [anon_sym_lowp] = ACTIONS(1367), + [anon_sym_centroid] = ACTIONS(1367), + [anon_sym_sample] = ACTIONS(1367), + [anon_sym_patch] = ACTIONS(1367), + [anon_sym_smooth] = ACTIONS(1367), + [anon_sym_flat] = ACTIONS(1367), + [anon_sym_noperspective] = ACTIONS(1367), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [anon_sym__Nonnull] = ACTIONS(1367), + [anon_sym_alignas] = ACTIONS(1367), + [anon_sym__Alignas] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_else] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym___try] = ACTIONS(1367), + [anon_sym___leave] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [anon_sym___asm] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1367), + [anon_sym_rayPayloadInEXT] = ACTIONS(1367), + [anon_sym_hitAttributeEXT] = ACTIONS(1367), + [anon_sym_callableDataEXT] = ACTIONS(1367), + [anon_sym_callableDataInEXT] = ACTIONS(1367), + [anon_sym_shaderRecordEXT] = ACTIONS(1367), + [anon_sym_rayPayloadNV] = ACTIONS(1367), + [anon_sym_rayPayloadInNV] = ACTIONS(1367), + [anon_sym_hitAttributeNV] = ACTIONS(1367), + [anon_sym_callableDataNV] = ACTIONS(1367), + [anon_sym_callableDataInNV] = ACTIONS(1367), + [anon_sym_shaderRecordNV] = ACTIONS(1367), + [anon_sym_layout] = ACTIONS(1367), + }, + [122] = { + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token2] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [aux_sym_preproc_else_token1] = ACTIONS(1371), + [aux_sym_preproc_elif_token1] = ACTIONS(1371), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_subroutine] = ACTIONS(1371), + [anon_sym_invariant] = ACTIONS(1371), + [anon_sym_precise] = ACTIONS(1371), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_in] = ACTIONS(1371), + [anon_sym_out] = ACTIONS(1371), + [anon_sym_inout] = ACTIONS(1371), + [anon_sym_uniform] = ACTIONS(1371), + [anon_sym_shared] = ACTIONS(1371), + [anon_sym_attribute] = ACTIONS(1371), + [anon_sym_varying] = ACTIONS(1371), + [anon_sym_buffer] = ACTIONS(1371), + [anon_sym_coherent] = ACTIONS(1371), + [anon_sym_readonly] = ACTIONS(1371), + [anon_sym_writeonly] = ACTIONS(1371), + [anon_sym_precision] = ACTIONS(1371), + [anon_sym_highp] = ACTIONS(1371), + [anon_sym_mediump] = ACTIONS(1371), + [anon_sym_lowp] = ACTIONS(1371), + [anon_sym_centroid] = ACTIONS(1371), + [anon_sym_sample] = ACTIONS(1371), + [anon_sym_patch] = ACTIONS(1371), + [anon_sym_smooth] = ACTIONS(1371), + [anon_sym_flat] = ACTIONS(1371), + [anon_sym_noperspective] = ACTIONS(1371), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [anon_sym__Nonnull] = ACTIONS(1371), + [anon_sym_alignas] = ACTIONS(1371), + [anon_sym__Alignas] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_else] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym___try] = ACTIONS(1371), + [anon_sym___leave] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [anon_sym___asm] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1371), + [anon_sym_rayPayloadInEXT] = ACTIONS(1371), + [anon_sym_hitAttributeEXT] = ACTIONS(1371), + [anon_sym_callableDataEXT] = ACTIONS(1371), + [anon_sym_callableDataInEXT] = ACTIONS(1371), + [anon_sym_shaderRecordEXT] = ACTIONS(1371), + [anon_sym_rayPayloadNV] = ACTIONS(1371), + [anon_sym_rayPayloadInNV] = ACTIONS(1371), + [anon_sym_hitAttributeNV] = ACTIONS(1371), + [anon_sym_callableDataNV] = ACTIONS(1371), + [anon_sym_callableDataInNV] = ACTIONS(1371), + [anon_sym_shaderRecordNV] = ACTIONS(1371), + [anon_sym_layout] = ACTIONS(1371), + }, + [123] = { + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token2] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [aux_sym_preproc_else_token1] = ACTIONS(1375), + [aux_sym_preproc_elif_token1] = ACTIONS(1375), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym_subroutine] = ACTIONS(1375), + [anon_sym_invariant] = ACTIONS(1375), + [anon_sym_precise] = ACTIONS(1375), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_in] = ACTIONS(1375), + [anon_sym_out] = ACTIONS(1375), + [anon_sym_inout] = ACTIONS(1375), + [anon_sym_uniform] = ACTIONS(1375), + [anon_sym_shared] = ACTIONS(1375), + [anon_sym_attribute] = ACTIONS(1375), + [anon_sym_varying] = ACTIONS(1375), + [anon_sym_buffer] = ACTIONS(1375), + [anon_sym_coherent] = ACTIONS(1375), + [anon_sym_readonly] = ACTIONS(1375), + [anon_sym_writeonly] = ACTIONS(1375), + [anon_sym_precision] = ACTIONS(1375), + [anon_sym_highp] = ACTIONS(1375), + [anon_sym_mediump] = ACTIONS(1375), + [anon_sym_lowp] = ACTIONS(1375), + [anon_sym_centroid] = ACTIONS(1375), + [anon_sym_sample] = ACTIONS(1375), + [anon_sym_patch] = ACTIONS(1375), + [anon_sym_smooth] = ACTIONS(1375), + [anon_sym_flat] = ACTIONS(1375), + [anon_sym_noperspective] = ACTIONS(1375), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [anon_sym__Nonnull] = ACTIONS(1375), + [anon_sym_alignas] = ACTIONS(1375), + [anon_sym__Alignas] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_else] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym___try] = ACTIONS(1375), + [anon_sym___leave] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [anon_sym___asm] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1375), + [anon_sym_rayPayloadInEXT] = ACTIONS(1375), + [anon_sym_hitAttributeEXT] = ACTIONS(1375), + [anon_sym_callableDataEXT] = ACTIONS(1375), + [anon_sym_callableDataInEXT] = ACTIONS(1375), + [anon_sym_shaderRecordEXT] = ACTIONS(1375), + [anon_sym_rayPayloadNV] = ACTIONS(1375), + [anon_sym_rayPayloadInNV] = ACTIONS(1375), + [anon_sym_hitAttributeNV] = ACTIONS(1375), + [anon_sym_callableDataNV] = ACTIONS(1375), + [anon_sym_callableDataInNV] = ACTIONS(1375), + [anon_sym_shaderRecordNV] = ACTIONS(1375), + [anon_sym_layout] = ACTIONS(1375), + }, + [124] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token2] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [aux_sym_preproc_else_token1] = ACTIONS(1379), + [aux_sym_preproc_elif_token1] = ACTIONS(1379), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), + }, + [125] = { + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token2] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [aux_sym_preproc_else_token1] = ACTIONS(1383), + [aux_sym_preproc_elif_token1] = ACTIONS(1383), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_subroutine] = ACTIONS(1383), + [anon_sym_invariant] = ACTIONS(1383), + [anon_sym_precise] = ACTIONS(1383), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_in] = ACTIONS(1383), + [anon_sym_out] = ACTIONS(1383), + [anon_sym_inout] = ACTIONS(1383), + [anon_sym_uniform] = ACTIONS(1383), + [anon_sym_shared] = ACTIONS(1383), + [anon_sym_attribute] = ACTIONS(1383), + [anon_sym_varying] = ACTIONS(1383), + [anon_sym_buffer] = ACTIONS(1383), + [anon_sym_coherent] = ACTIONS(1383), + [anon_sym_readonly] = ACTIONS(1383), + [anon_sym_writeonly] = ACTIONS(1383), + [anon_sym_precision] = ACTIONS(1383), + [anon_sym_highp] = ACTIONS(1383), + [anon_sym_mediump] = ACTIONS(1383), + [anon_sym_lowp] = ACTIONS(1383), + [anon_sym_centroid] = ACTIONS(1383), + [anon_sym_sample] = ACTIONS(1383), + [anon_sym_patch] = ACTIONS(1383), + [anon_sym_smooth] = ACTIONS(1383), + [anon_sym_flat] = ACTIONS(1383), + [anon_sym_noperspective] = ACTIONS(1383), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [anon_sym__Nonnull] = ACTIONS(1383), + [anon_sym_alignas] = ACTIONS(1383), + [anon_sym__Alignas] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_else] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym___try] = ACTIONS(1383), + [anon_sym___leave] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [anon_sym___asm] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1383), + [anon_sym_rayPayloadInEXT] = ACTIONS(1383), + [anon_sym_hitAttributeEXT] = ACTIONS(1383), + [anon_sym_callableDataEXT] = ACTIONS(1383), + [anon_sym_callableDataInEXT] = ACTIONS(1383), + [anon_sym_shaderRecordEXT] = ACTIONS(1383), + [anon_sym_rayPayloadNV] = ACTIONS(1383), + [anon_sym_rayPayloadInNV] = ACTIONS(1383), + [anon_sym_hitAttributeNV] = ACTIONS(1383), + [anon_sym_callableDataNV] = ACTIONS(1383), + [anon_sym_callableDataInNV] = ACTIONS(1383), + [anon_sym_shaderRecordNV] = ACTIONS(1383), + [anon_sym_layout] = ACTIONS(1383), + }, + [126] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token2] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [aux_sym_preproc_else_token1] = ACTIONS(1379), + [aux_sym_preproc_elif_token1] = ACTIONS(1379), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), + }, + [127] = { + [ts_builtin_sym_end] = ACTIONS(1293), + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [anon_sym_COMMA] = ACTIONS(1293), + [anon_sym_RPAREN] = ACTIONS(1293), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_subroutine] = ACTIONS(1291), + [anon_sym_invariant] = ACTIONS(1291), + [anon_sym_precise] = ACTIONS(1291), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym_in] = ACTIONS(1291), + [anon_sym_out] = ACTIONS(1291), + [anon_sym_inout] = ACTIONS(1291), + [anon_sym_uniform] = ACTIONS(1291), + [anon_sym_shared] = ACTIONS(1291), + [anon_sym_attribute] = ACTIONS(1291), + [anon_sym_varying] = ACTIONS(1291), + [anon_sym_buffer] = ACTIONS(1291), + [anon_sym_coherent] = ACTIONS(1291), + [anon_sym_readonly] = ACTIONS(1291), + [anon_sym_writeonly] = ACTIONS(1291), + [anon_sym_precision] = ACTIONS(1291), + [anon_sym_highp] = ACTIONS(1291), + [anon_sym_mediump] = ACTIONS(1291), + [anon_sym_lowp] = ACTIONS(1291), + [anon_sym_centroid] = ACTIONS(1291), + [anon_sym_sample] = ACTIONS(1291), + [anon_sym_patch] = ACTIONS(1291), + [anon_sym_smooth] = ACTIONS(1291), + [anon_sym_flat] = ACTIONS(1291), + [anon_sym_noperspective] = ACTIONS(1291), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [anon_sym__Nonnull] = ACTIONS(1291), + [anon_sym_alignas] = ACTIONS(1291), + [anon_sym__Alignas] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym___try] = ACTIONS(1291), + [anon_sym___except] = ACTIONS(1291), + [anon_sym___finally] = ACTIONS(1291), + [anon_sym___leave] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [anon_sym___asm] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1291), + [anon_sym_rayPayloadInEXT] = ACTIONS(1291), + [anon_sym_hitAttributeEXT] = ACTIONS(1291), + [anon_sym_callableDataEXT] = ACTIONS(1291), + [anon_sym_callableDataInEXT] = ACTIONS(1291), + [anon_sym_shaderRecordEXT] = ACTIONS(1291), + [anon_sym_rayPayloadNV] = ACTIONS(1291), + [anon_sym_rayPayloadInNV] = ACTIONS(1291), + [anon_sym_hitAttributeNV] = ACTIONS(1291), + [anon_sym_callableDataNV] = ACTIONS(1291), + [anon_sym_callableDataInNV] = ACTIONS(1291), + [anon_sym_shaderRecordNV] = ACTIONS(1291), + [anon_sym_layout] = ACTIONS(1291), + }, + [128] = { + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token2] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [aux_sym_preproc_else_token1] = ACTIONS(1387), + [aux_sym_preproc_elif_token1] = ACTIONS(1387), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_subroutine] = ACTIONS(1387), + [anon_sym_invariant] = ACTIONS(1387), + [anon_sym_precise] = ACTIONS(1387), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1387), + [anon_sym_out] = ACTIONS(1387), + [anon_sym_inout] = ACTIONS(1387), + [anon_sym_uniform] = ACTIONS(1387), + [anon_sym_shared] = ACTIONS(1387), + [anon_sym_attribute] = ACTIONS(1387), + [anon_sym_varying] = ACTIONS(1387), + [anon_sym_buffer] = ACTIONS(1387), + [anon_sym_coherent] = ACTIONS(1387), + [anon_sym_readonly] = ACTIONS(1387), + [anon_sym_writeonly] = ACTIONS(1387), + [anon_sym_precision] = ACTIONS(1387), + [anon_sym_highp] = ACTIONS(1387), + [anon_sym_mediump] = ACTIONS(1387), + [anon_sym_lowp] = ACTIONS(1387), + [anon_sym_centroid] = ACTIONS(1387), + [anon_sym_sample] = ACTIONS(1387), + [anon_sym_patch] = ACTIONS(1387), + [anon_sym_smooth] = ACTIONS(1387), + [anon_sym_flat] = ACTIONS(1387), + [anon_sym_noperspective] = ACTIONS(1387), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [anon_sym__Nonnull] = ACTIONS(1387), + [anon_sym_alignas] = ACTIONS(1387), + [anon_sym__Alignas] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym___try] = ACTIONS(1387), + [anon_sym___leave] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [anon_sym___asm] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1387), + [anon_sym_rayPayloadInEXT] = ACTIONS(1387), + [anon_sym_hitAttributeEXT] = ACTIONS(1387), + [anon_sym_callableDataEXT] = ACTIONS(1387), + [anon_sym_callableDataInEXT] = ACTIONS(1387), + [anon_sym_shaderRecordEXT] = ACTIONS(1387), + [anon_sym_rayPayloadNV] = ACTIONS(1387), + [anon_sym_rayPayloadInNV] = ACTIONS(1387), + [anon_sym_hitAttributeNV] = ACTIONS(1387), + [anon_sym_callableDataNV] = ACTIONS(1387), + [anon_sym_callableDataInNV] = ACTIONS(1387), + [anon_sym_shaderRecordNV] = ACTIONS(1387), + [anon_sym_layout] = ACTIONS(1387), + }, + [129] = { + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token2] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [aux_sym_preproc_else_token1] = ACTIONS(1391), + [aux_sym_preproc_elif_token1] = ACTIONS(1391), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_subroutine] = ACTIONS(1391), + [anon_sym_invariant] = ACTIONS(1391), + [anon_sym_precise] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_in] = ACTIONS(1391), + [anon_sym_out] = ACTIONS(1391), + [anon_sym_inout] = ACTIONS(1391), + [anon_sym_uniform] = ACTIONS(1391), + [anon_sym_shared] = ACTIONS(1391), + [anon_sym_attribute] = ACTIONS(1391), + [anon_sym_varying] = ACTIONS(1391), + [anon_sym_buffer] = ACTIONS(1391), + [anon_sym_coherent] = ACTIONS(1391), + [anon_sym_readonly] = ACTIONS(1391), + [anon_sym_writeonly] = ACTIONS(1391), + [anon_sym_precision] = ACTIONS(1391), + [anon_sym_highp] = ACTIONS(1391), + [anon_sym_mediump] = ACTIONS(1391), + [anon_sym_lowp] = ACTIONS(1391), + [anon_sym_centroid] = ACTIONS(1391), + [anon_sym_sample] = ACTIONS(1391), + [anon_sym_patch] = ACTIONS(1391), + [anon_sym_smooth] = ACTIONS(1391), + [anon_sym_flat] = ACTIONS(1391), + [anon_sym_noperspective] = ACTIONS(1391), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [anon_sym__Nonnull] = ACTIONS(1391), + [anon_sym_alignas] = ACTIONS(1391), + [anon_sym__Alignas] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_else] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym___try] = ACTIONS(1391), + [anon_sym___leave] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [anon_sym___asm] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1391), + [anon_sym_rayPayloadInEXT] = ACTIONS(1391), + [anon_sym_hitAttributeEXT] = ACTIONS(1391), + [anon_sym_callableDataEXT] = ACTIONS(1391), + [anon_sym_callableDataInEXT] = ACTIONS(1391), + [anon_sym_shaderRecordEXT] = ACTIONS(1391), + [anon_sym_rayPayloadNV] = ACTIONS(1391), + [anon_sym_rayPayloadInNV] = ACTIONS(1391), + [anon_sym_hitAttributeNV] = ACTIONS(1391), + [anon_sym_callableDataNV] = ACTIONS(1391), + [anon_sym_callableDataInNV] = ACTIONS(1391), + [anon_sym_shaderRecordNV] = ACTIONS(1391), + [anon_sym_layout] = ACTIONS(1391), + }, + [130] = { + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token2] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [aux_sym_preproc_else_token1] = ACTIONS(1395), + [aux_sym_preproc_elif_token1] = ACTIONS(1395), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_subroutine] = ACTIONS(1395), + [anon_sym_invariant] = ACTIONS(1395), + [anon_sym_precise] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_out] = ACTIONS(1395), + [anon_sym_inout] = ACTIONS(1395), + [anon_sym_uniform] = ACTIONS(1395), + [anon_sym_shared] = ACTIONS(1395), + [anon_sym_attribute] = ACTIONS(1395), + [anon_sym_varying] = ACTIONS(1395), + [anon_sym_buffer] = ACTIONS(1395), + [anon_sym_coherent] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_writeonly] = ACTIONS(1395), + [anon_sym_precision] = ACTIONS(1395), + [anon_sym_highp] = ACTIONS(1395), + [anon_sym_mediump] = ACTIONS(1395), + [anon_sym_lowp] = ACTIONS(1395), + [anon_sym_centroid] = ACTIONS(1395), + [anon_sym_sample] = ACTIONS(1395), + [anon_sym_patch] = ACTIONS(1395), + [anon_sym_smooth] = ACTIONS(1395), + [anon_sym_flat] = ACTIONS(1395), + [anon_sym_noperspective] = ACTIONS(1395), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [anon_sym__Nonnull] = ACTIONS(1395), + [anon_sym_alignas] = ACTIONS(1395), + [anon_sym__Alignas] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym___try] = ACTIONS(1395), + [anon_sym___leave] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [anon_sym___asm] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1395), + [anon_sym_rayPayloadInEXT] = ACTIONS(1395), + [anon_sym_hitAttributeEXT] = ACTIONS(1395), + [anon_sym_callableDataEXT] = ACTIONS(1395), + [anon_sym_callableDataInEXT] = ACTIONS(1395), + [anon_sym_shaderRecordEXT] = ACTIONS(1395), + [anon_sym_rayPayloadNV] = ACTIONS(1395), + [anon_sym_rayPayloadInNV] = ACTIONS(1395), + [anon_sym_hitAttributeNV] = ACTIONS(1395), + [anon_sym_callableDataNV] = ACTIONS(1395), + [anon_sym_callableDataInNV] = ACTIONS(1395), + [anon_sym_shaderRecordNV] = ACTIONS(1395), + [anon_sym_layout] = ACTIONS(1395), + }, + [131] = { + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token2] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [aux_sym_preproc_else_token1] = ACTIONS(1399), + [aux_sym_preproc_elif_token1] = ACTIONS(1399), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_subroutine] = ACTIONS(1399), + [anon_sym_invariant] = ACTIONS(1399), + [anon_sym_precise] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_out] = ACTIONS(1399), + [anon_sym_inout] = ACTIONS(1399), + [anon_sym_uniform] = ACTIONS(1399), + [anon_sym_shared] = ACTIONS(1399), + [anon_sym_attribute] = ACTIONS(1399), + [anon_sym_varying] = ACTIONS(1399), + [anon_sym_buffer] = ACTIONS(1399), + [anon_sym_coherent] = ACTIONS(1399), + [anon_sym_readonly] = ACTIONS(1399), + [anon_sym_writeonly] = ACTIONS(1399), + [anon_sym_precision] = ACTIONS(1399), + [anon_sym_highp] = ACTIONS(1399), + [anon_sym_mediump] = ACTIONS(1399), + [anon_sym_lowp] = ACTIONS(1399), + [anon_sym_centroid] = ACTIONS(1399), + [anon_sym_sample] = ACTIONS(1399), + [anon_sym_patch] = ACTIONS(1399), + [anon_sym_smooth] = ACTIONS(1399), + [anon_sym_flat] = ACTIONS(1399), + [anon_sym_noperspective] = ACTIONS(1399), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [anon_sym__Nonnull] = ACTIONS(1399), + [anon_sym_alignas] = ACTIONS(1399), + [anon_sym__Alignas] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym___try] = ACTIONS(1399), + [anon_sym___leave] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [anon_sym___asm] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1399), + [anon_sym_rayPayloadInEXT] = ACTIONS(1399), + [anon_sym_hitAttributeEXT] = ACTIONS(1399), + [anon_sym_callableDataEXT] = ACTIONS(1399), + [anon_sym_callableDataInEXT] = ACTIONS(1399), + [anon_sym_shaderRecordEXT] = ACTIONS(1399), + [anon_sym_rayPayloadNV] = ACTIONS(1399), + [anon_sym_rayPayloadInNV] = ACTIONS(1399), + [anon_sym_hitAttributeNV] = ACTIONS(1399), + [anon_sym_callableDataNV] = ACTIONS(1399), + [anon_sym_callableDataInNV] = ACTIONS(1399), + [anon_sym_shaderRecordNV] = ACTIONS(1399), + [anon_sym_layout] = ACTIONS(1399), + }, + [132] = { + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token2] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [aux_sym_preproc_else_token1] = ACTIONS(1403), + [aux_sym_preproc_elif_token1] = ACTIONS(1403), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_subroutine] = ACTIONS(1403), + [anon_sym_invariant] = ACTIONS(1403), + [anon_sym_precise] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_out] = ACTIONS(1403), + [anon_sym_inout] = ACTIONS(1403), + [anon_sym_uniform] = ACTIONS(1403), + [anon_sym_shared] = ACTIONS(1403), + [anon_sym_attribute] = ACTIONS(1403), + [anon_sym_varying] = ACTIONS(1403), + [anon_sym_buffer] = ACTIONS(1403), + [anon_sym_coherent] = ACTIONS(1403), + [anon_sym_readonly] = ACTIONS(1403), + [anon_sym_writeonly] = ACTIONS(1403), + [anon_sym_precision] = ACTIONS(1403), + [anon_sym_highp] = ACTIONS(1403), + [anon_sym_mediump] = ACTIONS(1403), + [anon_sym_lowp] = ACTIONS(1403), + [anon_sym_centroid] = ACTIONS(1403), + [anon_sym_sample] = ACTIONS(1403), + [anon_sym_patch] = ACTIONS(1403), + [anon_sym_smooth] = ACTIONS(1403), + [anon_sym_flat] = ACTIONS(1403), + [anon_sym_noperspective] = ACTIONS(1403), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [anon_sym__Nonnull] = ACTIONS(1403), + [anon_sym_alignas] = ACTIONS(1403), + [anon_sym__Alignas] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym___try] = ACTIONS(1403), + [anon_sym___leave] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [anon_sym___asm] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1403), + [anon_sym_rayPayloadInEXT] = ACTIONS(1403), + [anon_sym_hitAttributeEXT] = ACTIONS(1403), + [anon_sym_callableDataEXT] = ACTIONS(1403), + [anon_sym_callableDataInEXT] = ACTIONS(1403), + [anon_sym_shaderRecordEXT] = ACTIONS(1403), + [anon_sym_rayPayloadNV] = ACTIONS(1403), + [anon_sym_rayPayloadInNV] = ACTIONS(1403), + [anon_sym_hitAttributeNV] = ACTIONS(1403), + [anon_sym_callableDataNV] = ACTIONS(1403), + [anon_sym_callableDataInNV] = ACTIONS(1403), + [anon_sym_shaderRecordNV] = ACTIONS(1403), + [anon_sym_layout] = ACTIONS(1403), + }, + [133] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token2] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [aux_sym_preproc_else_token1] = ACTIONS(1407), + [aux_sym_preproc_elif_token1] = ACTIONS(1407), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_subroutine] = ACTIONS(1407), + [anon_sym_invariant] = ACTIONS(1407), + [anon_sym_precise] = ACTIONS(1407), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_in] = ACTIONS(1407), + [anon_sym_out] = ACTIONS(1407), + [anon_sym_inout] = ACTIONS(1407), + [anon_sym_uniform] = ACTIONS(1407), + [anon_sym_shared] = ACTIONS(1407), + [anon_sym_attribute] = ACTIONS(1407), + [anon_sym_varying] = ACTIONS(1407), + [anon_sym_buffer] = ACTIONS(1407), + [anon_sym_coherent] = ACTIONS(1407), + [anon_sym_readonly] = ACTIONS(1407), + [anon_sym_writeonly] = ACTIONS(1407), + [anon_sym_precision] = ACTIONS(1407), + [anon_sym_highp] = ACTIONS(1407), + [anon_sym_mediump] = ACTIONS(1407), + [anon_sym_lowp] = ACTIONS(1407), + [anon_sym_centroid] = ACTIONS(1407), + [anon_sym_sample] = ACTIONS(1407), + [anon_sym_patch] = ACTIONS(1407), + [anon_sym_smooth] = ACTIONS(1407), + [anon_sym_flat] = ACTIONS(1407), + [anon_sym_noperspective] = ACTIONS(1407), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [anon_sym__Nonnull] = ACTIONS(1407), + [anon_sym_alignas] = ACTIONS(1407), + [anon_sym__Alignas] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym___try] = ACTIONS(1407), + [anon_sym___leave] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [anon_sym___asm] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1407), + [anon_sym_rayPayloadInEXT] = ACTIONS(1407), + [anon_sym_hitAttributeEXT] = ACTIONS(1407), + [anon_sym_callableDataEXT] = ACTIONS(1407), + [anon_sym_callableDataInEXT] = ACTIONS(1407), + [anon_sym_shaderRecordEXT] = ACTIONS(1407), + [anon_sym_rayPayloadNV] = ACTIONS(1407), + [anon_sym_rayPayloadInNV] = ACTIONS(1407), + [anon_sym_hitAttributeNV] = ACTIONS(1407), + [anon_sym_callableDataNV] = ACTIONS(1407), + [anon_sym_callableDataInNV] = ACTIONS(1407), + [anon_sym_shaderRecordNV] = ACTIONS(1407), + [anon_sym_layout] = ACTIONS(1407), + }, + [134] = { + [sym_identifier] = ACTIONS(1411), + [aux_sym_preproc_include_token1] = ACTIONS(1411), + [aux_sym_preproc_def_token1] = ACTIONS(1411), + [aux_sym_preproc_if_token1] = ACTIONS(1411), + [aux_sym_preproc_if_token2] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1411), + [aux_sym_preproc_else_token1] = ACTIONS(1411), + [aux_sym_preproc_elif_token1] = ACTIONS(1411), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1411), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1411), + [sym_preproc_directive] = ACTIONS(1411), + [anon_sym_LPAREN2] = ACTIONS(1413), + [anon_sym_BANG] = ACTIONS(1413), + [anon_sym_TILDE] = ACTIONS(1413), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1413), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_subroutine] = ACTIONS(1411), + [anon_sym_invariant] = ACTIONS(1411), + [anon_sym_precise] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_out] = ACTIONS(1411), + [anon_sym_inout] = ACTIONS(1411), + [anon_sym_uniform] = ACTIONS(1411), + [anon_sym_shared] = ACTIONS(1411), + [anon_sym_attribute] = ACTIONS(1411), + [anon_sym_varying] = ACTIONS(1411), + [anon_sym_buffer] = ACTIONS(1411), + [anon_sym_coherent] = ACTIONS(1411), + [anon_sym_readonly] = ACTIONS(1411), + [anon_sym_writeonly] = ACTIONS(1411), + [anon_sym_precision] = ACTIONS(1411), + [anon_sym_highp] = ACTIONS(1411), + [anon_sym_mediump] = ACTIONS(1411), + [anon_sym_lowp] = ACTIONS(1411), + [anon_sym_centroid] = ACTIONS(1411), + [anon_sym_sample] = ACTIONS(1411), + [anon_sym_patch] = ACTIONS(1411), + [anon_sym_smooth] = ACTIONS(1411), + [anon_sym_flat] = ACTIONS(1411), + [anon_sym_noperspective] = ACTIONS(1411), + [anon_sym___extension__] = ACTIONS(1411), + [anon_sym_typedef] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym___attribute__] = ACTIONS(1411), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1413), + [anon_sym___declspec] = ACTIONS(1411), + [anon_sym___cdecl] = ACTIONS(1411), + [anon_sym___clrcall] = ACTIONS(1411), + [anon_sym___stdcall] = ACTIONS(1411), + [anon_sym___fastcall] = ACTIONS(1411), + [anon_sym___thiscall] = ACTIONS(1411), + [anon_sym___vectorcall] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1413), + [anon_sym_signed] = ACTIONS(1411), + [anon_sym_unsigned] = ACTIONS(1411), + [anon_sym_long] = ACTIONS(1411), + [anon_sym_short] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1411), + [anon_sym_auto] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_inline] = ACTIONS(1411), + [anon_sym___inline] = ACTIONS(1411), + [anon_sym___inline__] = ACTIONS(1411), + [anon_sym___forceinline] = ACTIONS(1411), + [anon_sym_thread_local] = ACTIONS(1411), + [anon_sym___thread] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_constexpr] = ACTIONS(1411), + [anon_sym_volatile] = ACTIONS(1411), + [anon_sym_restrict] = ACTIONS(1411), + [anon_sym___restrict__] = ACTIONS(1411), + [anon_sym__Atomic] = ACTIONS(1411), + [anon_sym__Noreturn] = ACTIONS(1411), + [anon_sym_noreturn] = ACTIONS(1411), + [anon_sym__Nonnull] = ACTIONS(1411), + [anon_sym_alignas] = ACTIONS(1411), + [anon_sym__Alignas] = ACTIONS(1411), + [sym_primitive_type] = ACTIONS(1411), + [anon_sym_enum] = ACTIONS(1411), + [anon_sym_struct] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_switch] = ACTIONS(1411), + [anon_sym_case] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_goto] = ACTIONS(1411), + [anon_sym___try] = ACTIONS(1411), + [anon_sym___leave] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1413), + [anon_sym_sizeof] = ACTIONS(1411), + [anon_sym___alignof__] = ACTIONS(1411), + [anon_sym___alignof] = ACTIONS(1411), + [anon_sym__alignof] = ACTIONS(1411), + [anon_sym_alignof] = ACTIONS(1411), + [anon_sym__Alignof] = ACTIONS(1411), + [anon_sym_offsetof] = ACTIONS(1411), + [anon_sym__Generic] = ACTIONS(1411), + [anon_sym_asm] = ACTIONS(1411), + [anon_sym___asm__] = ACTIONS(1411), + [anon_sym___asm] = ACTIONS(1411), + [sym_number_literal] = ACTIONS(1413), + [anon_sym_L_SQUOTE] = ACTIONS(1413), + [anon_sym_u_SQUOTE] = ACTIONS(1413), + [anon_sym_U_SQUOTE] = ACTIONS(1413), + [anon_sym_u8_SQUOTE] = ACTIONS(1413), + [anon_sym_SQUOTE] = ACTIONS(1413), + [anon_sym_L_DQUOTE] = ACTIONS(1413), + [anon_sym_u_DQUOTE] = ACTIONS(1413), + [anon_sym_U_DQUOTE] = ACTIONS(1413), + [anon_sym_u8_DQUOTE] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(1413), + [sym_true] = ACTIONS(1411), + [sym_false] = ACTIONS(1411), + [anon_sym_NULL] = ACTIONS(1411), + [anon_sym_nullptr] = ACTIONS(1411), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1411), + [anon_sym_rayPayloadInEXT] = ACTIONS(1411), + [anon_sym_hitAttributeEXT] = ACTIONS(1411), + [anon_sym_callableDataEXT] = ACTIONS(1411), + [anon_sym_callableDataInEXT] = ACTIONS(1411), + [anon_sym_shaderRecordEXT] = ACTIONS(1411), + [anon_sym_rayPayloadNV] = ACTIONS(1411), + [anon_sym_rayPayloadInNV] = ACTIONS(1411), + [anon_sym_hitAttributeNV] = ACTIONS(1411), + [anon_sym_callableDataNV] = ACTIONS(1411), + [anon_sym_callableDataInNV] = ACTIONS(1411), + [anon_sym_shaderRecordNV] = ACTIONS(1411), + [anon_sym_layout] = ACTIONS(1411), + }, + [135] = { + [sym_identifier] = ACTIONS(1415), + [aux_sym_preproc_include_token1] = ACTIONS(1415), + [aux_sym_preproc_def_token1] = ACTIONS(1415), + [aux_sym_preproc_if_token1] = ACTIONS(1415), + [aux_sym_preproc_if_token2] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1415), + [aux_sym_preproc_else_token1] = ACTIONS(1415), + [aux_sym_preproc_elif_token1] = ACTIONS(1415), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1415), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1415), + [sym_preproc_directive] = ACTIONS(1415), + [anon_sym_LPAREN2] = ACTIONS(1417), + [anon_sym_BANG] = ACTIONS(1417), + [anon_sym_TILDE] = ACTIONS(1417), + [anon_sym_DASH] = ACTIONS(1415), + [anon_sym_PLUS] = ACTIONS(1415), + [anon_sym_STAR] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1417), + [anon_sym_subroutine] = ACTIONS(1415), + [anon_sym_invariant] = ACTIONS(1415), + [anon_sym_precise] = ACTIONS(1415), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_in] = ACTIONS(1415), + [anon_sym_out] = ACTIONS(1415), + [anon_sym_inout] = ACTIONS(1415), + [anon_sym_uniform] = ACTIONS(1415), + [anon_sym_shared] = ACTIONS(1415), + [anon_sym_attribute] = ACTIONS(1415), + [anon_sym_varying] = ACTIONS(1415), + [anon_sym_buffer] = ACTIONS(1415), + [anon_sym_coherent] = ACTIONS(1415), + [anon_sym_readonly] = ACTIONS(1415), + [anon_sym_writeonly] = ACTIONS(1415), + [anon_sym_precision] = ACTIONS(1415), + [anon_sym_highp] = ACTIONS(1415), + [anon_sym_mediump] = ACTIONS(1415), + [anon_sym_lowp] = ACTIONS(1415), + [anon_sym_centroid] = ACTIONS(1415), + [anon_sym_sample] = ACTIONS(1415), + [anon_sym_patch] = ACTIONS(1415), + [anon_sym_smooth] = ACTIONS(1415), + [anon_sym_flat] = ACTIONS(1415), + [anon_sym_noperspective] = ACTIONS(1415), + [anon_sym___extension__] = ACTIONS(1415), + [anon_sym_typedef] = ACTIONS(1415), + [anon_sym_extern] = ACTIONS(1415), + [anon_sym___attribute__] = ACTIONS(1415), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1417), + [anon_sym___declspec] = ACTIONS(1415), + [anon_sym___cdecl] = ACTIONS(1415), + [anon_sym___clrcall] = ACTIONS(1415), + [anon_sym___stdcall] = ACTIONS(1415), + [anon_sym___fastcall] = ACTIONS(1415), + [anon_sym___thiscall] = ACTIONS(1415), + [anon_sym___vectorcall] = ACTIONS(1415), + [anon_sym_LBRACE] = ACTIONS(1417), + [anon_sym_signed] = ACTIONS(1415), + [anon_sym_unsigned] = ACTIONS(1415), + [anon_sym_long] = ACTIONS(1415), + [anon_sym_short] = ACTIONS(1415), + [anon_sym_static] = ACTIONS(1415), + [anon_sym_auto] = ACTIONS(1415), + [anon_sym_register] = ACTIONS(1415), + [anon_sym_inline] = ACTIONS(1415), + [anon_sym___inline] = ACTIONS(1415), + [anon_sym___inline__] = ACTIONS(1415), + [anon_sym___forceinline] = ACTIONS(1415), + [anon_sym_thread_local] = ACTIONS(1415), + [anon_sym___thread] = ACTIONS(1415), + [anon_sym_const] = ACTIONS(1415), + [anon_sym_constexpr] = ACTIONS(1415), + [anon_sym_volatile] = ACTIONS(1415), + [anon_sym_restrict] = ACTIONS(1415), + [anon_sym___restrict__] = ACTIONS(1415), + [anon_sym__Atomic] = ACTIONS(1415), + [anon_sym__Noreturn] = ACTIONS(1415), + [anon_sym_noreturn] = ACTIONS(1415), + [anon_sym__Nonnull] = ACTIONS(1415), + [anon_sym_alignas] = ACTIONS(1415), + [anon_sym__Alignas] = ACTIONS(1415), + [sym_primitive_type] = ACTIONS(1415), + [anon_sym_enum] = ACTIONS(1415), + [anon_sym_struct] = ACTIONS(1415), + [anon_sym_union] = ACTIONS(1415), + [anon_sym_if] = ACTIONS(1415), + [anon_sym_switch] = ACTIONS(1415), + [anon_sym_case] = ACTIONS(1415), + [anon_sym_default] = ACTIONS(1415), + [anon_sym_while] = ACTIONS(1415), + [anon_sym_do] = ACTIONS(1415), + [anon_sym_for] = ACTIONS(1415), + [anon_sym_return] = ACTIONS(1415), + [anon_sym_break] = ACTIONS(1415), + [anon_sym_continue] = ACTIONS(1415), + [anon_sym_goto] = ACTIONS(1415), + [anon_sym___try] = ACTIONS(1415), + [anon_sym___leave] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1417), + [anon_sym_PLUS_PLUS] = ACTIONS(1417), + [anon_sym_sizeof] = ACTIONS(1415), + [anon_sym___alignof__] = ACTIONS(1415), + [anon_sym___alignof] = ACTIONS(1415), + [anon_sym__alignof] = ACTIONS(1415), + [anon_sym_alignof] = ACTIONS(1415), + [anon_sym__Alignof] = ACTIONS(1415), + [anon_sym_offsetof] = ACTIONS(1415), + [anon_sym__Generic] = ACTIONS(1415), + [anon_sym_asm] = ACTIONS(1415), + [anon_sym___asm__] = ACTIONS(1415), + [anon_sym___asm] = ACTIONS(1415), + [sym_number_literal] = ACTIONS(1417), + [anon_sym_L_SQUOTE] = ACTIONS(1417), + [anon_sym_u_SQUOTE] = ACTIONS(1417), + [anon_sym_U_SQUOTE] = ACTIONS(1417), + [anon_sym_u8_SQUOTE] = ACTIONS(1417), + [anon_sym_SQUOTE] = ACTIONS(1417), + [anon_sym_L_DQUOTE] = ACTIONS(1417), + [anon_sym_u_DQUOTE] = ACTIONS(1417), + [anon_sym_U_DQUOTE] = ACTIONS(1417), + [anon_sym_u8_DQUOTE] = ACTIONS(1417), + [anon_sym_DQUOTE] = ACTIONS(1417), + [sym_true] = ACTIONS(1415), + [sym_false] = ACTIONS(1415), + [anon_sym_NULL] = ACTIONS(1415), + [anon_sym_nullptr] = ACTIONS(1415), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1415), + [anon_sym_rayPayloadInEXT] = ACTIONS(1415), + [anon_sym_hitAttributeEXT] = ACTIONS(1415), + [anon_sym_callableDataEXT] = ACTIONS(1415), + [anon_sym_callableDataInEXT] = ACTIONS(1415), + [anon_sym_shaderRecordEXT] = ACTIONS(1415), + [anon_sym_rayPayloadNV] = ACTIONS(1415), + [anon_sym_rayPayloadInNV] = ACTIONS(1415), + [anon_sym_hitAttributeNV] = ACTIONS(1415), + [anon_sym_callableDataNV] = ACTIONS(1415), + [anon_sym_callableDataInNV] = ACTIONS(1415), + [anon_sym_shaderRecordNV] = ACTIONS(1415), + [anon_sym_layout] = ACTIONS(1415), + }, + [136] = { + [sym_identifier] = ACTIONS(1419), + [aux_sym_preproc_include_token1] = ACTIONS(1419), + [aux_sym_preproc_def_token1] = ACTIONS(1419), + [aux_sym_preproc_if_token1] = ACTIONS(1419), + [aux_sym_preproc_if_token2] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1419), + [aux_sym_preproc_else_token1] = ACTIONS(1419), + [aux_sym_preproc_elif_token1] = ACTIONS(1419), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1419), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1419), + [sym_preproc_directive] = ACTIONS(1419), + [anon_sym_LPAREN2] = ACTIONS(1421), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1421), + [anon_sym_subroutine] = ACTIONS(1419), + [anon_sym_invariant] = ACTIONS(1419), + [anon_sym_precise] = ACTIONS(1419), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_in] = ACTIONS(1419), + [anon_sym_out] = ACTIONS(1419), + [anon_sym_inout] = ACTIONS(1419), + [anon_sym_uniform] = ACTIONS(1419), + [anon_sym_shared] = ACTIONS(1419), + [anon_sym_attribute] = ACTIONS(1419), + [anon_sym_varying] = ACTIONS(1419), + [anon_sym_buffer] = ACTIONS(1419), + [anon_sym_coherent] = ACTIONS(1419), + [anon_sym_readonly] = ACTIONS(1419), + [anon_sym_writeonly] = ACTIONS(1419), + [anon_sym_precision] = ACTIONS(1419), + [anon_sym_highp] = ACTIONS(1419), + [anon_sym_mediump] = ACTIONS(1419), + [anon_sym_lowp] = ACTIONS(1419), + [anon_sym_centroid] = ACTIONS(1419), + [anon_sym_sample] = ACTIONS(1419), + [anon_sym_patch] = ACTIONS(1419), + [anon_sym_smooth] = ACTIONS(1419), + [anon_sym_flat] = ACTIONS(1419), + [anon_sym_noperspective] = ACTIONS(1419), + [anon_sym___extension__] = ACTIONS(1419), + [anon_sym_typedef] = ACTIONS(1419), + [anon_sym_extern] = ACTIONS(1419), + [anon_sym___attribute__] = ACTIONS(1419), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1421), + [anon_sym___declspec] = ACTIONS(1419), + [anon_sym___cdecl] = ACTIONS(1419), + [anon_sym___clrcall] = ACTIONS(1419), + [anon_sym___stdcall] = ACTIONS(1419), + [anon_sym___fastcall] = ACTIONS(1419), + [anon_sym___thiscall] = ACTIONS(1419), + [anon_sym___vectorcall] = ACTIONS(1419), + [anon_sym_LBRACE] = ACTIONS(1421), + [anon_sym_signed] = ACTIONS(1419), + [anon_sym_unsigned] = ACTIONS(1419), + [anon_sym_long] = ACTIONS(1419), + [anon_sym_short] = ACTIONS(1419), + [anon_sym_static] = ACTIONS(1419), + [anon_sym_auto] = ACTIONS(1419), + [anon_sym_register] = ACTIONS(1419), + [anon_sym_inline] = ACTIONS(1419), + [anon_sym___inline] = ACTIONS(1419), + [anon_sym___inline__] = ACTIONS(1419), + [anon_sym___forceinline] = ACTIONS(1419), + [anon_sym_thread_local] = ACTIONS(1419), + [anon_sym___thread] = ACTIONS(1419), + [anon_sym_const] = ACTIONS(1419), + [anon_sym_constexpr] = ACTIONS(1419), + [anon_sym_volatile] = ACTIONS(1419), + [anon_sym_restrict] = ACTIONS(1419), + [anon_sym___restrict__] = ACTIONS(1419), + [anon_sym__Atomic] = ACTIONS(1419), + [anon_sym__Noreturn] = ACTIONS(1419), + [anon_sym_noreturn] = ACTIONS(1419), + [anon_sym__Nonnull] = ACTIONS(1419), + [anon_sym_alignas] = ACTIONS(1419), + [anon_sym__Alignas] = ACTIONS(1419), + [sym_primitive_type] = ACTIONS(1419), + [anon_sym_enum] = ACTIONS(1419), + [anon_sym_struct] = ACTIONS(1419), + [anon_sym_union] = ACTIONS(1419), + [anon_sym_if] = ACTIONS(1419), + [anon_sym_switch] = ACTIONS(1419), + [anon_sym_case] = ACTIONS(1419), + [anon_sym_default] = ACTIONS(1419), + [anon_sym_while] = ACTIONS(1419), + [anon_sym_do] = ACTIONS(1419), + [anon_sym_for] = ACTIONS(1419), + [anon_sym_return] = ACTIONS(1419), + [anon_sym_break] = ACTIONS(1419), + [anon_sym_continue] = ACTIONS(1419), + [anon_sym_goto] = ACTIONS(1419), + [anon_sym___try] = ACTIONS(1419), + [anon_sym___leave] = ACTIONS(1419), + [anon_sym_DASH_DASH] = ACTIONS(1421), + [anon_sym_PLUS_PLUS] = ACTIONS(1421), + [anon_sym_sizeof] = ACTIONS(1419), + [anon_sym___alignof__] = ACTIONS(1419), + [anon_sym___alignof] = ACTIONS(1419), + [anon_sym__alignof] = ACTIONS(1419), + [anon_sym_alignof] = ACTIONS(1419), + [anon_sym__Alignof] = ACTIONS(1419), + [anon_sym_offsetof] = ACTIONS(1419), + [anon_sym__Generic] = ACTIONS(1419), + [anon_sym_asm] = ACTIONS(1419), + [anon_sym___asm__] = ACTIONS(1419), + [anon_sym___asm] = ACTIONS(1419), + [sym_number_literal] = ACTIONS(1421), + [anon_sym_L_SQUOTE] = ACTIONS(1421), + [anon_sym_u_SQUOTE] = ACTIONS(1421), + [anon_sym_U_SQUOTE] = ACTIONS(1421), + [anon_sym_u8_SQUOTE] = ACTIONS(1421), + [anon_sym_SQUOTE] = ACTIONS(1421), + [anon_sym_L_DQUOTE] = ACTIONS(1421), + [anon_sym_u_DQUOTE] = ACTIONS(1421), + [anon_sym_U_DQUOTE] = ACTIONS(1421), + [anon_sym_u8_DQUOTE] = ACTIONS(1421), + [anon_sym_DQUOTE] = ACTIONS(1421), + [sym_true] = ACTIONS(1419), + [sym_false] = ACTIONS(1419), + [anon_sym_NULL] = ACTIONS(1419), + [anon_sym_nullptr] = ACTIONS(1419), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1419), + [anon_sym_rayPayloadInEXT] = ACTIONS(1419), + [anon_sym_hitAttributeEXT] = ACTIONS(1419), + [anon_sym_callableDataEXT] = ACTIONS(1419), + [anon_sym_callableDataInEXT] = ACTIONS(1419), + [anon_sym_shaderRecordEXT] = ACTIONS(1419), + [anon_sym_rayPayloadNV] = ACTIONS(1419), + [anon_sym_rayPayloadInNV] = ACTIONS(1419), + [anon_sym_hitAttributeNV] = ACTIONS(1419), + [anon_sym_callableDataNV] = ACTIONS(1419), + [anon_sym_callableDataInNV] = ACTIONS(1419), + [anon_sym_shaderRecordNV] = ACTIONS(1419), + [anon_sym_layout] = ACTIONS(1419), + }, + [137] = { + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token2] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [aux_sym_preproc_else_token1] = ACTIONS(1423), + [aux_sym_preproc_elif_token1] = ACTIONS(1423), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym___try] = ACTIONS(1423), + [anon_sym___leave] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), + }, + [138] = { + [sym_identifier] = ACTIONS(1427), + [aux_sym_preproc_include_token1] = ACTIONS(1427), + [aux_sym_preproc_def_token1] = ACTIONS(1427), + [aux_sym_preproc_if_token1] = ACTIONS(1427), + [aux_sym_preproc_if_token2] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1427), + [aux_sym_preproc_else_token1] = ACTIONS(1427), + [aux_sym_preproc_elif_token1] = ACTIONS(1427), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1427), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1427), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_LPAREN2] = ACTIONS(1429), + [anon_sym_BANG] = ACTIONS(1429), + [anon_sym_TILDE] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1427), + [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1429), + [anon_sym_subroutine] = ACTIONS(1427), + [anon_sym_invariant] = ACTIONS(1427), + [anon_sym_precise] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_in] = ACTIONS(1427), + [anon_sym_out] = ACTIONS(1427), + [anon_sym_inout] = ACTIONS(1427), + [anon_sym_uniform] = ACTIONS(1427), + [anon_sym_shared] = ACTIONS(1427), + [anon_sym_attribute] = ACTIONS(1427), + [anon_sym_varying] = ACTIONS(1427), + [anon_sym_buffer] = ACTIONS(1427), + [anon_sym_coherent] = ACTIONS(1427), + [anon_sym_readonly] = ACTIONS(1427), + [anon_sym_writeonly] = ACTIONS(1427), + [anon_sym_precision] = ACTIONS(1427), + [anon_sym_highp] = ACTIONS(1427), + [anon_sym_mediump] = ACTIONS(1427), + [anon_sym_lowp] = ACTIONS(1427), + [anon_sym_centroid] = ACTIONS(1427), + [anon_sym_sample] = ACTIONS(1427), + [anon_sym_patch] = ACTIONS(1427), + [anon_sym_smooth] = ACTIONS(1427), + [anon_sym_flat] = ACTIONS(1427), + [anon_sym_noperspective] = ACTIONS(1427), + [anon_sym___extension__] = ACTIONS(1427), + [anon_sym_typedef] = ACTIONS(1427), + [anon_sym_extern] = ACTIONS(1427), + [anon_sym___attribute__] = ACTIONS(1427), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1429), + [anon_sym___declspec] = ACTIONS(1427), + [anon_sym___cdecl] = ACTIONS(1427), + [anon_sym___clrcall] = ACTIONS(1427), + [anon_sym___stdcall] = ACTIONS(1427), + [anon_sym___fastcall] = ACTIONS(1427), + [anon_sym___thiscall] = ACTIONS(1427), + [anon_sym___vectorcall] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_signed] = ACTIONS(1427), + [anon_sym_unsigned] = ACTIONS(1427), + [anon_sym_long] = ACTIONS(1427), + [anon_sym_short] = ACTIONS(1427), + [anon_sym_static] = ACTIONS(1427), + [anon_sym_auto] = ACTIONS(1427), + [anon_sym_register] = ACTIONS(1427), + [anon_sym_inline] = ACTIONS(1427), + [anon_sym___inline] = ACTIONS(1427), + [anon_sym___inline__] = ACTIONS(1427), + [anon_sym___forceinline] = ACTIONS(1427), + [anon_sym_thread_local] = ACTIONS(1427), + [anon_sym___thread] = ACTIONS(1427), + [anon_sym_const] = ACTIONS(1427), + [anon_sym_constexpr] = ACTIONS(1427), + [anon_sym_volatile] = ACTIONS(1427), + [anon_sym_restrict] = ACTIONS(1427), + [anon_sym___restrict__] = ACTIONS(1427), + [anon_sym__Atomic] = ACTIONS(1427), + [anon_sym__Noreturn] = ACTIONS(1427), + [anon_sym_noreturn] = ACTIONS(1427), + [anon_sym__Nonnull] = ACTIONS(1427), + [anon_sym_alignas] = ACTIONS(1427), + [anon_sym__Alignas] = ACTIONS(1427), + [sym_primitive_type] = ACTIONS(1427), + [anon_sym_enum] = ACTIONS(1427), + [anon_sym_struct] = ACTIONS(1427), + [anon_sym_union] = ACTIONS(1427), + [anon_sym_if] = ACTIONS(1427), + [anon_sym_switch] = ACTIONS(1427), + [anon_sym_case] = ACTIONS(1427), + [anon_sym_default] = ACTIONS(1427), + [anon_sym_while] = ACTIONS(1427), + [anon_sym_do] = ACTIONS(1427), + [anon_sym_for] = ACTIONS(1427), + [anon_sym_return] = ACTIONS(1427), + [anon_sym_break] = ACTIONS(1427), + [anon_sym_continue] = ACTIONS(1427), + [anon_sym_goto] = ACTIONS(1427), + [anon_sym___try] = ACTIONS(1427), + [anon_sym___leave] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1429), + [anon_sym_sizeof] = ACTIONS(1427), + [anon_sym___alignof__] = ACTIONS(1427), + [anon_sym___alignof] = ACTIONS(1427), + [anon_sym__alignof] = ACTIONS(1427), + [anon_sym_alignof] = ACTIONS(1427), + [anon_sym__Alignof] = ACTIONS(1427), + [anon_sym_offsetof] = ACTIONS(1427), + [anon_sym__Generic] = ACTIONS(1427), + [anon_sym_asm] = ACTIONS(1427), + [anon_sym___asm__] = ACTIONS(1427), + [anon_sym___asm] = ACTIONS(1427), + [sym_number_literal] = ACTIONS(1429), + [anon_sym_L_SQUOTE] = ACTIONS(1429), + [anon_sym_u_SQUOTE] = ACTIONS(1429), + [anon_sym_U_SQUOTE] = ACTIONS(1429), + [anon_sym_u8_SQUOTE] = ACTIONS(1429), + [anon_sym_SQUOTE] = ACTIONS(1429), + [anon_sym_L_DQUOTE] = ACTIONS(1429), + [anon_sym_u_DQUOTE] = ACTIONS(1429), + [anon_sym_U_DQUOTE] = ACTIONS(1429), + [anon_sym_u8_DQUOTE] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1429), + [sym_true] = ACTIONS(1427), + [sym_false] = ACTIONS(1427), + [anon_sym_NULL] = ACTIONS(1427), + [anon_sym_nullptr] = ACTIONS(1427), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1427), + [anon_sym_rayPayloadInEXT] = ACTIONS(1427), + [anon_sym_hitAttributeEXT] = ACTIONS(1427), + [anon_sym_callableDataEXT] = ACTIONS(1427), + [anon_sym_callableDataInEXT] = ACTIONS(1427), + [anon_sym_shaderRecordEXT] = ACTIONS(1427), + [anon_sym_rayPayloadNV] = ACTIONS(1427), + [anon_sym_rayPayloadInNV] = ACTIONS(1427), + [anon_sym_hitAttributeNV] = ACTIONS(1427), + [anon_sym_callableDataNV] = ACTIONS(1427), + [anon_sym_callableDataInNV] = ACTIONS(1427), + [anon_sym_shaderRecordNV] = ACTIONS(1427), + [anon_sym_layout] = ACTIONS(1427), + }, + [139] = { + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_include_token1] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token2] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [aux_sym_preproc_else_token1] = ACTIONS(1431), + [aux_sym_preproc_elif_token1] = ACTIONS(1431), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_LPAREN2] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1431), + [anon_sym_PLUS] = ACTIONS(1431), + [anon_sym_STAR] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_SEMI] = ACTIONS(1433), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_typedef] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym___cdecl] = ACTIONS(1431), + [anon_sym___clrcall] = ACTIONS(1431), + [anon_sym___stdcall] = ACTIONS(1431), + [anon_sym___fastcall] = ACTIONS(1431), + [anon_sym___thiscall] = ACTIONS(1431), + [anon_sym___vectorcall] = ACTIONS(1431), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [anon_sym_if] = ACTIONS(1431), + [anon_sym_switch] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1431), + [anon_sym_default] = ACTIONS(1431), + [anon_sym_while] = ACTIONS(1431), + [anon_sym_do] = ACTIONS(1431), + [anon_sym_for] = ACTIONS(1431), + [anon_sym_return] = ACTIONS(1431), + [anon_sym_break] = ACTIONS(1431), + [anon_sym_continue] = ACTIONS(1431), + [anon_sym_goto] = ACTIONS(1431), + [anon_sym___try] = ACTIONS(1431), + [anon_sym___leave] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1433), + [anon_sym_sizeof] = ACTIONS(1431), + [anon_sym___alignof__] = ACTIONS(1431), + [anon_sym___alignof] = ACTIONS(1431), + [anon_sym__alignof] = ACTIONS(1431), + [anon_sym_alignof] = ACTIONS(1431), + [anon_sym__Alignof] = ACTIONS(1431), + [anon_sym_offsetof] = ACTIONS(1431), + [anon_sym__Generic] = ACTIONS(1431), + [anon_sym_asm] = ACTIONS(1431), + [anon_sym___asm__] = ACTIONS(1431), + [anon_sym___asm] = ACTIONS(1431), + [sym_number_literal] = ACTIONS(1433), + [anon_sym_L_SQUOTE] = ACTIONS(1433), + [anon_sym_u_SQUOTE] = ACTIONS(1433), + [anon_sym_U_SQUOTE] = ACTIONS(1433), + [anon_sym_u8_SQUOTE] = ACTIONS(1433), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_L_DQUOTE] = ACTIONS(1433), + [anon_sym_u_DQUOTE] = ACTIONS(1433), + [anon_sym_U_DQUOTE] = ACTIONS(1433), + [anon_sym_u8_DQUOTE] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1433), + [sym_true] = ACTIONS(1431), + [sym_false] = ACTIONS(1431), + [anon_sym_NULL] = ACTIONS(1431), + [anon_sym_nullptr] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), + }, + [140] = { + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_include_token1] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token2] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [aux_sym_preproc_else_token1] = ACTIONS(1435), + [aux_sym_preproc_elif_token1] = ACTIONS(1435), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_LPAREN2] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_TILDE] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1435), + [anon_sym_PLUS] = ACTIONS(1435), + [anon_sym_STAR] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_typedef] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym___cdecl] = ACTIONS(1435), + [anon_sym___clrcall] = ACTIONS(1435), + [anon_sym___stdcall] = ACTIONS(1435), + [anon_sym___fastcall] = ACTIONS(1435), + [anon_sym___thiscall] = ACTIONS(1435), + [anon_sym___vectorcall] = ACTIONS(1435), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1435), + [anon_sym_case] = ACTIONS(1435), + [anon_sym_default] = ACTIONS(1435), + [anon_sym_while] = ACTIONS(1435), + [anon_sym_do] = ACTIONS(1435), + [anon_sym_for] = ACTIONS(1435), + [anon_sym_return] = ACTIONS(1435), + [anon_sym_break] = ACTIONS(1435), + [anon_sym_continue] = ACTIONS(1435), + [anon_sym_goto] = ACTIONS(1435), + [anon_sym___try] = ACTIONS(1435), + [anon_sym___leave] = ACTIONS(1435), + [anon_sym_DASH_DASH] = ACTIONS(1437), + [anon_sym_PLUS_PLUS] = ACTIONS(1437), + [anon_sym_sizeof] = ACTIONS(1435), + [anon_sym___alignof__] = ACTIONS(1435), + [anon_sym___alignof] = ACTIONS(1435), + [anon_sym__alignof] = ACTIONS(1435), + [anon_sym_alignof] = ACTIONS(1435), + [anon_sym__Alignof] = ACTIONS(1435), + [anon_sym_offsetof] = ACTIONS(1435), + [anon_sym__Generic] = ACTIONS(1435), + [anon_sym_asm] = ACTIONS(1435), + [anon_sym___asm__] = ACTIONS(1435), + [anon_sym___asm] = ACTIONS(1435), + [sym_number_literal] = ACTIONS(1437), + [anon_sym_L_SQUOTE] = ACTIONS(1437), + [anon_sym_u_SQUOTE] = ACTIONS(1437), + [anon_sym_U_SQUOTE] = ACTIONS(1437), + [anon_sym_u8_SQUOTE] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1437), + [anon_sym_L_DQUOTE] = ACTIONS(1437), + [anon_sym_u_DQUOTE] = ACTIONS(1437), + [anon_sym_U_DQUOTE] = ACTIONS(1437), + [anon_sym_u8_DQUOTE] = ACTIONS(1437), + [anon_sym_DQUOTE] = ACTIONS(1437), + [sym_true] = ACTIONS(1435), + [sym_false] = ACTIONS(1435), + [anon_sym_NULL] = ACTIONS(1435), + [anon_sym_nullptr] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), + }, + [141] = { + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token2] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [aux_sym_preproc_else_token1] = ACTIONS(1439), + [aux_sym_preproc_elif_token1] = ACTIONS(1439), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym___try] = ACTIONS(1439), + [anon_sym___leave] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), + }, + [142] = { + [sym_identifier] = ACTIONS(1443), + [aux_sym_preproc_include_token1] = ACTIONS(1443), + [aux_sym_preproc_def_token1] = ACTIONS(1443), + [aux_sym_preproc_if_token1] = ACTIONS(1443), + [aux_sym_preproc_if_token2] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1443), + [aux_sym_preproc_else_token1] = ACTIONS(1443), + [aux_sym_preproc_elif_token1] = ACTIONS(1443), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1443), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1443), + [sym_preproc_directive] = ACTIONS(1443), + [anon_sym_LPAREN2] = ACTIONS(1445), + [anon_sym_BANG] = ACTIONS(1445), + [anon_sym_TILDE] = ACTIONS(1445), + [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1445), + [anon_sym_AMP] = ACTIONS(1445), + [anon_sym_subroutine] = ACTIONS(1443), + [anon_sym_invariant] = ACTIONS(1443), + [anon_sym_precise] = ACTIONS(1443), + [anon_sym_SEMI] = ACTIONS(1445), + [anon_sym_in] = ACTIONS(1443), + [anon_sym_out] = ACTIONS(1443), + [anon_sym_inout] = ACTIONS(1443), + [anon_sym_uniform] = ACTIONS(1443), + [anon_sym_shared] = ACTIONS(1443), + [anon_sym_attribute] = ACTIONS(1443), + [anon_sym_varying] = ACTIONS(1443), + [anon_sym_buffer] = ACTIONS(1443), + [anon_sym_coherent] = ACTIONS(1443), + [anon_sym_readonly] = ACTIONS(1443), + [anon_sym_writeonly] = ACTIONS(1443), + [anon_sym_precision] = ACTIONS(1443), + [anon_sym_highp] = ACTIONS(1443), + [anon_sym_mediump] = ACTIONS(1443), + [anon_sym_lowp] = ACTIONS(1443), + [anon_sym_centroid] = ACTIONS(1443), + [anon_sym_sample] = ACTIONS(1443), + [anon_sym_patch] = ACTIONS(1443), + [anon_sym_smooth] = ACTIONS(1443), + [anon_sym_flat] = ACTIONS(1443), + [anon_sym_noperspective] = ACTIONS(1443), + [anon_sym___extension__] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1443), + [anon_sym___attribute__] = ACTIONS(1443), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), + [anon_sym___declspec] = ACTIONS(1443), + [anon_sym___cdecl] = ACTIONS(1443), + [anon_sym___clrcall] = ACTIONS(1443), + [anon_sym___stdcall] = ACTIONS(1443), + [anon_sym___fastcall] = ACTIONS(1443), + [anon_sym___thiscall] = ACTIONS(1443), + [anon_sym___vectorcall] = ACTIONS(1443), + [anon_sym_LBRACE] = ACTIONS(1445), + [anon_sym_signed] = ACTIONS(1443), + [anon_sym_unsigned] = ACTIONS(1443), + [anon_sym_long] = ACTIONS(1443), + [anon_sym_short] = ACTIONS(1443), + [anon_sym_static] = ACTIONS(1443), + [anon_sym_auto] = ACTIONS(1443), + [anon_sym_register] = ACTIONS(1443), + [anon_sym_inline] = ACTIONS(1443), + [anon_sym___inline] = ACTIONS(1443), + [anon_sym___inline__] = ACTIONS(1443), + [anon_sym___forceinline] = ACTIONS(1443), + [anon_sym_thread_local] = ACTIONS(1443), + [anon_sym___thread] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_constexpr] = ACTIONS(1443), + [anon_sym_volatile] = ACTIONS(1443), + [anon_sym_restrict] = ACTIONS(1443), + [anon_sym___restrict__] = ACTIONS(1443), + [anon_sym__Atomic] = ACTIONS(1443), + [anon_sym__Noreturn] = ACTIONS(1443), + [anon_sym_noreturn] = ACTIONS(1443), + [anon_sym__Nonnull] = ACTIONS(1443), + [anon_sym_alignas] = ACTIONS(1443), + [anon_sym__Alignas] = ACTIONS(1443), + [sym_primitive_type] = ACTIONS(1443), + [anon_sym_enum] = ACTIONS(1443), + [anon_sym_struct] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_if] = ACTIONS(1443), + [anon_sym_switch] = ACTIONS(1443), + [anon_sym_case] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1443), + [anon_sym_for] = ACTIONS(1443), + [anon_sym_return] = ACTIONS(1443), + [anon_sym_break] = ACTIONS(1443), + [anon_sym_continue] = ACTIONS(1443), + [anon_sym_goto] = ACTIONS(1443), + [anon_sym___try] = ACTIONS(1443), + [anon_sym___leave] = ACTIONS(1443), + [anon_sym_DASH_DASH] = ACTIONS(1445), + [anon_sym_PLUS_PLUS] = ACTIONS(1445), + [anon_sym_sizeof] = ACTIONS(1443), + [anon_sym___alignof__] = ACTIONS(1443), + [anon_sym___alignof] = ACTIONS(1443), + [anon_sym__alignof] = ACTIONS(1443), + [anon_sym_alignof] = ACTIONS(1443), + [anon_sym__Alignof] = ACTIONS(1443), + [anon_sym_offsetof] = ACTIONS(1443), + [anon_sym__Generic] = ACTIONS(1443), + [anon_sym_asm] = ACTIONS(1443), + [anon_sym___asm__] = ACTIONS(1443), + [anon_sym___asm] = ACTIONS(1443), + [sym_number_literal] = ACTIONS(1445), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1445), + [anon_sym_u_DQUOTE] = ACTIONS(1445), + [anon_sym_U_DQUOTE] = ACTIONS(1445), + [anon_sym_u8_DQUOTE] = ACTIONS(1445), + [anon_sym_DQUOTE] = ACTIONS(1445), + [sym_true] = ACTIONS(1443), + [sym_false] = ACTIONS(1443), + [anon_sym_NULL] = ACTIONS(1443), + [anon_sym_nullptr] = ACTIONS(1443), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1443), + [anon_sym_rayPayloadInEXT] = ACTIONS(1443), + [anon_sym_hitAttributeEXT] = ACTIONS(1443), + [anon_sym_callableDataEXT] = ACTIONS(1443), + [anon_sym_callableDataInEXT] = ACTIONS(1443), + [anon_sym_shaderRecordEXT] = ACTIONS(1443), + [anon_sym_rayPayloadNV] = ACTIONS(1443), + [anon_sym_rayPayloadInNV] = ACTIONS(1443), + [anon_sym_hitAttributeNV] = ACTIONS(1443), + [anon_sym_callableDataNV] = ACTIONS(1443), + [anon_sym_callableDataInNV] = ACTIONS(1443), + [anon_sym_shaderRecordNV] = ACTIONS(1443), + [anon_sym_layout] = ACTIONS(1443), + }, + [143] = { + [sym_identifier] = ACTIONS(1447), + [aux_sym_preproc_include_token1] = ACTIONS(1447), + [aux_sym_preproc_def_token1] = ACTIONS(1447), + [aux_sym_preproc_if_token1] = ACTIONS(1447), + [aux_sym_preproc_if_token2] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1447), + [aux_sym_preproc_else_token1] = ACTIONS(1447), + [aux_sym_preproc_elif_token1] = ACTIONS(1447), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1447), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1447), + [sym_preproc_directive] = ACTIONS(1447), + [anon_sym_LPAREN2] = ACTIONS(1449), + [anon_sym_BANG] = ACTIONS(1449), + [anon_sym_TILDE] = ACTIONS(1449), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1449), + [anon_sym_AMP] = ACTIONS(1449), + [anon_sym_subroutine] = ACTIONS(1447), + [anon_sym_invariant] = ACTIONS(1447), + [anon_sym_precise] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1449), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_out] = ACTIONS(1447), + [anon_sym_inout] = ACTIONS(1447), + [anon_sym_uniform] = ACTIONS(1447), + [anon_sym_shared] = ACTIONS(1447), + [anon_sym_attribute] = ACTIONS(1447), + [anon_sym_varying] = ACTIONS(1447), + [anon_sym_buffer] = ACTIONS(1447), + [anon_sym_coherent] = ACTIONS(1447), + [anon_sym_readonly] = ACTIONS(1447), + [anon_sym_writeonly] = ACTIONS(1447), + [anon_sym_precision] = ACTIONS(1447), + [anon_sym_highp] = ACTIONS(1447), + [anon_sym_mediump] = ACTIONS(1447), + [anon_sym_lowp] = ACTIONS(1447), + [anon_sym_centroid] = ACTIONS(1447), + [anon_sym_sample] = ACTIONS(1447), + [anon_sym_patch] = ACTIONS(1447), + [anon_sym_smooth] = ACTIONS(1447), + [anon_sym_flat] = ACTIONS(1447), + [anon_sym_noperspective] = ACTIONS(1447), + [anon_sym___extension__] = ACTIONS(1447), + [anon_sym_typedef] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym___attribute__] = ACTIONS(1447), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1449), + [anon_sym___declspec] = ACTIONS(1447), + [anon_sym___cdecl] = ACTIONS(1447), + [anon_sym___clrcall] = ACTIONS(1447), + [anon_sym___stdcall] = ACTIONS(1447), + [anon_sym___fastcall] = ACTIONS(1447), + [anon_sym___thiscall] = ACTIONS(1447), + [anon_sym___vectorcall] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1449), + [anon_sym_signed] = ACTIONS(1447), + [anon_sym_unsigned] = ACTIONS(1447), + [anon_sym_long] = ACTIONS(1447), + [anon_sym_short] = ACTIONS(1447), + [anon_sym_static] = ACTIONS(1447), + [anon_sym_auto] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_inline] = ACTIONS(1447), + [anon_sym___inline] = ACTIONS(1447), + [anon_sym___inline__] = ACTIONS(1447), + [anon_sym___forceinline] = ACTIONS(1447), + [anon_sym_thread_local] = ACTIONS(1447), + [anon_sym___thread] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_constexpr] = ACTIONS(1447), + [anon_sym_volatile] = ACTIONS(1447), + [anon_sym_restrict] = ACTIONS(1447), + [anon_sym___restrict__] = ACTIONS(1447), + [anon_sym__Atomic] = ACTIONS(1447), + [anon_sym__Noreturn] = ACTIONS(1447), + [anon_sym_noreturn] = ACTIONS(1447), + [anon_sym__Nonnull] = ACTIONS(1447), + [anon_sym_alignas] = ACTIONS(1447), + [anon_sym__Alignas] = ACTIONS(1447), + [sym_primitive_type] = ACTIONS(1447), + [anon_sym_enum] = ACTIONS(1447), + [anon_sym_struct] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_switch] = ACTIONS(1447), + [anon_sym_case] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_goto] = ACTIONS(1447), + [anon_sym___try] = ACTIONS(1447), + [anon_sym___leave] = ACTIONS(1447), + [anon_sym_DASH_DASH] = ACTIONS(1449), + [anon_sym_PLUS_PLUS] = ACTIONS(1449), + [anon_sym_sizeof] = ACTIONS(1447), + [anon_sym___alignof__] = ACTIONS(1447), + [anon_sym___alignof] = ACTIONS(1447), + [anon_sym__alignof] = ACTIONS(1447), + [anon_sym_alignof] = ACTIONS(1447), + [anon_sym__Alignof] = ACTIONS(1447), + [anon_sym_offsetof] = ACTIONS(1447), + [anon_sym__Generic] = ACTIONS(1447), + [anon_sym_asm] = ACTIONS(1447), + [anon_sym___asm__] = ACTIONS(1447), + [anon_sym___asm] = ACTIONS(1447), + [sym_number_literal] = ACTIONS(1449), + [anon_sym_L_SQUOTE] = ACTIONS(1449), + [anon_sym_u_SQUOTE] = ACTIONS(1449), + [anon_sym_U_SQUOTE] = ACTIONS(1449), + [anon_sym_u8_SQUOTE] = ACTIONS(1449), + [anon_sym_SQUOTE] = ACTIONS(1449), + [anon_sym_L_DQUOTE] = ACTIONS(1449), + [anon_sym_u_DQUOTE] = ACTIONS(1449), + [anon_sym_U_DQUOTE] = ACTIONS(1449), + [anon_sym_u8_DQUOTE] = ACTIONS(1449), + [anon_sym_DQUOTE] = ACTIONS(1449), + [sym_true] = ACTIONS(1447), + [sym_false] = ACTIONS(1447), + [anon_sym_NULL] = ACTIONS(1447), + [anon_sym_nullptr] = ACTIONS(1447), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1447), + [anon_sym_rayPayloadInEXT] = ACTIONS(1447), + [anon_sym_hitAttributeEXT] = ACTIONS(1447), + [anon_sym_callableDataEXT] = ACTIONS(1447), + [anon_sym_callableDataInEXT] = ACTIONS(1447), + [anon_sym_shaderRecordEXT] = ACTIONS(1447), + [anon_sym_rayPayloadNV] = ACTIONS(1447), + [anon_sym_rayPayloadInNV] = ACTIONS(1447), + [anon_sym_hitAttributeNV] = ACTIONS(1447), + [anon_sym_callableDataNV] = ACTIONS(1447), + [anon_sym_callableDataInNV] = ACTIONS(1447), + [anon_sym_shaderRecordNV] = ACTIONS(1447), + [anon_sym_layout] = ACTIONS(1447), + }, + [144] = { + [sym_identifier] = ACTIONS(1451), + [aux_sym_preproc_include_token1] = ACTIONS(1451), + [aux_sym_preproc_def_token1] = ACTIONS(1451), + [aux_sym_preproc_if_token1] = ACTIONS(1451), + [aux_sym_preproc_if_token2] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1451), + [aux_sym_preproc_else_token1] = ACTIONS(1451), + [aux_sym_preproc_elif_token1] = ACTIONS(1451), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1451), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1451), + [sym_preproc_directive] = ACTIONS(1451), + [anon_sym_LPAREN2] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_subroutine] = ACTIONS(1451), + [anon_sym_invariant] = ACTIONS(1451), + [anon_sym_precise] = ACTIONS(1451), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_in] = ACTIONS(1451), + [anon_sym_out] = ACTIONS(1451), + [anon_sym_inout] = ACTIONS(1451), + [anon_sym_uniform] = ACTIONS(1451), + [anon_sym_shared] = ACTIONS(1451), + [anon_sym_attribute] = ACTIONS(1451), + [anon_sym_varying] = ACTIONS(1451), + [anon_sym_buffer] = ACTIONS(1451), + [anon_sym_coherent] = ACTIONS(1451), + [anon_sym_readonly] = ACTIONS(1451), + [anon_sym_writeonly] = ACTIONS(1451), + [anon_sym_precision] = ACTIONS(1451), + [anon_sym_highp] = ACTIONS(1451), + [anon_sym_mediump] = ACTIONS(1451), + [anon_sym_lowp] = ACTIONS(1451), + [anon_sym_centroid] = ACTIONS(1451), + [anon_sym_sample] = ACTIONS(1451), + [anon_sym_patch] = ACTIONS(1451), + [anon_sym_smooth] = ACTIONS(1451), + [anon_sym_flat] = ACTIONS(1451), + [anon_sym_noperspective] = ACTIONS(1451), + [anon_sym___extension__] = ACTIONS(1451), + [anon_sym_typedef] = ACTIONS(1451), + [anon_sym_extern] = ACTIONS(1451), + [anon_sym___attribute__] = ACTIONS(1451), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1453), + [anon_sym___declspec] = ACTIONS(1451), + [anon_sym___cdecl] = ACTIONS(1451), + [anon_sym___clrcall] = ACTIONS(1451), + [anon_sym___stdcall] = ACTIONS(1451), + [anon_sym___fastcall] = ACTIONS(1451), + [anon_sym___thiscall] = ACTIONS(1451), + [anon_sym___vectorcall] = ACTIONS(1451), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_signed] = ACTIONS(1451), + [anon_sym_unsigned] = ACTIONS(1451), + [anon_sym_long] = ACTIONS(1451), + [anon_sym_short] = ACTIONS(1451), + [anon_sym_static] = ACTIONS(1451), + [anon_sym_auto] = ACTIONS(1451), + [anon_sym_register] = ACTIONS(1451), + [anon_sym_inline] = ACTIONS(1451), + [anon_sym___inline] = ACTIONS(1451), + [anon_sym___inline__] = ACTIONS(1451), + [anon_sym___forceinline] = ACTIONS(1451), + [anon_sym_thread_local] = ACTIONS(1451), + [anon_sym___thread] = ACTIONS(1451), + [anon_sym_const] = ACTIONS(1451), + [anon_sym_constexpr] = ACTIONS(1451), + [anon_sym_volatile] = ACTIONS(1451), + [anon_sym_restrict] = ACTIONS(1451), + [anon_sym___restrict__] = ACTIONS(1451), + [anon_sym__Atomic] = ACTIONS(1451), + [anon_sym__Noreturn] = ACTIONS(1451), + [anon_sym_noreturn] = ACTIONS(1451), + [anon_sym__Nonnull] = ACTIONS(1451), + [anon_sym_alignas] = ACTIONS(1451), + [anon_sym__Alignas] = ACTIONS(1451), + [sym_primitive_type] = ACTIONS(1451), + [anon_sym_enum] = ACTIONS(1451), + [anon_sym_struct] = ACTIONS(1451), + [anon_sym_union] = ACTIONS(1451), + [anon_sym_if] = ACTIONS(1451), + [anon_sym_switch] = ACTIONS(1451), + [anon_sym_case] = ACTIONS(1451), + [anon_sym_default] = ACTIONS(1451), + [anon_sym_while] = ACTIONS(1451), + [anon_sym_do] = ACTIONS(1451), + [anon_sym_for] = ACTIONS(1451), + [anon_sym_return] = ACTIONS(1451), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1451), + [anon_sym_goto] = ACTIONS(1451), + [anon_sym___try] = ACTIONS(1451), + [anon_sym___leave] = ACTIONS(1451), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1451), + [anon_sym___alignof__] = ACTIONS(1451), + [anon_sym___alignof] = ACTIONS(1451), + [anon_sym__alignof] = ACTIONS(1451), + [anon_sym_alignof] = ACTIONS(1451), + [anon_sym__Alignof] = ACTIONS(1451), + [anon_sym_offsetof] = ACTIONS(1451), + [anon_sym__Generic] = ACTIONS(1451), + [anon_sym_asm] = ACTIONS(1451), + [anon_sym___asm__] = ACTIONS(1451), + [anon_sym___asm] = ACTIONS(1451), + [sym_number_literal] = ACTIONS(1453), + [anon_sym_L_SQUOTE] = ACTIONS(1453), + [anon_sym_u_SQUOTE] = ACTIONS(1453), + [anon_sym_U_SQUOTE] = ACTIONS(1453), + [anon_sym_u8_SQUOTE] = ACTIONS(1453), + [anon_sym_SQUOTE] = ACTIONS(1453), + [anon_sym_L_DQUOTE] = ACTIONS(1453), + [anon_sym_u_DQUOTE] = ACTIONS(1453), + [anon_sym_U_DQUOTE] = ACTIONS(1453), + [anon_sym_u8_DQUOTE] = ACTIONS(1453), + [anon_sym_DQUOTE] = ACTIONS(1453), + [sym_true] = ACTIONS(1451), + [sym_false] = ACTIONS(1451), + [anon_sym_NULL] = ACTIONS(1451), + [anon_sym_nullptr] = ACTIONS(1451), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1451), + [anon_sym_rayPayloadInEXT] = ACTIONS(1451), + [anon_sym_hitAttributeEXT] = ACTIONS(1451), + [anon_sym_callableDataEXT] = ACTIONS(1451), + [anon_sym_callableDataInEXT] = ACTIONS(1451), + [anon_sym_shaderRecordEXT] = ACTIONS(1451), + [anon_sym_rayPayloadNV] = ACTIONS(1451), + [anon_sym_rayPayloadInNV] = ACTIONS(1451), + [anon_sym_hitAttributeNV] = ACTIONS(1451), + [anon_sym_callableDataNV] = ACTIONS(1451), + [anon_sym_callableDataInNV] = ACTIONS(1451), + [anon_sym_shaderRecordNV] = ACTIONS(1451), + [anon_sym_layout] = ACTIONS(1451), + }, + [145] = { + [sym_identifier] = ACTIONS(1455), + [aux_sym_preproc_include_token1] = ACTIONS(1455), + [aux_sym_preproc_def_token1] = ACTIONS(1455), + [aux_sym_preproc_if_token1] = ACTIONS(1455), + [aux_sym_preproc_if_token2] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1455), + [aux_sym_preproc_else_token1] = ACTIONS(1455), + [aux_sym_preproc_elif_token1] = ACTIONS(1455), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1455), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1455), + [anon_sym_LPAREN2] = ACTIONS(1457), + [anon_sym_BANG] = ACTIONS(1457), + [anon_sym_TILDE] = ACTIONS(1457), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_STAR] = ACTIONS(1457), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_subroutine] = ACTIONS(1455), + [anon_sym_invariant] = ACTIONS(1455), + [anon_sym_precise] = ACTIONS(1455), + [anon_sym_SEMI] = ACTIONS(1457), + [anon_sym_in] = ACTIONS(1455), + [anon_sym_out] = ACTIONS(1455), + [anon_sym_inout] = ACTIONS(1455), + [anon_sym_uniform] = ACTIONS(1455), + [anon_sym_shared] = ACTIONS(1455), + [anon_sym_attribute] = ACTIONS(1455), + [anon_sym_varying] = ACTIONS(1455), + [anon_sym_buffer] = ACTIONS(1455), + [anon_sym_coherent] = ACTIONS(1455), + [anon_sym_readonly] = ACTIONS(1455), + [anon_sym_writeonly] = ACTIONS(1455), + [anon_sym_precision] = ACTIONS(1455), + [anon_sym_highp] = ACTIONS(1455), + [anon_sym_mediump] = ACTIONS(1455), + [anon_sym_lowp] = ACTIONS(1455), + [anon_sym_centroid] = ACTIONS(1455), + [anon_sym_sample] = ACTIONS(1455), + [anon_sym_patch] = ACTIONS(1455), + [anon_sym_smooth] = ACTIONS(1455), + [anon_sym_flat] = ACTIONS(1455), + [anon_sym_noperspective] = ACTIONS(1455), + [anon_sym___extension__] = ACTIONS(1455), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym___attribute__] = ACTIONS(1455), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym___declspec] = ACTIONS(1455), + [anon_sym___cdecl] = ACTIONS(1455), + [anon_sym___clrcall] = ACTIONS(1455), + [anon_sym___stdcall] = ACTIONS(1455), + [anon_sym___fastcall] = ACTIONS(1455), + [anon_sym___thiscall] = ACTIONS(1455), + [anon_sym___vectorcall] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1457), + [anon_sym_signed] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_inline] = ACTIONS(1455), + [anon_sym___inline] = ACTIONS(1455), + [anon_sym___inline__] = ACTIONS(1455), + [anon_sym___forceinline] = ACTIONS(1455), + [anon_sym_thread_local] = ACTIONS(1455), + [anon_sym___thread] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_constexpr] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym___restrict__] = ACTIONS(1455), + [anon_sym__Atomic] = ACTIONS(1455), + [anon_sym__Noreturn] = ACTIONS(1455), + [anon_sym_noreturn] = ACTIONS(1455), + [anon_sym__Nonnull] = ACTIONS(1455), + [anon_sym_alignas] = ACTIONS(1455), + [anon_sym__Alignas] = ACTIONS(1455), + [sym_primitive_type] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym___try] = ACTIONS(1455), + [anon_sym___leave] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1457), + [anon_sym_PLUS_PLUS] = ACTIONS(1457), + [anon_sym_sizeof] = ACTIONS(1455), + [anon_sym___alignof__] = ACTIONS(1455), + [anon_sym___alignof] = ACTIONS(1455), + [anon_sym__alignof] = ACTIONS(1455), + [anon_sym_alignof] = ACTIONS(1455), + [anon_sym__Alignof] = ACTIONS(1455), + [anon_sym_offsetof] = ACTIONS(1455), + [anon_sym__Generic] = ACTIONS(1455), + [anon_sym_asm] = ACTIONS(1455), + [anon_sym___asm__] = ACTIONS(1455), + [anon_sym___asm] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1457), + [anon_sym_L_SQUOTE] = ACTIONS(1457), + [anon_sym_u_SQUOTE] = ACTIONS(1457), + [anon_sym_U_SQUOTE] = ACTIONS(1457), + [anon_sym_u8_SQUOTE] = ACTIONS(1457), + [anon_sym_SQUOTE] = ACTIONS(1457), + [anon_sym_L_DQUOTE] = ACTIONS(1457), + [anon_sym_u_DQUOTE] = ACTIONS(1457), + [anon_sym_U_DQUOTE] = ACTIONS(1457), + [anon_sym_u8_DQUOTE] = ACTIONS(1457), + [anon_sym_DQUOTE] = ACTIONS(1457), + [sym_true] = ACTIONS(1455), + [sym_false] = ACTIONS(1455), + [anon_sym_NULL] = ACTIONS(1455), + [anon_sym_nullptr] = ACTIONS(1455), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1455), + [anon_sym_rayPayloadInEXT] = ACTIONS(1455), + [anon_sym_hitAttributeEXT] = ACTIONS(1455), + [anon_sym_callableDataEXT] = ACTIONS(1455), + [anon_sym_callableDataInEXT] = ACTIONS(1455), + [anon_sym_shaderRecordEXT] = ACTIONS(1455), + [anon_sym_rayPayloadNV] = ACTIONS(1455), + [anon_sym_rayPayloadInNV] = ACTIONS(1455), + [anon_sym_hitAttributeNV] = ACTIONS(1455), + [anon_sym_callableDataNV] = ACTIONS(1455), + [anon_sym_callableDataInNV] = ACTIONS(1455), + [anon_sym_shaderRecordNV] = ACTIONS(1455), + [anon_sym_layout] = ACTIONS(1455), + }, + [146] = { + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token2] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [aux_sym_preproc_else_token1] = ACTIONS(1459), + [aux_sym_preproc_elif_token1] = ACTIONS(1459), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym___try] = ACTIONS(1459), + [anon_sym___leave] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [147] = { + [sym_identifier] = ACTIONS(1463), + [aux_sym_preproc_include_token1] = ACTIONS(1463), + [aux_sym_preproc_def_token1] = ACTIONS(1463), + [aux_sym_preproc_if_token1] = ACTIONS(1463), + [aux_sym_preproc_if_token2] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1463), + [aux_sym_preproc_else_token1] = ACTIONS(1463), + [aux_sym_preproc_elif_token1] = ACTIONS(1463), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1463), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1463), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_LPAREN2] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_TILDE] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_subroutine] = ACTIONS(1463), + [anon_sym_invariant] = ACTIONS(1463), + [anon_sym_precise] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1465), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_out] = ACTIONS(1463), + [anon_sym_inout] = ACTIONS(1463), + [anon_sym_uniform] = ACTIONS(1463), + [anon_sym_shared] = ACTIONS(1463), + [anon_sym_attribute] = ACTIONS(1463), + [anon_sym_varying] = ACTIONS(1463), + [anon_sym_buffer] = ACTIONS(1463), + [anon_sym_coherent] = ACTIONS(1463), + [anon_sym_readonly] = ACTIONS(1463), + [anon_sym_writeonly] = ACTIONS(1463), + [anon_sym_precision] = ACTIONS(1463), + [anon_sym_highp] = ACTIONS(1463), + [anon_sym_mediump] = ACTIONS(1463), + [anon_sym_lowp] = ACTIONS(1463), + [anon_sym_centroid] = ACTIONS(1463), + [anon_sym_sample] = ACTIONS(1463), + [anon_sym_patch] = ACTIONS(1463), + [anon_sym_smooth] = ACTIONS(1463), + [anon_sym_flat] = ACTIONS(1463), + [anon_sym_noperspective] = ACTIONS(1463), + [anon_sym___extension__] = ACTIONS(1463), + [anon_sym_typedef] = ACTIONS(1463), + [anon_sym_extern] = ACTIONS(1463), + [anon_sym___attribute__] = ACTIONS(1463), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1465), + [anon_sym___declspec] = ACTIONS(1463), + [anon_sym___cdecl] = ACTIONS(1463), + [anon_sym___clrcall] = ACTIONS(1463), + [anon_sym___stdcall] = ACTIONS(1463), + [anon_sym___fastcall] = ACTIONS(1463), + [anon_sym___thiscall] = ACTIONS(1463), + [anon_sym___vectorcall] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1465), + [anon_sym_signed] = ACTIONS(1463), + [anon_sym_unsigned] = ACTIONS(1463), + [anon_sym_long] = ACTIONS(1463), + [anon_sym_short] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1463), + [anon_sym_auto] = ACTIONS(1463), + [anon_sym_register] = ACTIONS(1463), + [anon_sym_inline] = ACTIONS(1463), + [anon_sym___inline] = ACTIONS(1463), + [anon_sym___inline__] = ACTIONS(1463), + [anon_sym___forceinline] = ACTIONS(1463), + [anon_sym_thread_local] = ACTIONS(1463), + [anon_sym___thread] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_constexpr] = ACTIONS(1463), + [anon_sym_volatile] = ACTIONS(1463), + [anon_sym_restrict] = ACTIONS(1463), + [anon_sym___restrict__] = ACTIONS(1463), + [anon_sym__Atomic] = ACTIONS(1463), + [anon_sym__Noreturn] = ACTIONS(1463), + [anon_sym_noreturn] = ACTIONS(1463), + [anon_sym__Nonnull] = ACTIONS(1463), + [anon_sym_alignas] = ACTIONS(1463), + [anon_sym__Alignas] = ACTIONS(1463), + [sym_primitive_type] = ACTIONS(1463), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_struct] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_if] = ACTIONS(1463), + [anon_sym_switch] = ACTIONS(1463), + [anon_sym_case] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_while] = ACTIONS(1463), + [anon_sym_do] = ACTIONS(1463), + [anon_sym_for] = ACTIONS(1463), + [anon_sym_return] = ACTIONS(1463), + [anon_sym_break] = ACTIONS(1463), + [anon_sym_continue] = ACTIONS(1463), + [anon_sym_goto] = ACTIONS(1463), + [anon_sym___try] = ACTIONS(1463), + [anon_sym___leave] = ACTIONS(1463), + [anon_sym_DASH_DASH] = ACTIONS(1465), + [anon_sym_PLUS_PLUS] = ACTIONS(1465), + [anon_sym_sizeof] = ACTIONS(1463), + [anon_sym___alignof__] = ACTIONS(1463), + [anon_sym___alignof] = ACTIONS(1463), + [anon_sym__alignof] = ACTIONS(1463), + [anon_sym_alignof] = ACTIONS(1463), + [anon_sym__Alignof] = ACTIONS(1463), + [anon_sym_offsetof] = ACTIONS(1463), + [anon_sym__Generic] = ACTIONS(1463), + [anon_sym_asm] = ACTIONS(1463), + [anon_sym___asm__] = ACTIONS(1463), + [anon_sym___asm] = ACTIONS(1463), + [sym_number_literal] = ACTIONS(1465), + [anon_sym_L_SQUOTE] = ACTIONS(1465), + [anon_sym_u_SQUOTE] = ACTIONS(1465), + [anon_sym_U_SQUOTE] = ACTIONS(1465), + [anon_sym_u8_SQUOTE] = ACTIONS(1465), + [anon_sym_SQUOTE] = ACTIONS(1465), + [anon_sym_L_DQUOTE] = ACTIONS(1465), + [anon_sym_u_DQUOTE] = ACTIONS(1465), + [anon_sym_U_DQUOTE] = ACTIONS(1465), + [anon_sym_u8_DQUOTE] = ACTIONS(1465), + [anon_sym_DQUOTE] = ACTIONS(1465), + [sym_true] = ACTIONS(1463), + [sym_false] = ACTIONS(1463), + [anon_sym_NULL] = ACTIONS(1463), + [anon_sym_nullptr] = ACTIONS(1463), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1463), + [anon_sym_rayPayloadInEXT] = ACTIONS(1463), + [anon_sym_hitAttributeEXT] = ACTIONS(1463), + [anon_sym_callableDataEXT] = ACTIONS(1463), + [anon_sym_callableDataInEXT] = ACTIONS(1463), + [anon_sym_shaderRecordEXT] = ACTIONS(1463), + [anon_sym_rayPayloadNV] = ACTIONS(1463), + [anon_sym_rayPayloadInNV] = ACTIONS(1463), + [anon_sym_hitAttributeNV] = ACTIONS(1463), + [anon_sym_callableDataNV] = ACTIONS(1463), + [anon_sym_callableDataInNV] = ACTIONS(1463), + [anon_sym_shaderRecordNV] = ACTIONS(1463), + [anon_sym_layout] = ACTIONS(1463), + }, + [148] = { + [sym_identifier] = ACTIONS(1467), + [aux_sym_preproc_include_token1] = ACTIONS(1467), + [aux_sym_preproc_def_token1] = ACTIONS(1467), + [aux_sym_preproc_if_token1] = ACTIONS(1467), + [aux_sym_preproc_if_token2] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1467), + [aux_sym_preproc_else_token1] = ACTIONS(1467), + [aux_sym_preproc_elif_token1] = ACTIONS(1467), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1467), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1467), + [sym_preproc_directive] = ACTIONS(1467), + [anon_sym_LPAREN2] = ACTIONS(1469), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_AMP] = ACTIONS(1469), + [anon_sym_subroutine] = ACTIONS(1467), + [anon_sym_invariant] = ACTIONS(1467), + [anon_sym_precise] = ACTIONS(1467), + [anon_sym_SEMI] = ACTIONS(1469), + [anon_sym_in] = ACTIONS(1467), + [anon_sym_out] = ACTIONS(1467), + [anon_sym_inout] = ACTIONS(1467), + [anon_sym_uniform] = ACTIONS(1467), + [anon_sym_shared] = ACTIONS(1467), + [anon_sym_attribute] = ACTIONS(1467), + [anon_sym_varying] = ACTIONS(1467), + [anon_sym_buffer] = ACTIONS(1467), + [anon_sym_coherent] = ACTIONS(1467), + [anon_sym_readonly] = ACTIONS(1467), + [anon_sym_writeonly] = ACTIONS(1467), + [anon_sym_precision] = ACTIONS(1467), + [anon_sym_highp] = ACTIONS(1467), + [anon_sym_mediump] = ACTIONS(1467), + [anon_sym_lowp] = ACTIONS(1467), + [anon_sym_centroid] = ACTIONS(1467), + [anon_sym_sample] = ACTIONS(1467), + [anon_sym_patch] = ACTIONS(1467), + [anon_sym_smooth] = ACTIONS(1467), + [anon_sym_flat] = ACTIONS(1467), + [anon_sym_noperspective] = ACTIONS(1467), + [anon_sym___extension__] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1467), + [anon_sym___attribute__] = ACTIONS(1467), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1469), + [anon_sym___declspec] = ACTIONS(1467), + [anon_sym___cdecl] = ACTIONS(1467), + [anon_sym___clrcall] = ACTIONS(1467), + [anon_sym___stdcall] = ACTIONS(1467), + [anon_sym___fastcall] = ACTIONS(1467), + [anon_sym___thiscall] = ACTIONS(1467), + [anon_sym___vectorcall] = ACTIONS(1467), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_signed] = ACTIONS(1467), + [anon_sym_unsigned] = ACTIONS(1467), + [anon_sym_long] = ACTIONS(1467), + [anon_sym_short] = ACTIONS(1467), + [anon_sym_static] = ACTIONS(1467), + [anon_sym_auto] = ACTIONS(1467), + [anon_sym_register] = ACTIONS(1467), + [anon_sym_inline] = ACTIONS(1467), + [anon_sym___inline] = ACTIONS(1467), + [anon_sym___inline__] = ACTIONS(1467), + [anon_sym___forceinline] = ACTIONS(1467), + [anon_sym_thread_local] = ACTIONS(1467), + [anon_sym___thread] = ACTIONS(1467), + [anon_sym_const] = ACTIONS(1467), + [anon_sym_constexpr] = ACTIONS(1467), + [anon_sym_volatile] = ACTIONS(1467), + [anon_sym_restrict] = ACTIONS(1467), + [anon_sym___restrict__] = ACTIONS(1467), + [anon_sym__Atomic] = ACTIONS(1467), + [anon_sym__Noreturn] = ACTIONS(1467), + [anon_sym_noreturn] = ACTIONS(1467), + [anon_sym__Nonnull] = ACTIONS(1467), + [anon_sym_alignas] = ACTIONS(1467), + [anon_sym__Alignas] = ACTIONS(1467), + [sym_primitive_type] = ACTIONS(1467), + [anon_sym_enum] = ACTIONS(1467), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1467), + [anon_sym_if] = ACTIONS(1467), + [anon_sym_switch] = ACTIONS(1467), + [anon_sym_case] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1467), + [anon_sym_while] = ACTIONS(1467), + [anon_sym_do] = ACTIONS(1467), + [anon_sym_for] = ACTIONS(1467), + [anon_sym_return] = ACTIONS(1467), + [anon_sym_break] = ACTIONS(1467), + [anon_sym_continue] = ACTIONS(1467), + [anon_sym_goto] = ACTIONS(1467), + [anon_sym___try] = ACTIONS(1467), + [anon_sym___leave] = ACTIONS(1467), + [anon_sym_DASH_DASH] = ACTIONS(1469), + [anon_sym_PLUS_PLUS] = ACTIONS(1469), + [anon_sym_sizeof] = ACTIONS(1467), + [anon_sym___alignof__] = ACTIONS(1467), + [anon_sym___alignof] = ACTIONS(1467), + [anon_sym__alignof] = ACTIONS(1467), + [anon_sym_alignof] = ACTIONS(1467), + [anon_sym__Alignof] = ACTIONS(1467), + [anon_sym_offsetof] = ACTIONS(1467), + [anon_sym__Generic] = ACTIONS(1467), + [anon_sym_asm] = ACTIONS(1467), + [anon_sym___asm__] = ACTIONS(1467), + [anon_sym___asm] = ACTIONS(1467), + [sym_number_literal] = ACTIONS(1469), + [anon_sym_L_SQUOTE] = ACTIONS(1469), + [anon_sym_u_SQUOTE] = ACTIONS(1469), + [anon_sym_U_SQUOTE] = ACTIONS(1469), + [anon_sym_u8_SQUOTE] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1469), + [anon_sym_L_DQUOTE] = ACTIONS(1469), + [anon_sym_u_DQUOTE] = ACTIONS(1469), + [anon_sym_U_DQUOTE] = ACTIONS(1469), + [anon_sym_u8_DQUOTE] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(1469), + [sym_true] = ACTIONS(1467), + [sym_false] = ACTIONS(1467), + [anon_sym_NULL] = ACTIONS(1467), + [anon_sym_nullptr] = ACTIONS(1467), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1467), + [anon_sym_rayPayloadInEXT] = ACTIONS(1467), + [anon_sym_hitAttributeEXT] = ACTIONS(1467), + [anon_sym_callableDataEXT] = ACTIONS(1467), + [anon_sym_callableDataInEXT] = ACTIONS(1467), + [anon_sym_shaderRecordEXT] = ACTIONS(1467), + [anon_sym_rayPayloadNV] = ACTIONS(1467), + [anon_sym_rayPayloadInNV] = ACTIONS(1467), + [anon_sym_hitAttributeNV] = ACTIONS(1467), + [anon_sym_callableDataNV] = ACTIONS(1467), + [anon_sym_callableDataInNV] = ACTIONS(1467), + [anon_sym_shaderRecordNV] = ACTIONS(1467), + [anon_sym_layout] = ACTIONS(1467), + }, + [149] = { + [sym_identifier] = ACTIONS(1471), + [aux_sym_preproc_include_token1] = ACTIONS(1471), + [aux_sym_preproc_def_token1] = ACTIONS(1471), + [aux_sym_preproc_if_token1] = ACTIONS(1471), + [aux_sym_preproc_if_token2] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1471), + [aux_sym_preproc_else_token1] = ACTIONS(1471), + [aux_sym_preproc_elif_token1] = ACTIONS(1471), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1471), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1471), + [anon_sym_LPAREN2] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_subroutine] = ACTIONS(1471), + [anon_sym_invariant] = ACTIONS(1471), + [anon_sym_precise] = ACTIONS(1471), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_in] = ACTIONS(1471), + [anon_sym_out] = ACTIONS(1471), + [anon_sym_inout] = ACTIONS(1471), + [anon_sym_uniform] = ACTIONS(1471), + [anon_sym_shared] = ACTIONS(1471), + [anon_sym_attribute] = ACTIONS(1471), + [anon_sym_varying] = ACTIONS(1471), + [anon_sym_buffer] = ACTIONS(1471), + [anon_sym_coherent] = ACTIONS(1471), + [anon_sym_readonly] = ACTIONS(1471), + [anon_sym_writeonly] = ACTIONS(1471), + [anon_sym_precision] = ACTIONS(1471), + [anon_sym_highp] = ACTIONS(1471), + [anon_sym_mediump] = ACTIONS(1471), + [anon_sym_lowp] = ACTIONS(1471), + [anon_sym_centroid] = ACTIONS(1471), + [anon_sym_sample] = ACTIONS(1471), + [anon_sym_patch] = ACTIONS(1471), + [anon_sym_smooth] = ACTIONS(1471), + [anon_sym_flat] = ACTIONS(1471), + [anon_sym_noperspective] = ACTIONS(1471), + [anon_sym___extension__] = ACTIONS(1471), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym___attribute__] = ACTIONS(1471), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1473), + [anon_sym___declspec] = ACTIONS(1471), + [anon_sym___cdecl] = ACTIONS(1471), + [anon_sym___clrcall] = ACTIONS(1471), + [anon_sym___stdcall] = ACTIONS(1471), + [anon_sym___fastcall] = ACTIONS(1471), + [anon_sym___thiscall] = ACTIONS(1471), + [anon_sym___vectorcall] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_signed] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_inline] = ACTIONS(1471), + [anon_sym___inline] = ACTIONS(1471), + [anon_sym___inline__] = ACTIONS(1471), + [anon_sym___forceinline] = ACTIONS(1471), + [anon_sym_thread_local] = ACTIONS(1471), + [anon_sym___thread] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_constexpr] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym___restrict__] = ACTIONS(1471), + [anon_sym__Atomic] = ACTIONS(1471), + [anon_sym__Noreturn] = ACTIONS(1471), + [anon_sym_noreturn] = ACTIONS(1471), + [anon_sym__Nonnull] = ACTIONS(1471), + [anon_sym_alignas] = ACTIONS(1471), + [anon_sym__Alignas] = ACTIONS(1471), + [sym_primitive_type] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym___try] = ACTIONS(1471), + [anon_sym___leave] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [anon_sym___alignof__] = ACTIONS(1471), + [anon_sym___alignof] = ACTIONS(1471), + [anon_sym__alignof] = ACTIONS(1471), + [anon_sym_alignof] = ACTIONS(1471), + [anon_sym__Alignof] = ACTIONS(1471), + [anon_sym_offsetof] = ACTIONS(1471), + [anon_sym__Generic] = ACTIONS(1471), + [anon_sym_asm] = ACTIONS(1471), + [anon_sym___asm__] = ACTIONS(1471), + [anon_sym___asm] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1473), + [anon_sym_L_SQUOTE] = ACTIONS(1473), + [anon_sym_u_SQUOTE] = ACTIONS(1473), + [anon_sym_U_SQUOTE] = ACTIONS(1473), + [anon_sym_u8_SQUOTE] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1473), + [anon_sym_L_DQUOTE] = ACTIONS(1473), + [anon_sym_u_DQUOTE] = ACTIONS(1473), + [anon_sym_U_DQUOTE] = ACTIONS(1473), + [anon_sym_u8_DQUOTE] = ACTIONS(1473), + [anon_sym_DQUOTE] = ACTIONS(1473), + [sym_true] = ACTIONS(1471), + [sym_false] = ACTIONS(1471), + [anon_sym_NULL] = ACTIONS(1471), + [anon_sym_nullptr] = ACTIONS(1471), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1471), + [anon_sym_rayPayloadInEXT] = ACTIONS(1471), + [anon_sym_hitAttributeEXT] = ACTIONS(1471), + [anon_sym_callableDataEXT] = ACTIONS(1471), + [anon_sym_callableDataInEXT] = ACTIONS(1471), + [anon_sym_shaderRecordEXT] = ACTIONS(1471), + [anon_sym_rayPayloadNV] = ACTIONS(1471), + [anon_sym_rayPayloadInNV] = ACTIONS(1471), + [anon_sym_hitAttributeNV] = ACTIONS(1471), + [anon_sym_callableDataNV] = ACTIONS(1471), + [anon_sym_callableDataInNV] = ACTIONS(1471), + [anon_sym_shaderRecordNV] = ACTIONS(1471), + [anon_sym_layout] = ACTIONS(1471), + }, + [150] = { + [sym_identifier] = ACTIONS(1475), + [aux_sym_preproc_include_token1] = ACTIONS(1475), + [aux_sym_preproc_def_token1] = ACTIONS(1475), + [aux_sym_preproc_if_token1] = ACTIONS(1475), + [aux_sym_preproc_if_token2] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1475), + [aux_sym_preproc_else_token1] = ACTIONS(1475), + [aux_sym_preproc_elif_token1] = ACTIONS(1475), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1475), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1475), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_LPAREN2] = ACTIONS(1477), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1477), + [anon_sym_AMP] = ACTIONS(1477), + [anon_sym_subroutine] = ACTIONS(1475), + [anon_sym_invariant] = ACTIONS(1475), + [anon_sym_precise] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_out] = ACTIONS(1475), + [anon_sym_inout] = ACTIONS(1475), + [anon_sym_uniform] = ACTIONS(1475), + [anon_sym_shared] = ACTIONS(1475), + [anon_sym_attribute] = ACTIONS(1475), + [anon_sym_varying] = ACTIONS(1475), + [anon_sym_buffer] = ACTIONS(1475), + [anon_sym_coherent] = ACTIONS(1475), + [anon_sym_readonly] = ACTIONS(1475), + [anon_sym_writeonly] = ACTIONS(1475), + [anon_sym_precision] = ACTIONS(1475), + [anon_sym_highp] = ACTIONS(1475), + [anon_sym_mediump] = ACTIONS(1475), + [anon_sym_lowp] = ACTIONS(1475), + [anon_sym_centroid] = ACTIONS(1475), + [anon_sym_sample] = ACTIONS(1475), + [anon_sym_patch] = ACTIONS(1475), + [anon_sym_smooth] = ACTIONS(1475), + [anon_sym_flat] = ACTIONS(1475), + [anon_sym_noperspective] = ACTIONS(1475), + [anon_sym___extension__] = ACTIONS(1475), + [anon_sym_typedef] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym___attribute__] = ACTIONS(1475), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1477), + [anon_sym___declspec] = ACTIONS(1475), + [anon_sym___cdecl] = ACTIONS(1475), + [anon_sym___clrcall] = ACTIONS(1475), + [anon_sym___stdcall] = ACTIONS(1475), + [anon_sym___fastcall] = ACTIONS(1475), + [anon_sym___thiscall] = ACTIONS(1475), + [anon_sym___vectorcall] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_signed] = ACTIONS(1475), + [anon_sym_unsigned] = ACTIONS(1475), + [anon_sym_long] = ACTIONS(1475), + [anon_sym_short] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_auto] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_inline] = ACTIONS(1475), + [anon_sym___inline] = ACTIONS(1475), + [anon_sym___inline__] = ACTIONS(1475), + [anon_sym___forceinline] = ACTIONS(1475), + [anon_sym_thread_local] = ACTIONS(1475), + [anon_sym___thread] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_constexpr] = ACTIONS(1475), + [anon_sym_volatile] = ACTIONS(1475), + [anon_sym_restrict] = ACTIONS(1475), + [anon_sym___restrict__] = ACTIONS(1475), + [anon_sym__Atomic] = ACTIONS(1475), + [anon_sym__Noreturn] = ACTIONS(1475), + [anon_sym_noreturn] = ACTIONS(1475), + [anon_sym__Nonnull] = ACTIONS(1475), + [anon_sym_alignas] = ACTIONS(1475), + [anon_sym__Alignas] = ACTIONS(1475), + [sym_primitive_type] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_switch] = ACTIONS(1475), + [anon_sym_case] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_goto] = ACTIONS(1475), + [anon_sym___try] = ACTIONS(1475), + [anon_sym___leave] = ACTIONS(1475), + [anon_sym_DASH_DASH] = ACTIONS(1477), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_sizeof] = ACTIONS(1475), + [anon_sym___alignof__] = ACTIONS(1475), + [anon_sym___alignof] = ACTIONS(1475), + [anon_sym__alignof] = ACTIONS(1475), + [anon_sym_alignof] = ACTIONS(1475), + [anon_sym__Alignof] = ACTIONS(1475), + [anon_sym_offsetof] = ACTIONS(1475), + [anon_sym__Generic] = ACTIONS(1475), + [anon_sym_asm] = ACTIONS(1475), + [anon_sym___asm__] = ACTIONS(1475), + [anon_sym___asm] = ACTIONS(1475), + [sym_number_literal] = ACTIONS(1477), + [anon_sym_L_SQUOTE] = ACTIONS(1477), + [anon_sym_u_SQUOTE] = ACTIONS(1477), + [anon_sym_U_SQUOTE] = ACTIONS(1477), + [anon_sym_u8_SQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [anon_sym_L_DQUOTE] = ACTIONS(1477), + [anon_sym_u_DQUOTE] = ACTIONS(1477), + [anon_sym_U_DQUOTE] = ACTIONS(1477), + [anon_sym_u8_DQUOTE] = ACTIONS(1477), + [anon_sym_DQUOTE] = ACTIONS(1477), + [sym_true] = ACTIONS(1475), + [sym_false] = ACTIONS(1475), + [anon_sym_NULL] = ACTIONS(1475), + [anon_sym_nullptr] = ACTIONS(1475), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1475), + [anon_sym_rayPayloadInEXT] = ACTIONS(1475), + [anon_sym_hitAttributeEXT] = ACTIONS(1475), + [anon_sym_callableDataEXT] = ACTIONS(1475), + [anon_sym_callableDataInEXT] = ACTIONS(1475), + [anon_sym_shaderRecordEXT] = ACTIONS(1475), + [anon_sym_rayPayloadNV] = ACTIONS(1475), + [anon_sym_rayPayloadInNV] = ACTIONS(1475), + [anon_sym_hitAttributeNV] = ACTIONS(1475), + [anon_sym_callableDataNV] = ACTIONS(1475), + [anon_sym_callableDataInNV] = ACTIONS(1475), + [anon_sym_shaderRecordNV] = ACTIONS(1475), + [anon_sym_layout] = ACTIONS(1475), + }, + [151] = { + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token2] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [aux_sym_preproc_else_token1] = ACTIONS(1479), + [aux_sym_preproc_elif_token1] = ACTIONS(1479), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym___try] = ACTIONS(1479), + [anon_sym___leave] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), + }, + [152] = { + [sym_identifier] = ACTIONS(1483), + [aux_sym_preproc_include_token1] = ACTIONS(1483), + [aux_sym_preproc_def_token1] = ACTIONS(1483), + [aux_sym_preproc_if_token1] = ACTIONS(1483), + [aux_sym_preproc_if_token2] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1483), + [aux_sym_preproc_else_token1] = ACTIONS(1483), + [aux_sym_preproc_elif_token1] = ACTIONS(1483), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1483), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1483), + [sym_preproc_directive] = ACTIONS(1483), + [anon_sym_LPAREN2] = ACTIONS(1485), + [anon_sym_BANG] = ACTIONS(1485), + [anon_sym_TILDE] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_AMP] = ACTIONS(1485), + [anon_sym_subroutine] = ACTIONS(1483), + [anon_sym_invariant] = ACTIONS(1483), + [anon_sym_precise] = ACTIONS(1483), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1483), + [anon_sym_out] = ACTIONS(1483), + [anon_sym_inout] = ACTIONS(1483), + [anon_sym_uniform] = ACTIONS(1483), + [anon_sym_shared] = ACTIONS(1483), + [anon_sym_attribute] = ACTIONS(1483), + [anon_sym_varying] = ACTIONS(1483), + [anon_sym_buffer] = ACTIONS(1483), + [anon_sym_coherent] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_writeonly] = ACTIONS(1483), + [anon_sym_precision] = ACTIONS(1483), + [anon_sym_highp] = ACTIONS(1483), + [anon_sym_mediump] = ACTIONS(1483), + [anon_sym_lowp] = ACTIONS(1483), + [anon_sym_centroid] = ACTIONS(1483), + [anon_sym_sample] = ACTIONS(1483), + [anon_sym_patch] = ACTIONS(1483), + [anon_sym_smooth] = ACTIONS(1483), + [anon_sym_flat] = ACTIONS(1483), + [anon_sym_noperspective] = ACTIONS(1483), + [anon_sym___extension__] = ACTIONS(1483), + [anon_sym_typedef] = ACTIONS(1483), + [anon_sym_extern] = ACTIONS(1483), + [anon_sym___attribute__] = ACTIONS(1483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1485), + [anon_sym___declspec] = ACTIONS(1483), + [anon_sym___cdecl] = ACTIONS(1483), + [anon_sym___clrcall] = ACTIONS(1483), + [anon_sym___stdcall] = ACTIONS(1483), + [anon_sym___fastcall] = ACTIONS(1483), + [anon_sym___thiscall] = ACTIONS(1483), + [anon_sym___vectorcall] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_signed] = ACTIONS(1483), + [anon_sym_unsigned] = ACTIONS(1483), + [anon_sym_long] = ACTIONS(1483), + [anon_sym_short] = ACTIONS(1483), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_auto] = ACTIONS(1483), + [anon_sym_register] = ACTIONS(1483), + [anon_sym_inline] = ACTIONS(1483), + [anon_sym___inline] = ACTIONS(1483), + [anon_sym___inline__] = ACTIONS(1483), + [anon_sym___forceinline] = ACTIONS(1483), + [anon_sym_thread_local] = ACTIONS(1483), + [anon_sym___thread] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_constexpr] = ACTIONS(1483), + [anon_sym_volatile] = ACTIONS(1483), + [anon_sym_restrict] = ACTIONS(1483), + [anon_sym___restrict__] = ACTIONS(1483), + [anon_sym__Atomic] = ACTIONS(1483), + [anon_sym__Noreturn] = ACTIONS(1483), + [anon_sym_noreturn] = ACTIONS(1483), + [anon_sym__Nonnull] = ACTIONS(1483), + [anon_sym_alignas] = ACTIONS(1483), + [anon_sym__Alignas] = ACTIONS(1483), + [sym_primitive_type] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + [anon_sym_struct] = ACTIONS(1483), + [anon_sym_union] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_goto] = ACTIONS(1483), + [anon_sym___try] = ACTIONS(1483), + [anon_sym___leave] = ACTIONS(1483), + [anon_sym_DASH_DASH] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_sizeof] = ACTIONS(1483), + [anon_sym___alignof__] = ACTIONS(1483), + [anon_sym___alignof] = ACTIONS(1483), + [anon_sym__alignof] = ACTIONS(1483), + [anon_sym_alignof] = ACTIONS(1483), + [anon_sym__Alignof] = ACTIONS(1483), + [anon_sym_offsetof] = ACTIONS(1483), + [anon_sym__Generic] = ACTIONS(1483), + [anon_sym_asm] = ACTIONS(1483), + [anon_sym___asm__] = ACTIONS(1483), + [anon_sym___asm] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(1485), + [anon_sym_L_SQUOTE] = ACTIONS(1485), + [anon_sym_u_SQUOTE] = ACTIONS(1485), + [anon_sym_U_SQUOTE] = ACTIONS(1485), + [anon_sym_u8_SQUOTE] = ACTIONS(1485), + [anon_sym_SQUOTE] = ACTIONS(1485), + [anon_sym_L_DQUOTE] = ACTIONS(1485), + [anon_sym_u_DQUOTE] = ACTIONS(1485), + [anon_sym_U_DQUOTE] = ACTIONS(1485), + [anon_sym_u8_DQUOTE] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [anon_sym_NULL] = ACTIONS(1483), + [anon_sym_nullptr] = ACTIONS(1483), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1483), + [anon_sym_rayPayloadInEXT] = ACTIONS(1483), + [anon_sym_hitAttributeEXT] = ACTIONS(1483), + [anon_sym_callableDataEXT] = ACTIONS(1483), + [anon_sym_callableDataInEXT] = ACTIONS(1483), + [anon_sym_shaderRecordEXT] = ACTIONS(1483), + [anon_sym_rayPayloadNV] = ACTIONS(1483), + [anon_sym_rayPayloadInNV] = ACTIONS(1483), + [anon_sym_hitAttributeNV] = ACTIONS(1483), + [anon_sym_callableDataNV] = ACTIONS(1483), + [anon_sym_callableDataInNV] = ACTIONS(1483), + [anon_sym_shaderRecordNV] = ACTIONS(1483), + [anon_sym_layout] = ACTIONS(1483), + }, + [153] = { + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_include_token1] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token2] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [aux_sym_preproc_else_token1] = ACTIONS(1487), + [aux_sym_preproc_elif_token1] = ACTIONS(1487), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_LPAREN2] = ACTIONS(1489), + [anon_sym_BANG] = ACTIONS(1489), + [anon_sym_TILDE] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1487), + [anon_sym_PLUS] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1489), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_typedef] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym___cdecl] = ACTIONS(1487), + [anon_sym___clrcall] = ACTIONS(1487), + [anon_sym___stdcall] = ACTIONS(1487), + [anon_sym___fastcall] = ACTIONS(1487), + [anon_sym___thiscall] = ACTIONS(1487), + [anon_sym___vectorcall] = ACTIONS(1487), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [anon_sym_if] = ACTIONS(1487), + [anon_sym_switch] = ACTIONS(1487), + [anon_sym_case] = ACTIONS(1487), + [anon_sym_default] = ACTIONS(1487), + [anon_sym_while] = ACTIONS(1487), + [anon_sym_do] = ACTIONS(1487), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1487), + [anon_sym_break] = ACTIONS(1487), + [anon_sym_continue] = ACTIONS(1487), + [anon_sym_goto] = ACTIONS(1487), + [anon_sym___try] = ACTIONS(1487), + [anon_sym___leave] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1489), + [anon_sym_PLUS_PLUS] = ACTIONS(1489), + [anon_sym_sizeof] = ACTIONS(1487), + [anon_sym___alignof__] = ACTIONS(1487), + [anon_sym___alignof] = ACTIONS(1487), + [anon_sym__alignof] = ACTIONS(1487), + [anon_sym_alignof] = ACTIONS(1487), + [anon_sym__Alignof] = ACTIONS(1487), + [anon_sym_offsetof] = ACTIONS(1487), + [anon_sym__Generic] = ACTIONS(1487), + [anon_sym_asm] = ACTIONS(1487), + [anon_sym___asm__] = ACTIONS(1487), + [anon_sym___asm] = ACTIONS(1487), + [sym_number_literal] = ACTIONS(1489), + [anon_sym_L_SQUOTE] = ACTIONS(1489), + [anon_sym_u_SQUOTE] = ACTIONS(1489), + [anon_sym_U_SQUOTE] = ACTIONS(1489), + [anon_sym_u8_SQUOTE] = ACTIONS(1489), + [anon_sym_SQUOTE] = ACTIONS(1489), + [anon_sym_L_DQUOTE] = ACTIONS(1489), + [anon_sym_u_DQUOTE] = ACTIONS(1489), + [anon_sym_U_DQUOTE] = ACTIONS(1489), + [anon_sym_u8_DQUOTE] = ACTIONS(1489), + [anon_sym_DQUOTE] = ACTIONS(1489), + [sym_true] = ACTIONS(1487), + [sym_false] = ACTIONS(1487), + [anon_sym_NULL] = ACTIONS(1487), + [anon_sym_nullptr] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), + }, + [154] = { + [sym_identifier] = ACTIONS(1491), + [aux_sym_preproc_include_token1] = ACTIONS(1491), + [aux_sym_preproc_def_token1] = ACTIONS(1491), + [aux_sym_preproc_if_token1] = ACTIONS(1491), + [aux_sym_preproc_if_token2] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1491), + [aux_sym_preproc_else_token1] = ACTIONS(1491), + [aux_sym_preproc_elif_token1] = ACTIONS(1491), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1491), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1491), + [sym_preproc_directive] = ACTIONS(1491), + [anon_sym_LPAREN2] = ACTIONS(1493), + [anon_sym_BANG] = ACTIONS(1493), + [anon_sym_TILDE] = ACTIONS(1493), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1493), + [anon_sym_AMP] = ACTIONS(1493), + [anon_sym_subroutine] = ACTIONS(1491), + [anon_sym_invariant] = ACTIONS(1491), + [anon_sym_precise] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1493), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_out] = ACTIONS(1491), + [anon_sym_inout] = ACTIONS(1491), + [anon_sym_uniform] = ACTIONS(1491), + [anon_sym_shared] = ACTIONS(1491), + [anon_sym_attribute] = ACTIONS(1491), + [anon_sym_varying] = ACTIONS(1491), + [anon_sym_buffer] = ACTIONS(1491), + [anon_sym_coherent] = ACTIONS(1491), + [anon_sym_readonly] = ACTIONS(1491), + [anon_sym_writeonly] = ACTIONS(1491), + [anon_sym_precision] = ACTIONS(1491), + [anon_sym_highp] = ACTIONS(1491), + [anon_sym_mediump] = ACTIONS(1491), + [anon_sym_lowp] = ACTIONS(1491), + [anon_sym_centroid] = ACTIONS(1491), + [anon_sym_sample] = ACTIONS(1491), + [anon_sym_patch] = ACTIONS(1491), + [anon_sym_smooth] = ACTIONS(1491), + [anon_sym_flat] = ACTIONS(1491), + [anon_sym_noperspective] = ACTIONS(1491), + [anon_sym___extension__] = ACTIONS(1491), + [anon_sym_typedef] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym___attribute__] = ACTIONS(1491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1493), + [anon_sym___declspec] = ACTIONS(1491), + [anon_sym___cdecl] = ACTIONS(1491), + [anon_sym___clrcall] = ACTIONS(1491), + [anon_sym___stdcall] = ACTIONS(1491), + [anon_sym___fastcall] = ACTIONS(1491), + [anon_sym___thiscall] = ACTIONS(1491), + [anon_sym___vectorcall] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_signed] = ACTIONS(1491), + [anon_sym_unsigned] = ACTIONS(1491), + [anon_sym_long] = ACTIONS(1491), + [anon_sym_short] = ACTIONS(1491), + [anon_sym_static] = ACTIONS(1491), + [anon_sym_auto] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_inline] = ACTIONS(1491), + [anon_sym___inline] = ACTIONS(1491), + [anon_sym___inline__] = ACTIONS(1491), + [anon_sym___forceinline] = ACTIONS(1491), + [anon_sym_thread_local] = ACTIONS(1491), + [anon_sym___thread] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_constexpr] = ACTIONS(1491), + [anon_sym_volatile] = ACTIONS(1491), + [anon_sym_restrict] = ACTIONS(1491), + [anon_sym___restrict__] = ACTIONS(1491), + [anon_sym__Atomic] = ACTIONS(1491), + [anon_sym__Noreturn] = ACTIONS(1491), + [anon_sym_noreturn] = ACTIONS(1491), + [anon_sym__Nonnull] = ACTIONS(1491), + [anon_sym_alignas] = ACTIONS(1491), + [anon_sym__Alignas] = ACTIONS(1491), + [sym_primitive_type] = ACTIONS(1491), + [anon_sym_enum] = ACTIONS(1491), + [anon_sym_struct] = ACTIONS(1491), + [anon_sym_union] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_switch] = ACTIONS(1491), + [anon_sym_case] = ACTIONS(1491), + [anon_sym_default] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_goto] = ACTIONS(1491), + [anon_sym___try] = ACTIONS(1491), + [anon_sym___leave] = ACTIONS(1491), + [anon_sym_DASH_DASH] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_sizeof] = ACTIONS(1491), + [anon_sym___alignof__] = ACTIONS(1491), + [anon_sym___alignof] = ACTIONS(1491), + [anon_sym__alignof] = ACTIONS(1491), + [anon_sym_alignof] = ACTIONS(1491), + [anon_sym__Alignof] = ACTIONS(1491), + [anon_sym_offsetof] = ACTIONS(1491), + [anon_sym__Generic] = ACTIONS(1491), + [anon_sym_asm] = ACTIONS(1491), + [anon_sym___asm__] = ACTIONS(1491), + [anon_sym___asm] = ACTIONS(1491), + [sym_number_literal] = ACTIONS(1493), + [anon_sym_L_SQUOTE] = ACTIONS(1493), + [anon_sym_u_SQUOTE] = ACTIONS(1493), + [anon_sym_U_SQUOTE] = ACTIONS(1493), + [anon_sym_u8_SQUOTE] = ACTIONS(1493), + [anon_sym_SQUOTE] = ACTIONS(1493), + [anon_sym_L_DQUOTE] = ACTIONS(1493), + [anon_sym_u_DQUOTE] = ACTIONS(1493), + [anon_sym_U_DQUOTE] = ACTIONS(1493), + [anon_sym_u8_DQUOTE] = ACTIONS(1493), + [anon_sym_DQUOTE] = ACTIONS(1493), + [sym_true] = ACTIONS(1491), + [sym_false] = ACTIONS(1491), + [anon_sym_NULL] = ACTIONS(1491), + [anon_sym_nullptr] = ACTIONS(1491), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1491), + [anon_sym_rayPayloadInEXT] = ACTIONS(1491), + [anon_sym_hitAttributeEXT] = ACTIONS(1491), + [anon_sym_callableDataEXT] = ACTIONS(1491), + [anon_sym_callableDataInEXT] = ACTIONS(1491), + [anon_sym_shaderRecordEXT] = ACTIONS(1491), + [anon_sym_rayPayloadNV] = ACTIONS(1491), + [anon_sym_rayPayloadInNV] = ACTIONS(1491), + [anon_sym_hitAttributeNV] = ACTIONS(1491), + [anon_sym_callableDataNV] = ACTIONS(1491), + [anon_sym_callableDataInNV] = ACTIONS(1491), + [anon_sym_shaderRecordNV] = ACTIONS(1491), + [anon_sym_layout] = ACTIONS(1491), + }, + [155] = { + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token2] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [aux_sym_preproc_else_token1] = ACTIONS(1439), + [aux_sym_preproc_elif_token1] = ACTIONS(1439), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym___try] = ACTIONS(1439), + [anon_sym___leave] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), + }, + [156] = { + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token2] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [aux_sym_preproc_else_token1] = ACTIONS(1495), + [aux_sym_preproc_elif_token1] = ACTIONS(1495), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym___try] = ACTIONS(1495), + [anon_sym___leave] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [157] = { + [sym_identifier] = ACTIONS(1499), + [aux_sym_preproc_include_token1] = ACTIONS(1499), + [aux_sym_preproc_def_token1] = ACTIONS(1499), + [aux_sym_preproc_if_token1] = ACTIONS(1499), + [aux_sym_preproc_if_token2] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), + [aux_sym_preproc_else_token1] = ACTIONS(1499), + [aux_sym_preproc_elif_token1] = ACTIONS(1499), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1499), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1499), + [sym_preproc_directive] = ACTIONS(1499), + [anon_sym_LPAREN2] = ACTIONS(1501), + [anon_sym_BANG] = ACTIONS(1501), + [anon_sym_TILDE] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_AMP] = ACTIONS(1501), + [anon_sym_subroutine] = ACTIONS(1499), + [anon_sym_invariant] = ACTIONS(1499), + [anon_sym_precise] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1499), + [anon_sym_out] = ACTIONS(1499), + [anon_sym_inout] = ACTIONS(1499), + [anon_sym_uniform] = ACTIONS(1499), + [anon_sym_shared] = ACTIONS(1499), + [anon_sym_attribute] = ACTIONS(1499), + [anon_sym_varying] = ACTIONS(1499), + [anon_sym_buffer] = ACTIONS(1499), + [anon_sym_coherent] = ACTIONS(1499), + [anon_sym_readonly] = ACTIONS(1499), + [anon_sym_writeonly] = ACTIONS(1499), + [anon_sym_precision] = ACTIONS(1499), + [anon_sym_highp] = ACTIONS(1499), + [anon_sym_mediump] = ACTIONS(1499), + [anon_sym_lowp] = ACTIONS(1499), + [anon_sym_centroid] = ACTIONS(1499), + [anon_sym_sample] = ACTIONS(1499), + [anon_sym_patch] = ACTIONS(1499), + [anon_sym_smooth] = ACTIONS(1499), + [anon_sym_flat] = ACTIONS(1499), + [anon_sym_noperspective] = ACTIONS(1499), + [anon_sym___extension__] = ACTIONS(1499), + [anon_sym_typedef] = ACTIONS(1499), + [anon_sym_extern] = ACTIONS(1499), + [anon_sym___attribute__] = ACTIONS(1499), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), + [anon_sym___declspec] = ACTIONS(1499), + [anon_sym___cdecl] = ACTIONS(1499), + [anon_sym___clrcall] = ACTIONS(1499), + [anon_sym___stdcall] = ACTIONS(1499), + [anon_sym___fastcall] = ACTIONS(1499), + [anon_sym___thiscall] = ACTIONS(1499), + [anon_sym___vectorcall] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_signed] = ACTIONS(1499), + [anon_sym_unsigned] = ACTIONS(1499), + [anon_sym_long] = ACTIONS(1499), + [anon_sym_short] = ACTIONS(1499), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_auto] = ACTIONS(1499), + [anon_sym_register] = ACTIONS(1499), + [anon_sym_inline] = ACTIONS(1499), + [anon_sym___inline] = ACTIONS(1499), + [anon_sym___inline__] = ACTIONS(1499), + [anon_sym___forceinline] = ACTIONS(1499), + [anon_sym_thread_local] = ACTIONS(1499), + [anon_sym___thread] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_constexpr] = ACTIONS(1499), + [anon_sym_volatile] = ACTIONS(1499), + [anon_sym_restrict] = ACTIONS(1499), + [anon_sym___restrict__] = ACTIONS(1499), + [anon_sym__Atomic] = ACTIONS(1499), + [anon_sym__Noreturn] = ACTIONS(1499), + [anon_sym_noreturn] = ACTIONS(1499), + [anon_sym__Nonnull] = ACTIONS(1499), + [anon_sym_alignas] = ACTIONS(1499), + [anon_sym__Alignas] = ACTIONS(1499), + [sym_primitive_type] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), + [anon_sym_struct] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1499), + [anon_sym_case] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_do] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_goto] = ACTIONS(1499), + [anon_sym___try] = ACTIONS(1499), + [anon_sym___leave] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_sizeof] = ACTIONS(1499), + [anon_sym___alignof__] = ACTIONS(1499), + [anon_sym___alignof] = ACTIONS(1499), + [anon_sym__alignof] = ACTIONS(1499), + [anon_sym_alignof] = ACTIONS(1499), + [anon_sym__Alignof] = ACTIONS(1499), + [anon_sym_offsetof] = ACTIONS(1499), + [anon_sym__Generic] = ACTIONS(1499), + [anon_sym_asm] = ACTIONS(1499), + [anon_sym___asm__] = ACTIONS(1499), + [anon_sym___asm] = ACTIONS(1499), + [sym_number_literal] = ACTIONS(1501), + [anon_sym_L_SQUOTE] = ACTIONS(1501), + [anon_sym_u_SQUOTE] = ACTIONS(1501), + [anon_sym_U_SQUOTE] = ACTIONS(1501), + [anon_sym_u8_SQUOTE] = ACTIONS(1501), + [anon_sym_SQUOTE] = ACTIONS(1501), + [anon_sym_L_DQUOTE] = ACTIONS(1501), + [anon_sym_u_DQUOTE] = ACTIONS(1501), + [anon_sym_U_DQUOTE] = ACTIONS(1501), + [anon_sym_u8_DQUOTE] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym_true] = ACTIONS(1499), + [sym_false] = ACTIONS(1499), + [anon_sym_NULL] = ACTIONS(1499), + [anon_sym_nullptr] = ACTIONS(1499), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1499), + [anon_sym_rayPayloadInEXT] = ACTIONS(1499), + [anon_sym_hitAttributeEXT] = ACTIONS(1499), + [anon_sym_callableDataEXT] = ACTIONS(1499), + [anon_sym_callableDataInEXT] = ACTIONS(1499), + [anon_sym_shaderRecordEXT] = ACTIONS(1499), + [anon_sym_rayPayloadNV] = ACTIONS(1499), + [anon_sym_rayPayloadInNV] = ACTIONS(1499), + [anon_sym_hitAttributeNV] = ACTIONS(1499), + [anon_sym_callableDataNV] = ACTIONS(1499), + [anon_sym_callableDataInNV] = ACTIONS(1499), + [anon_sym_shaderRecordNV] = ACTIONS(1499), + [anon_sym_layout] = ACTIONS(1499), + }, + [158] = { + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token2] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [aux_sym_preproc_else_token1] = ACTIONS(1495), + [aux_sym_preproc_elif_token1] = ACTIONS(1495), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym___try] = ACTIONS(1495), + [anon_sym___leave] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [159] = { + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token2] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [aux_sym_preproc_else_token1] = ACTIONS(1459), + [aux_sym_preproc_elif_token1] = ACTIONS(1459), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym___try] = ACTIONS(1459), + [anon_sym___leave] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [160] = { + [sym_identifier] = ACTIONS(1503), + [aux_sym_preproc_include_token1] = ACTIONS(1503), + [aux_sym_preproc_def_token1] = ACTIONS(1503), + [aux_sym_preproc_if_token1] = ACTIONS(1503), + [aux_sym_preproc_if_token2] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1503), + [aux_sym_preproc_else_token1] = ACTIONS(1503), + [aux_sym_preproc_elif_token1] = ACTIONS(1503), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1503), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1503), + [sym_preproc_directive] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1505), + [anon_sym_BANG] = ACTIONS(1505), + [anon_sym_TILDE] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_subroutine] = ACTIONS(1503), + [anon_sym_invariant] = ACTIONS(1503), + [anon_sym_precise] = ACTIONS(1503), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_in] = ACTIONS(1503), + [anon_sym_out] = ACTIONS(1503), + [anon_sym_inout] = ACTIONS(1503), + [anon_sym_uniform] = ACTIONS(1503), + [anon_sym_shared] = ACTIONS(1503), + [anon_sym_attribute] = ACTIONS(1503), + [anon_sym_varying] = ACTIONS(1503), + [anon_sym_buffer] = ACTIONS(1503), + [anon_sym_coherent] = ACTIONS(1503), + [anon_sym_readonly] = ACTIONS(1503), + [anon_sym_writeonly] = ACTIONS(1503), + [anon_sym_precision] = ACTIONS(1503), + [anon_sym_highp] = ACTIONS(1503), + [anon_sym_mediump] = ACTIONS(1503), + [anon_sym_lowp] = ACTIONS(1503), + [anon_sym_centroid] = ACTIONS(1503), + [anon_sym_sample] = ACTIONS(1503), + [anon_sym_patch] = ACTIONS(1503), + [anon_sym_smooth] = ACTIONS(1503), + [anon_sym_flat] = ACTIONS(1503), + [anon_sym_noperspective] = ACTIONS(1503), + [anon_sym___extension__] = ACTIONS(1503), + [anon_sym_typedef] = ACTIONS(1503), + [anon_sym_extern] = ACTIONS(1503), + [anon_sym___attribute__] = ACTIONS(1503), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1505), + [anon_sym___declspec] = ACTIONS(1503), + [anon_sym___cdecl] = ACTIONS(1503), + [anon_sym___clrcall] = ACTIONS(1503), + [anon_sym___stdcall] = ACTIONS(1503), + [anon_sym___fastcall] = ACTIONS(1503), + [anon_sym___thiscall] = ACTIONS(1503), + [anon_sym___vectorcall] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_signed] = ACTIONS(1503), + [anon_sym_unsigned] = ACTIONS(1503), + [anon_sym_long] = ACTIONS(1503), + [anon_sym_short] = ACTIONS(1503), + [anon_sym_static] = ACTIONS(1503), + [anon_sym_auto] = ACTIONS(1503), + [anon_sym_register] = ACTIONS(1503), + [anon_sym_inline] = ACTIONS(1503), + [anon_sym___inline] = ACTIONS(1503), + [anon_sym___inline__] = ACTIONS(1503), + [anon_sym___forceinline] = ACTIONS(1503), + [anon_sym_thread_local] = ACTIONS(1503), + [anon_sym___thread] = ACTIONS(1503), + [anon_sym_const] = ACTIONS(1503), + [anon_sym_constexpr] = ACTIONS(1503), + [anon_sym_volatile] = ACTIONS(1503), + [anon_sym_restrict] = ACTIONS(1503), + [anon_sym___restrict__] = ACTIONS(1503), + [anon_sym__Atomic] = ACTIONS(1503), + [anon_sym__Noreturn] = ACTIONS(1503), + [anon_sym_noreturn] = ACTIONS(1503), + [anon_sym__Nonnull] = ACTIONS(1503), + [anon_sym_alignas] = ACTIONS(1503), + [anon_sym__Alignas] = ACTIONS(1503), + [sym_primitive_type] = ACTIONS(1503), + [anon_sym_enum] = ACTIONS(1503), + [anon_sym_struct] = ACTIONS(1503), + [anon_sym_union] = ACTIONS(1503), + [anon_sym_if] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1503), + [anon_sym_case] = ACTIONS(1503), + [anon_sym_default] = ACTIONS(1503), + [anon_sym_while] = ACTIONS(1503), + [anon_sym_do] = ACTIONS(1503), + [anon_sym_for] = ACTIONS(1503), + [anon_sym_return] = ACTIONS(1503), + [anon_sym_break] = ACTIONS(1503), + [anon_sym_continue] = ACTIONS(1503), + [anon_sym_goto] = ACTIONS(1503), + [anon_sym___try] = ACTIONS(1503), + [anon_sym___leave] = ACTIONS(1503), + [anon_sym_DASH_DASH] = ACTIONS(1505), + [anon_sym_PLUS_PLUS] = ACTIONS(1505), + [anon_sym_sizeof] = ACTIONS(1503), + [anon_sym___alignof__] = ACTIONS(1503), + [anon_sym___alignof] = ACTIONS(1503), + [anon_sym__alignof] = ACTIONS(1503), + [anon_sym_alignof] = ACTIONS(1503), + [anon_sym__Alignof] = ACTIONS(1503), + [anon_sym_offsetof] = ACTIONS(1503), + [anon_sym__Generic] = ACTIONS(1503), + [anon_sym_asm] = ACTIONS(1503), + [anon_sym___asm__] = ACTIONS(1503), + [anon_sym___asm] = ACTIONS(1503), + [sym_number_literal] = ACTIONS(1505), + [anon_sym_L_SQUOTE] = ACTIONS(1505), + [anon_sym_u_SQUOTE] = ACTIONS(1505), + [anon_sym_U_SQUOTE] = ACTIONS(1505), + [anon_sym_u8_SQUOTE] = ACTIONS(1505), + [anon_sym_SQUOTE] = ACTIONS(1505), + [anon_sym_L_DQUOTE] = ACTIONS(1505), + [anon_sym_u_DQUOTE] = ACTIONS(1505), + [anon_sym_U_DQUOTE] = ACTIONS(1505), + [anon_sym_u8_DQUOTE] = ACTIONS(1505), + [anon_sym_DQUOTE] = ACTIONS(1505), + [sym_true] = ACTIONS(1503), + [sym_false] = ACTIONS(1503), + [anon_sym_NULL] = ACTIONS(1503), + [anon_sym_nullptr] = ACTIONS(1503), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1503), + [anon_sym_rayPayloadInEXT] = ACTIONS(1503), + [anon_sym_hitAttributeEXT] = ACTIONS(1503), + [anon_sym_callableDataEXT] = ACTIONS(1503), + [anon_sym_callableDataInEXT] = ACTIONS(1503), + [anon_sym_shaderRecordEXT] = ACTIONS(1503), + [anon_sym_rayPayloadNV] = ACTIONS(1503), + [anon_sym_rayPayloadInNV] = ACTIONS(1503), + [anon_sym_hitAttributeNV] = ACTIONS(1503), + [anon_sym_callableDataNV] = ACTIONS(1503), + [anon_sym_callableDataInNV] = ACTIONS(1503), + [anon_sym_shaderRecordNV] = ACTIONS(1503), + [anon_sym_layout] = ACTIONS(1503), + }, + [161] = { + [sym_identifier] = ACTIONS(1507), + [aux_sym_preproc_include_token1] = ACTIONS(1507), + [aux_sym_preproc_def_token1] = ACTIONS(1507), + [aux_sym_preproc_if_token1] = ACTIONS(1507), + [aux_sym_preproc_if_token2] = ACTIONS(1507), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1507), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1507), + [aux_sym_preproc_else_token1] = ACTIONS(1507), + [aux_sym_preproc_elif_token1] = ACTIONS(1507), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1507), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1507), + [sym_preproc_directive] = ACTIONS(1507), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1510), + [anon_sym_subroutine] = ACTIONS(1507), + [anon_sym_invariant] = ACTIONS(1507), + [anon_sym_precise] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_out] = ACTIONS(1507), + [anon_sym_inout] = ACTIONS(1507), + [anon_sym_uniform] = ACTIONS(1507), + [anon_sym_shared] = ACTIONS(1507), + [anon_sym_attribute] = ACTIONS(1507), + [anon_sym_varying] = ACTIONS(1507), + [anon_sym_buffer] = ACTIONS(1507), + [anon_sym_coherent] = ACTIONS(1507), + [anon_sym_readonly] = ACTIONS(1507), + [anon_sym_writeonly] = ACTIONS(1507), + [anon_sym_precision] = ACTIONS(1507), + [anon_sym_highp] = ACTIONS(1507), + [anon_sym_mediump] = ACTIONS(1507), + [anon_sym_lowp] = ACTIONS(1507), + [anon_sym_centroid] = ACTIONS(1507), + [anon_sym_sample] = ACTIONS(1507), + [anon_sym_patch] = ACTIONS(1507), + [anon_sym_smooth] = ACTIONS(1507), + [anon_sym_flat] = ACTIONS(1507), + [anon_sym_noperspective] = ACTIONS(1507), + [anon_sym___extension__] = ACTIONS(1507), + [anon_sym_typedef] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym___attribute__] = ACTIONS(1507), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym___declspec] = ACTIONS(1507), + [anon_sym___cdecl] = ACTIONS(1507), + [anon_sym___clrcall] = ACTIONS(1507), + [anon_sym___stdcall] = ACTIONS(1507), + [anon_sym___fastcall] = ACTIONS(1507), + [anon_sym___thiscall] = ACTIONS(1507), + [anon_sym___vectorcall] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_signed] = ACTIONS(1507), + [anon_sym_unsigned] = ACTIONS(1507), + [anon_sym_long] = ACTIONS(1507), + [anon_sym_short] = ACTIONS(1507), + [anon_sym_static] = ACTIONS(1507), + [anon_sym_auto] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_inline] = ACTIONS(1507), + [anon_sym___inline] = ACTIONS(1507), + [anon_sym___inline__] = ACTIONS(1507), + [anon_sym___forceinline] = ACTIONS(1507), + [anon_sym_thread_local] = ACTIONS(1507), + [anon_sym___thread] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_constexpr] = ACTIONS(1507), + [anon_sym_volatile] = ACTIONS(1507), + [anon_sym_restrict] = ACTIONS(1507), + [anon_sym___restrict__] = ACTIONS(1507), + [anon_sym__Atomic] = ACTIONS(1507), + [anon_sym__Noreturn] = ACTIONS(1507), + [anon_sym_noreturn] = ACTIONS(1507), + [anon_sym__Nonnull] = ACTIONS(1507), + [anon_sym_alignas] = ACTIONS(1507), + [anon_sym__Alignas] = ACTIONS(1507), + [sym_primitive_type] = ACTIONS(1507), + [anon_sym_enum] = ACTIONS(1507), + [anon_sym_struct] = ACTIONS(1507), + [anon_sym_union] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_switch] = ACTIONS(1507), + [anon_sym_case] = ACTIONS(1507), + [anon_sym_default] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_goto] = ACTIONS(1507), + [anon_sym___try] = ACTIONS(1507), + [anon_sym___leave] = ACTIONS(1507), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1507), + [anon_sym___alignof__] = ACTIONS(1507), + [anon_sym___alignof] = ACTIONS(1507), + [anon_sym__alignof] = ACTIONS(1507), + [anon_sym_alignof] = ACTIONS(1507), + [anon_sym__Alignof] = ACTIONS(1507), + [anon_sym_offsetof] = ACTIONS(1507), + [anon_sym__Generic] = ACTIONS(1507), + [anon_sym_asm] = ACTIONS(1507), + [anon_sym___asm__] = ACTIONS(1507), + [anon_sym___asm] = ACTIONS(1507), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1507), + [sym_false] = ACTIONS(1507), + [anon_sym_NULL] = ACTIONS(1507), + [anon_sym_nullptr] = ACTIONS(1507), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1507), + [anon_sym_rayPayloadInEXT] = ACTIONS(1507), + [anon_sym_hitAttributeEXT] = ACTIONS(1507), + [anon_sym_callableDataEXT] = ACTIONS(1507), + [anon_sym_callableDataInEXT] = ACTIONS(1507), + [anon_sym_shaderRecordEXT] = ACTIONS(1507), + [anon_sym_rayPayloadNV] = ACTIONS(1507), + [anon_sym_rayPayloadInNV] = ACTIONS(1507), + [anon_sym_hitAttributeNV] = ACTIONS(1507), + [anon_sym_callableDataNV] = ACTIONS(1507), + [anon_sym_callableDataInNV] = ACTIONS(1507), + [anon_sym_shaderRecordNV] = ACTIONS(1507), + [anon_sym_layout] = ACTIONS(1507), + }, + [162] = { + [sym_identifier] = ACTIONS(1513), + [aux_sym_preproc_include_token1] = ACTIONS(1513), + [aux_sym_preproc_def_token1] = ACTIONS(1513), + [aux_sym_preproc_if_token1] = ACTIONS(1513), + [aux_sym_preproc_if_token2] = ACTIONS(1513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1513), + [aux_sym_preproc_else_token1] = ACTIONS(1513), + [aux_sym_preproc_elif_token1] = ACTIONS(1513), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1513), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1513), + [sym_preproc_directive] = ACTIONS(1513), + [anon_sym_LPAREN2] = ACTIONS(1515), + [anon_sym_BANG] = ACTIONS(1515), + [anon_sym_TILDE] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1515), + [anon_sym_AMP] = ACTIONS(1515), + [anon_sym_subroutine] = ACTIONS(1513), + [anon_sym_invariant] = ACTIONS(1513), + [anon_sym_precise] = ACTIONS(1513), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1513), + [anon_sym_out] = ACTIONS(1513), + [anon_sym_inout] = ACTIONS(1513), + [anon_sym_uniform] = ACTIONS(1513), + [anon_sym_shared] = ACTIONS(1513), + [anon_sym_attribute] = ACTIONS(1513), + [anon_sym_varying] = ACTIONS(1513), + [anon_sym_buffer] = ACTIONS(1513), + [anon_sym_coherent] = ACTIONS(1513), + [anon_sym_readonly] = ACTIONS(1513), [anon_sym_writeonly] = ACTIONS(1513), [anon_sym_precision] = ACTIONS(1513), [anon_sym_highp] = ACTIONS(1513), @@ -40903,7 +41802,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1513), [anon_sym_extern] = ACTIONS(1513), [anon_sym___attribute__] = ACTIONS(1513), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1515), [anon_sym___declspec] = ACTIONS(1513), [anon_sym___cdecl] = ACTIONS(1513), [anon_sym___clrcall] = ACTIONS(1513), @@ -40911,7 +41810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1513), [anon_sym___thiscall] = ACTIONS(1513), [anon_sym___vectorcall] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1515), [anon_sym_signed] = ACTIONS(1513), [anon_sym_unsigned] = ACTIONS(1513), [anon_sym_long] = ACTIONS(1513), @@ -40933,6 +41832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1513), [anon_sym__Noreturn] = ACTIONS(1513), [anon_sym_noreturn] = ACTIONS(1513), + [anon_sym__Nonnull] = ACTIONS(1513), [anon_sym_alignas] = ACTIONS(1513), [anon_sym__Alignas] = ACTIONS(1513), [sym_primitive_type] = ACTIONS(1513), @@ -40952,8 +41852,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1513), [anon_sym___try] = ACTIONS(1513), [anon_sym___leave] = ACTIONS(1513), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1515), + [anon_sym_PLUS_PLUS] = ACTIONS(1515), [anon_sym_sizeof] = ACTIONS(1513), [anon_sym___alignof__] = ACTIONS(1513), [anon_sym___alignof] = ACTIONS(1513), @@ -40964,17 +41864,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1513), [anon_sym_asm] = ACTIONS(1513), [anon_sym___asm__] = ACTIONS(1513), - [sym_number_literal] = ACTIONS(1516), - [anon_sym_L_SQUOTE] = ACTIONS(1516), - [anon_sym_u_SQUOTE] = ACTIONS(1516), - [anon_sym_U_SQUOTE] = ACTIONS(1516), - [anon_sym_u8_SQUOTE] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [anon_sym_L_DQUOTE] = ACTIONS(1516), - [anon_sym_u_DQUOTE] = ACTIONS(1516), - [anon_sym_U_DQUOTE] = ACTIONS(1516), - [anon_sym_u8_DQUOTE] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), + [anon_sym___asm] = ACTIONS(1513), + [sym_number_literal] = ACTIONS(1515), + [anon_sym_L_SQUOTE] = ACTIONS(1515), + [anon_sym_u_SQUOTE] = ACTIONS(1515), + [anon_sym_U_SQUOTE] = ACTIONS(1515), + [anon_sym_u8_SQUOTE] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1515), + [anon_sym_L_DQUOTE] = ACTIONS(1515), + [anon_sym_u_DQUOTE] = ACTIONS(1515), + [anon_sym_U_DQUOTE] = ACTIONS(1515), + [anon_sym_u8_DQUOTE] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), [sym_true] = ACTIONS(1513), [sym_false] = ACTIONS(1513), [anon_sym_NULL] = ACTIONS(1513), @@ -40994,1535 +41895,1428 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1513), [anon_sym_layout] = ACTIONS(1513), }, - [162] = { - [sym_identifier] = ACTIONS(1519), - [aux_sym_preproc_include_token1] = ACTIONS(1519), - [aux_sym_preproc_def_token1] = ACTIONS(1519), - [aux_sym_preproc_if_token1] = ACTIONS(1519), - [aux_sym_preproc_if_token2] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1519), - [aux_sym_preproc_else_token1] = ACTIONS(1519), - [aux_sym_preproc_elif_token1] = ACTIONS(1519), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1519), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1519), - [anon_sym_LPAREN2] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_subroutine] = ACTIONS(1519), - [anon_sym_invariant] = ACTIONS(1519), - [anon_sym_precise] = ACTIONS(1519), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_in] = ACTIONS(1519), - [anon_sym_out] = ACTIONS(1519), - [anon_sym_inout] = ACTIONS(1519), - [anon_sym_uniform] = ACTIONS(1519), - [anon_sym_shared] = ACTIONS(1519), - [anon_sym_attribute] = ACTIONS(1519), - [anon_sym_varying] = ACTIONS(1519), - [anon_sym_buffer] = ACTIONS(1519), - [anon_sym_coherent] = ACTIONS(1519), - [anon_sym_readonly] = ACTIONS(1519), - [anon_sym_writeonly] = ACTIONS(1519), - [anon_sym_precision] = ACTIONS(1519), - [anon_sym_highp] = ACTIONS(1519), - [anon_sym_mediump] = ACTIONS(1519), - [anon_sym_lowp] = ACTIONS(1519), - [anon_sym_centroid] = ACTIONS(1519), - [anon_sym_sample] = ACTIONS(1519), - [anon_sym_patch] = ACTIONS(1519), - [anon_sym_smooth] = ACTIONS(1519), - [anon_sym_flat] = ACTIONS(1519), - [anon_sym_noperspective] = ACTIONS(1519), - [anon_sym___extension__] = ACTIONS(1519), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym___attribute__] = ACTIONS(1519), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1521), - [anon_sym___declspec] = ACTIONS(1519), - [anon_sym___cdecl] = ACTIONS(1519), - [anon_sym___clrcall] = ACTIONS(1519), - [anon_sym___stdcall] = ACTIONS(1519), - [anon_sym___fastcall] = ACTIONS(1519), - [anon_sym___thiscall] = ACTIONS(1519), - [anon_sym___vectorcall] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_signed] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym___inline] = ACTIONS(1519), - [anon_sym___inline__] = ACTIONS(1519), - [anon_sym___forceinline] = ACTIONS(1519), - [anon_sym_thread_local] = ACTIONS(1519), - [anon_sym___thread] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_constexpr] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym___restrict__] = ACTIONS(1519), - [anon_sym__Atomic] = ACTIONS(1519), - [anon_sym__Noreturn] = ACTIONS(1519), - [anon_sym_noreturn] = ACTIONS(1519), - [anon_sym_alignas] = ACTIONS(1519), - [anon_sym__Alignas] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym___try] = ACTIONS(1519), - [anon_sym___leave] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [anon_sym___alignof__] = ACTIONS(1519), - [anon_sym___alignof] = ACTIONS(1519), - [anon_sym__alignof] = ACTIONS(1519), - [anon_sym_alignof] = ACTIONS(1519), - [anon_sym__Alignof] = ACTIONS(1519), - [anon_sym_offsetof] = ACTIONS(1519), - [anon_sym__Generic] = ACTIONS(1519), - [anon_sym_asm] = ACTIONS(1519), - [anon_sym___asm__] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1521), - [anon_sym_L_SQUOTE] = ACTIONS(1521), - [anon_sym_u_SQUOTE] = ACTIONS(1521), - [anon_sym_U_SQUOTE] = ACTIONS(1521), - [anon_sym_u8_SQUOTE] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1521), - [anon_sym_L_DQUOTE] = ACTIONS(1521), - [anon_sym_u_DQUOTE] = ACTIONS(1521), - [anon_sym_U_DQUOTE] = ACTIONS(1521), - [anon_sym_u8_DQUOTE] = ACTIONS(1521), - [anon_sym_DQUOTE] = ACTIONS(1521), - [sym_true] = ACTIONS(1519), - [sym_false] = ACTIONS(1519), - [anon_sym_NULL] = ACTIONS(1519), - [anon_sym_nullptr] = ACTIONS(1519), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1519), - [anon_sym_rayPayloadInEXT] = ACTIONS(1519), - [anon_sym_hitAttributeEXT] = ACTIONS(1519), - [anon_sym_callableDataEXT] = ACTIONS(1519), - [anon_sym_callableDataInEXT] = ACTIONS(1519), - [anon_sym_shaderRecordEXT] = ACTIONS(1519), - [anon_sym_rayPayloadNV] = ACTIONS(1519), - [anon_sym_rayPayloadInNV] = ACTIONS(1519), - [anon_sym_hitAttributeNV] = ACTIONS(1519), - [anon_sym_callableDataNV] = ACTIONS(1519), - [anon_sym_callableDataInNV] = ACTIONS(1519), - [anon_sym_shaderRecordNV] = ACTIONS(1519), - [anon_sym_layout] = ACTIONS(1519), - }, [163] = { - [sym_identifier] = ACTIONS(1523), - [aux_sym_preproc_include_token1] = ACTIONS(1523), - [aux_sym_preproc_def_token1] = ACTIONS(1523), - [aux_sym_preproc_if_token1] = ACTIONS(1523), - [aux_sym_preproc_if_token2] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1523), - [aux_sym_preproc_else_token1] = ACTIONS(1523), - [aux_sym_preproc_elif_token1] = ACTIONS(1523), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1523), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1523), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_LPAREN2] = ACTIONS(1525), - [anon_sym_BANG] = ACTIONS(1525), - [anon_sym_TILDE] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1525), - [anon_sym_subroutine] = ACTIONS(1523), - [anon_sym_invariant] = ACTIONS(1523), - [anon_sym_precise] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1525), - [anon_sym_in] = ACTIONS(1523), - [anon_sym_out] = ACTIONS(1523), - [anon_sym_inout] = ACTIONS(1523), - [anon_sym_uniform] = ACTIONS(1523), - [anon_sym_shared] = ACTIONS(1523), - [anon_sym_attribute] = ACTIONS(1523), - [anon_sym_varying] = ACTIONS(1523), - [anon_sym_buffer] = ACTIONS(1523), - [anon_sym_coherent] = ACTIONS(1523), - [anon_sym_readonly] = ACTIONS(1523), - [anon_sym_writeonly] = ACTIONS(1523), - [anon_sym_precision] = ACTIONS(1523), - [anon_sym_highp] = ACTIONS(1523), - [anon_sym_mediump] = ACTIONS(1523), - [anon_sym_lowp] = ACTIONS(1523), - [anon_sym_centroid] = ACTIONS(1523), - [anon_sym_sample] = ACTIONS(1523), - [anon_sym_patch] = ACTIONS(1523), - [anon_sym_smooth] = ACTIONS(1523), - [anon_sym_flat] = ACTIONS(1523), - [anon_sym_noperspective] = ACTIONS(1523), - [anon_sym___extension__] = ACTIONS(1523), - [anon_sym_typedef] = ACTIONS(1523), - [anon_sym_extern] = ACTIONS(1523), - [anon_sym___attribute__] = ACTIONS(1523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1525), - [anon_sym___declspec] = ACTIONS(1523), - [anon_sym___cdecl] = ACTIONS(1523), - [anon_sym___clrcall] = ACTIONS(1523), - [anon_sym___stdcall] = ACTIONS(1523), - [anon_sym___fastcall] = ACTIONS(1523), - [anon_sym___thiscall] = ACTIONS(1523), - [anon_sym___vectorcall] = ACTIONS(1523), - [anon_sym_LBRACE] = ACTIONS(1525), - [anon_sym_signed] = ACTIONS(1523), - [anon_sym_unsigned] = ACTIONS(1523), - [anon_sym_long] = ACTIONS(1523), - [anon_sym_short] = ACTIONS(1523), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_auto] = ACTIONS(1523), - [anon_sym_register] = ACTIONS(1523), - [anon_sym_inline] = ACTIONS(1523), - [anon_sym___inline] = ACTIONS(1523), - [anon_sym___inline__] = ACTIONS(1523), - [anon_sym___forceinline] = ACTIONS(1523), - [anon_sym_thread_local] = ACTIONS(1523), - [anon_sym___thread] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_constexpr] = ACTIONS(1523), - [anon_sym_volatile] = ACTIONS(1523), - [anon_sym_restrict] = ACTIONS(1523), - [anon_sym___restrict__] = ACTIONS(1523), - [anon_sym__Atomic] = ACTIONS(1523), - [anon_sym__Noreturn] = ACTIONS(1523), - [anon_sym_noreturn] = ACTIONS(1523), - [anon_sym_alignas] = ACTIONS(1523), - [anon_sym__Alignas] = ACTIONS(1523), - [sym_primitive_type] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [anon_sym_struct] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_switch] = ACTIONS(1523), - [anon_sym_case] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_goto] = ACTIONS(1523), - [anon_sym___try] = ACTIONS(1523), - [anon_sym___leave] = ACTIONS(1523), - [anon_sym_DASH_DASH] = ACTIONS(1525), - [anon_sym_PLUS_PLUS] = ACTIONS(1525), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1523), - [anon_sym___alignof] = ACTIONS(1523), - [anon_sym__alignof] = ACTIONS(1523), - [anon_sym_alignof] = ACTIONS(1523), - [anon_sym__Alignof] = ACTIONS(1523), - [anon_sym_offsetof] = ACTIONS(1523), - [anon_sym__Generic] = ACTIONS(1523), - [anon_sym_asm] = ACTIONS(1523), - [anon_sym___asm__] = ACTIONS(1523), - [sym_number_literal] = ACTIONS(1525), - [anon_sym_L_SQUOTE] = ACTIONS(1525), - [anon_sym_u_SQUOTE] = ACTIONS(1525), - [anon_sym_U_SQUOTE] = ACTIONS(1525), - [anon_sym_u8_SQUOTE] = ACTIONS(1525), - [anon_sym_SQUOTE] = ACTIONS(1525), - [anon_sym_L_DQUOTE] = ACTIONS(1525), - [anon_sym_u_DQUOTE] = ACTIONS(1525), - [anon_sym_U_DQUOTE] = ACTIONS(1525), - [anon_sym_u8_DQUOTE] = ACTIONS(1525), - [anon_sym_DQUOTE] = ACTIONS(1525), - [sym_true] = ACTIONS(1523), - [sym_false] = ACTIONS(1523), - [anon_sym_NULL] = ACTIONS(1523), - [anon_sym_nullptr] = ACTIONS(1523), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1523), - [anon_sym_rayPayloadInEXT] = ACTIONS(1523), - [anon_sym_hitAttributeEXT] = ACTIONS(1523), - [anon_sym_callableDataEXT] = ACTIONS(1523), - [anon_sym_callableDataInEXT] = ACTIONS(1523), - [anon_sym_shaderRecordEXT] = ACTIONS(1523), - [anon_sym_rayPayloadNV] = ACTIONS(1523), - [anon_sym_rayPayloadInNV] = ACTIONS(1523), - [anon_sym_hitAttributeNV] = ACTIONS(1523), - [anon_sym_callableDataNV] = ACTIONS(1523), - [anon_sym_callableDataInNV] = ACTIONS(1523), - [anon_sym_shaderRecordNV] = ACTIONS(1523), - [anon_sym_layout] = ACTIONS(1523), + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_include_token1] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token2] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [aux_sym_preproc_else_token1] = ACTIONS(1517), + [aux_sym_preproc_elif_token1] = ACTIONS(1517), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_LPAREN2] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_TILDE] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_typedef] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym___cdecl] = ACTIONS(1517), + [anon_sym___clrcall] = ACTIONS(1517), + [anon_sym___stdcall] = ACTIONS(1517), + [anon_sym___fastcall] = ACTIONS(1517), + [anon_sym___thiscall] = ACTIONS(1517), + [anon_sym___vectorcall] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_switch] = ACTIONS(1517), + [anon_sym_case] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_do] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_goto] = ACTIONS(1517), + [anon_sym___try] = ACTIONS(1517), + [anon_sym___leave] = ACTIONS(1517), + [anon_sym_DASH_DASH] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_sizeof] = ACTIONS(1517), + [anon_sym___alignof__] = ACTIONS(1517), + [anon_sym___alignof] = ACTIONS(1517), + [anon_sym__alignof] = ACTIONS(1517), + [anon_sym_alignof] = ACTIONS(1517), + [anon_sym__Alignof] = ACTIONS(1517), + [anon_sym_offsetof] = ACTIONS(1517), + [anon_sym__Generic] = ACTIONS(1517), + [anon_sym_asm] = ACTIONS(1517), + [anon_sym___asm__] = ACTIONS(1517), + [anon_sym___asm] = ACTIONS(1517), + [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(1517), + [sym_false] = ACTIONS(1517), + [anon_sym_NULL] = ACTIONS(1517), + [anon_sym_nullptr] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), }, [164] = { - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token2] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [aux_sym_preproc_else_token1] = ACTIONS(1505), - [aux_sym_preproc_elif_token1] = ACTIONS(1505), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym___try] = ACTIONS(1505), - [anon_sym___leave] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), + [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_if_token2] = ACTIONS(1521), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1521), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1521), + [aux_sym_preproc_else_token1] = ACTIONS(1521), + [aux_sym_preproc_elif_token1] = ACTIONS(1521), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1521), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1521), + [sym_preproc_directive] = ACTIONS(1521), + [anon_sym_LPAREN2] = ACTIONS(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_TILDE] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_subroutine] = ACTIONS(1521), + [anon_sym_invariant] = ACTIONS(1521), + [anon_sym_precise] = ACTIONS(1521), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_out] = ACTIONS(1521), + [anon_sym_inout] = ACTIONS(1521), + [anon_sym_uniform] = ACTIONS(1521), + [anon_sym_shared] = ACTIONS(1521), + [anon_sym_attribute] = ACTIONS(1521), + [anon_sym_varying] = ACTIONS(1521), + [anon_sym_buffer] = ACTIONS(1521), + [anon_sym_coherent] = ACTIONS(1521), + [anon_sym_readonly] = ACTIONS(1521), + [anon_sym_writeonly] = ACTIONS(1521), + [anon_sym_precision] = ACTIONS(1521), + [anon_sym_highp] = ACTIONS(1521), + [anon_sym_mediump] = ACTIONS(1521), + [anon_sym_lowp] = ACTIONS(1521), + [anon_sym_centroid] = ACTIONS(1521), + [anon_sym_sample] = ACTIONS(1521), + [anon_sym_patch] = ACTIONS(1521), + [anon_sym_smooth] = ACTIONS(1521), + [anon_sym_flat] = ACTIONS(1521), + [anon_sym_noperspective] = ACTIONS(1521), + [anon_sym___extension__] = ACTIONS(1521), + [anon_sym_typedef] = ACTIONS(1521), + [anon_sym_extern] = ACTIONS(1521), + [anon_sym___attribute__] = ACTIONS(1521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1523), + [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(1523), + [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___try] = ACTIONS(1521), + [anon_sym___leave] = ACTIONS(1521), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [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(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(1521), + [sym_false] = ACTIONS(1521), + [anon_sym_NULL] = ACTIONS(1521), + [anon_sym_nullptr] = ACTIONS(1521), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1521), + [anon_sym_rayPayloadInEXT] = ACTIONS(1521), + [anon_sym_hitAttributeEXT] = ACTIONS(1521), + [anon_sym_callableDataEXT] = ACTIONS(1521), + [anon_sym_callableDataInEXT] = ACTIONS(1521), + [anon_sym_shaderRecordEXT] = ACTIONS(1521), + [anon_sym_rayPayloadNV] = ACTIONS(1521), + [anon_sym_rayPayloadInNV] = ACTIONS(1521), + [anon_sym_hitAttributeNV] = ACTIONS(1521), + [anon_sym_callableDataNV] = ACTIONS(1521), + [anon_sym_callableDataInNV] = ACTIONS(1521), + [anon_sym_shaderRecordNV] = ACTIONS(1521), + [anon_sym_layout] = ACTIONS(1521), }, [165] = { - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token2] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [aux_sym_preproc_else_token1] = ACTIONS(1527), - [aux_sym_preproc_elif_token1] = ACTIONS(1527), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_subroutine] = ACTIONS(1527), - [anon_sym_invariant] = ACTIONS(1527), - [anon_sym_precise] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_in] = ACTIONS(1527), - [anon_sym_out] = ACTIONS(1527), - [anon_sym_inout] = ACTIONS(1527), - [anon_sym_uniform] = ACTIONS(1527), - [anon_sym_shared] = ACTIONS(1527), - [anon_sym_attribute] = ACTIONS(1527), - [anon_sym_varying] = ACTIONS(1527), - [anon_sym_buffer] = ACTIONS(1527), - [anon_sym_coherent] = ACTIONS(1527), - [anon_sym_readonly] = ACTIONS(1527), - [anon_sym_writeonly] = ACTIONS(1527), - [anon_sym_precision] = ACTIONS(1527), - [anon_sym_highp] = ACTIONS(1527), - [anon_sym_mediump] = ACTIONS(1527), - [anon_sym_lowp] = ACTIONS(1527), - [anon_sym_centroid] = ACTIONS(1527), - [anon_sym_sample] = ACTIONS(1527), - [anon_sym_patch] = ACTIONS(1527), - [anon_sym_smooth] = ACTIONS(1527), - [anon_sym_flat] = ACTIONS(1527), - [anon_sym_noperspective] = ACTIONS(1527), - [anon_sym___extension__] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_auto] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym___inline] = ACTIONS(1527), - [anon_sym___inline__] = ACTIONS(1527), - [anon_sym___forceinline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym___thread] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym___restrict__] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym__Noreturn] = ACTIONS(1527), - [anon_sym_noreturn] = ACTIONS(1527), - [anon_sym_alignas] = ACTIONS(1527), - [anon_sym__Alignas] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym___try] = ACTIONS(1527), - [anon_sym___leave] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [anon_sym___alignof__] = ACTIONS(1527), - [anon_sym___alignof] = ACTIONS(1527), - [anon_sym__alignof] = ACTIONS(1527), - [anon_sym_alignof] = ACTIONS(1527), - [anon_sym__Alignof] = ACTIONS(1527), - [anon_sym_offsetof] = ACTIONS(1527), - [anon_sym__Generic] = ACTIONS(1527), - [anon_sym_asm] = ACTIONS(1527), - [anon_sym___asm__] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [anon_sym_NULL] = ACTIONS(1527), - [anon_sym_nullptr] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1527), - [anon_sym_rayPayloadInEXT] = ACTIONS(1527), - [anon_sym_hitAttributeEXT] = ACTIONS(1527), - [anon_sym_callableDataEXT] = ACTIONS(1527), - [anon_sym_callableDataInEXT] = ACTIONS(1527), - [anon_sym_shaderRecordEXT] = ACTIONS(1527), - [anon_sym_rayPayloadNV] = ACTIONS(1527), - [anon_sym_rayPayloadInNV] = ACTIONS(1527), - [anon_sym_hitAttributeNV] = ACTIONS(1527), - [anon_sym_callableDataNV] = ACTIONS(1527), - [anon_sym_callableDataInNV] = ACTIONS(1527), - [anon_sym_shaderRecordNV] = ACTIONS(1527), - [anon_sym_layout] = ACTIONS(1527), + [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_if_token2] = ACTIONS(1525), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1525), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1525), + [aux_sym_preproc_else_token1] = ACTIONS(1525), + [aux_sym_preproc_elif_token1] = ACTIONS(1525), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1525), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1525), + [sym_preproc_directive] = ACTIONS(1525), + [anon_sym_LPAREN2] = ACTIONS(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_TILDE] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1525), + [anon_sym_PLUS] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1527), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_subroutine] = ACTIONS(1525), + [anon_sym_invariant] = ACTIONS(1525), + [anon_sym_precise] = ACTIONS(1525), + [anon_sym_SEMI] = ACTIONS(1527), + [anon_sym_in] = ACTIONS(1525), + [anon_sym_out] = ACTIONS(1525), + [anon_sym_inout] = ACTIONS(1525), + [anon_sym_uniform] = ACTIONS(1525), + [anon_sym_shared] = ACTIONS(1525), + [anon_sym_attribute] = ACTIONS(1525), + [anon_sym_varying] = ACTIONS(1525), + [anon_sym_buffer] = ACTIONS(1525), + [anon_sym_coherent] = ACTIONS(1525), + [anon_sym_readonly] = ACTIONS(1525), + [anon_sym_writeonly] = ACTIONS(1525), + [anon_sym_precision] = ACTIONS(1525), + [anon_sym_highp] = ACTIONS(1525), + [anon_sym_mediump] = ACTIONS(1525), + [anon_sym_lowp] = ACTIONS(1525), + [anon_sym_centroid] = ACTIONS(1525), + [anon_sym_sample] = ACTIONS(1525), + [anon_sym_patch] = ACTIONS(1525), + [anon_sym_smooth] = ACTIONS(1525), + [anon_sym_flat] = ACTIONS(1525), + [anon_sym_noperspective] = ACTIONS(1525), + [anon_sym___extension__] = ACTIONS(1525), + [anon_sym_typedef] = ACTIONS(1525), + [anon_sym_extern] = ACTIONS(1525), + [anon_sym___attribute__] = ACTIONS(1525), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1527), + [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(1527), + [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___try] = ACTIONS(1525), + [anon_sym___leave] = ACTIONS(1525), + [anon_sym_DASH_DASH] = ACTIONS(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1527), + [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(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(1525), + [sym_false] = ACTIONS(1525), + [anon_sym_NULL] = ACTIONS(1525), + [anon_sym_nullptr] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1525), + [anon_sym_rayPayloadInEXT] = ACTIONS(1525), + [anon_sym_hitAttributeEXT] = ACTIONS(1525), + [anon_sym_callableDataEXT] = ACTIONS(1525), + [anon_sym_callableDataInEXT] = ACTIONS(1525), + [anon_sym_shaderRecordEXT] = ACTIONS(1525), + [anon_sym_rayPayloadNV] = ACTIONS(1525), + [anon_sym_rayPayloadInNV] = ACTIONS(1525), + [anon_sym_hitAttributeNV] = ACTIONS(1525), + [anon_sym_callableDataNV] = ACTIONS(1525), + [anon_sym_callableDataInNV] = ACTIONS(1525), + [anon_sym_shaderRecordNV] = ACTIONS(1525), + [anon_sym_layout] = ACTIONS(1525), }, [166] = { - [sym_identifier] = ACTIONS(1531), - [aux_sym_preproc_include_token1] = ACTIONS(1531), - [aux_sym_preproc_def_token1] = ACTIONS(1531), - [aux_sym_preproc_if_token1] = ACTIONS(1531), - [aux_sym_preproc_if_token2] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1531), - [aux_sym_preproc_else_token1] = ACTIONS(1531), - [aux_sym_preproc_elif_token1] = ACTIONS(1531), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1531), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1531), - [sym_preproc_directive] = ACTIONS(1531), - [anon_sym_LPAREN2] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1531), - [anon_sym_PLUS] = ACTIONS(1531), - [anon_sym_STAR] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_subroutine] = ACTIONS(1531), - [anon_sym_invariant] = ACTIONS(1531), - [anon_sym_precise] = ACTIONS(1531), - [anon_sym_SEMI] = ACTIONS(1533), - [anon_sym_in] = ACTIONS(1531), - [anon_sym_out] = ACTIONS(1531), - [anon_sym_inout] = ACTIONS(1531), - [anon_sym_uniform] = ACTIONS(1531), - [anon_sym_shared] = ACTIONS(1531), - [anon_sym_attribute] = ACTIONS(1531), - [anon_sym_varying] = ACTIONS(1531), - [anon_sym_buffer] = ACTIONS(1531), - [anon_sym_coherent] = ACTIONS(1531), - [anon_sym_readonly] = ACTIONS(1531), - [anon_sym_writeonly] = ACTIONS(1531), - [anon_sym_precision] = ACTIONS(1531), - [anon_sym_highp] = ACTIONS(1531), - [anon_sym_mediump] = ACTIONS(1531), - [anon_sym_lowp] = ACTIONS(1531), - [anon_sym_centroid] = ACTIONS(1531), - [anon_sym_sample] = ACTIONS(1531), - [anon_sym_patch] = ACTIONS(1531), - [anon_sym_smooth] = ACTIONS(1531), - [anon_sym_flat] = ACTIONS(1531), - [anon_sym_noperspective] = ACTIONS(1531), - [anon_sym___extension__] = ACTIONS(1531), - [anon_sym_typedef] = ACTIONS(1531), - [anon_sym_extern] = ACTIONS(1531), - [anon_sym___attribute__] = ACTIONS(1531), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1533), - [anon_sym___declspec] = ACTIONS(1531), - [anon_sym___cdecl] = ACTIONS(1531), - [anon_sym___clrcall] = ACTIONS(1531), - [anon_sym___stdcall] = ACTIONS(1531), - [anon_sym___fastcall] = ACTIONS(1531), - [anon_sym___thiscall] = ACTIONS(1531), - [anon_sym___vectorcall] = ACTIONS(1531), - [anon_sym_LBRACE] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1531), - [anon_sym_unsigned] = ACTIONS(1531), - [anon_sym_long] = ACTIONS(1531), - [anon_sym_short] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1531), - [anon_sym_auto] = ACTIONS(1531), - [anon_sym_register] = ACTIONS(1531), - [anon_sym_inline] = ACTIONS(1531), - [anon_sym___inline] = ACTIONS(1531), - [anon_sym___inline__] = ACTIONS(1531), - [anon_sym___forceinline] = ACTIONS(1531), - [anon_sym_thread_local] = ACTIONS(1531), - [anon_sym___thread] = ACTIONS(1531), - [anon_sym_const] = ACTIONS(1531), - [anon_sym_constexpr] = ACTIONS(1531), - [anon_sym_volatile] = ACTIONS(1531), - [anon_sym_restrict] = ACTIONS(1531), - [anon_sym___restrict__] = ACTIONS(1531), - [anon_sym__Atomic] = ACTIONS(1531), - [anon_sym__Noreturn] = ACTIONS(1531), - [anon_sym_noreturn] = ACTIONS(1531), - [anon_sym_alignas] = ACTIONS(1531), - [anon_sym__Alignas] = ACTIONS(1531), - [sym_primitive_type] = ACTIONS(1531), - [anon_sym_enum] = ACTIONS(1531), - [anon_sym_struct] = ACTIONS(1531), - [anon_sym_union] = ACTIONS(1531), - [anon_sym_if] = ACTIONS(1531), - [anon_sym_switch] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1531), - [anon_sym_default] = ACTIONS(1531), - [anon_sym_while] = ACTIONS(1531), - [anon_sym_do] = ACTIONS(1531), - [anon_sym_for] = ACTIONS(1531), - [anon_sym_return] = ACTIONS(1531), - [anon_sym_break] = ACTIONS(1531), - [anon_sym_continue] = ACTIONS(1531), - [anon_sym_goto] = ACTIONS(1531), - [anon_sym___try] = ACTIONS(1531), - [anon_sym___leave] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1533), - [anon_sym_sizeof] = ACTIONS(1531), - [anon_sym___alignof__] = ACTIONS(1531), - [anon_sym___alignof] = ACTIONS(1531), - [anon_sym__alignof] = ACTIONS(1531), - [anon_sym_alignof] = ACTIONS(1531), - [anon_sym__Alignof] = ACTIONS(1531), - [anon_sym_offsetof] = ACTIONS(1531), - [anon_sym__Generic] = ACTIONS(1531), - [anon_sym_asm] = ACTIONS(1531), - [anon_sym___asm__] = ACTIONS(1531), - [sym_number_literal] = ACTIONS(1533), - [anon_sym_L_SQUOTE] = ACTIONS(1533), - [anon_sym_u_SQUOTE] = ACTIONS(1533), - [anon_sym_U_SQUOTE] = ACTIONS(1533), - [anon_sym_u8_SQUOTE] = ACTIONS(1533), - [anon_sym_SQUOTE] = ACTIONS(1533), - [anon_sym_L_DQUOTE] = ACTIONS(1533), - [anon_sym_u_DQUOTE] = ACTIONS(1533), - [anon_sym_U_DQUOTE] = ACTIONS(1533), - [anon_sym_u8_DQUOTE] = ACTIONS(1533), - [anon_sym_DQUOTE] = ACTIONS(1533), - [sym_true] = ACTIONS(1531), - [sym_false] = ACTIONS(1531), - [anon_sym_NULL] = ACTIONS(1531), - [anon_sym_nullptr] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1531), - [anon_sym_rayPayloadInEXT] = ACTIONS(1531), - [anon_sym_hitAttributeEXT] = ACTIONS(1531), - [anon_sym_callableDataEXT] = ACTIONS(1531), - [anon_sym_callableDataInEXT] = ACTIONS(1531), - [anon_sym_shaderRecordEXT] = ACTIONS(1531), - [anon_sym_rayPayloadNV] = ACTIONS(1531), - [anon_sym_rayPayloadInNV] = ACTIONS(1531), - [anon_sym_hitAttributeNV] = ACTIONS(1531), - [anon_sym_callableDataNV] = ACTIONS(1531), - [anon_sym_callableDataInNV] = ACTIONS(1531), - [anon_sym_shaderRecordNV] = ACTIONS(1531), - [anon_sym_layout] = ACTIONS(1531), + [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_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [aux_sym_preproc_else_token1] = ACTIONS(1529), + [aux_sym_preproc_elif_token1] = ACTIONS(1529), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [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(1531), + [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___try] = ACTIONS(1529), + [anon_sym___leave] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [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(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1529), + [sym_false] = ACTIONS(1529), + [anon_sym_NULL] = ACTIONS(1529), + [anon_sym_nullptr] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), }, [167] = { - [sym_identifier] = ACTIONS(1535), - [aux_sym_preproc_include_token1] = ACTIONS(1535), - [aux_sym_preproc_def_token1] = ACTIONS(1535), - [aux_sym_preproc_if_token1] = ACTIONS(1535), - [aux_sym_preproc_if_token2] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1535), - [aux_sym_preproc_else_token1] = ACTIONS(1535), - [aux_sym_preproc_elif_token1] = ACTIONS(1535), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1535), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1535), - [sym_preproc_directive] = ACTIONS(1535), - [anon_sym_LPAREN2] = ACTIONS(1537), - [anon_sym_BANG] = ACTIONS(1537), - [anon_sym_TILDE] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1535), - [anon_sym_STAR] = ACTIONS(1537), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_subroutine] = ACTIONS(1535), - [anon_sym_invariant] = ACTIONS(1535), - [anon_sym_precise] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1537), - [anon_sym_in] = ACTIONS(1535), - [anon_sym_out] = ACTIONS(1535), - [anon_sym_inout] = ACTIONS(1535), - [anon_sym_uniform] = ACTIONS(1535), - [anon_sym_shared] = ACTIONS(1535), - [anon_sym_attribute] = ACTIONS(1535), - [anon_sym_varying] = ACTIONS(1535), - [anon_sym_buffer] = ACTIONS(1535), - [anon_sym_coherent] = ACTIONS(1535), - [anon_sym_readonly] = ACTIONS(1535), - [anon_sym_writeonly] = ACTIONS(1535), - [anon_sym_precision] = ACTIONS(1535), - [anon_sym_highp] = ACTIONS(1535), - [anon_sym_mediump] = ACTIONS(1535), - [anon_sym_lowp] = ACTIONS(1535), - [anon_sym_centroid] = ACTIONS(1535), - [anon_sym_sample] = ACTIONS(1535), - [anon_sym_patch] = ACTIONS(1535), - [anon_sym_smooth] = ACTIONS(1535), - [anon_sym_flat] = ACTIONS(1535), - [anon_sym_noperspective] = ACTIONS(1535), - [anon_sym___extension__] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1535), - [anon_sym_extern] = ACTIONS(1535), - [anon_sym___attribute__] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1537), - [anon_sym___declspec] = ACTIONS(1535), - [anon_sym___cdecl] = ACTIONS(1535), - [anon_sym___clrcall] = ACTIONS(1535), - [anon_sym___stdcall] = ACTIONS(1535), - [anon_sym___fastcall] = ACTIONS(1535), - [anon_sym___thiscall] = ACTIONS(1535), - [anon_sym___vectorcall] = ACTIONS(1535), - [anon_sym_LBRACE] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1535), - [anon_sym_unsigned] = ACTIONS(1535), - [anon_sym_long] = ACTIONS(1535), - [anon_sym_short] = ACTIONS(1535), - [anon_sym_static] = ACTIONS(1535), - [anon_sym_auto] = ACTIONS(1535), - [anon_sym_register] = ACTIONS(1535), - [anon_sym_inline] = ACTIONS(1535), - [anon_sym___inline] = ACTIONS(1535), - [anon_sym___inline__] = ACTIONS(1535), - [anon_sym___forceinline] = ACTIONS(1535), - [anon_sym_thread_local] = ACTIONS(1535), - [anon_sym___thread] = ACTIONS(1535), - [anon_sym_const] = ACTIONS(1535), - [anon_sym_constexpr] = ACTIONS(1535), - [anon_sym_volatile] = ACTIONS(1535), - [anon_sym_restrict] = ACTIONS(1535), - [anon_sym___restrict__] = ACTIONS(1535), - [anon_sym__Atomic] = ACTIONS(1535), - [anon_sym__Noreturn] = ACTIONS(1535), - [anon_sym_noreturn] = ACTIONS(1535), - [anon_sym_alignas] = ACTIONS(1535), - [anon_sym__Alignas] = ACTIONS(1535), - [sym_primitive_type] = ACTIONS(1535), - [anon_sym_enum] = ACTIONS(1535), - [anon_sym_struct] = ACTIONS(1535), - [anon_sym_union] = ACTIONS(1535), - [anon_sym_if] = ACTIONS(1535), - [anon_sym_switch] = ACTIONS(1535), - [anon_sym_case] = ACTIONS(1535), - [anon_sym_default] = ACTIONS(1535), - [anon_sym_while] = ACTIONS(1535), - [anon_sym_do] = ACTIONS(1535), - [anon_sym_for] = ACTIONS(1535), - [anon_sym_return] = ACTIONS(1535), - [anon_sym_break] = ACTIONS(1535), - [anon_sym_continue] = ACTIONS(1535), - [anon_sym_goto] = ACTIONS(1535), - [anon_sym___try] = ACTIONS(1535), - [anon_sym___leave] = ACTIONS(1535), - [anon_sym_DASH_DASH] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1537), - [anon_sym_sizeof] = ACTIONS(1535), - [anon_sym___alignof__] = ACTIONS(1535), - [anon_sym___alignof] = ACTIONS(1535), - [anon_sym__alignof] = ACTIONS(1535), - [anon_sym_alignof] = ACTIONS(1535), - [anon_sym__Alignof] = ACTIONS(1535), - [anon_sym_offsetof] = ACTIONS(1535), - [anon_sym__Generic] = ACTIONS(1535), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1537), - [anon_sym_L_SQUOTE] = ACTIONS(1537), - [anon_sym_u_SQUOTE] = ACTIONS(1537), - [anon_sym_U_SQUOTE] = ACTIONS(1537), - [anon_sym_u8_SQUOTE] = ACTIONS(1537), - [anon_sym_SQUOTE] = ACTIONS(1537), - [anon_sym_L_DQUOTE] = ACTIONS(1537), - [anon_sym_u_DQUOTE] = ACTIONS(1537), - [anon_sym_U_DQUOTE] = ACTIONS(1537), - [anon_sym_u8_DQUOTE] = ACTIONS(1537), - [anon_sym_DQUOTE] = ACTIONS(1537), - [sym_true] = ACTIONS(1535), - [sym_false] = ACTIONS(1535), - [anon_sym_NULL] = ACTIONS(1535), - [anon_sym_nullptr] = ACTIONS(1535), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1535), - [anon_sym_rayPayloadInEXT] = ACTIONS(1535), - [anon_sym_hitAttributeEXT] = ACTIONS(1535), - [anon_sym_callableDataEXT] = ACTIONS(1535), - [anon_sym_callableDataInEXT] = ACTIONS(1535), - [anon_sym_shaderRecordEXT] = ACTIONS(1535), - [anon_sym_rayPayloadNV] = ACTIONS(1535), - [anon_sym_rayPayloadInNV] = ACTIONS(1535), - [anon_sym_hitAttributeNV] = ACTIONS(1535), - [anon_sym_callableDataNV] = ACTIONS(1535), - [anon_sym_callableDataInNV] = ACTIONS(1535), - [anon_sym_shaderRecordNV] = ACTIONS(1535), - [anon_sym_layout] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [aux_sym_preproc_else_token1] = ACTIONS(1533), + [aux_sym_preproc_elif_token1] = ACTIONS(1533), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_subroutine] = ACTIONS(1533), + [anon_sym_invariant] = ACTIONS(1533), + [anon_sym_precise] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_in] = ACTIONS(1533), + [anon_sym_out] = ACTIONS(1533), + [anon_sym_inout] = ACTIONS(1533), + [anon_sym_uniform] = ACTIONS(1533), + [anon_sym_shared] = ACTIONS(1533), + [anon_sym_attribute] = ACTIONS(1533), + [anon_sym_varying] = ACTIONS(1533), + [anon_sym_buffer] = ACTIONS(1533), + [anon_sym_coherent] = ACTIONS(1533), + [anon_sym_readonly] = ACTIONS(1533), + [anon_sym_writeonly] = ACTIONS(1533), + [anon_sym_precision] = ACTIONS(1533), + [anon_sym_highp] = ACTIONS(1533), + [anon_sym_mediump] = ACTIONS(1533), + [anon_sym_lowp] = ACTIONS(1533), + [anon_sym_centroid] = ACTIONS(1533), + [anon_sym_sample] = ACTIONS(1533), + [anon_sym_patch] = ACTIONS(1533), + [anon_sym_smooth] = ACTIONS(1533), + [anon_sym_flat] = ACTIONS(1533), + [anon_sym_noperspective] = ACTIONS(1533), + [anon_sym___extension__] = ACTIONS(1533), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_auto] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym___inline] = ACTIONS(1533), + [anon_sym___inline__] = ACTIONS(1533), + [anon_sym___forceinline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym___thread] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym___restrict__] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym__Noreturn] = ACTIONS(1533), + [anon_sym_noreturn] = ACTIONS(1533), + [anon_sym__Nonnull] = ACTIONS(1533), + [anon_sym_alignas] = ACTIONS(1533), + [anon_sym__Alignas] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym___try] = ACTIONS(1533), + [anon_sym___leave] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [anon_sym___alignof__] = ACTIONS(1533), + [anon_sym___alignof] = ACTIONS(1533), + [anon_sym__alignof] = ACTIONS(1533), + [anon_sym_alignof] = ACTIONS(1533), + [anon_sym__Alignof] = ACTIONS(1533), + [anon_sym_offsetof] = ACTIONS(1533), + [anon_sym__Generic] = ACTIONS(1533), + [anon_sym_asm] = ACTIONS(1533), + [anon_sym___asm__] = ACTIONS(1533), + [anon_sym___asm] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [anon_sym_NULL] = ACTIONS(1533), + [anon_sym_nullptr] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1533), + [anon_sym_rayPayloadInEXT] = ACTIONS(1533), + [anon_sym_hitAttributeEXT] = ACTIONS(1533), + [anon_sym_callableDataEXT] = ACTIONS(1533), + [anon_sym_callableDataInEXT] = ACTIONS(1533), + [anon_sym_shaderRecordEXT] = ACTIONS(1533), + [anon_sym_rayPayloadNV] = ACTIONS(1533), + [anon_sym_rayPayloadInNV] = ACTIONS(1533), + [anon_sym_hitAttributeNV] = ACTIONS(1533), + [anon_sym_callableDataNV] = ACTIONS(1533), + [anon_sym_callableDataInNV] = ACTIONS(1533), + [anon_sym_shaderRecordNV] = ACTIONS(1533), + [anon_sym_layout] = ACTIONS(1533), }, [168] = { - [sym_else_clause] = STATE(279), - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_subroutine] = ACTIONS(1227), - [anon_sym_invariant] = ACTIONS(1227), - [anon_sym_precise] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym_in] = ACTIONS(1227), - [anon_sym_out] = ACTIONS(1227), - [anon_sym_inout] = ACTIONS(1227), - [anon_sym_uniform] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(1227), - [anon_sym_attribute] = ACTIONS(1227), - [anon_sym_varying] = ACTIONS(1227), - [anon_sym_buffer] = ACTIONS(1227), - [anon_sym_coherent] = ACTIONS(1227), - [anon_sym_readonly] = ACTIONS(1227), - [anon_sym_writeonly] = ACTIONS(1227), - [anon_sym_precision] = ACTIONS(1227), - [anon_sym_highp] = ACTIONS(1227), - [anon_sym_mediump] = ACTIONS(1227), - [anon_sym_lowp] = ACTIONS(1227), - [anon_sym_centroid] = ACTIONS(1227), - [anon_sym_sample] = ACTIONS(1227), - [anon_sym_patch] = ACTIONS(1227), - [anon_sym_smooth] = ACTIONS(1227), - [anon_sym_flat] = ACTIONS(1227), - [anon_sym_noperspective] = ACTIONS(1227), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_RBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [anon_sym_alignas] = ACTIONS(1227), - [anon_sym__Alignas] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1539), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym___try] = ACTIONS(1227), - [anon_sym___leave] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1227), - [anon_sym_rayPayloadInEXT] = ACTIONS(1227), - [anon_sym_hitAttributeEXT] = ACTIONS(1227), - [anon_sym_callableDataEXT] = ACTIONS(1227), - [anon_sym_callableDataInEXT] = ACTIONS(1227), - [anon_sym_shaderRecordEXT] = ACTIONS(1227), - [anon_sym_rayPayloadNV] = ACTIONS(1227), - [anon_sym_rayPayloadInNV] = ACTIONS(1227), - [anon_sym_hitAttributeNV] = ACTIONS(1227), - [anon_sym_callableDataNV] = ACTIONS(1227), - [anon_sym_callableDataInNV] = ACTIONS(1227), - [anon_sym_shaderRecordNV] = ACTIONS(1227), - [anon_sym_layout] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token2] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [aux_sym_preproc_else_token1] = ACTIONS(1423), + [aux_sym_preproc_elif_token1] = ACTIONS(1423), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym___try] = ACTIONS(1423), + [anon_sym___leave] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [169] = { - [sym_else_clause] = STATE(211), - [ts_builtin_sym_end] = ACTIONS(1229), - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_subroutine] = ACTIONS(1227), - [anon_sym_invariant] = ACTIONS(1227), - [anon_sym_precise] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym_in] = ACTIONS(1227), - [anon_sym_out] = ACTIONS(1227), - [anon_sym_inout] = ACTIONS(1227), - [anon_sym_uniform] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(1227), - [anon_sym_attribute] = ACTIONS(1227), - [anon_sym_varying] = ACTIONS(1227), - [anon_sym_buffer] = ACTIONS(1227), - [anon_sym_coherent] = ACTIONS(1227), - [anon_sym_readonly] = ACTIONS(1227), - [anon_sym_writeonly] = ACTIONS(1227), - [anon_sym_precision] = ACTIONS(1227), - [anon_sym_highp] = ACTIONS(1227), - [anon_sym_mediump] = ACTIONS(1227), - [anon_sym_lowp] = ACTIONS(1227), - [anon_sym_centroid] = ACTIONS(1227), - [anon_sym_sample] = ACTIONS(1227), - [anon_sym_patch] = ACTIONS(1227), - [anon_sym_smooth] = ACTIONS(1227), - [anon_sym_flat] = ACTIONS(1227), - [anon_sym_noperspective] = ACTIONS(1227), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [anon_sym_alignas] = ACTIONS(1227), - [anon_sym__Alignas] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1541), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym___try] = ACTIONS(1227), - [anon_sym___leave] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1227), - [anon_sym_rayPayloadInEXT] = ACTIONS(1227), - [anon_sym_hitAttributeEXT] = ACTIONS(1227), - [anon_sym_callableDataEXT] = ACTIONS(1227), - [anon_sym_callableDataInEXT] = ACTIONS(1227), - [anon_sym_shaderRecordEXT] = ACTIONS(1227), - [anon_sym_rayPayloadNV] = ACTIONS(1227), - [anon_sym_rayPayloadInNV] = ACTIONS(1227), - [anon_sym_hitAttributeNV] = ACTIONS(1227), - [anon_sym_callableDataNV] = ACTIONS(1227), - [anon_sym_callableDataInNV] = ACTIONS(1227), - [anon_sym_shaderRecordNV] = ACTIONS(1227), - [anon_sym_layout] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token2] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [aux_sym_preproc_else_token1] = ACTIONS(1537), + [aux_sym_preproc_elif_token1] = ACTIONS(1537), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym___try] = ACTIONS(1537), + [anon_sym___leave] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), }, [170] = { - [sym_else_clause] = STATE(172), - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token2] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_subroutine] = ACTIONS(1227), - [anon_sym_invariant] = ACTIONS(1227), - [anon_sym_precise] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym_in] = ACTIONS(1227), - [anon_sym_out] = ACTIONS(1227), - [anon_sym_inout] = ACTIONS(1227), - [anon_sym_uniform] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(1227), - [anon_sym_attribute] = ACTIONS(1227), - [anon_sym_varying] = ACTIONS(1227), - [anon_sym_buffer] = ACTIONS(1227), - [anon_sym_coherent] = ACTIONS(1227), - [anon_sym_readonly] = ACTIONS(1227), - [anon_sym_writeonly] = ACTIONS(1227), - [anon_sym_precision] = ACTIONS(1227), - [anon_sym_highp] = ACTIONS(1227), - [anon_sym_mediump] = ACTIONS(1227), - [anon_sym_lowp] = ACTIONS(1227), - [anon_sym_centroid] = ACTIONS(1227), - [anon_sym_sample] = ACTIONS(1227), - [anon_sym_patch] = ACTIONS(1227), - [anon_sym_smooth] = ACTIONS(1227), - [anon_sym_flat] = ACTIONS(1227), - [anon_sym_noperspective] = ACTIONS(1227), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [anon_sym_alignas] = ACTIONS(1227), - [anon_sym__Alignas] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1543), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym___try] = ACTIONS(1227), - [anon_sym___leave] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1227), - [anon_sym_rayPayloadInEXT] = ACTIONS(1227), - [anon_sym_hitAttributeEXT] = ACTIONS(1227), - [anon_sym_callableDataEXT] = ACTIONS(1227), - [anon_sym_callableDataInEXT] = ACTIONS(1227), - [anon_sym_shaderRecordEXT] = ACTIONS(1227), - [anon_sym_rayPayloadNV] = ACTIONS(1227), - [anon_sym_rayPayloadInNV] = ACTIONS(1227), - [anon_sym_hitAttributeNV] = ACTIONS(1227), - [anon_sym_callableDataNV] = ACTIONS(1227), - [anon_sym_callableDataInNV] = ACTIONS(1227), - [anon_sym_shaderRecordNV] = ACTIONS(1227), - [anon_sym_layout] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token2] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [aux_sym_preproc_else_token1] = ACTIONS(1479), + [aux_sym_preproc_elif_token1] = ACTIONS(1479), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym___try] = ACTIONS(1479), + [anon_sym___leave] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), }, [171] = { - [ts_builtin_sym_end] = ACTIONS(1395), - [sym_identifier] = ACTIONS(1393), - [aux_sym_preproc_include_token1] = ACTIONS(1393), - [aux_sym_preproc_def_token1] = ACTIONS(1393), - [aux_sym_preproc_if_token1] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1393), - [sym_preproc_directive] = ACTIONS(1393), - [anon_sym_LPAREN2] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_subroutine] = ACTIONS(1393), - [anon_sym_invariant] = ACTIONS(1393), - [anon_sym_precise] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_in] = ACTIONS(1393), - [anon_sym_out] = ACTIONS(1393), - [anon_sym_inout] = ACTIONS(1393), - [anon_sym_uniform] = ACTIONS(1393), - [anon_sym_shared] = ACTIONS(1393), - [anon_sym_attribute] = ACTIONS(1393), - [anon_sym_varying] = ACTIONS(1393), - [anon_sym_buffer] = ACTIONS(1393), - [anon_sym_coherent] = ACTIONS(1393), - [anon_sym_readonly] = ACTIONS(1393), - [anon_sym_writeonly] = ACTIONS(1393), - [anon_sym_precision] = ACTIONS(1393), - [anon_sym_highp] = ACTIONS(1393), - [anon_sym_mediump] = ACTIONS(1393), - [anon_sym_lowp] = ACTIONS(1393), - [anon_sym_centroid] = ACTIONS(1393), - [anon_sym_sample] = ACTIONS(1393), - [anon_sym_patch] = ACTIONS(1393), - [anon_sym_smooth] = ACTIONS(1393), - [anon_sym_flat] = ACTIONS(1393), - [anon_sym_noperspective] = ACTIONS(1393), - [anon_sym___extension__] = ACTIONS(1393), - [anon_sym_typedef] = ACTIONS(1393), - [anon_sym_extern] = ACTIONS(1393), - [anon_sym___attribute__] = ACTIONS(1393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1395), - [anon_sym___declspec] = ACTIONS(1393), - [anon_sym___cdecl] = ACTIONS(1393), - [anon_sym___clrcall] = ACTIONS(1393), - [anon_sym___stdcall] = ACTIONS(1393), - [anon_sym___fastcall] = ACTIONS(1393), - [anon_sym___thiscall] = ACTIONS(1393), - [anon_sym___vectorcall] = ACTIONS(1393), - [anon_sym_LBRACE] = ACTIONS(1395), - [anon_sym_signed] = ACTIONS(1393), - [anon_sym_unsigned] = ACTIONS(1393), - [anon_sym_long] = ACTIONS(1393), - [anon_sym_short] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_auto] = ACTIONS(1393), - [anon_sym_register] = ACTIONS(1393), - [anon_sym_inline] = ACTIONS(1393), - [anon_sym___inline] = ACTIONS(1393), - [anon_sym___inline__] = ACTIONS(1393), - [anon_sym___forceinline] = ACTIONS(1393), - [anon_sym_thread_local] = ACTIONS(1393), - [anon_sym___thread] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_constexpr] = ACTIONS(1393), - [anon_sym_volatile] = ACTIONS(1393), - [anon_sym_restrict] = ACTIONS(1393), - [anon_sym___restrict__] = ACTIONS(1393), - [anon_sym__Atomic] = ACTIONS(1393), - [anon_sym__Noreturn] = ACTIONS(1393), - [anon_sym_noreturn] = ACTIONS(1393), - [anon_sym_alignas] = ACTIONS(1393), - [anon_sym__Alignas] = ACTIONS(1393), - [sym_primitive_type] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [anon_sym_struct] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_do] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_goto] = ACTIONS(1393), - [anon_sym___try] = ACTIONS(1393), - [anon_sym___leave] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1395), - [anon_sym_sizeof] = ACTIONS(1393), - [anon_sym___alignof__] = ACTIONS(1393), - [anon_sym___alignof] = ACTIONS(1393), - [anon_sym__alignof] = ACTIONS(1393), - [anon_sym_alignof] = ACTIONS(1393), - [anon_sym__Alignof] = ACTIONS(1393), - [anon_sym_offsetof] = ACTIONS(1393), - [anon_sym__Generic] = ACTIONS(1393), - [anon_sym_asm] = ACTIONS(1393), - [anon_sym___asm__] = ACTIONS(1393), - [sym_number_literal] = ACTIONS(1395), - [anon_sym_L_SQUOTE] = ACTIONS(1395), - [anon_sym_u_SQUOTE] = ACTIONS(1395), - [anon_sym_U_SQUOTE] = ACTIONS(1395), - [anon_sym_u8_SQUOTE] = ACTIONS(1395), - [anon_sym_SQUOTE] = ACTIONS(1395), - [anon_sym_L_DQUOTE] = ACTIONS(1395), - [anon_sym_u_DQUOTE] = ACTIONS(1395), - [anon_sym_U_DQUOTE] = ACTIONS(1395), - [anon_sym_u8_DQUOTE] = ACTIONS(1395), - [anon_sym_DQUOTE] = ACTIONS(1395), - [sym_true] = ACTIONS(1393), - [sym_false] = ACTIONS(1393), - [anon_sym_NULL] = ACTIONS(1393), - [anon_sym_nullptr] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1393), - [anon_sym_rayPayloadInEXT] = ACTIONS(1393), - [anon_sym_hitAttributeEXT] = ACTIONS(1393), - [anon_sym_callableDataEXT] = ACTIONS(1393), - [anon_sym_callableDataInEXT] = ACTIONS(1393), - [anon_sym_shaderRecordEXT] = ACTIONS(1393), - [anon_sym_rayPayloadNV] = ACTIONS(1393), - [anon_sym_rayPayloadInNV] = ACTIONS(1393), - [anon_sym_hitAttributeNV] = ACTIONS(1393), - [anon_sym_callableDataNV] = ACTIONS(1393), - [anon_sym_callableDataInNV] = ACTIONS(1393), - [anon_sym_shaderRecordNV] = ACTIONS(1393), - [anon_sym_layout] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token2] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [aux_sym_preproc_else_token1] = ACTIONS(1541), + [aux_sym_preproc_elif_token1] = ACTIONS(1541), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1543), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym___try] = ACTIONS(1541), + [anon_sym___leave] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [anon_sym___alignof__] = ACTIONS(1541), + [anon_sym___alignof] = ACTIONS(1541), + [anon_sym__alignof] = ACTIONS(1541), + [anon_sym_alignof] = ACTIONS(1541), + [anon_sym__Alignof] = ACTIONS(1541), + [anon_sym_offsetof] = ACTIONS(1541), + [anon_sym__Generic] = ACTIONS(1541), + [anon_sym_asm] = ACTIONS(1541), + [anon_sym___asm__] = ACTIONS(1541), + [anon_sym___asm] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [anon_sym_NULL] = ACTIONS(1541), + [anon_sym_nullptr] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), }, [172] = { - [sym_identifier] = ACTIONS(1269), - [aux_sym_preproc_include_token1] = ACTIONS(1269), - [aux_sym_preproc_def_token1] = ACTIONS(1269), - [aux_sym_preproc_if_token1] = ACTIONS(1269), - [aux_sym_preproc_if_token2] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1269), - [sym_preproc_directive] = ACTIONS(1269), - [anon_sym_LPAREN2] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1271), - [anon_sym_TILDE] = ACTIONS(1271), - [anon_sym_DASH] = ACTIONS(1269), - [anon_sym_PLUS] = ACTIONS(1269), - [anon_sym_STAR] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(1271), - [anon_sym_subroutine] = ACTIONS(1269), - [anon_sym_invariant] = ACTIONS(1269), - [anon_sym_precise] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1271), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_out] = ACTIONS(1269), - [anon_sym_inout] = ACTIONS(1269), - [anon_sym_uniform] = ACTIONS(1269), - [anon_sym_shared] = ACTIONS(1269), - [anon_sym_attribute] = ACTIONS(1269), - [anon_sym_varying] = ACTIONS(1269), - [anon_sym_buffer] = ACTIONS(1269), - [anon_sym_coherent] = ACTIONS(1269), - [anon_sym_readonly] = ACTIONS(1269), - [anon_sym_writeonly] = ACTIONS(1269), - [anon_sym_precision] = ACTIONS(1269), - [anon_sym_highp] = ACTIONS(1269), - [anon_sym_mediump] = ACTIONS(1269), - [anon_sym_lowp] = ACTIONS(1269), - [anon_sym_centroid] = ACTIONS(1269), - [anon_sym_sample] = ACTIONS(1269), - [anon_sym_patch] = ACTIONS(1269), - [anon_sym_smooth] = ACTIONS(1269), - [anon_sym_flat] = ACTIONS(1269), - [anon_sym_noperspective] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1269), - [anon_sym_typedef] = ACTIONS(1269), - [anon_sym_extern] = ACTIONS(1269), - [anon_sym___attribute__] = ACTIONS(1269), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1271), - [anon_sym___declspec] = ACTIONS(1269), - [anon_sym___cdecl] = ACTIONS(1269), - [anon_sym___clrcall] = ACTIONS(1269), - [anon_sym___stdcall] = ACTIONS(1269), - [anon_sym___fastcall] = ACTIONS(1269), - [anon_sym___thiscall] = ACTIONS(1269), - [anon_sym___vectorcall] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1271), - [anon_sym_signed] = ACTIONS(1269), - [anon_sym_unsigned] = ACTIONS(1269), - [anon_sym_long] = ACTIONS(1269), - [anon_sym_short] = ACTIONS(1269), - [anon_sym_static] = ACTIONS(1269), - [anon_sym_auto] = ACTIONS(1269), - [anon_sym_register] = ACTIONS(1269), - [anon_sym_inline] = ACTIONS(1269), - [anon_sym___inline] = ACTIONS(1269), - [anon_sym___inline__] = ACTIONS(1269), - [anon_sym___forceinline] = ACTIONS(1269), - [anon_sym_thread_local] = ACTIONS(1269), - [anon_sym___thread] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [anon_sym_constexpr] = ACTIONS(1269), - [anon_sym_volatile] = ACTIONS(1269), - [anon_sym_restrict] = ACTIONS(1269), - [anon_sym___restrict__] = ACTIONS(1269), - [anon_sym__Atomic] = ACTIONS(1269), - [anon_sym__Noreturn] = ACTIONS(1269), - [anon_sym_noreturn] = ACTIONS(1269), - [anon_sym_alignas] = ACTIONS(1269), - [anon_sym__Alignas] = ACTIONS(1269), - [sym_primitive_type] = ACTIONS(1269), - [anon_sym_enum] = ACTIONS(1269), - [anon_sym_struct] = ACTIONS(1269), - [anon_sym_union] = ACTIONS(1269), - [anon_sym_if] = ACTIONS(1269), - [anon_sym_else] = ACTIONS(1269), - [anon_sym_switch] = ACTIONS(1269), - [anon_sym_case] = ACTIONS(1269), - [anon_sym_default] = ACTIONS(1269), - [anon_sym_while] = ACTIONS(1269), - [anon_sym_do] = ACTIONS(1269), - [anon_sym_for] = ACTIONS(1269), - [anon_sym_return] = ACTIONS(1269), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1269), - [anon_sym_goto] = ACTIONS(1269), - [anon_sym___try] = ACTIONS(1269), - [anon_sym___leave] = ACTIONS(1269), - [anon_sym_DASH_DASH] = ACTIONS(1271), - [anon_sym_PLUS_PLUS] = ACTIONS(1271), - [anon_sym_sizeof] = ACTIONS(1269), - [anon_sym___alignof__] = ACTIONS(1269), - [anon_sym___alignof] = ACTIONS(1269), - [anon_sym__alignof] = ACTIONS(1269), - [anon_sym_alignof] = ACTIONS(1269), - [anon_sym__Alignof] = ACTIONS(1269), - [anon_sym_offsetof] = ACTIONS(1269), - [anon_sym__Generic] = ACTIONS(1269), - [anon_sym_asm] = ACTIONS(1269), - [anon_sym___asm__] = ACTIONS(1269), - [sym_number_literal] = ACTIONS(1271), - [anon_sym_L_SQUOTE] = ACTIONS(1271), - [anon_sym_u_SQUOTE] = ACTIONS(1271), - [anon_sym_U_SQUOTE] = ACTIONS(1271), - [anon_sym_u8_SQUOTE] = ACTIONS(1271), - [anon_sym_SQUOTE] = ACTIONS(1271), - [anon_sym_L_DQUOTE] = ACTIONS(1271), - [anon_sym_u_DQUOTE] = ACTIONS(1271), - [anon_sym_U_DQUOTE] = ACTIONS(1271), - [anon_sym_u8_DQUOTE] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(1271), - [sym_true] = ACTIONS(1269), - [sym_false] = ACTIONS(1269), - [anon_sym_NULL] = ACTIONS(1269), - [anon_sym_nullptr] = ACTIONS(1269), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1269), - [anon_sym_rayPayloadInEXT] = ACTIONS(1269), - [anon_sym_hitAttributeEXT] = ACTIONS(1269), - [anon_sym_callableDataEXT] = ACTIONS(1269), - [anon_sym_callableDataInEXT] = ACTIONS(1269), - [anon_sym_shaderRecordEXT] = ACTIONS(1269), - [anon_sym_rayPayloadNV] = ACTIONS(1269), - [anon_sym_rayPayloadInNV] = ACTIONS(1269), - [anon_sym_hitAttributeNV] = ACTIONS(1269), - [anon_sym_callableDataNV] = ACTIONS(1269), - [anon_sym_callableDataInNV] = ACTIONS(1269), - [anon_sym_shaderRecordNV] = ACTIONS(1269), - [anon_sym_layout] = ACTIONS(1269), + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token2] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [aux_sym_preproc_else_token1] = ACTIONS(1537), + [aux_sym_preproc_elif_token1] = ACTIONS(1537), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym___try] = ACTIONS(1537), + [anon_sym___leave] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), }, [173] = { + [sym_else_clause] = STATE(288), [sym_identifier] = ACTIONS(1233), [aux_sym_preproc_include_token1] = ACTIONS(1233), [aux_sym_preproc_def_token1] = ACTIONS(1233), @@ -42597,6 +43391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1233), [anon_sym__Noreturn] = ACTIONS(1233), [anon_sym_noreturn] = ACTIONS(1233), + [anon_sym__Nonnull] = ACTIONS(1233), [anon_sym_alignas] = ACTIONS(1233), [anon_sym__Alignas] = ACTIONS(1233), [sym_primitive_type] = ACTIONS(1233), @@ -42604,7 +43399,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1233), [anon_sym_union] = ACTIONS(1233), [anon_sym_if] = ACTIONS(1233), - [anon_sym_else] = ACTIONS(1233), + [anon_sym_else] = ACTIONS(1545), [anon_sym_switch] = ACTIONS(1233), [anon_sym_case] = ACTIONS(1233), [anon_sym_default] = ACTIONS(1233), @@ -42629,6 +43424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1233), [anon_sym_asm] = ACTIONS(1233), [anon_sym___asm__] = ACTIONS(1233), + [anon_sym___asm] = ACTIONS(1233), [sym_number_literal] = ACTIONS(1235), [anon_sym_L_SQUOTE] = ACTIONS(1235), [anon_sym_u_SQUOTE] = ACTIONS(1235), @@ -42660,4527 +43456,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_layout] = ACTIONS(1233), }, [174] = { - [ts_builtin_sym_end] = ACTIONS(1379), - [sym_identifier] = ACTIONS(1377), - [aux_sym_preproc_include_token1] = ACTIONS(1377), - [aux_sym_preproc_def_token1] = ACTIONS(1377), - [aux_sym_preproc_if_token1] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1377), - [sym_preproc_directive] = ACTIONS(1377), - [anon_sym_LPAREN2] = ACTIONS(1379), - [anon_sym_BANG] = ACTIONS(1379), - [anon_sym_TILDE] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1377), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_subroutine] = ACTIONS(1377), - [anon_sym_invariant] = ACTIONS(1377), - [anon_sym_precise] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_in] = ACTIONS(1377), - [anon_sym_out] = ACTIONS(1377), - [anon_sym_inout] = ACTIONS(1377), - [anon_sym_uniform] = ACTIONS(1377), - [anon_sym_shared] = ACTIONS(1377), - [anon_sym_attribute] = ACTIONS(1377), - [anon_sym_varying] = ACTIONS(1377), - [anon_sym_buffer] = ACTIONS(1377), - [anon_sym_coherent] = ACTIONS(1377), - [anon_sym_readonly] = ACTIONS(1377), - [anon_sym_writeonly] = ACTIONS(1377), - [anon_sym_precision] = ACTIONS(1377), - [anon_sym_highp] = ACTIONS(1377), - [anon_sym_mediump] = ACTIONS(1377), - [anon_sym_lowp] = ACTIONS(1377), - [anon_sym_centroid] = ACTIONS(1377), - [anon_sym_sample] = ACTIONS(1377), - [anon_sym_patch] = ACTIONS(1377), - [anon_sym_smooth] = ACTIONS(1377), - [anon_sym_flat] = ACTIONS(1377), - [anon_sym_noperspective] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1377), - [anon_sym_typedef] = ACTIONS(1377), - [anon_sym_extern] = ACTIONS(1377), - [anon_sym___attribute__] = ACTIONS(1377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1379), - [anon_sym___declspec] = ACTIONS(1377), - [anon_sym___cdecl] = ACTIONS(1377), - [anon_sym___clrcall] = ACTIONS(1377), - [anon_sym___stdcall] = ACTIONS(1377), - [anon_sym___fastcall] = ACTIONS(1377), - [anon_sym___thiscall] = ACTIONS(1377), - [anon_sym___vectorcall] = ACTIONS(1377), - [anon_sym_LBRACE] = ACTIONS(1379), - [anon_sym_signed] = ACTIONS(1377), - [anon_sym_unsigned] = ACTIONS(1377), - [anon_sym_long] = ACTIONS(1377), - [anon_sym_short] = ACTIONS(1377), - [anon_sym_static] = ACTIONS(1377), - [anon_sym_auto] = ACTIONS(1377), - [anon_sym_register] = ACTIONS(1377), - [anon_sym_inline] = ACTIONS(1377), - [anon_sym___inline] = ACTIONS(1377), - [anon_sym___inline__] = ACTIONS(1377), - [anon_sym___forceinline] = ACTIONS(1377), - [anon_sym_thread_local] = ACTIONS(1377), - [anon_sym___thread] = ACTIONS(1377), - [anon_sym_const] = ACTIONS(1377), - [anon_sym_constexpr] = ACTIONS(1377), - [anon_sym_volatile] = ACTIONS(1377), - [anon_sym_restrict] = ACTIONS(1377), - [anon_sym___restrict__] = ACTIONS(1377), - [anon_sym__Atomic] = ACTIONS(1377), - [anon_sym__Noreturn] = ACTIONS(1377), - [anon_sym_noreturn] = ACTIONS(1377), - [anon_sym_alignas] = ACTIONS(1377), - [anon_sym__Alignas] = ACTIONS(1377), - [sym_primitive_type] = ACTIONS(1377), - [anon_sym_enum] = ACTIONS(1377), - [anon_sym_struct] = ACTIONS(1377), - [anon_sym_union] = ACTIONS(1377), - [anon_sym_if] = ACTIONS(1377), - [anon_sym_else] = ACTIONS(1377), - [anon_sym_switch] = ACTIONS(1377), - [anon_sym_case] = ACTIONS(1377), - [anon_sym_default] = ACTIONS(1377), - [anon_sym_while] = ACTIONS(1377), - [anon_sym_do] = ACTIONS(1377), - [anon_sym_for] = ACTIONS(1377), - [anon_sym_return] = ACTIONS(1377), - [anon_sym_break] = ACTIONS(1377), - [anon_sym_continue] = ACTIONS(1377), - [anon_sym_goto] = ACTIONS(1377), - [anon_sym___try] = ACTIONS(1377), - [anon_sym___leave] = ACTIONS(1377), - [anon_sym_DASH_DASH] = ACTIONS(1379), - [anon_sym_PLUS_PLUS] = ACTIONS(1379), - [anon_sym_sizeof] = ACTIONS(1377), - [anon_sym___alignof__] = ACTIONS(1377), - [anon_sym___alignof] = ACTIONS(1377), - [anon_sym__alignof] = ACTIONS(1377), - [anon_sym_alignof] = ACTIONS(1377), - [anon_sym__Alignof] = ACTIONS(1377), - [anon_sym_offsetof] = ACTIONS(1377), - [anon_sym__Generic] = ACTIONS(1377), - [anon_sym_asm] = ACTIONS(1377), - [anon_sym___asm__] = ACTIONS(1377), - [sym_number_literal] = ACTIONS(1379), - [anon_sym_L_SQUOTE] = ACTIONS(1379), - [anon_sym_u_SQUOTE] = ACTIONS(1379), - [anon_sym_U_SQUOTE] = ACTIONS(1379), - [anon_sym_u8_SQUOTE] = ACTIONS(1379), - [anon_sym_SQUOTE] = ACTIONS(1379), - [anon_sym_L_DQUOTE] = ACTIONS(1379), - [anon_sym_u_DQUOTE] = ACTIONS(1379), - [anon_sym_U_DQUOTE] = ACTIONS(1379), - [anon_sym_u8_DQUOTE] = ACTIONS(1379), - [anon_sym_DQUOTE] = ACTIONS(1379), - [sym_true] = ACTIONS(1377), - [sym_false] = ACTIONS(1377), - [anon_sym_NULL] = ACTIONS(1377), - [anon_sym_nullptr] = ACTIONS(1377), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1377), - [anon_sym_rayPayloadInEXT] = ACTIONS(1377), - [anon_sym_hitAttributeEXT] = ACTIONS(1377), - [anon_sym_callableDataEXT] = ACTIONS(1377), - [anon_sym_callableDataInEXT] = ACTIONS(1377), - [anon_sym_shaderRecordEXT] = ACTIONS(1377), - [anon_sym_rayPayloadNV] = ACTIONS(1377), - [anon_sym_rayPayloadInNV] = ACTIONS(1377), - [anon_sym_hitAttributeNV] = ACTIONS(1377), - [anon_sym_callableDataNV] = ACTIONS(1377), - [anon_sym_callableDataInNV] = ACTIONS(1377), - [anon_sym_shaderRecordNV] = ACTIONS(1377), - [anon_sym_layout] = ACTIONS(1377), - }, - [175] = { - [ts_builtin_sym_end] = ACTIONS(1387), - [sym_identifier] = ACTIONS(1385), - [aux_sym_preproc_include_token1] = ACTIONS(1385), - [aux_sym_preproc_def_token1] = ACTIONS(1385), - [aux_sym_preproc_if_token1] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1385), - [sym_preproc_directive] = ACTIONS(1385), - [anon_sym_LPAREN2] = ACTIONS(1387), - [anon_sym_BANG] = ACTIONS(1387), - [anon_sym_TILDE] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1385), - [anon_sym_PLUS] = ACTIONS(1385), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_AMP] = ACTIONS(1387), - [anon_sym_subroutine] = ACTIONS(1385), - [anon_sym_invariant] = ACTIONS(1385), - [anon_sym_precise] = ACTIONS(1385), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1385), - [anon_sym_out] = ACTIONS(1385), - [anon_sym_inout] = ACTIONS(1385), - [anon_sym_uniform] = ACTIONS(1385), - [anon_sym_shared] = ACTIONS(1385), - [anon_sym_attribute] = ACTIONS(1385), - [anon_sym_varying] = ACTIONS(1385), - [anon_sym_buffer] = ACTIONS(1385), - [anon_sym_coherent] = ACTIONS(1385), - [anon_sym_readonly] = ACTIONS(1385), - [anon_sym_writeonly] = ACTIONS(1385), - [anon_sym_precision] = ACTIONS(1385), - [anon_sym_highp] = ACTIONS(1385), - [anon_sym_mediump] = ACTIONS(1385), - [anon_sym_lowp] = ACTIONS(1385), - [anon_sym_centroid] = ACTIONS(1385), - [anon_sym_sample] = ACTIONS(1385), - [anon_sym_patch] = ACTIONS(1385), - [anon_sym_smooth] = ACTIONS(1385), - [anon_sym_flat] = ACTIONS(1385), - [anon_sym_noperspective] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1385), - [anon_sym_typedef] = ACTIONS(1385), - [anon_sym_extern] = ACTIONS(1385), - [anon_sym___attribute__] = ACTIONS(1385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1387), - [anon_sym___declspec] = ACTIONS(1385), - [anon_sym___cdecl] = ACTIONS(1385), - [anon_sym___clrcall] = ACTIONS(1385), - [anon_sym___stdcall] = ACTIONS(1385), - [anon_sym___fastcall] = ACTIONS(1385), - [anon_sym___thiscall] = ACTIONS(1385), - [anon_sym___vectorcall] = ACTIONS(1385), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_signed] = ACTIONS(1385), - [anon_sym_unsigned] = ACTIONS(1385), - [anon_sym_long] = ACTIONS(1385), - [anon_sym_short] = ACTIONS(1385), - [anon_sym_static] = ACTIONS(1385), - [anon_sym_auto] = ACTIONS(1385), - [anon_sym_register] = ACTIONS(1385), - [anon_sym_inline] = ACTIONS(1385), - [anon_sym___inline] = ACTIONS(1385), - [anon_sym___inline__] = ACTIONS(1385), - [anon_sym___forceinline] = ACTIONS(1385), - [anon_sym_thread_local] = ACTIONS(1385), - [anon_sym___thread] = ACTIONS(1385), - [anon_sym_const] = ACTIONS(1385), - [anon_sym_constexpr] = ACTIONS(1385), - [anon_sym_volatile] = ACTIONS(1385), - [anon_sym_restrict] = ACTIONS(1385), - [anon_sym___restrict__] = ACTIONS(1385), - [anon_sym__Atomic] = ACTIONS(1385), - [anon_sym__Noreturn] = ACTIONS(1385), - [anon_sym_noreturn] = ACTIONS(1385), - [anon_sym_alignas] = ACTIONS(1385), - [anon_sym__Alignas] = ACTIONS(1385), - [sym_primitive_type] = ACTIONS(1385), - [anon_sym_enum] = ACTIONS(1385), - [anon_sym_struct] = ACTIONS(1385), - [anon_sym_union] = ACTIONS(1385), - [anon_sym_if] = ACTIONS(1385), - [anon_sym_else] = ACTIONS(1385), - [anon_sym_switch] = ACTIONS(1385), - [anon_sym_case] = ACTIONS(1385), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_while] = ACTIONS(1385), - [anon_sym_do] = ACTIONS(1385), - [anon_sym_for] = ACTIONS(1385), - [anon_sym_return] = ACTIONS(1385), - [anon_sym_break] = ACTIONS(1385), - [anon_sym_continue] = ACTIONS(1385), - [anon_sym_goto] = ACTIONS(1385), - [anon_sym___try] = ACTIONS(1385), - [anon_sym___leave] = ACTIONS(1385), - [anon_sym_DASH_DASH] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_sizeof] = ACTIONS(1385), - [anon_sym___alignof__] = ACTIONS(1385), - [anon_sym___alignof] = ACTIONS(1385), - [anon_sym__alignof] = ACTIONS(1385), - [anon_sym_alignof] = ACTIONS(1385), - [anon_sym__Alignof] = ACTIONS(1385), - [anon_sym_offsetof] = ACTIONS(1385), - [anon_sym__Generic] = ACTIONS(1385), - [anon_sym_asm] = ACTIONS(1385), - [anon_sym___asm__] = ACTIONS(1385), - [sym_number_literal] = ACTIONS(1387), - [anon_sym_L_SQUOTE] = ACTIONS(1387), - [anon_sym_u_SQUOTE] = ACTIONS(1387), - [anon_sym_U_SQUOTE] = ACTIONS(1387), - [anon_sym_u8_SQUOTE] = ACTIONS(1387), - [anon_sym_SQUOTE] = ACTIONS(1387), - [anon_sym_L_DQUOTE] = ACTIONS(1387), - [anon_sym_u_DQUOTE] = ACTIONS(1387), - [anon_sym_U_DQUOTE] = ACTIONS(1387), - [anon_sym_u8_DQUOTE] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym_true] = ACTIONS(1385), - [sym_false] = ACTIONS(1385), - [anon_sym_NULL] = ACTIONS(1385), - [anon_sym_nullptr] = ACTIONS(1385), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1385), - [anon_sym_rayPayloadInEXT] = ACTIONS(1385), - [anon_sym_hitAttributeEXT] = ACTIONS(1385), - [anon_sym_callableDataEXT] = ACTIONS(1385), - [anon_sym_callableDataInEXT] = ACTIONS(1385), - [anon_sym_shaderRecordEXT] = ACTIONS(1385), - [anon_sym_rayPayloadNV] = ACTIONS(1385), - [anon_sym_rayPayloadInNV] = ACTIONS(1385), - [anon_sym_hitAttributeNV] = ACTIONS(1385), - [anon_sym_callableDataNV] = ACTIONS(1385), - [anon_sym_callableDataInNV] = ACTIONS(1385), - [anon_sym_shaderRecordNV] = ACTIONS(1385), - [anon_sym_layout] = ACTIONS(1385), - }, - [176] = { - [ts_builtin_sym_end] = ACTIONS(1239), - [sym_identifier] = ACTIONS(1237), - [aux_sym_preproc_include_token1] = ACTIONS(1237), - [aux_sym_preproc_def_token1] = ACTIONS(1237), - [aux_sym_preproc_if_token1] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1237), - [sym_preproc_directive] = ACTIONS(1237), - [anon_sym_LPAREN2] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1237), - [anon_sym_PLUS] = ACTIONS(1237), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_subroutine] = ACTIONS(1237), - [anon_sym_invariant] = ACTIONS(1237), - [anon_sym_precise] = ACTIONS(1237), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_in] = ACTIONS(1237), - [anon_sym_out] = ACTIONS(1237), - [anon_sym_inout] = ACTIONS(1237), - [anon_sym_uniform] = ACTIONS(1237), - [anon_sym_shared] = ACTIONS(1237), - [anon_sym_attribute] = ACTIONS(1237), - [anon_sym_varying] = ACTIONS(1237), - [anon_sym_buffer] = ACTIONS(1237), - [anon_sym_coherent] = ACTIONS(1237), - [anon_sym_readonly] = ACTIONS(1237), - [anon_sym_writeonly] = ACTIONS(1237), - [anon_sym_precision] = ACTIONS(1237), - [anon_sym_highp] = ACTIONS(1237), - [anon_sym_mediump] = ACTIONS(1237), - [anon_sym_lowp] = ACTIONS(1237), - [anon_sym_centroid] = ACTIONS(1237), - [anon_sym_sample] = ACTIONS(1237), - [anon_sym_patch] = ACTIONS(1237), - [anon_sym_smooth] = ACTIONS(1237), - [anon_sym_flat] = ACTIONS(1237), - [anon_sym_noperspective] = ACTIONS(1237), - [anon_sym___extension__] = ACTIONS(1237), - [anon_sym_typedef] = ACTIONS(1237), - [anon_sym_extern] = ACTIONS(1237), - [anon_sym___attribute__] = ACTIONS(1237), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1239), - [anon_sym___declspec] = ACTIONS(1237), - [anon_sym___cdecl] = ACTIONS(1237), - [anon_sym___clrcall] = ACTIONS(1237), - [anon_sym___stdcall] = ACTIONS(1237), - [anon_sym___fastcall] = ACTIONS(1237), - [anon_sym___thiscall] = ACTIONS(1237), - [anon_sym___vectorcall] = ACTIONS(1237), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_signed] = ACTIONS(1237), - [anon_sym_unsigned] = ACTIONS(1237), - [anon_sym_long] = ACTIONS(1237), - [anon_sym_short] = ACTIONS(1237), - [anon_sym_static] = ACTIONS(1237), - [anon_sym_auto] = ACTIONS(1237), - [anon_sym_register] = ACTIONS(1237), - [anon_sym_inline] = ACTIONS(1237), - [anon_sym___inline] = ACTIONS(1237), - [anon_sym___inline__] = ACTIONS(1237), - [anon_sym___forceinline] = ACTIONS(1237), - [anon_sym_thread_local] = ACTIONS(1237), - [anon_sym___thread] = ACTIONS(1237), - [anon_sym_const] = ACTIONS(1237), - [anon_sym_constexpr] = ACTIONS(1237), - [anon_sym_volatile] = ACTIONS(1237), - [anon_sym_restrict] = ACTIONS(1237), - [anon_sym___restrict__] = ACTIONS(1237), - [anon_sym__Atomic] = ACTIONS(1237), - [anon_sym__Noreturn] = ACTIONS(1237), - [anon_sym_noreturn] = ACTIONS(1237), - [anon_sym_alignas] = ACTIONS(1237), - [anon_sym__Alignas] = ACTIONS(1237), - [sym_primitive_type] = ACTIONS(1237), - [anon_sym_enum] = ACTIONS(1237), - [anon_sym_struct] = ACTIONS(1237), - [anon_sym_union] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1237), - [anon_sym_else] = ACTIONS(1237), - [anon_sym_switch] = ACTIONS(1237), - [anon_sym_case] = ACTIONS(1237), - [anon_sym_default] = ACTIONS(1237), - [anon_sym_while] = ACTIONS(1237), - [anon_sym_do] = ACTIONS(1237), - [anon_sym_for] = ACTIONS(1237), - [anon_sym_return] = ACTIONS(1237), - [anon_sym_break] = ACTIONS(1237), - [anon_sym_continue] = ACTIONS(1237), - [anon_sym_goto] = ACTIONS(1237), - [anon_sym___try] = ACTIONS(1237), - [anon_sym___leave] = ACTIONS(1237), - [anon_sym_DASH_DASH] = ACTIONS(1239), - [anon_sym_PLUS_PLUS] = ACTIONS(1239), - [anon_sym_sizeof] = ACTIONS(1237), - [anon_sym___alignof__] = ACTIONS(1237), - [anon_sym___alignof] = ACTIONS(1237), - [anon_sym__alignof] = ACTIONS(1237), - [anon_sym_alignof] = ACTIONS(1237), - [anon_sym__Alignof] = ACTIONS(1237), - [anon_sym_offsetof] = ACTIONS(1237), - [anon_sym__Generic] = ACTIONS(1237), - [anon_sym_asm] = ACTIONS(1237), - [anon_sym___asm__] = ACTIONS(1237), - [sym_number_literal] = ACTIONS(1239), - [anon_sym_L_SQUOTE] = ACTIONS(1239), - [anon_sym_u_SQUOTE] = ACTIONS(1239), - [anon_sym_U_SQUOTE] = ACTIONS(1239), - [anon_sym_u8_SQUOTE] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1239), - [anon_sym_L_DQUOTE] = ACTIONS(1239), - [anon_sym_u_DQUOTE] = ACTIONS(1239), - [anon_sym_U_DQUOTE] = ACTIONS(1239), - [anon_sym_u8_DQUOTE] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [sym_true] = ACTIONS(1237), - [sym_false] = ACTIONS(1237), - [anon_sym_NULL] = ACTIONS(1237), - [anon_sym_nullptr] = ACTIONS(1237), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1237), - [anon_sym_rayPayloadInEXT] = ACTIONS(1237), - [anon_sym_hitAttributeEXT] = ACTIONS(1237), - [anon_sym_callableDataEXT] = ACTIONS(1237), - [anon_sym_callableDataInEXT] = ACTIONS(1237), - [anon_sym_shaderRecordEXT] = ACTIONS(1237), - [anon_sym_rayPayloadNV] = ACTIONS(1237), - [anon_sym_rayPayloadInNV] = ACTIONS(1237), - [anon_sym_hitAttributeNV] = ACTIONS(1237), - [anon_sym_callableDataNV] = ACTIONS(1237), - [anon_sym_callableDataInNV] = ACTIONS(1237), - [anon_sym_shaderRecordNV] = ACTIONS(1237), - [anon_sym_layout] = ACTIONS(1237), - }, - [177] = { - [ts_builtin_sym_end] = ACTIONS(1299), - [sym_identifier] = ACTIONS(1297), - [aux_sym_preproc_include_token1] = ACTIONS(1297), - [aux_sym_preproc_def_token1] = ACTIONS(1297), - [aux_sym_preproc_if_token1] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1297), - [sym_preproc_directive] = ACTIONS(1297), - [anon_sym_LPAREN2] = ACTIONS(1299), - [anon_sym_BANG] = ACTIONS(1299), - [anon_sym_TILDE] = ACTIONS(1299), - [anon_sym_DASH] = ACTIONS(1297), - [anon_sym_PLUS] = ACTIONS(1297), - [anon_sym_STAR] = ACTIONS(1299), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_subroutine] = ACTIONS(1297), - [anon_sym_invariant] = ACTIONS(1297), - [anon_sym_precise] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1299), - [anon_sym_in] = ACTIONS(1297), - [anon_sym_out] = ACTIONS(1297), - [anon_sym_inout] = ACTIONS(1297), - [anon_sym_uniform] = ACTIONS(1297), - [anon_sym_shared] = ACTIONS(1297), - [anon_sym_attribute] = ACTIONS(1297), - [anon_sym_varying] = ACTIONS(1297), - [anon_sym_buffer] = ACTIONS(1297), - [anon_sym_coherent] = ACTIONS(1297), - [anon_sym_readonly] = ACTIONS(1297), - [anon_sym_writeonly] = ACTIONS(1297), - [anon_sym_precision] = ACTIONS(1297), - [anon_sym_highp] = ACTIONS(1297), - [anon_sym_mediump] = ACTIONS(1297), - [anon_sym_lowp] = ACTIONS(1297), - [anon_sym_centroid] = ACTIONS(1297), - [anon_sym_sample] = ACTIONS(1297), - [anon_sym_patch] = ACTIONS(1297), - [anon_sym_smooth] = ACTIONS(1297), - [anon_sym_flat] = ACTIONS(1297), - [anon_sym_noperspective] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1297), - [anon_sym_typedef] = ACTIONS(1297), - [anon_sym_extern] = ACTIONS(1297), - [anon_sym___attribute__] = ACTIONS(1297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1299), - [anon_sym___declspec] = ACTIONS(1297), - [anon_sym___cdecl] = ACTIONS(1297), - [anon_sym___clrcall] = ACTIONS(1297), - [anon_sym___stdcall] = ACTIONS(1297), - [anon_sym___fastcall] = ACTIONS(1297), - [anon_sym___thiscall] = ACTIONS(1297), - [anon_sym___vectorcall] = ACTIONS(1297), - [anon_sym_LBRACE] = ACTIONS(1299), - [anon_sym_signed] = ACTIONS(1297), - [anon_sym_unsigned] = ACTIONS(1297), - [anon_sym_long] = ACTIONS(1297), - [anon_sym_short] = ACTIONS(1297), - [anon_sym_static] = ACTIONS(1297), - [anon_sym_auto] = ACTIONS(1297), - [anon_sym_register] = ACTIONS(1297), - [anon_sym_inline] = ACTIONS(1297), - [anon_sym___inline] = ACTIONS(1297), - [anon_sym___inline__] = ACTIONS(1297), - [anon_sym___forceinline] = ACTIONS(1297), - [anon_sym_thread_local] = ACTIONS(1297), - [anon_sym___thread] = ACTIONS(1297), - [anon_sym_const] = ACTIONS(1297), - [anon_sym_constexpr] = ACTIONS(1297), - [anon_sym_volatile] = ACTIONS(1297), - [anon_sym_restrict] = ACTIONS(1297), - [anon_sym___restrict__] = ACTIONS(1297), - [anon_sym__Atomic] = ACTIONS(1297), - [anon_sym__Noreturn] = ACTIONS(1297), - [anon_sym_noreturn] = ACTIONS(1297), - [anon_sym_alignas] = ACTIONS(1297), - [anon_sym__Alignas] = ACTIONS(1297), - [sym_primitive_type] = ACTIONS(1297), - [anon_sym_enum] = ACTIONS(1297), - [anon_sym_struct] = ACTIONS(1297), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1297), - [anon_sym_else] = ACTIONS(1297), - [anon_sym_switch] = ACTIONS(1297), - [anon_sym_case] = ACTIONS(1297), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_while] = ACTIONS(1297), - [anon_sym_do] = ACTIONS(1297), - [anon_sym_for] = ACTIONS(1297), - [anon_sym_return] = ACTIONS(1297), - [anon_sym_break] = ACTIONS(1297), - [anon_sym_continue] = ACTIONS(1297), - [anon_sym_goto] = ACTIONS(1297), - [anon_sym___try] = ACTIONS(1297), - [anon_sym___leave] = ACTIONS(1297), - [anon_sym_DASH_DASH] = ACTIONS(1299), - [anon_sym_PLUS_PLUS] = ACTIONS(1299), - [anon_sym_sizeof] = ACTIONS(1297), - [anon_sym___alignof__] = ACTIONS(1297), - [anon_sym___alignof] = ACTIONS(1297), - [anon_sym__alignof] = ACTIONS(1297), - [anon_sym_alignof] = ACTIONS(1297), - [anon_sym__Alignof] = ACTIONS(1297), - [anon_sym_offsetof] = ACTIONS(1297), - [anon_sym__Generic] = ACTIONS(1297), - [anon_sym_asm] = ACTIONS(1297), - [anon_sym___asm__] = ACTIONS(1297), - [sym_number_literal] = ACTIONS(1299), - [anon_sym_L_SQUOTE] = ACTIONS(1299), - [anon_sym_u_SQUOTE] = ACTIONS(1299), - [anon_sym_U_SQUOTE] = ACTIONS(1299), - [anon_sym_u8_SQUOTE] = ACTIONS(1299), - [anon_sym_SQUOTE] = ACTIONS(1299), - [anon_sym_L_DQUOTE] = ACTIONS(1299), - [anon_sym_u_DQUOTE] = ACTIONS(1299), - [anon_sym_U_DQUOTE] = ACTIONS(1299), - [anon_sym_u8_DQUOTE] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1299), - [sym_true] = ACTIONS(1297), - [sym_false] = ACTIONS(1297), - [anon_sym_NULL] = ACTIONS(1297), - [anon_sym_nullptr] = ACTIONS(1297), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1297), - [anon_sym_rayPayloadInEXT] = ACTIONS(1297), - [anon_sym_hitAttributeEXT] = ACTIONS(1297), - [anon_sym_callableDataEXT] = ACTIONS(1297), - [anon_sym_callableDataInEXT] = ACTIONS(1297), - [anon_sym_shaderRecordEXT] = ACTIONS(1297), - [anon_sym_rayPayloadNV] = ACTIONS(1297), - [anon_sym_rayPayloadInNV] = ACTIONS(1297), - [anon_sym_hitAttributeNV] = ACTIONS(1297), - [anon_sym_callableDataNV] = ACTIONS(1297), - [anon_sym_callableDataInNV] = ACTIONS(1297), - [anon_sym_shaderRecordNV] = ACTIONS(1297), - [anon_sym_layout] = ACTIONS(1297), - }, - [178] = { - [sym_identifier] = ACTIONS(1385), - [aux_sym_preproc_include_token1] = ACTIONS(1385), - [aux_sym_preproc_def_token1] = ACTIONS(1385), - [aux_sym_preproc_if_token1] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1385), - [sym_preproc_directive] = ACTIONS(1385), - [anon_sym_LPAREN2] = ACTIONS(1387), - [anon_sym_BANG] = ACTIONS(1387), - [anon_sym_TILDE] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1385), - [anon_sym_PLUS] = ACTIONS(1385), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_AMP] = ACTIONS(1387), - [anon_sym_subroutine] = ACTIONS(1385), - [anon_sym_invariant] = ACTIONS(1385), - [anon_sym_precise] = ACTIONS(1385), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1385), - [anon_sym_out] = ACTIONS(1385), - [anon_sym_inout] = ACTIONS(1385), - [anon_sym_uniform] = ACTIONS(1385), - [anon_sym_shared] = ACTIONS(1385), - [anon_sym_attribute] = ACTIONS(1385), - [anon_sym_varying] = ACTIONS(1385), - [anon_sym_buffer] = ACTIONS(1385), - [anon_sym_coherent] = ACTIONS(1385), - [anon_sym_readonly] = ACTIONS(1385), - [anon_sym_writeonly] = ACTIONS(1385), - [anon_sym_precision] = ACTIONS(1385), - [anon_sym_highp] = ACTIONS(1385), - [anon_sym_mediump] = ACTIONS(1385), - [anon_sym_lowp] = ACTIONS(1385), - [anon_sym_centroid] = ACTIONS(1385), - [anon_sym_sample] = ACTIONS(1385), - [anon_sym_patch] = ACTIONS(1385), - [anon_sym_smooth] = ACTIONS(1385), - [anon_sym_flat] = ACTIONS(1385), - [anon_sym_noperspective] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1385), - [anon_sym_typedef] = ACTIONS(1385), - [anon_sym_extern] = ACTIONS(1385), - [anon_sym___attribute__] = ACTIONS(1385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1387), - [anon_sym___declspec] = ACTIONS(1385), - [anon_sym___cdecl] = ACTIONS(1385), - [anon_sym___clrcall] = ACTIONS(1385), - [anon_sym___stdcall] = ACTIONS(1385), - [anon_sym___fastcall] = ACTIONS(1385), - [anon_sym___thiscall] = ACTIONS(1385), - [anon_sym___vectorcall] = ACTIONS(1385), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_RBRACE] = ACTIONS(1387), - [anon_sym_signed] = ACTIONS(1385), - [anon_sym_unsigned] = ACTIONS(1385), - [anon_sym_long] = ACTIONS(1385), - [anon_sym_short] = ACTIONS(1385), - [anon_sym_static] = ACTIONS(1385), - [anon_sym_auto] = ACTIONS(1385), - [anon_sym_register] = ACTIONS(1385), - [anon_sym_inline] = ACTIONS(1385), - [anon_sym___inline] = ACTIONS(1385), - [anon_sym___inline__] = ACTIONS(1385), - [anon_sym___forceinline] = ACTIONS(1385), - [anon_sym_thread_local] = ACTIONS(1385), - [anon_sym___thread] = ACTIONS(1385), - [anon_sym_const] = ACTIONS(1385), - [anon_sym_constexpr] = ACTIONS(1385), - [anon_sym_volatile] = ACTIONS(1385), - [anon_sym_restrict] = ACTIONS(1385), - [anon_sym___restrict__] = ACTIONS(1385), - [anon_sym__Atomic] = ACTIONS(1385), - [anon_sym__Noreturn] = ACTIONS(1385), - [anon_sym_noreturn] = ACTIONS(1385), - [anon_sym_alignas] = ACTIONS(1385), - [anon_sym__Alignas] = ACTIONS(1385), - [sym_primitive_type] = ACTIONS(1385), - [anon_sym_enum] = ACTIONS(1385), - [anon_sym_struct] = ACTIONS(1385), - [anon_sym_union] = ACTIONS(1385), - [anon_sym_if] = ACTIONS(1385), - [anon_sym_else] = ACTIONS(1385), - [anon_sym_switch] = ACTIONS(1385), - [anon_sym_case] = ACTIONS(1385), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_while] = ACTIONS(1385), - [anon_sym_do] = ACTIONS(1385), - [anon_sym_for] = ACTIONS(1385), - [anon_sym_return] = ACTIONS(1385), - [anon_sym_break] = ACTIONS(1385), - [anon_sym_continue] = ACTIONS(1385), - [anon_sym_goto] = ACTIONS(1385), - [anon_sym___try] = ACTIONS(1385), - [anon_sym___leave] = ACTIONS(1385), - [anon_sym_DASH_DASH] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_sizeof] = ACTIONS(1385), - [anon_sym___alignof__] = ACTIONS(1385), - [anon_sym___alignof] = ACTIONS(1385), - [anon_sym__alignof] = ACTIONS(1385), - [anon_sym_alignof] = ACTIONS(1385), - [anon_sym__Alignof] = ACTIONS(1385), - [anon_sym_offsetof] = ACTIONS(1385), - [anon_sym__Generic] = ACTIONS(1385), - [anon_sym_asm] = ACTIONS(1385), - [anon_sym___asm__] = ACTIONS(1385), - [sym_number_literal] = ACTIONS(1387), - [anon_sym_L_SQUOTE] = ACTIONS(1387), - [anon_sym_u_SQUOTE] = ACTIONS(1387), - [anon_sym_U_SQUOTE] = ACTIONS(1387), - [anon_sym_u8_SQUOTE] = ACTIONS(1387), - [anon_sym_SQUOTE] = ACTIONS(1387), - [anon_sym_L_DQUOTE] = ACTIONS(1387), - [anon_sym_u_DQUOTE] = ACTIONS(1387), - [anon_sym_U_DQUOTE] = ACTIONS(1387), - [anon_sym_u8_DQUOTE] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym_true] = ACTIONS(1385), - [sym_false] = ACTIONS(1385), - [anon_sym_NULL] = ACTIONS(1385), - [anon_sym_nullptr] = ACTIONS(1385), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1385), - [anon_sym_rayPayloadInEXT] = ACTIONS(1385), - [anon_sym_hitAttributeEXT] = ACTIONS(1385), - [anon_sym_callableDataEXT] = ACTIONS(1385), - [anon_sym_callableDataInEXT] = ACTIONS(1385), - [anon_sym_shaderRecordEXT] = ACTIONS(1385), - [anon_sym_rayPayloadNV] = ACTIONS(1385), - [anon_sym_rayPayloadInNV] = ACTIONS(1385), - [anon_sym_hitAttributeNV] = ACTIONS(1385), - [anon_sym_callableDataNV] = ACTIONS(1385), - [anon_sym_callableDataInNV] = ACTIONS(1385), - [anon_sym_shaderRecordNV] = ACTIONS(1385), - [anon_sym_layout] = ACTIONS(1385), - }, - [179] = { - [sym_identifier] = ACTIONS(1237), - [aux_sym_preproc_include_token1] = ACTIONS(1237), - [aux_sym_preproc_def_token1] = ACTIONS(1237), - [aux_sym_preproc_if_token1] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1237), - [sym_preproc_directive] = ACTIONS(1237), - [anon_sym_LPAREN2] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1237), - [anon_sym_PLUS] = ACTIONS(1237), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_subroutine] = ACTIONS(1237), - [anon_sym_invariant] = ACTIONS(1237), - [anon_sym_precise] = ACTIONS(1237), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_in] = ACTIONS(1237), - [anon_sym_out] = ACTIONS(1237), - [anon_sym_inout] = ACTIONS(1237), - [anon_sym_uniform] = ACTIONS(1237), - [anon_sym_shared] = ACTIONS(1237), - [anon_sym_attribute] = ACTIONS(1237), - [anon_sym_varying] = ACTIONS(1237), - [anon_sym_buffer] = ACTIONS(1237), - [anon_sym_coherent] = ACTIONS(1237), - [anon_sym_readonly] = ACTIONS(1237), - [anon_sym_writeonly] = ACTIONS(1237), - [anon_sym_precision] = ACTIONS(1237), - [anon_sym_highp] = ACTIONS(1237), - [anon_sym_mediump] = ACTIONS(1237), - [anon_sym_lowp] = ACTIONS(1237), - [anon_sym_centroid] = ACTIONS(1237), - [anon_sym_sample] = ACTIONS(1237), - [anon_sym_patch] = ACTIONS(1237), - [anon_sym_smooth] = ACTIONS(1237), - [anon_sym_flat] = ACTIONS(1237), - [anon_sym_noperspective] = ACTIONS(1237), - [anon_sym___extension__] = ACTIONS(1237), - [anon_sym_typedef] = ACTIONS(1237), - [anon_sym_extern] = ACTIONS(1237), - [anon_sym___attribute__] = ACTIONS(1237), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1239), - [anon_sym___declspec] = ACTIONS(1237), - [anon_sym___cdecl] = ACTIONS(1237), - [anon_sym___clrcall] = ACTIONS(1237), - [anon_sym___stdcall] = ACTIONS(1237), - [anon_sym___fastcall] = ACTIONS(1237), - [anon_sym___thiscall] = ACTIONS(1237), - [anon_sym___vectorcall] = ACTIONS(1237), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_signed] = ACTIONS(1237), - [anon_sym_unsigned] = ACTIONS(1237), - [anon_sym_long] = ACTIONS(1237), - [anon_sym_short] = ACTIONS(1237), - [anon_sym_static] = ACTIONS(1237), - [anon_sym_auto] = ACTIONS(1237), - [anon_sym_register] = ACTIONS(1237), - [anon_sym_inline] = ACTIONS(1237), - [anon_sym___inline] = ACTIONS(1237), - [anon_sym___inline__] = ACTIONS(1237), - [anon_sym___forceinline] = ACTIONS(1237), - [anon_sym_thread_local] = ACTIONS(1237), - [anon_sym___thread] = ACTIONS(1237), - [anon_sym_const] = ACTIONS(1237), - [anon_sym_constexpr] = ACTIONS(1237), - [anon_sym_volatile] = ACTIONS(1237), - [anon_sym_restrict] = ACTIONS(1237), - [anon_sym___restrict__] = ACTIONS(1237), - [anon_sym__Atomic] = ACTIONS(1237), - [anon_sym__Noreturn] = ACTIONS(1237), - [anon_sym_noreturn] = ACTIONS(1237), - [anon_sym_alignas] = ACTIONS(1237), - [anon_sym__Alignas] = ACTIONS(1237), - [sym_primitive_type] = ACTIONS(1237), - [anon_sym_enum] = ACTIONS(1237), - [anon_sym_struct] = ACTIONS(1237), - [anon_sym_union] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1237), - [anon_sym_else] = ACTIONS(1237), - [anon_sym_switch] = ACTIONS(1237), - [anon_sym_case] = ACTIONS(1237), - [anon_sym_default] = ACTIONS(1237), - [anon_sym_while] = ACTIONS(1237), - [anon_sym_do] = ACTIONS(1237), - [anon_sym_for] = ACTIONS(1237), - [anon_sym_return] = ACTIONS(1237), - [anon_sym_break] = ACTIONS(1237), - [anon_sym_continue] = ACTIONS(1237), - [anon_sym_goto] = ACTIONS(1237), - [anon_sym___try] = ACTIONS(1237), - [anon_sym___leave] = ACTIONS(1237), - [anon_sym_DASH_DASH] = ACTIONS(1239), - [anon_sym_PLUS_PLUS] = ACTIONS(1239), - [anon_sym_sizeof] = ACTIONS(1237), - [anon_sym___alignof__] = ACTIONS(1237), - [anon_sym___alignof] = ACTIONS(1237), - [anon_sym__alignof] = ACTIONS(1237), - [anon_sym_alignof] = ACTIONS(1237), - [anon_sym__Alignof] = ACTIONS(1237), - [anon_sym_offsetof] = ACTIONS(1237), - [anon_sym__Generic] = ACTIONS(1237), - [anon_sym_asm] = ACTIONS(1237), - [anon_sym___asm__] = ACTIONS(1237), - [sym_number_literal] = ACTIONS(1239), - [anon_sym_L_SQUOTE] = ACTIONS(1239), - [anon_sym_u_SQUOTE] = ACTIONS(1239), - [anon_sym_U_SQUOTE] = ACTIONS(1239), - [anon_sym_u8_SQUOTE] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1239), - [anon_sym_L_DQUOTE] = ACTIONS(1239), - [anon_sym_u_DQUOTE] = ACTIONS(1239), - [anon_sym_U_DQUOTE] = ACTIONS(1239), - [anon_sym_u8_DQUOTE] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [sym_true] = ACTIONS(1237), - [sym_false] = ACTIONS(1237), - [anon_sym_NULL] = ACTIONS(1237), - [anon_sym_nullptr] = ACTIONS(1237), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1237), - [anon_sym_rayPayloadInEXT] = ACTIONS(1237), - [anon_sym_hitAttributeEXT] = ACTIONS(1237), - [anon_sym_callableDataEXT] = ACTIONS(1237), - [anon_sym_callableDataInEXT] = ACTIONS(1237), - [anon_sym_shaderRecordEXT] = ACTIONS(1237), - [anon_sym_rayPayloadNV] = ACTIONS(1237), - [anon_sym_rayPayloadInNV] = ACTIONS(1237), - [anon_sym_hitAttributeNV] = ACTIONS(1237), - [anon_sym_callableDataNV] = ACTIONS(1237), - [anon_sym_callableDataInNV] = ACTIONS(1237), - [anon_sym_shaderRecordNV] = ACTIONS(1237), - [anon_sym_layout] = ACTIONS(1237), - }, - [180] = { - [sym_identifier] = ACTIONS(1377), - [aux_sym_preproc_include_token1] = ACTIONS(1377), - [aux_sym_preproc_def_token1] = ACTIONS(1377), - [aux_sym_preproc_if_token1] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1377), - [sym_preproc_directive] = ACTIONS(1377), - [anon_sym_LPAREN2] = ACTIONS(1379), - [anon_sym_BANG] = ACTIONS(1379), - [anon_sym_TILDE] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1377), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_subroutine] = ACTIONS(1377), - [anon_sym_invariant] = ACTIONS(1377), - [anon_sym_precise] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_in] = ACTIONS(1377), - [anon_sym_out] = ACTIONS(1377), - [anon_sym_inout] = ACTIONS(1377), - [anon_sym_uniform] = ACTIONS(1377), - [anon_sym_shared] = ACTIONS(1377), - [anon_sym_attribute] = ACTIONS(1377), - [anon_sym_varying] = ACTIONS(1377), - [anon_sym_buffer] = ACTIONS(1377), - [anon_sym_coherent] = ACTIONS(1377), - [anon_sym_readonly] = ACTIONS(1377), - [anon_sym_writeonly] = ACTIONS(1377), - [anon_sym_precision] = ACTIONS(1377), - [anon_sym_highp] = ACTIONS(1377), - [anon_sym_mediump] = ACTIONS(1377), - [anon_sym_lowp] = ACTIONS(1377), - [anon_sym_centroid] = ACTIONS(1377), - [anon_sym_sample] = ACTIONS(1377), - [anon_sym_patch] = ACTIONS(1377), - [anon_sym_smooth] = ACTIONS(1377), - [anon_sym_flat] = ACTIONS(1377), - [anon_sym_noperspective] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1377), - [anon_sym_typedef] = ACTIONS(1377), - [anon_sym_extern] = ACTIONS(1377), - [anon_sym___attribute__] = ACTIONS(1377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1379), - [anon_sym___declspec] = ACTIONS(1377), - [anon_sym___cdecl] = ACTIONS(1377), - [anon_sym___clrcall] = ACTIONS(1377), - [anon_sym___stdcall] = ACTIONS(1377), - [anon_sym___fastcall] = ACTIONS(1377), - [anon_sym___thiscall] = ACTIONS(1377), - [anon_sym___vectorcall] = ACTIONS(1377), - [anon_sym_LBRACE] = ACTIONS(1379), - [anon_sym_RBRACE] = ACTIONS(1379), - [anon_sym_signed] = ACTIONS(1377), - [anon_sym_unsigned] = ACTIONS(1377), - [anon_sym_long] = ACTIONS(1377), - [anon_sym_short] = ACTIONS(1377), - [anon_sym_static] = ACTIONS(1377), - [anon_sym_auto] = ACTIONS(1377), - [anon_sym_register] = ACTIONS(1377), - [anon_sym_inline] = ACTIONS(1377), - [anon_sym___inline] = ACTIONS(1377), - [anon_sym___inline__] = ACTIONS(1377), - [anon_sym___forceinline] = ACTIONS(1377), - [anon_sym_thread_local] = ACTIONS(1377), - [anon_sym___thread] = ACTIONS(1377), - [anon_sym_const] = ACTIONS(1377), - [anon_sym_constexpr] = ACTIONS(1377), - [anon_sym_volatile] = ACTIONS(1377), - [anon_sym_restrict] = ACTIONS(1377), - [anon_sym___restrict__] = ACTIONS(1377), - [anon_sym__Atomic] = ACTIONS(1377), - [anon_sym__Noreturn] = ACTIONS(1377), - [anon_sym_noreturn] = ACTIONS(1377), - [anon_sym_alignas] = ACTIONS(1377), - [anon_sym__Alignas] = ACTIONS(1377), - [sym_primitive_type] = ACTIONS(1377), - [anon_sym_enum] = ACTIONS(1377), - [anon_sym_struct] = ACTIONS(1377), - [anon_sym_union] = ACTIONS(1377), - [anon_sym_if] = ACTIONS(1377), - [anon_sym_else] = ACTIONS(1377), - [anon_sym_switch] = ACTIONS(1377), - [anon_sym_case] = ACTIONS(1377), - [anon_sym_default] = ACTIONS(1377), - [anon_sym_while] = ACTIONS(1377), - [anon_sym_do] = ACTIONS(1377), - [anon_sym_for] = ACTIONS(1377), - [anon_sym_return] = ACTIONS(1377), - [anon_sym_break] = ACTIONS(1377), - [anon_sym_continue] = ACTIONS(1377), - [anon_sym_goto] = ACTIONS(1377), - [anon_sym___try] = ACTIONS(1377), - [anon_sym___leave] = ACTIONS(1377), - [anon_sym_DASH_DASH] = ACTIONS(1379), - [anon_sym_PLUS_PLUS] = ACTIONS(1379), - [anon_sym_sizeof] = ACTIONS(1377), - [anon_sym___alignof__] = ACTIONS(1377), - [anon_sym___alignof] = ACTIONS(1377), - [anon_sym__alignof] = ACTIONS(1377), - [anon_sym_alignof] = ACTIONS(1377), - [anon_sym__Alignof] = ACTIONS(1377), - [anon_sym_offsetof] = ACTIONS(1377), - [anon_sym__Generic] = ACTIONS(1377), - [anon_sym_asm] = ACTIONS(1377), - [anon_sym___asm__] = ACTIONS(1377), - [sym_number_literal] = ACTIONS(1379), - [anon_sym_L_SQUOTE] = ACTIONS(1379), - [anon_sym_u_SQUOTE] = ACTIONS(1379), - [anon_sym_U_SQUOTE] = ACTIONS(1379), - [anon_sym_u8_SQUOTE] = ACTIONS(1379), - [anon_sym_SQUOTE] = ACTIONS(1379), - [anon_sym_L_DQUOTE] = ACTIONS(1379), - [anon_sym_u_DQUOTE] = ACTIONS(1379), - [anon_sym_U_DQUOTE] = ACTIONS(1379), - [anon_sym_u8_DQUOTE] = ACTIONS(1379), - [anon_sym_DQUOTE] = ACTIONS(1379), - [sym_true] = ACTIONS(1377), - [sym_false] = ACTIONS(1377), - [anon_sym_NULL] = ACTIONS(1377), - [anon_sym_nullptr] = ACTIONS(1377), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1377), - [anon_sym_rayPayloadInEXT] = ACTIONS(1377), - [anon_sym_hitAttributeEXT] = ACTIONS(1377), - [anon_sym_callableDataEXT] = ACTIONS(1377), - [anon_sym_callableDataInEXT] = ACTIONS(1377), - [anon_sym_shaderRecordEXT] = ACTIONS(1377), - [anon_sym_rayPayloadNV] = ACTIONS(1377), - [anon_sym_rayPayloadInNV] = ACTIONS(1377), - [anon_sym_hitAttributeNV] = ACTIONS(1377), - [anon_sym_callableDataNV] = ACTIONS(1377), - [anon_sym_callableDataInNV] = ACTIONS(1377), - [anon_sym_shaderRecordNV] = ACTIONS(1377), - [anon_sym_layout] = ACTIONS(1377), - }, - [181] = { - [ts_builtin_sym_end] = ACTIONS(1371), - [sym_identifier] = ACTIONS(1369), - [aux_sym_preproc_include_token1] = ACTIONS(1369), - [aux_sym_preproc_def_token1] = ACTIONS(1369), - [aux_sym_preproc_if_token1] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1369), - [sym_preproc_directive] = ACTIONS(1369), - [anon_sym_LPAREN2] = ACTIONS(1371), - [anon_sym_BANG] = ACTIONS(1371), - [anon_sym_TILDE] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1369), - [anon_sym_PLUS] = ACTIONS(1369), - [anon_sym_STAR] = ACTIONS(1371), - [anon_sym_AMP] = ACTIONS(1371), - [anon_sym_subroutine] = ACTIONS(1369), - [anon_sym_invariant] = ACTIONS(1369), - [anon_sym_precise] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_in] = ACTIONS(1369), - [anon_sym_out] = ACTIONS(1369), - [anon_sym_inout] = ACTIONS(1369), - [anon_sym_uniform] = ACTIONS(1369), - [anon_sym_shared] = ACTIONS(1369), - [anon_sym_attribute] = ACTIONS(1369), - [anon_sym_varying] = ACTIONS(1369), - [anon_sym_buffer] = ACTIONS(1369), - [anon_sym_coherent] = ACTIONS(1369), - [anon_sym_readonly] = ACTIONS(1369), - [anon_sym_writeonly] = ACTIONS(1369), - [anon_sym_precision] = ACTIONS(1369), - [anon_sym_highp] = ACTIONS(1369), - [anon_sym_mediump] = ACTIONS(1369), - [anon_sym_lowp] = ACTIONS(1369), - [anon_sym_centroid] = ACTIONS(1369), - [anon_sym_sample] = ACTIONS(1369), - [anon_sym_patch] = ACTIONS(1369), - [anon_sym_smooth] = ACTIONS(1369), - [anon_sym_flat] = ACTIONS(1369), - [anon_sym_noperspective] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1369), - [anon_sym_typedef] = ACTIONS(1369), - [anon_sym_extern] = ACTIONS(1369), - [anon_sym___attribute__] = ACTIONS(1369), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1371), - [anon_sym___declspec] = ACTIONS(1369), - [anon_sym___cdecl] = ACTIONS(1369), - [anon_sym___clrcall] = ACTIONS(1369), - [anon_sym___stdcall] = ACTIONS(1369), - [anon_sym___fastcall] = ACTIONS(1369), - [anon_sym___thiscall] = ACTIONS(1369), - [anon_sym___vectorcall] = ACTIONS(1369), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_signed] = ACTIONS(1369), - [anon_sym_unsigned] = ACTIONS(1369), - [anon_sym_long] = ACTIONS(1369), - [anon_sym_short] = ACTIONS(1369), - [anon_sym_static] = ACTIONS(1369), - [anon_sym_auto] = ACTIONS(1369), - [anon_sym_register] = ACTIONS(1369), - [anon_sym_inline] = ACTIONS(1369), - [anon_sym___inline] = ACTIONS(1369), - [anon_sym___inline__] = ACTIONS(1369), - [anon_sym___forceinline] = ACTIONS(1369), - [anon_sym_thread_local] = ACTIONS(1369), - [anon_sym___thread] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), - [anon_sym_constexpr] = ACTIONS(1369), - [anon_sym_volatile] = ACTIONS(1369), - [anon_sym_restrict] = ACTIONS(1369), - [anon_sym___restrict__] = ACTIONS(1369), - [anon_sym__Atomic] = ACTIONS(1369), - [anon_sym__Noreturn] = ACTIONS(1369), - [anon_sym_noreturn] = ACTIONS(1369), - [anon_sym_alignas] = ACTIONS(1369), - [anon_sym__Alignas] = ACTIONS(1369), - [sym_primitive_type] = ACTIONS(1369), - [anon_sym_enum] = ACTIONS(1369), - [anon_sym_struct] = ACTIONS(1369), - [anon_sym_union] = ACTIONS(1369), - [anon_sym_if] = ACTIONS(1369), - [anon_sym_else] = ACTIONS(1369), - [anon_sym_switch] = ACTIONS(1369), - [anon_sym_case] = ACTIONS(1369), - [anon_sym_default] = ACTIONS(1369), - [anon_sym_while] = ACTIONS(1369), - [anon_sym_do] = ACTIONS(1369), - [anon_sym_for] = ACTIONS(1369), - [anon_sym_return] = ACTIONS(1369), - [anon_sym_break] = ACTIONS(1369), - [anon_sym_continue] = ACTIONS(1369), - [anon_sym_goto] = ACTIONS(1369), - [anon_sym___try] = ACTIONS(1369), - [anon_sym___leave] = ACTIONS(1369), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_PLUS_PLUS] = ACTIONS(1371), - [anon_sym_sizeof] = ACTIONS(1369), - [anon_sym___alignof__] = ACTIONS(1369), - [anon_sym___alignof] = ACTIONS(1369), - [anon_sym__alignof] = ACTIONS(1369), - [anon_sym_alignof] = ACTIONS(1369), - [anon_sym__Alignof] = ACTIONS(1369), - [anon_sym_offsetof] = ACTIONS(1369), - [anon_sym__Generic] = ACTIONS(1369), - [anon_sym_asm] = ACTIONS(1369), - [anon_sym___asm__] = ACTIONS(1369), - [sym_number_literal] = ACTIONS(1371), - [anon_sym_L_SQUOTE] = ACTIONS(1371), - [anon_sym_u_SQUOTE] = ACTIONS(1371), - [anon_sym_U_SQUOTE] = ACTIONS(1371), - [anon_sym_u8_SQUOTE] = ACTIONS(1371), - [anon_sym_SQUOTE] = ACTIONS(1371), - [anon_sym_L_DQUOTE] = ACTIONS(1371), - [anon_sym_u_DQUOTE] = ACTIONS(1371), - [anon_sym_U_DQUOTE] = ACTIONS(1371), - [anon_sym_u8_DQUOTE] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym_true] = ACTIONS(1369), - [sym_false] = ACTIONS(1369), - [anon_sym_NULL] = ACTIONS(1369), - [anon_sym_nullptr] = ACTIONS(1369), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1369), - [anon_sym_rayPayloadInEXT] = ACTIONS(1369), - [anon_sym_hitAttributeEXT] = ACTIONS(1369), - [anon_sym_callableDataEXT] = ACTIONS(1369), - [anon_sym_callableDataInEXT] = ACTIONS(1369), - [anon_sym_shaderRecordEXT] = ACTIONS(1369), - [anon_sym_rayPayloadNV] = ACTIONS(1369), - [anon_sym_rayPayloadInNV] = ACTIONS(1369), - [anon_sym_hitAttributeNV] = ACTIONS(1369), - [anon_sym_callableDataNV] = ACTIONS(1369), - [anon_sym_callableDataInNV] = ACTIONS(1369), - [anon_sym_shaderRecordNV] = ACTIONS(1369), - [anon_sym_layout] = ACTIONS(1369), - }, - [182] = { - [sym_identifier] = ACTIONS(1327), - [aux_sym_preproc_include_token1] = ACTIONS(1327), - [aux_sym_preproc_def_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), - [sym_preproc_directive] = ACTIONS(1327), - [anon_sym_LPAREN2] = ACTIONS(1325), - [anon_sym_BANG] = ACTIONS(1325), - [anon_sym_TILDE] = ACTIONS(1325), - [anon_sym_DASH] = ACTIONS(1327), - [anon_sym_PLUS] = ACTIONS(1327), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1325), - [anon_sym_subroutine] = ACTIONS(1327), - [anon_sym_invariant] = ACTIONS(1327), - [anon_sym_precise] = ACTIONS(1327), - [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym_in] = ACTIONS(1327), - [anon_sym_out] = ACTIONS(1327), - [anon_sym_inout] = ACTIONS(1327), - [anon_sym_uniform] = ACTIONS(1327), - [anon_sym_shared] = ACTIONS(1327), - [anon_sym_attribute] = ACTIONS(1327), - [anon_sym_varying] = ACTIONS(1327), - [anon_sym_buffer] = ACTIONS(1327), - [anon_sym_coherent] = ACTIONS(1327), - [anon_sym_readonly] = ACTIONS(1327), - [anon_sym_writeonly] = ACTIONS(1327), - [anon_sym_precision] = ACTIONS(1327), - [anon_sym_highp] = ACTIONS(1327), - [anon_sym_mediump] = ACTIONS(1327), - [anon_sym_lowp] = ACTIONS(1327), - [anon_sym_centroid] = ACTIONS(1327), - [anon_sym_sample] = ACTIONS(1327), - [anon_sym_patch] = ACTIONS(1327), - [anon_sym_smooth] = ACTIONS(1327), - [anon_sym_flat] = ACTIONS(1327), - [anon_sym_noperspective] = ACTIONS(1327), - [anon_sym___extension__] = ACTIONS(1327), - [anon_sym_typedef] = ACTIONS(1327), - [anon_sym_extern] = ACTIONS(1327), - [anon_sym___attribute__] = ACTIONS(1327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), - [anon_sym___declspec] = ACTIONS(1327), - [anon_sym___cdecl] = ACTIONS(1327), - [anon_sym___clrcall] = ACTIONS(1327), - [anon_sym___stdcall] = ACTIONS(1327), - [anon_sym___fastcall] = ACTIONS(1327), - [anon_sym___thiscall] = ACTIONS(1327), - [anon_sym___vectorcall] = ACTIONS(1327), - [anon_sym_LBRACE] = ACTIONS(1325), - [anon_sym_RBRACE] = ACTIONS(1325), - [anon_sym_signed] = ACTIONS(1327), - [anon_sym_unsigned] = ACTIONS(1327), - [anon_sym_long] = ACTIONS(1327), - [anon_sym_short] = ACTIONS(1327), - [anon_sym_static] = ACTIONS(1327), - [anon_sym_auto] = ACTIONS(1327), - [anon_sym_register] = ACTIONS(1327), - [anon_sym_inline] = ACTIONS(1327), - [anon_sym___inline] = ACTIONS(1327), - [anon_sym___inline__] = ACTIONS(1327), - [anon_sym___forceinline] = ACTIONS(1327), - [anon_sym_thread_local] = ACTIONS(1327), - [anon_sym___thread] = ACTIONS(1327), - [anon_sym_const] = ACTIONS(1327), - [anon_sym_constexpr] = ACTIONS(1327), - [anon_sym_volatile] = ACTIONS(1327), - [anon_sym_restrict] = ACTIONS(1327), - [anon_sym___restrict__] = ACTIONS(1327), - [anon_sym__Atomic] = ACTIONS(1327), - [anon_sym__Noreturn] = ACTIONS(1327), - [anon_sym_noreturn] = ACTIONS(1327), - [anon_sym_alignas] = ACTIONS(1327), - [anon_sym__Alignas] = ACTIONS(1327), - [sym_primitive_type] = ACTIONS(1327), - [anon_sym_enum] = ACTIONS(1327), - [anon_sym_struct] = ACTIONS(1327), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_if] = ACTIONS(1327), - [anon_sym_else] = ACTIONS(1327), - [anon_sym_switch] = ACTIONS(1327), - [anon_sym_case] = ACTIONS(1327), - [anon_sym_default] = ACTIONS(1327), - [anon_sym_while] = ACTIONS(1327), - [anon_sym_do] = ACTIONS(1327), - [anon_sym_for] = ACTIONS(1327), - [anon_sym_return] = ACTIONS(1327), - [anon_sym_break] = ACTIONS(1327), - [anon_sym_continue] = ACTIONS(1327), - [anon_sym_goto] = ACTIONS(1327), - [anon_sym___try] = ACTIONS(1327), - [anon_sym___leave] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), - [anon_sym_sizeof] = ACTIONS(1327), - [anon_sym___alignof__] = ACTIONS(1327), - [anon_sym___alignof] = ACTIONS(1327), - [anon_sym__alignof] = ACTIONS(1327), - [anon_sym_alignof] = ACTIONS(1327), - [anon_sym__Alignof] = ACTIONS(1327), - [anon_sym_offsetof] = ACTIONS(1327), - [anon_sym__Generic] = ACTIONS(1327), - [anon_sym_asm] = ACTIONS(1327), - [anon_sym___asm__] = ACTIONS(1327), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), - [sym_true] = ACTIONS(1327), - [sym_false] = ACTIONS(1327), - [anon_sym_NULL] = ACTIONS(1327), - [anon_sym_nullptr] = ACTIONS(1327), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1327), - [anon_sym_rayPayloadInEXT] = ACTIONS(1327), - [anon_sym_hitAttributeEXT] = ACTIONS(1327), - [anon_sym_callableDataEXT] = ACTIONS(1327), - [anon_sym_callableDataInEXT] = ACTIONS(1327), - [anon_sym_shaderRecordEXT] = ACTIONS(1327), - [anon_sym_rayPayloadNV] = ACTIONS(1327), - [anon_sym_rayPayloadInNV] = ACTIONS(1327), - [anon_sym_hitAttributeNV] = ACTIONS(1327), - [anon_sym_callableDataNV] = ACTIONS(1327), - [anon_sym_callableDataInNV] = ACTIONS(1327), - [anon_sym_shaderRecordNV] = ACTIONS(1327), - [anon_sym_layout] = ACTIONS(1327), - }, - [183] = { - [sym_identifier] = ACTIONS(1369), - [aux_sym_preproc_include_token1] = ACTIONS(1369), - [aux_sym_preproc_def_token1] = ACTIONS(1369), - [aux_sym_preproc_if_token1] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1369), - [sym_preproc_directive] = ACTIONS(1369), - [anon_sym_LPAREN2] = ACTIONS(1371), - [anon_sym_BANG] = ACTIONS(1371), - [anon_sym_TILDE] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1369), - [anon_sym_PLUS] = ACTIONS(1369), - [anon_sym_STAR] = ACTIONS(1371), - [anon_sym_AMP] = ACTIONS(1371), - [anon_sym_subroutine] = ACTIONS(1369), - [anon_sym_invariant] = ACTIONS(1369), - [anon_sym_precise] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_in] = ACTIONS(1369), - [anon_sym_out] = ACTIONS(1369), - [anon_sym_inout] = ACTIONS(1369), - [anon_sym_uniform] = ACTIONS(1369), - [anon_sym_shared] = ACTIONS(1369), - [anon_sym_attribute] = ACTIONS(1369), - [anon_sym_varying] = ACTIONS(1369), - [anon_sym_buffer] = ACTIONS(1369), - [anon_sym_coherent] = ACTIONS(1369), - [anon_sym_readonly] = ACTIONS(1369), - [anon_sym_writeonly] = ACTIONS(1369), - [anon_sym_precision] = ACTIONS(1369), - [anon_sym_highp] = ACTIONS(1369), - [anon_sym_mediump] = ACTIONS(1369), - [anon_sym_lowp] = ACTIONS(1369), - [anon_sym_centroid] = ACTIONS(1369), - [anon_sym_sample] = ACTIONS(1369), - [anon_sym_patch] = ACTIONS(1369), - [anon_sym_smooth] = ACTIONS(1369), - [anon_sym_flat] = ACTIONS(1369), - [anon_sym_noperspective] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1369), - [anon_sym_typedef] = ACTIONS(1369), - [anon_sym_extern] = ACTIONS(1369), - [anon_sym___attribute__] = ACTIONS(1369), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1371), - [anon_sym___declspec] = ACTIONS(1369), - [anon_sym___cdecl] = ACTIONS(1369), - [anon_sym___clrcall] = ACTIONS(1369), - [anon_sym___stdcall] = ACTIONS(1369), - [anon_sym___fastcall] = ACTIONS(1369), - [anon_sym___thiscall] = ACTIONS(1369), - [anon_sym___vectorcall] = ACTIONS(1369), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_RBRACE] = ACTIONS(1371), - [anon_sym_signed] = ACTIONS(1369), - [anon_sym_unsigned] = ACTIONS(1369), - [anon_sym_long] = ACTIONS(1369), - [anon_sym_short] = ACTIONS(1369), - [anon_sym_static] = ACTIONS(1369), - [anon_sym_auto] = ACTIONS(1369), - [anon_sym_register] = ACTIONS(1369), - [anon_sym_inline] = ACTIONS(1369), - [anon_sym___inline] = ACTIONS(1369), - [anon_sym___inline__] = ACTIONS(1369), - [anon_sym___forceinline] = ACTIONS(1369), - [anon_sym_thread_local] = ACTIONS(1369), - [anon_sym___thread] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), - [anon_sym_constexpr] = ACTIONS(1369), - [anon_sym_volatile] = ACTIONS(1369), - [anon_sym_restrict] = ACTIONS(1369), - [anon_sym___restrict__] = ACTIONS(1369), - [anon_sym__Atomic] = ACTIONS(1369), - [anon_sym__Noreturn] = ACTIONS(1369), - [anon_sym_noreturn] = ACTIONS(1369), - [anon_sym_alignas] = ACTIONS(1369), - [anon_sym__Alignas] = ACTIONS(1369), - [sym_primitive_type] = ACTIONS(1369), - [anon_sym_enum] = ACTIONS(1369), - [anon_sym_struct] = ACTIONS(1369), - [anon_sym_union] = ACTIONS(1369), - [anon_sym_if] = ACTIONS(1369), - [anon_sym_else] = ACTIONS(1369), - [anon_sym_switch] = ACTIONS(1369), - [anon_sym_case] = ACTIONS(1369), - [anon_sym_default] = ACTIONS(1369), - [anon_sym_while] = ACTIONS(1369), - [anon_sym_do] = ACTIONS(1369), - [anon_sym_for] = ACTIONS(1369), - [anon_sym_return] = ACTIONS(1369), - [anon_sym_break] = ACTIONS(1369), - [anon_sym_continue] = ACTIONS(1369), - [anon_sym_goto] = ACTIONS(1369), - [anon_sym___try] = ACTIONS(1369), - [anon_sym___leave] = ACTIONS(1369), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_PLUS_PLUS] = ACTIONS(1371), - [anon_sym_sizeof] = ACTIONS(1369), - [anon_sym___alignof__] = ACTIONS(1369), - [anon_sym___alignof] = ACTIONS(1369), - [anon_sym__alignof] = ACTIONS(1369), - [anon_sym_alignof] = ACTIONS(1369), - [anon_sym__Alignof] = ACTIONS(1369), - [anon_sym_offsetof] = ACTIONS(1369), - [anon_sym__Generic] = ACTIONS(1369), - [anon_sym_asm] = ACTIONS(1369), - [anon_sym___asm__] = ACTIONS(1369), - [sym_number_literal] = ACTIONS(1371), - [anon_sym_L_SQUOTE] = ACTIONS(1371), - [anon_sym_u_SQUOTE] = ACTIONS(1371), - [anon_sym_U_SQUOTE] = ACTIONS(1371), - [anon_sym_u8_SQUOTE] = ACTIONS(1371), - [anon_sym_SQUOTE] = ACTIONS(1371), - [anon_sym_L_DQUOTE] = ACTIONS(1371), - [anon_sym_u_DQUOTE] = ACTIONS(1371), - [anon_sym_U_DQUOTE] = ACTIONS(1371), - [anon_sym_u8_DQUOTE] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym_true] = ACTIONS(1369), - [sym_false] = ACTIONS(1369), - [anon_sym_NULL] = ACTIONS(1369), - [anon_sym_nullptr] = ACTIONS(1369), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1369), - [anon_sym_rayPayloadInEXT] = ACTIONS(1369), - [anon_sym_hitAttributeEXT] = ACTIONS(1369), - [anon_sym_callableDataEXT] = ACTIONS(1369), - [anon_sym_callableDataInEXT] = ACTIONS(1369), - [anon_sym_shaderRecordEXT] = ACTIONS(1369), - [anon_sym_rayPayloadNV] = ACTIONS(1369), - [anon_sym_rayPayloadInNV] = ACTIONS(1369), - [anon_sym_hitAttributeNV] = ACTIONS(1369), - [anon_sym_callableDataNV] = ACTIONS(1369), - [anon_sym_callableDataInNV] = ACTIONS(1369), - [anon_sym_shaderRecordNV] = ACTIONS(1369), - [anon_sym_layout] = ACTIONS(1369), - }, - [184] = { - [ts_builtin_sym_end] = ACTIONS(1367), - [sym_identifier] = ACTIONS(1365), - [aux_sym_preproc_include_token1] = ACTIONS(1365), - [aux_sym_preproc_def_token1] = ACTIONS(1365), - [aux_sym_preproc_if_token1] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1365), - [sym_preproc_directive] = ACTIONS(1365), - [anon_sym_LPAREN2] = ACTIONS(1367), - [anon_sym_BANG] = ACTIONS(1367), - [anon_sym_TILDE] = ACTIONS(1367), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_subroutine] = ACTIONS(1365), - [anon_sym_invariant] = ACTIONS(1365), - [anon_sym_precise] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_in] = ACTIONS(1365), - [anon_sym_out] = ACTIONS(1365), - [anon_sym_inout] = ACTIONS(1365), - [anon_sym_uniform] = ACTIONS(1365), - [anon_sym_shared] = ACTIONS(1365), - [anon_sym_attribute] = ACTIONS(1365), - [anon_sym_varying] = ACTIONS(1365), - [anon_sym_buffer] = ACTIONS(1365), - [anon_sym_coherent] = ACTIONS(1365), - [anon_sym_readonly] = ACTIONS(1365), - [anon_sym_writeonly] = ACTIONS(1365), - [anon_sym_precision] = ACTIONS(1365), - [anon_sym_highp] = ACTIONS(1365), - [anon_sym_mediump] = ACTIONS(1365), - [anon_sym_lowp] = ACTIONS(1365), - [anon_sym_centroid] = ACTIONS(1365), - [anon_sym_sample] = ACTIONS(1365), - [anon_sym_patch] = ACTIONS(1365), - [anon_sym_smooth] = ACTIONS(1365), - [anon_sym_flat] = ACTIONS(1365), - [anon_sym_noperspective] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1365), - [anon_sym_typedef] = ACTIONS(1365), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym___attribute__] = ACTIONS(1365), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1367), - [anon_sym___declspec] = ACTIONS(1365), - [anon_sym___cdecl] = ACTIONS(1365), - [anon_sym___clrcall] = ACTIONS(1365), - [anon_sym___stdcall] = ACTIONS(1365), - [anon_sym___fastcall] = ACTIONS(1365), - [anon_sym___thiscall] = ACTIONS(1365), - [anon_sym___vectorcall] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1367), - [anon_sym_signed] = ACTIONS(1365), - [anon_sym_unsigned] = ACTIONS(1365), - [anon_sym_long] = ACTIONS(1365), - [anon_sym_short] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_auto] = ACTIONS(1365), - [anon_sym_register] = ACTIONS(1365), - [anon_sym_inline] = ACTIONS(1365), - [anon_sym___inline] = ACTIONS(1365), - [anon_sym___inline__] = ACTIONS(1365), - [anon_sym___forceinline] = ACTIONS(1365), - [anon_sym_thread_local] = ACTIONS(1365), - [anon_sym___thread] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_constexpr] = ACTIONS(1365), - [anon_sym_volatile] = ACTIONS(1365), - [anon_sym_restrict] = ACTIONS(1365), - [anon_sym___restrict__] = ACTIONS(1365), - [anon_sym__Atomic] = ACTIONS(1365), - [anon_sym__Noreturn] = ACTIONS(1365), - [anon_sym_noreturn] = ACTIONS(1365), - [anon_sym_alignas] = ACTIONS(1365), - [anon_sym__Alignas] = ACTIONS(1365), - [sym_primitive_type] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_goto] = ACTIONS(1365), - [anon_sym___try] = ACTIONS(1365), - [anon_sym___leave] = ACTIONS(1365), - [anon_sym_DASH_DASH] = ACTIONS(1367), - [anon_sym_PLUS_PLUS] = ACTIONS(1367), - [anon_sym_sizeof] = ACTIONS(1365), - [anon_sym___alignof__] = ACTIONS(1365), - [anon_sym___alignof] = ACTIONS(1365), - [anon_sym__alignof] = ACTIONS(1365), - [anon_sym_alignof] = ACTIONS(1365), - [anon_sym__Alignof] = ACTIONS(1365), - [anon_sym_offsetof] = ACTIONS(1365), - [anon_sym__Generic] = ACTIONS(1365), - [anon_sym_asm] = ACTIONS(1365), - [anon_sym___asm__] = ACTIONS(1365), - [sym_number_literal] = ACTIONS(1367), - [anon_sym_L_SQUOTE] = ACTIONS(1367), - [anon_sym_u_SQUOTE] = ACTIONS(1367), - [anon_sym_U_SQUOTE] = ACTIONS(1367), - [anon_sym_u8_SQUOTE] = ACTIONS(1367), - [anon_sym_SQUOTE] = ACTIONS(1367), - [anon_sym_L_DQUOTE] = ACTIONS(1367), - [anon_sym_u_DQUOTE] = ACTIONS(1367), - [anon_sym_U_DQUOTE] = ACTIONS(1367), - [anon_sym_u8_DQUOTE] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(1367), - [sym_true] = ACTIONS(1365), - [sym_false] = ACTIONS(1365), - [anon_sym_NULL] = ACTIONS(1365), - [anon_sym_nullptr] = ACTIONS(1365), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1365), - [anon_sym_rayPayloadInEXT] = ACTIONS(1365), - [anon_sym_hitAttributeEXT] = ACTIONS(1365), - [anon_sym_callableDataEXT] = ACTIONS(1365), - [anon_sym_callableDataInEXT] = ACTIONS(1365), - [anon_sym_shaderRecordEXT] = ACTIONS(1365), - [anon_sym_rayPayloadNV] = ACTIONS(1365), - [anon_sym_rayPayloadInNV] = ACTIONS(1365), - [anon_sym_hitAttributeNV] = ACTIONS(1365), - [anon_sym_callableDataNV] = ACTIONS(1365), - [anon_sym_callableDataInNV] = ACTIONS(1365), - [anon_sym_shaderRecordNV] = ACTIONS(1365), - [anon_sym_layout] = ACTIONS(1365), - }, - [185] = { - [sym_identifier] = ACTIONS(1393), - [aux_sym_preproc_include_token1] = ACTIONS(1393), - [aux_sym_preproc_def_token1] = ACTIONS(1393), - [aux_sym_preproc_if_token1] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1393), - [sym_preproc_directive] = ACTIONS(1393), - [anon_sym_LPAREN2] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_subroutine] = ACTIONS(1393), - [anon_sym_invariant] = ACTIONS(1393), - [anon_sym_precise] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_in] = ACTIONS(1393), - [anon_sym_out] = ACTIONS(1393), - [anon_sym_inout] = ACTIONS(1393), - [anon_sym_uniform] = ACTIONS(1393), - [anon_sym_shared] = ACTIONS(1393), - [anon_sym_attribute] = ACTIONS(1393), - [anon_sym_varying] = ACTIONS(1393), - [anon_sym_buffer] = ACTIONS(1393), - [anon_sym_coherent] = ACTIONS(1393), - [anon_sym_readonly] = ACTIONS(1393), - [anon_sym_writeonly] = ACTIONS(1393), - [anon_sym_precision] = ACTIONS(1393), - [anon_sym_highp] = ACTIONS(1393), - [anon_sym_mediump] = ACTIONS(1393), - [anon_sym_lowp] = ACTIONS(1393), - [anon_sym_centroid] = ACTIONS(1393), - [anon_sym_sample] = ACTIONS(1393), - [anon_sym_patch] = ACTIONS(1393), - [anon_sym_smooth] = ACTIONS(1393), - [anon_sym_flat] = ACTIONS(1393), - [anon_sym_noperspective] = ACTIONS(1393), - [anon_sym___extension__] = ACTIONS(1393), - [anon_sym_typedef] = ACTIONS(1393), - [anon_sym_extern] = ACTIONS(1393), - [anon_sym___attribute__] = ACTIONS(1393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1395), - [anon_sym___declspec] = ACTIONS(1393), - [anon_sym___cdecl] = ACTIONS(1393), - [anon_sym___clrcall] = ACTIONS(1393), - [anon_sym___stdcall] = ACTIONS(1393), - [anon_sym___fastcall] = ACTIONS(1393), - [anon_sym___thiscall] = ACTIONS(1393), - [anon_sym___vectorcall] = ACTIONS(1393), - [anon_sym_LBRACE] = ACTIONS(1395), - [anon_sym_RBRACE] = ACTIONS(1395), - [anon_sym_signed] = ACTIONS(1393), - [anon_sym_unsigned] = ACTIONS(1393), - [anon_sym_long] = ACTIONS(1393), - [anon_sym_short] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_auto] = ACTIONS(1393), - [anon_sym_register] = ACTIONS(1393), - [anon_sym_inline] = ACTIONS(1393), - [anon_sym___inline] = ACTIONS(1393), - [anon_sym___inline__] = ACTIONS(1393), - [anon_sym___forceinline] = ACTIONS(1393), - [anon_sym_thread_local] = ACTIONS(1393), - [anon_sym___thread] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_constexpr] = ACTIONS(1393), - [anon_sym_volatile] = ACTIONS(1393), - [anon_sym_restrict] = ACTIONS(1393), - [anon_sym___restrict__] = ACTIONS(1393), - [anon_sym__Atomic] = ACTIONS(1393), - [anon_sym__Noreturn] = ACTIONS(1393), - [anon_sym_noreturn] = ACTIONS(1393), - [anon_sym_alignas] = ACTIONS(1393), - [anon_sym__Alignas] = ACTIONS(1393), - [sym_primitive_type] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [anon_sym_struct] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_do] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_goto] = ACTIONS(1393), - [anon_sym___try] = ACTIONS(1393), - [anon_sym___leave] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1395), - [anon_sym_sizeof] = ACTIONS(1393), - [anon_sym___alignof__] = ACTIONS(1393), - [anon_sym___alignof] = ACTIONS(1393), - [anon_sym__alignof] = ACTIONS(1393), - [anon_sym_alignof] = ACTIONS(1393), - [anon_sym__Alignof] = ACTIONS(1393), - [anon_sym_offsetof] = ACTIONS(1393), - [anon_sym__Generic] = ACTIONS(1393), - [anon_sym_asm] = ACTIONS(1393), - [anon_sym___asm__] = ACTIONS(1393), - [sym_number_literal] = ACTIONS(1395), - [anon_sym_L_SQUOTE] = ACTIONS(1395), - [anon_sym_u_SQUOTE] = ACTIONS(1395), - [anon_sym_U_SQUOTE] = ACTIONS(1395), - [anon_sym_u8_SQUOTE] = ACTIONS(1395), - [anon_sym_SQUOTE] = ACTIONS(1395), - [anon_sym_L_DQUOTE] = ACTIONS(1395), - [anon_sym_u_DQUOTE] = ACTIONS(1395), - [anon_sym_U_DQUOTE] = ACTIONS(1395), - [anon_sym_u8_DQUOTE] = ACTIONS(1395), - [anon_sym_DQUOTE] = ACTIONS(1395), - [sym_true] = ACTIONS(1393), - [sym_false] = ACTIONS(1393), - [anon_sym_NULL] = ACTIONS(1393), - [anon_sym_nullptr] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1393), - [anon_sym_rayPayloadInEXT] = ACTIONS(1393), - [anon_sym_hitAttributeEXT] = ACTIONS(1393), - [anon_sym_callableDataEXT] = ACTIONS(1393), - [anon_sym_callableDataInEXT] = ACTIONS(1393), - [anon_sym_shaderRecordEXT] = ACTIONS(1393), - [anon_sym_rayPayloadNV] = ACTIONS(1393), - [anon_sym_rayPayloadInNV] = ACTIONS(1393), - [anon_sym_hitAttributeNV] = ACTIONS(1393), - [anon_sym_callableDataNV] = ACTIONS(1393), - [anon_sym_callableDataInNV] = ACTIONS(1393), - [anon_sym_shaderRecordNV] = ACTIONS(1393), - [anon_sym_layout] = ACTIONS(1393), - }, - [186] = { - [ts_builtin_sym_end] = ACTIONS(1291), - [sym_identifier] = ACTIONS(1289), - [aux_sym_preproc_include_token1] = ACTIONS(1289), - [aux_sym_preproc_def_token1] = ACTIONS(1289), - [aux_sym_preproc_if_token1] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1289), - [sym_preproc_directive] = ACTIONS(1289), - [anon_sym_LPAREN2] = ACTIONS(1291), - [anon_sym_BANG] = ACTIONS(1291), - [anon_sym_TILDE] = ACTIONS(1291), - [anon_sym_DASH] = ACTIONS(1289), - [anon_sym_PLUS] = ACTIONS(1289), - [anon_sym_STAR] = ACTIONS(1291), - [anon_sym_AMP] = ACTIONS(1291), - [anon_sym_subroutine] = ACTIONS(1289), - [anon_sym_invariant] = ACTIONS(1289), - [anon_sym_precise] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1291), - [anon_sym_in] = ACTIONS(1289), - [anon_sym_out] = ACTIONS(1289), - [anon_sym_inout] = ACTIONS(1289), - [anon_sym_uniform] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(1289), - [anon_sym_attribute] = ACTIONS(1289), - [anon_sym_varying] = ACTIONS(1289), - [anon_sym_buffer] = ACTIONS(1289), - [anon_sym_coherent] = ACTIONS(1289), - [anon_sym_readonly] = ACTIONS(1289), - [anon_sym_writeonly] = ACTIONS(1289), - [anon_sym_precision] = ACTIONS(1289), - [anon_sym_highp] = ACTIONS(1289), - [anon_sym_mediump] = ACTIONS(1289), - [anon_sym_lowp] = ACTIONS(1289), - [anon_sym_centroid] = ACTIONS(1289), - [anon_sym_sample] = ACTIONS(1289), - [anon_sym_patch] = ACTIONS(1289), - [anon_sym_smooth] = ACTIONS(1289), - [anon_sym_flat] = ACTIONS(1289), - [anon_sym_noperspective] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1289), - [anon_sym_typedef] = ACTIONS(1289), - [anon_sym_extern] = ACTIONS(1289), - [anon_sym___attribute__] = ACTIONS(1289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1291), - [anon_sym___declspec] = ACTIONS(1289), - [anon_sym___cdecl] = ACTIONS(1289), - [anon_sym___clrcall] = ACTIONS(1289), - [anon_sym___stdcall] = ACTIONS(1289), - [anon_sym___fastcall] = ACTIONS(1289), - [anon_sym___thiscall] = ACTIONS(1289), - [anon_sym___vectorcall] = ACTIONS(1289), - [anon_sym_LBRACE] = ACTIONS(1291), - [anon_sym_signed] = ACTIONS(1289), - [anon_sym_unsigned] = ACTIONS(1289), - [anon_sym_long] = ACTIONS(1289), - [anon_sym_short] = ACTIONS(1289), - [anon_sym_static] = ACTIONS(1289), - [anon_sym_auto] = ACTIONS(1289), - [anon_sym_register] = ACTIONS(1289), - [anon_sym_inline] = ACTIONS(1289), - [anon_sym___inline] = ACTIONS(1289), - [anon_sym___inline__] = ACTIONS(1289), - [anon_sym___forceinline] = ACTIONS(1289), - [anon_sym_thread_local] = ACTIONS(1289), - [anon_sym___thread] = ACTIONS(1289), - [anon_sym_const] = ACTIONS(1289), - [anon_sym_constexpr] = ACTIONS(1289), - [anon_sym_volatile] = ACTIONS(1289), - [anon_sym_restrict] = ACTIONS(1289), - [anon_sym___restrict__] = ACTIONS(1289), - [anon_sym__Atomic] = ACTIONS(1289), - [anon_sym__Noreturn] = ACTIONS(1289), - [anon_sym_noreturn] = ACTIONS(1289), - [anon_sym_alignas] = ACTIONS(1289), - [anon_sym__Alignas] = ACTIONS(1289), - [sym_primitive_type] = ACTIONS(1289), - [anon_sym_enum] = ACTIONS(1289), - [anon_sym_struct] = ACTIONS(1289), - [anon_sym_union] = ACTIONS(1289), - [anon_sym_if] = ACTIONS(1289), - [anon_sym_else] = ACTIONS(1289), - [anon_sym_switch] = ACTIONS(1289), - [anon_sym_case] = ACTIONS(1289), - [anon_sym_default] = ACTIONS(1289), - [anon_sym_while] = ACTIONS(1289), - [anon_sym_do] = ACTIONS(1289), - [anon_sym_for] = ACTIONS(1289), - [anon_sym_return] = ACTIONS(1289), - [anon_sym_break] = ACTIONS(1289), - [anon_sym_continue] = ACTIONS(1289), - [anon_sym_goto] = ACTIONS(1289), - [anon_sym___try] = ACTIONS(1289), - [anon_sym___leave] = ACTIONS(1289), - [anon_sym_DASH_DASH] = ACTIONS(1291), - [anon_sym_PLUS_PLUS] = ACTIONS(1291), - [anon_sym_sizeof] = ACTIONS(1289), - [anon_sym___alignof__] = ACTIONS(1289), - [anon_sym___alignof] = ACTIONS(1289), - [anon_sym__alignof] = ACTIONS(1289), - [anon_sym_alignof] = ACTIONS(1289), - [anon_sym__Alignof] = ACTIONS(1289), - [anon_sym_offsetof] = ACTIONS(1289), - [anon_sym__Generic] = ACTIONS(1289), - [anon_sym_asm] = ACTIONS(1289), - [anon_sym___asm__] = ACTIONS(1289), - [sym_number_literal] = ACTIONS(1291), - [anon_sym_L_SQUOTE] = ACTIONS(1291), - [anon_sym_u_SQUOTE] = ACTIONS(1291), - [anon_sym_U_SQUOTE] = ACTIONS(1291), - [anon_sym_u8_SQUOTE] = ACTIONS(1291), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_L_DQUOTE] = ACTIONS(1291), - [anon_sym_u_DQUOTE] = ACTIONS(1291), - [anon_sym_U_DQUOTE] = ACTIONS(1291), - [anon_sym_u8_DQUOTE] = ACTIONS(1291), - [anon_sym_DQUOTE] = ACTIONS(1291), - [sym_true] = ACTIONS(1289), - [sym_false] = ACTIONS(1289), - [anon_sym_NULL] = ACTIONS(1289), - [anon_sym_nullptr] = ACTIONS(1289), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1289), - [anon_sym_rayPayloadInEXT] = ACTIONS(1289), - [anon_sym_hitAttributeEXT] = ACTIONS(1289), - [anon_sym_callableDataEXT] = ACTIONS(1289), - [anon_sym_callableDataInEXT] = ACTIONS(1289), - [anon_sym_shaderRecordEXT] = ACTIONS(1289), - [anon_sym_rayPayloadNV] = ACTIONS(1289), - [anon_sym_rayPayloadInNV] = ACTIONS(1289), - [anon_sym_hitAttributeNV] = ACTIONS(1289), - [anon_sym_callableDataNV] = ACTIONS(1289), - [anon_sym_callableDataInNV] = ACTIONS(1289), - [anon_sym_shaderRecordNV] = ACTIONS(1289), - [anon_sym_layout] = ACTIONS(1289), - }, - [187] = { - [sym_identifier] = ACTIONS(1365), - [aux_sym_preproc_include_token1] = ACTIONS(1365), - [aux_sym_preproc_def_token1] = ACTIONS(1365), - [aux_sym_preproc_if_token1] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1365), - [sym_preproc_directive] = ACTIONS(1365), - [anon_sym_LPAREN2] = ACTIONS(1367), - [anon_sym_BANG] = ACTIONS(1367), - [anon_sym_TILDE] = ACTIONS(1367), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_subroutine] = ACTIONS(1365), - [anon_sym_invariant] = ACTIONS(1365), - [anon_sym_precise] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_in] = ACTIONS(1365), - [anon_sym_out] = ACTIONS(1365), - [anon_sym_inout] = ACTIONS(1365), - [anon_sym_uniform] = ACTIONS(1365), - [anon_sym_shared] = ACTIONS(1365), - [anon_sym_attribute] = ACTIONS(1365), - [anon_sym_varying] = ACTIONS(1365), - [anon_sym_buffer] = ACTIONS(1365), - [anon_sym_coherent] = ACTIONS(1365), - [anon_sym_readonly] = ACTIONS(1365), - [anon_sym_writeonly] = ACTIONS(1365), - [anon_sym_precision] = ACTIONS(1365), - [anon_sym_highp] = ACTIONS(1365), - [anon_sym_mediump] = ACTIONS(1365), - [anon_sym_lowp] = ACTIONS(1365), - [anon_sym_centroid] = ACTIONS(1365), - [anon_sym_sample] = ACTIONS(1365), - [anon_sym_patch] = ACTIONS(1365), - [anon_sym_smooth] = ACTIONS(1365), - [anon_sym_flat] = ACTIONS(1365), - [anon_sym_noperspective] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1365), - [anon_sym_typedef] = ACTIONS(1365), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym___attribute__] = ACTIONS(1365), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1367), - [anon_sym___declspec] = ACTIONS(1365), - [anon_sym___cdecl] = ACTIONS(1365), - [anon_sym___clrcall] = ACTIONS(1365), - [anon_sym___stdcall] = ACTIONS(1365), - [anon_sym___fastcall] = ACTIONS(1365), - [anon_sym___thiscall] = ACTIONS(1365), - [anon_sym___vectorcall] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1367), - [anon_sym_RBRACE] = ACTIONS(1367), - [anon_sym_signed] = ACTIONS(1365), - [anon_sym_unsigned] = ACTIONS(1365), - [anon_sym_long] = ACTIONS(1365), - [anon_sym_short] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_auto] = ACTIONS(1365), - [anon_sym_register] = ACTIONS(1365), - [anon_sym_inline] = ACTIONS(1365), - [anon_sym___inline] = ACTIONS(1365), - [anon_sym___inline__] = ACTIONS(1365), - [anon_sym___forceinline] = ACTIONS(1365), - [anon_sym_thread_local] = ACTIONS(1365), - [anon_sym___thread] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_constexpr] = ACTIONS(1365), - [anon_sym_volatile] = ACTIONS(1365), - [anon_sym_restrict] = ACTIONS(1365), - [anon_sym___restrict__] = ACTIONS(1365), - [anon_sym__Atomic] = ACTIONS(1365), - [anon_sym__Noreturn] = ACTIONS(1365), - [anon_sym_noreturn] = ACTIONS(1365), - [anon_sym_alignas] = ACTIONS(1365), - [anon_sym__Alignas] = ACTIONS(1365), - [sym_primitive_type] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_goto] = ACTIONS(1365), - [anon_sym___try] = ACTIONS(1365), - [anon_sym___leave] = ACTIONS(1365), - [anon_sym_DASH_DASH] = ACTIONS(1367), - [anon_sym_PLUS_PLUS] = ACTIONS(1367), - [anon_sym_sizeof] = ACTIONS(1365), - [anon_sym___alignof__] = ACTIONS(1365), - [anon_sym___alignof] = ACTIONS(1365), - [anon_sym__alignof] = ACTIONS(1365), - [anon_sym_alignof] = ACTIONS(1365), - [anon_sym__Alignof] = ACTIONS(1365), - [anon_sym_offsetof] = ACTIONS(1365), - [anon_sym__Generic] = ACTIONS(1365), - [anon_sym_asm] = ACTIONS(1365), - [anon_sym___asm__] = ACTIONS(1365), - [sym_number_literal] = ACTIONS(1367), - [anon_sym_L_SQUOTE] = ACTIONS(1367), - [anon_sym_u_SQUOTE] = ACTIONS(1367), - [anon_sym_U_SQUOTE] = ACTIONS(1367), - [anon_sym_u8_SQUOTE] = ACTIONS(1367), - [anon_sym_SQUOTE] = ACTIONS(1367), - [anon_sym_L_DQUOTE] = ACTIONS(1367), - [anon_sym_u_DQUOTE] = ACTIONS(1367), - [anon_sym_U_DQUOTE] = ACTIONS(1367), - [anon_sym_u8_DQUOTE] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(1367), - [sym_true] = ACTIONS(1365), - [sym_false] = ACTIONS(1365), - [anon_sym_NULL] = ACTIONS(1365), - [anon_sym_nullptr] = ACTIONS(1365), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1365), - [anon_sym_rayPayloadInEXT] = ACTIONS(1365), - [anon_sym_hitAttributeEXT] = ACTIONS(1365), - [anon_sym_callableDataEXT] = ACTIONS(1365), - [anon_sym_callableDataInEXT] = ACTIONS(1365), - [anon_sym_shaderRecordEXT] = ACTIONS(1365), - [anon_sym_rayPayloadNV] = ACTIONS(1365), - [anon_sym_rayPayloadInNV] = ACTIONS(1365), - [anon_sym_hitAttributeNV] = ACTIONS(1365), - [anon_sym_callableDataNV] = ACTIONS(1365), - [anon_sym_callableDataInNV] = ACTIONS(1365), - [anon_sym_shaderRecordNV] = ACTIONS(1365), - [anon_sym_layout] = ACTIONS(1365), - }, - [188] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_subroutine] = ACTIONS(1389), - [anon_sym_invariant] = ACTIONS(1389), - [anon_sym_precise] = ACTIONS(1389), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_in] = ACTIONS(1389), - [anon_sym_out] = ACTIONS(1389), - [anon_sym_inout] = ACTIONS(1389), - [anon_sym_uniform] = ACTIONS(1389), - [anon_sym_shared] = ACTIONS(1389), - [anon_sym_attribute] = ACTIONS(1389), - [anon_sym_varying] = ACTIONS(1389), - [anon_sym_buffer] = ACTIONS(1389), - [anon_sym_coherent] = ACTIONS(1389), - [anon_sym_readonly] = ACTIONS(1389), - [anon_sym_writeonly] = ACTIONS(1389), - [anon_sym_precision] = ACTIONS(1389), - [anon_sym_highp] = ACTIONS(1389), - [anon_sym_mediump] = ACTIONS(1389), - [anon_sym_lowp] = ACTIONS(1389), - [anon_sym_centroid] = ACTIONS(1389), - [anon_sym_sample] = ACTIONS(1389), - [anon_sym_patch] = ACTIONS(1389), - [anon_sym_smooth] = ACTIONS(1389), - [anon_sym_flat] = ACTIONS(1389), - [anon_sym_noperspective] = ACTIONS(1389), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [anon_sym_alignas] = ACTIONS(1389), - [anon_sym__Alignas] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_else] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym___try] = ACTIONS(1389), - [anon_sym___leave] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1389), - [anon_sym_rayPayloadInEXT] = ACTIONS(1389), - [anon_sym_hitAttributeEXT] = ACTIONS(1389), - [anon_sym_callableDataEXT] = ACTIONS(1389), - [anon_sym_callableDataInEXT] = ACTIONS(1389), - [anon_sym_shaderRecordEXT] = ACTIONS(1389), - [anon_sym_rayPayloadNV] = ACTIONS(1389), - [anon_sym_rayPayloadInNV] = ACTIONS(1389), - [anon_sym_hitAttributeNV] = ACTIONS(1389), - [anon_sym_callableDataNV] = ACTIONS(1389), - [anon_sym_callableDataInNV] = ACTIONS(1389), - [anon_sym_shaderRecordNV] = ACTIONS(1389), - [anon_sym_layout] = ACTIONS(1389), - }, - [189] = { - [sym_identifier] = ACTIONS(1281), - [aux_sym_preproc_include_token1] = ACTIONS(1281), - [aux_sym_preproc_def_token1] = ACTIONS(1281), - [aux_sym_preproc_if_token1] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1281), - [sym_preproc_directive] = ACTIONS(1281), - [anon_sym_LPAREN2] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_DASH] = ACTIONS(1281), - [anon_sym_PLUS] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_subroutine] = ACTIONS(1281), - [anon_sym_invariant] = ACTIONS(1281), - [anon_sym_precise] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_in] = ACTIONS(1281), - [anon_sym_out] = ACTIONS(1281), - [anon_sym_inout] = ACTIONS(1281), - [anon_sym_uniform] = ACTIONS(1281), - [anon_sym_shared] = ACTIONS(1281), - [anon_sym_attribute] = ACTIONS(1281), - [anon_sym_varying] = ACTIONS(1281), - [anon_sym_buffer] = ACTIONS(1281), - [anon_sym_coherent] = ACTIONS(1281), - [anon_sym_readonly] = ACTIONS(1281), - [anon_sym_writeonly] = ACTIONS(1281), - [anon_sym_precision] = ACTIONS(1281), - [anon_sym_highp] = ACTIONS(1281), - [anon_sym_mediump] = ACTIONS(1281), - [anon_sym_lowp] = ACTIONS(1281), - [anon_sym_centroid] = ACTIONS(1281), - [anon_sym_sample] = ACTIONS(1281), - [anon_sym_patch] = ACTIONS(1281), - [anon_sym_smooth] = ACTIONS(1281), - [anon_sym_flat] = ACTIONS(1281), - [anon_sym_noperspective] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1281), - [anon_sym_typedef] = ACTIONS(1281), - [anon_sym_extern] = ACTIONS(1281), - [anon_sym___attribute__] = ACTIONS(1281), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1283), - [anon_sym___declspec] = ACTIONS(1281), - [anon_sym___cdecl] = ACTIONS(1281), - [anon_sym___clrcall] = ACTIONS(1281), - [anon_sym___stdcall] = ACTIONS(1281), - [anon_sym___fastcall] = ACTIONS(1281), - [anon_sym___thiscall] = ACTIONS(1281), - [anon_sym___vectorcall] = ACTIONS(1281), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_RBRACE] = ACTIONS(1283), - [anon_sym_signed] = ACTIONS(1281), - [anon_sym_unsigned] = ACTIONS(1281), - [anon_sym_long] = ACTIONS(1281), - [anon_sym_short] = ACTIONS(1281), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_auto] = ACTIONS(1281), - [anon_sym_register] = ACTIONS(1281), - [anon_sym_inline] = ACTIONS(1281), - [anon_sym___inline] = ACTIONS(1281), - [anon_sym___inline__] = ACTIONS(1281), - [anon_sym___forceinline] = ACTIONS(1281), - [anon_sym_thread_local] = ACTIONS(1281), - [anon_sym___thread] = ACTIONS(1281), - [anon_sym_const] = ACTIONS(1281), - [anon_sym_constexpr] = ACTIONS(1281), - [anon_sym_volatile] = ACTIONS(1281), - [anon_sym_restrict] = ACTIONS(1281), - [anon_sym___restrict__] = ACTIONS(1281), - [anon_sym__Atomic] = ACTIONS(1281), - [anon_sym__Noreturn] = ACTIONS(1281), - [anon_sym_noreturn] = ACTIONS(1281), - [anon_sym_alignas] = ACTIONS(1281), - [anon_sym__Alignas] = ACTIONS(1281), - [sym_primitive_type] = ACTIONS(1281), - [anon_sym_enum] = ACTIONS(1281), - [anon_sym_struct] = ACTIONS(1281), - [anon_sym_union] = ACTIONS(1281), - [anon_sym_if] = ACTIONS(1281), - [anon_sym_else] = ACTIONS(1281), - [anon_sym_switch] = ACTIONS(1281), - [anon_sym_case] = ACTIONS(1281), - [anon_sym_default] = ACTIONS(1281), - [anon_sym_while] = ACTIONS(1281), - [anon_sym_do] = ACTIONS(1281), - [anon_sym_for] = ACTIONS(1281), - [anon_sym_return] = ACTIONS(1281), - [anon_sym_break] = ACTIONS(1281), - [anon_sym_continue] = ACTIONS(1281), - [anon_sym_goto] = ACTIONS(1281), - [anon_sym___try] = ACTIONS(1281), - [anon_sym___leave] = ACTIONS(1281), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1281), - [anon_sym___alignof__] = ACTIONS(1281), - [anon_sym___alignof] = ACTIONS(1281), - [anon_sym__alignof] = ACTIONS(1281), - [anon_sym_alignof] = ACTIONS(1281), - [anon_sym__Alignof] = ACTIONS(1281), - [anon_sym_offsetof] = ACTIONS(1281), - [anon_sym__Generic] = ACTIONS(1281), - [anon_sym_asm] = ACTIONS(1281), - [anon_sym___asm__] = ACTIONS(1281), - [sym_number_literal] = ACTIONS(1283), - [anon_sym_L_SQUOTE] = ACTIONS(1283), - [anon_sym_u_SQUOTE] = ACTIONS(1283), - [anon_sym_U_SQUOTE] = ACTIONS(1283), - [anon_sym_u8_SQUOTE] = ACTIONS(1283), - [anon_sym_SQUOTE] = ACTIONS(1283), - [anon_sym_L_DQUOTE] = ACTIONS(1283), - [anon_sym_u_DQUOTE] = ACTIONS(1283), - [anon_sym_U_DQUOTE] = ACTIONS(1283), - [anon_sym_u8_DQUOTE] = ACTIONS(1283), - [anon_sym_DQUOTE] = ACTIONS(1283), - [sym_true] = ACTIONS(1281), - [sym_false] = ACTIONS(1281), - [anon_sym_NULL] = ACTIONS(1281), - [anon_sym_nullptr] = ACTIONS(1281), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1281), - [anon_sym_rayPayloadInEXT] = ACTIONS(1281), - [anon_sym_hitAttributeEXT] = ACTIONS(1281), - [anon_sym_callableDataEXT] = ACTIONS(1281), - [anon_sym_callableDataInEXT] = ACTIONS(1281), - [anon_sym_shaderRecordEXT] = ACTIONS(1281), - [anon_sym_rayPayloadNV] = ACTIONS(1281), - [anon_sym_rayPayloadInNV] = ACTIONS(1281), - [anon_sym_hitAttributeNV] = ACTIONS(1281), - [anon_sym_callableDataNV] = ACTIONS(1281), - [anon_sym_callableDataInNV] = ACTIONS(1281), - [anon_sym_shaderRecordNV] = ACTIONS(1281), - [anon_sym_layout] = ACTIONS(1281), - }, - [190] = { - [sym_identifier] = ACTIONS(1297), - [aux_sym_preproc_include_token1] = ACTIONS(1297), - [aux_sym_preproc_def_token1] = ACTIONS(1297), - [aux_sym_preproc_if_token1] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1297), - [sym_preproc_directive] = ACTIONS(1297), - [anon_sym_LPAREN2] = ACTIONS(1299), - [anon_sym_BANG] = ACTIONS(1299), - [anon_sym_TILDE] = ACTIONS(1299), - [anon_sym_DASH] = ACTIONS(1297), - [anon_sym_PLUS] = ACTIONS(1297), - [anon_sym_STAR] = ACTIONS(1299), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_subroutine] = ACTIONS(1297), - [anon_sym_invariant] = ACTIONS(1297), - [anon_sym_precise] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1299), - [anon_sym_in] = ACTIONS(1297), - [anon_sym_out] = ACTIONS(1297), - [anon_sym_inout] = ACTIONS(1297), - [anon_sym_uniform] = ACTIONS(1297), - [anon_sym_shared] = ACTIONS(1297), - [anon_sym_attribute] = ACTIONS(1297), - [anon_sym_varying] = ACTIONS(1297), - [anon_sym_buffer] = ACTIONS(1297), - [anon_sym_coherent] = ACTIONS(1297), - [anon_sym_readonly] = ACTIONS(1297), - [anon_sym_writeonly] = ACTIONS(1297), - [anon_sym_precision] = ACTIONS(1297), - [anon_sym_highp] = ACTIONS(1297), - [anon_sym_mediump] = ACTIONS(1297), - [anon_sym_lowp] = ACTIONS(1297), - [anon_sym_centroid] = ACTIONS(1297), - [anon_sym_sample] = ACTIONS(1297), - [anon_sym_patch] = ACTIONS(1297), - [anon_sym_smooth] = ACTIONS(1297), - [anon_sym_flat] = ACTIONS(1297), - [anon_sym_noperspective] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1297), - [anon_sym_typedef] = ACTIONS(1297), - [anon_sym_extern] = ACTIONS(1297), - [anon_sym___attribute__] = ACTIONS(1297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1299), - [anon_sym___declspec] = ACTIONS(1297), - [anon_sym___cdecl] = ACTIONS(1297), - [anon_sym___clrcall] = ACTIONS(1297), - [anon_sym___stdcall] = ACTIONS(1297), - [anon_sym___fastcall] = ACTIONS(1297), - [anon_sym___thiscall] = ACTIONS(1297), - [anon_sym___vectorcall] = ACTIONS(1297), - [anon_sym_LBRACE] = ACTIONS(1299), - [anon_sym_RBRACE] = ACTIONS(1299), - [anon_sym_signed] = ACTIONS(1297), - [anon_sym_unsigned] = ACTIONS(1297), - [anon_sym_long] = ACTIONS(1297), - [anon_sym_short] = ACTIONS(1297), - [anon_sym_static] = ACTIONS(1297), - [anon_sym_auto] = ACTIONS(1297), - [anon_sym_register] = ACTIONS(1297), - [anon_sym_inline] = ACTIONS(1297), - [anon_sym___inline] = ACTIONS(1297), - [anon_sym___inline__] = ACTIONS(1297), - [anon_sym___forceinline] = ACTIONS(1297), - [anon_sym_thread_local] = ACTIONS(1297), - [anon_sym___thread] = ACTIONS(1297), - [anon_sym_const] = ACTIONS(1297), - [anon_sym_constexpr] = ACTIONS(1297), - [anon_sym_volatile] = ACTIONS(1297), - [anon_sym_restrict] = ACTIONS(1297), - [anon_sym___restrict__] = ACTIONS(1297), - [anon_sym__Atomic] = ACTIONS(1297), - [anon_sym__Noreturn] = ACTIONS(1297), - [anon_sym_noreturn] = ACTIONS(1297), - [anon_sym_alignas] = ACTIONS(1297), - [anon_sym__Alignas] = ACTIONS(1297), - [sym_primitive_type] = ACTIONS(1297), - [anon_sym_enum] = ACTIONS(1297), - [anon_sym_struct] = ACTIONS(1297), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1297), - [anon_sym_else] = ACTIONS(1297), - [anon_sym_switch] = ACTIONS(1297), - [anon_sym_case] = ACTIONS(1297), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_while] = ACTIONS(1297), - [anon_sym_do] = ACTIONS(1297), - [anon_sym_for] = ACTIONS(1297), - [anon_sym_return] = ACTIONS(1297), - [anon_sym_break] = ACTIONS(1297), - [anon_sym_continue] = ACTIONS(1297), - [anon_sym_goto] = ACTIONS(1297), - [anon_sym___try] = ACTIONS(1297), - [anon_sym___leave] = ACTIONS(1297), - [anon_sym_DASH_DASH] = ACTIONS(1299), - [anon_sym_PLUS_PLUS] = ACTIONS(1299), - [anon_sym_sizeof] = ACTIONS(1297), - [anon_sym___alignof__] = ACTIONS(1297), - [anon_sym___alignof] = ACTIONS(1297), - [anon_sym__alignof] = ACTIONS(1297), - [anon_sym_alignof] = ACTIONS(1297), - [anon_sym__Alignof] = ACTIONS(1297), - [anon_sym_offsetof] = ACTIONS(1297), - [anon_sym__Generic] = ACTIONS(1297), - [anon_sym_asm] = ACTIONS(1297), - [anon_sym___asm__] = ACTIONS(1297), - [sym_number_literal] = ACTIONS(1299), - [anon_sym_L_SQUOTE] = ACTIONS(1299), - [anon_sym_u_SQUOTE] = ACTIONS(1299), - [anon_sym_U_SQUOTE] = ACTIONS(1299), - [anon_sym_u8_SQUOTE] = ACTIONS(1299), - [anon_sym_SQUOTE] = ACTIONS(1299), - [anon_sym_L_DQUOTE] = ACTIONS(1299), - [anon_sym_u_DQUOTE] = ACTIONS(1299), - [anon_sym_U_DQUOTE] = ACTIONS(1299), - [anon_sym_u8_DQUOTE] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1299), - [sym_true] = ACTIONS(1297), - [sym_false] = ACTIONS(1297), - [anon_sym_NULL] = ACTIONS(1297), - [anon_sym_nullptr] = ACTIONS(1297), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1297), - [anon_sym_rayPayloadInEXT] = ACTIONS(1297), - [anon_sym_hitAttributeEXT] = ACTIONS(1297), - [anon_sym_callableDataEXT] = ACTIONS(1297), - [anon_sym_callableDataInEXT] = ACTIONS(1297), - [anon_sym_shaderRecordEXT] = ACTIONS(1297), - [anon_sym_rayPayloadNV] = ACTIONS(1297), - [anon_sym_rayPayloadInNV] = ACTIONS(1297), - [anon_sym_hitAttributeNV] = ACTIONS(1297), - [anon_sym_callableDataNV] = ACTIONS(1297), - [anon_sym_callableDataInNV] = ACTIONS(1297), - [anon_sym_shaderRecordNV] = ACTIONS(1297), - [anon_sym_layout] = ACTIONS(1297), - }, - [191] = { - [ts_builtin_sym_end] = ACTIONS(1255), - [sym_identifier] = ACTIONS(1253), - [aux_sym_preproc_include_token1] = ACTIONS(1253), - [aux_sym_preproc_def_token1] = ACTIONS(1253), - [aux_sym_preproc_if_token1] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1253), - [sym_preproc_directive] = ACTIONS(1253), - [anon_sym_LPAREN2] = ACTIONS(1255), - [anon_sym_BANG] = ACTIONS(1255), - [anon_sym_TILDE] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1253), - [anon_sym_PLUS] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_subroutine] = ACTIONS(1253), - [anon_sym_invariant] = ACTIONS(1253), - [anon_sym_precise] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1253), - [anon_sym_out] = ACTIONS(1253), - [anon_sym_inout] = ACTIONS(1253), - [anon_sym_uniform] = ACTIONS(1253), - [anon_sym_shared] = ACTIONS(1253), - [anon_sym_attribute] = ACTIONS(1253), - [anon_sym_varying] = ACTIONS(1253), - [anon_sym_buffer] = ACTIONS(1253), - [anon_sym_coherent] = ACTIONS(1253), - [anon_sym_readonly] = ACTIONS(1253), - [anon_sym_writeonly] = ACTIONS(1253), - [anon_sym_precision] = ACTIONS(1253), - [anon_sym_highp] = ACTIONS(1253), - [anon_sym_mediump] = ACTIONS(1253), - [anon_sym_lowp] = ACTIONS(1253), - [anon_sym_centroid] = ACTIONS(1253), - [anon_sym_sample] = ACTIONS(1253), - [anon_sym_patch] = ACTIONS(1253), - [anon_sym_smooth] = ACTIONS(1253), - [anon_sym_flat] = ACTIONS(1253), - [anon_sym_noperspective] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1253), - [anon_sym_typedef] = ACTIONS(1253), - [anon_sym_extern] = ACTIONS(1253), - [anon_sym___attribute__] = ACTIONS(1253), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1255), - [anon_sym___declspec] = ACTIONS(1253), - [anon_sym___cdecl] = ACTIONS(1253), - [anon_sym___clrcall] = ACTIONS(1253), - [anon_sym___stdcall] = ACTIONS(1253), - [anon_sym___fastcall] = ACTIONS(1253), - [anon_sym___thiscall] = ACTIONS(1253), - [anon_sym___vectorcall] = ACTIONS(1253), - [anon_sym_LBRACE] = ACTIONS(1255), - [anon_sym_signed] = ACTIONS(1253), - [anon_sym_unsigned] = ACTIONS(1253), - [anon_sym_long] = ACTIONS(1253), - [anon_sym_short] = ACTIONS(1253), - [anon_sym_static] = ACTIONS(1253), - [anon_sym_auto] = ACTIONS(1253), - [anon_sym_register] = ACTIONS(1253), - [anon_sym_inline] = ACTIONS(1253), - [anon_sym___inline] = ACTIONS(1253), - [anon_sym___inline__] = ACTIONS(1253), - [anon_sym___forceinline] = ACTIONS(1253), - [anon_sym_thread_local] = ACTIONS(1253), - [anon_sym___thread] = ACTIONS(1253), - [anon_sym_const] = ACTIONS(1253), - [anon_sym_constexpr] = ACTIONS(1253), - [anon_sym_volatile] = ACTIONS(1253), - [anon_sym_restrict] = ACTIONS(1253), - [anon_sym___restrict__] = ACTIONS(1253), - [anon_sym__Atomic] = ACTIONS(1253), - [anon_sym__Noreturn] = ACTIONS(1253), - [anon_sym_noreturn] = ACTIONS(1253), - [anon_sym_alignas] = ACTIONS(1253), - [anon_sym__Alignas] = ACTIONS(1253), - [sym_primitive_type] = ACTIONS(1253), - [anon_sym_enum] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1253), - [anon_sym_union] = ACTIONS(1253), - [anon_sym_if] = ACTIONS(1253), - [anon_sym_else] = ACTIONS(1253), - [anon_sym_switch] = ACTIONS(1253), - [anon_sym_case] = ACTIONS(1253), - [anon_sym_default] = ACTIONS(1253), - [anon_sym_while] = ACTIONS(1253), - [anon_sym_do] = ACTIONS(1253), - [anon_sym_for] = ACTIONS(1253), - [anon_sym_return] = ACTIONS(1253), - [anon_sym_break] = ACTIONS(1253), - [anon_sym_continue] = ACTIONS(1253), - [anon_sym_goto] = ACTIONS(1253), - [anon_sym___try] = ACTIONS(1253), - [anon_sym___leave] = ACTIONS(1253), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_sizeof] = ACTIONS(1253), - [anon_sym___alignof__] = ACTIONS(1253), - [anon_sym___alignof] = ACTIONS(1253), - [anon_sym__alignof] = ACTIONS(1253), - [anon_sym_alignof] = ACTIONS(1253), - [anon_sym__Alignof] = ACTIONS(1253), - [anon_sym_offsetof] = ACTIONS(1253), - [anon_sym__Generic] = ACTIONS(1253), - [anon_sym_asm] = ACTIONS(1253), - [anon_sym___asm__] = ACTIONS(1253), - [sym_number_literal] = ACTIONS(1255), - [anon_sym_L_SQUOTE] = ACTIONS(1255), - [anon_sym_u_SQUOTE] = ACTIONS(1255), - [anon_sym_U_SQUOTE] = ACTIONS(1255), - [anon_sym_u8_SQUOTE] = ACTIONS(1255), - [anon_sym_SQUOTE] = ACTIONS(1255), - [anon_sym_L_DQUOTE] = ACTIONS(1255), - [anon_sym_u_DQUOTE] = ACTIONS(1255), - [anon_sym_U_DQUOTE] = ACTIONS(1255), - [anon_sym_u8_DQUOTE] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_true] = ACTIONS(1253), - [sym_false] = ACTIONS(1253), - [anon_sym_NULL] = ACTIONS(1253), - [anon_sym_nullptr] = ACTIONS(1253), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1253), - [anon_sym_rayPayloadInEXT] = ACTIONS(1253), - [anon_sym_hitAttributeEXT] = ACTIONS(1253), - [anon_sym_callableDataEXT] = ACTIONS(1253), - [anon_sym_callableDataInEXT] = ACTIONS(1253), - [anon_sym_shaderRecordEXT] = ACTIONS(1253), - [anon_sym_rayPayloadNV] = ACTIONS(1253), - [anon_sym_rayPayloadInNV] = ACTIONS(1253), - [anon_sym_hitAttributeNV] = ACTIONS(1253), - [anon_sym_callableDataNV] = ACTIONS(1253), - [anon_sym_callableDataInNV] = ACTIONS(1253), - [anon_sym_shaderRecordNV] = ACTIONS(1253), - [anon_sym_layout] = ACTIONS(1253), - }, - [192] = { - [sym_identifier] = ACTIONS(1297), - [aux_sym_preproc_include_token1] = ACTIONS(1297), - [aux_sym_preproc_def_token1] = ACTIONS(1297), - [aux_sym_preproc_if_token1] = ACTIONS(1297), - [aux_sym_preproc_if_token2] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1297), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1297), - [sym_preproc_directive] = ACTIONS(1297), - [anon_sym_LPAREN2] = ACTIONS(1299), - [anon_sym_BANG] = ACTIONS(1299), - [anon_sym_TILDE] = ACTIONS(1299), - [anon_sym_DASH] = ACTIONS(1297), - [anon_sym_PLUS] = ACTIONS(1297), - [anon_sym_STAR] = ACTIONS(1299), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_subroutine] = ACTIONS(1297), - [anon_sym_invariant] = ACTIONS(1297), - [anon_sym_precise] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1299), - [anon_sym_in] = ACTIONS(1297), - [anon_sym_out] = ACTIONS(1297), - [anon_sym_inout] = ACTIONS(1297), - [anon_sym_uniform] = ACTIONS(1297), - [anon_sym_shared] = ACTIONS(1297), - [anon_sym_attribute] = ACTIONS(1297), - [anon_sym_varying] = ACTIONS(1297), - [anon_sym_buffer] = ACTIONS(1297), - [anon_sym_coherent] = ACTIONS(1297), - [anon_sym_readonly] = ACTIONS(1297), - [anon_sym_writeonly] = ACTIONS(1297), - [anon_sym_precision] = ACTIONS(1297), - [anon_sym_highp] = ACTIONS(1297), - [anon_sym_mediump] = ACTIONS(1297), - [anon_sym_lowp] = ACTIONS(1297), - [anon_sym_centroid] = ACTIONS(1297), - [anon_sym_sample] = ACTIONS(1297), - [anon_sym_patch] = ACTIONS(1297), - [anon_sym_smooth] = ACTIONS(1297), - [anon_sym_flat] = ACTIONS(1297), - [anon_sym_noperspective] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1297), - [anon_sym_typedef] = ACTIONS(1297), - [anon_sym_extern] = ACTIONS(1297), - [anon_sym___attribute__] = ACTIONS(1297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1299), - [anon_sym___declspec] = ACTIONS(1297), - [anon_sym___cdecl] = ACTIONS(1297), - [anon_sym___clrcall] = ACTIONS(1297), - [anon_sym___stdcall] = ACTIONS(1297), - [anon_sym___fastcall] = ACTIONS(1297), - [anon_sym___thiscall] = ACTIONS(1297), - [anon_sym___vectorcall] = ACTIONS(1297), - [anon_sym_LBRACE] = ACTIONS(1299), - [anon_sym_signed] = ACTIONS(1297), - [anon_sym_unsigned] = ACTIONS(1297), - [anon_sym_long] = ACTIONS(1297), - [anon_sym_short] = ACTIONS(1297), - [anon_sym_static] = ACTIONS(1297), - [anon_sym_auto] = ACTIONS(1297), - [anon_sym_register] = ACTIONS(1297), - [anon_sym_inline] = ACTIONS(1297), - [anon_sym___inline] = ACTIONS(1297), - [anon_sym___inline__] = ACTIONS(1297), - [anon_sym___forceinline] = ACTIONS(1297), - [anon_sym_thread_local] = ACTIONS(1297), - [anon_sym___thread] = ACTIONS(1297), - [anon_sym_const] = ACTIONS(1297), - [anon_sym_constexpr] = ACTIONS(1297), - [anon_sym_volatile] = ACTIONS(1297), - [anon_sym_restrict] = ACTIONS(1297), - [anon_sym___restrict__] = ACTIONS(1297), - [anon_sym__Atomic] = ACTIONS(1297), - [anon_sym__Noreturn] = ACTIONS(1297), - [anon_sym_noreturn] = ACTIONS(1297), - [anon_sym_alignas] = ACTIONS(1297), - [anon_sym__Alignas] = ACTIONS(1297), - [sym_primitive_type] = ACTIONS(1297), - [anon_sym_enum] = ACTIONS(1297), - [anon_sym_struct] = ACTIONS(1297), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1297), - [anon_sym_else] = ACTIONS(1297), - [anon_sym_switch] = ACTIONS(1297), - [anon_sym_case] = ACTIONS(1297), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_while] = ACTIONS(1297), - [anon_sym_do] = ACTIONS(1297), - [anon_sym_for] = ACTIONS(1297), - [anon_sym_return] = ACTIONS(1297), - [anon_sym_break] = ACTIONS(1297), - [anon_sym_continue] = ACTIONS(1297), - [anon_sym_goto] = ACTIONS(1297), - [anon_sym___try] = ACTIONS(1297), - [anon_sym___leave] = ACTIONS(1297), - [anon_sym_DASH_DASH] = ACTIONS(1299), - [anon_sym_PLUS_PLUS] = ACTIONS(1299), - [anon_sym_sizeof] = ACTIONS(1297), - [anon_sym___alignof__] = ACTIONS(1297), - [anon_sym___alignof] = ACTIONS(1297), - [anon_sym__alignof] = ACTIONS(1297), - [anon_sym_alignof] = ACTIONS(1297), - [anon_sym__Alignof] = ACTIONS(1297), - [anon_sym_offsetof] = ACTIONS(1297), - [anon_sym__Generic] = ACTIONS(1297), - [anon_sym_asm] = ACTIONS(1297), - [anon_sym___asm__] = ACTIONS(1297), - [sym_number_literal] = ACTIONS(1299), - [anon_sym_L_SQUOTE] = ACTIONS(1299), - [anon_sym_u_SQUOTE] = ACTIONS(1299), - [anon_sym_U_SQUOTE] = ACTIONS(1299), - [anon_sym_u8_SQUOTE] = ACTIONS(1299), - [anon_sym_SQUOTE] = ACTIONS(1299), - [anon_sym_L_DQUOTE] = ACTIONS(1299), - [anon_sym_u_DQUOTE] = ACTIONS(1299), - [anon_sym_U_DQUOTE] = ACTIONS(1299), - [anon_sym_u8_DQUOTE] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1299), - [sym_true] = ACTIONS(1297), - [sym_false] = ACTIONS(1297), - [anon_sym_NULL] = ACTIONS(1297), - [anon_sym_nullptr] = ACTIONS(1297), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1297), - [anon_sym_rayPayloadInEXT] = ACTIONS(1297), - [anon_sym_hitAttributeEXT] = ACTIONS(1297), - [anon_sym_callableDataEXT] = ACTIONS(1297), - [anon_sym_callableDataInEXT] = ACTIONS(1297), - [anon_sym_shaderRecordEXT] = ACTIONS(1297), - [anon_sym_rayPayloadNV] = ACTIONS(1297), - [anon_sym_rayPayloadInNV] = ACTIONS(1297), - [anon_sym_hitAttributeNV] = ACTIONS(1297), - [anon_sym_callableDataNV] = ACTIONS(1297), - [anon_sym_callableDataInNV] = ACTIONS(1297), - [anon_sym_shaderRecordNV] = ACTIONS(1297), - [anon_sym_layout] = ACTIONS(1297), - }, - [193] = { - [ts_builtin_sym_end] = ACTIONS(1251), - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1249), - [aux_sym_preproc_def_token1] = ACTIONS(1249), - [aux_sym_preproc_if_token1] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1249), - [sym_preproc_directive] = ACTIONS(1249), - [anon_sym_LPAREN2] = ACTIONS(1251), - [anon_sym_BANG] = ACTIONS(1251), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1249), - [anon_sym_STAR] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - [anon_sym_subroutine] = ACTIONS(1249), - [anon_sym_invariant] = ACTIONS(1249), - [anon_sym_precise] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_in] = ACTIONS(1249), - [anon_sym_out] = ACTIONS(1249), - [anon_sym_inout] = ACTIONS(1249), - [anon_sym_uniform] = ACTIONS(1249), - [anon_sym_shared] = ACTIONS(1249), - [anon_sym_attribute] = ACTIONS(1249), - [anon_sym_varying] = ACTIONS(1249), - [anon_sym_buffer] = ACTIONS(1249), - [anon_sym_coherent] = ACTIONS(1249), - [anon_sym_readonly] = ACTIONS(1249), - [anon_sym_writeonly] = ACTIONS(1249), - [anon_sym_precision] = ACTIONS(1249), - [anon_sym_highp] = ACTIONS(1249), - [anon_sym_mediump] = ACTIONS(1249), - [anon_sym_lowp] = ACTIONS(1249), - [anon_sym_centroid] = ACTIONS(1249), - [anon_sym_sample] = ACTIONS(1249), - [anon_sym_patch] = ACTIONS(1249), - [anon_sym_smooth] = ACTIONS(1249), - [anon_sym_flat] = ACTIONS(1249), - [anon_sym_noperspective] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1249), - [anon_sym_typedef] = ACTIONS(1249), - [anon_sym_extern] = ACTIONS(1249), - [anon_sym___attribute__] = ACTIONS(1249), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1251), - [anon_sym___declspec] = ACTIONS(1249), - [anon_sym___cdecl] = ACTIONS(1249), - [anon_sym___clrcall] = ACTIONS(1249), - [anon_sym___stdcall] = ACTIONS(1249), - [anon_sym___fastcall] = ACTIONS(1249), - [anon_sym___thiscall] = ACTIONS(1249), - [anon_sym___vectorcall] = ACTIONS(1249), - [anon_sym_LBRACE] = ACTIONS(1251), - [anon_sym_signed] = ACTIONS(1249), - [anon_sym_unsigned] = ACTIONS(1249), - [anon_sym_long] = ACTIONS(1249), - [anon_sym_short] = ACTIONS(1249), - [anon_sym_static] = ACTIONS(1249), - [anon_sym_auto] = ACTIONS(1249), - [anon_sym_register] = ACTIONS(1249), - [anon_sym_inline] = ACTIONS(1249), - [anon_sym___inline] = ACTIONS(1249), - [anon_sym___inline__] = ACTIONS(1249), - [anon_sym___forceinline] = ACTIONS(1249), - [anon_sym_thread_local] = ACTIONS(1249), - [anon_sym___thread] = ACTIONS(1249), - [anon_sym_const] = ACTIONS(1249), - [anon_sym_constexpr] = ACTIONS(1249), - [anon_sym_volatile] = ACTIONS(1249), - [anon_sym_restrict] = ACTIONS(1249), - [anon_sym___restrict__] = ACTIONS(1249), - [anon_sym__Atomic] = ACTIONS(1249), - [anon_sym__Noreturn] = ACTIONS(1249), - [anon_sym_noreturn] = ACTIONS(1249), - [anon_sym_alignas] = ACTIONS(1249), - [anon_sym__Alignas] = ACTIONS(1249), - [sym_primitive_type] = ACTIONS(1249), - [anon_sym_enum] = ACTIONS(1249), - [anon_sym_struct] = ACTIONS(1249), - [anon_sym_union] = ACTIONS(1249), - [anon_sym_if] = ACTIONS(1249), - [anon_sym_else] = ACTIONS(1249), - [anon_sym_switch] = ACTIONS(1249), - [anon_sym_case] = ACTIONS(1249), - [anon_sym_default] = ACTIONS(1249), - [anon_sym_while] = ACTIONS(1249), - [anon_sym_do] = ACTIONS(1249), - [anon_sym_for] = ACTIONS(1249), - [anon_sym_return] = ACTIONS(1249), - [anon_sym_break] = ACTIONS(1249), - [anon_sym_continue] = ACTIONS(1249), - [anon_sym_goto] = ACTIONS(1249), - [anon_sym___try] = ACTIONS(1249), - [anon_sym___leave] = ACTIONS(1249), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_PLUS_PLUS] = ACTIONS(1251), - [anon_sym_sizeof] = ACTIONS(1249), - [anon_sym___alignof__] = ACTIONS(1249), - [anon_sym___alignof] = ACTIONS(1249), - [anon_sym__alignof] = ACTIONS(1249), - [anon_sym_alignof] = ACTIONS(1249), - [anon_sym__Alignof] = ACTIONS(1249), - [anon_sym_offsetof] = ACTIONS(1249), - [anon_sym__Generic] = ACTIONS(1249), - [anon_sym_asm] = ACTIONS(1249), - [anon_sym___asm__] = ACTIONS(1249), - [sym_number_literal] = ACTIONS(1251), - [anon_sym_L_SQUOTE] = ACTIONS(1251), - [anon_sym_u_SQUOTE] = ACTIONS(1251), - [anon_sym_U_SQUOTE] = ACTIONS(1251), - [anon_sym_u8_SQUOTE] = ACTIONS(1251), - [anon_sym_SQUOTE] = ACTIONS(1251), - [anon_sym_L_DQUOTE] = ACTIONS(1251), - [anon_sym_u_DQUOTE] = ACTIONS(1251), - [anon_sym_U_DQUOTE] = ACTIONS(1251), - [anon_sym_u8_DQUOTE] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_true] = ACTIONS(1249), - [sym_false] = ACTIONS(1249), - [anon_sym_NULL] = ACTIONS(1249), - [anon_sym_nullptr] = ACTIONS(1249), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1249), - [anon_sym_rayPayloadInEXT] = ACTIONS(1249), - [anon_sym_hitAttributeEXT] = ACTIONS(1249), - [anon_sym_callableDataEXT] = ACTIONS(1249), - [anon_sym_callableDataInEXT] = ACTIONS(1249), - [anon_sym_shaderRecordEXT] = ACTIONS(1249), - [anon_sym_rayPayloadNV] = ACTIONS(1249), - [anon_sym_rayPayloadInNV] = ACTIONS(1249), - [anon_sym_hitAttributeNV] = ACTIONS(1249), - [anon_sym_callableDataNV] = ACTIONS(1249), - [anon_sym_callableDataInNV] = ACTIONS(1249), - [anon_sym_shaderRecordNV] = ACTIONS(1249), - [anon_sym_layout] = ACTIONS(1249), - }, - [194] = { - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token2] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, - [195] = { - [ts_builtin_sym_end] = ACTIONS(1247), - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, - [196] = { - [ts_builtin_sym_end] = ACTIONS(1275), - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), - }, - [197] = { - [ts_builtin_sym_end] = ACTIONS(1275), - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), - }, - [198] = { - [ts_builtin_sym_end] = ACTIONS(1247), - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, - [199] = { - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token2] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, - [200] = { - [ts_builtin_sym_end] = ACTIONS(1279), - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), - }, - [201] = { - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_RBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, - [202] = { - [sym_identifier] = ACTIONS(1245), - [aux_sym_preproc_include_token1] = ACTIONS(1245), - [aux_sym_preproc_def_token1] = ACTIONS(1245), - [aux_sym_preproc_if_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1245), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1245), - [sym_preproc_directive] = ACTIONS(1245), - [anon_sym_LPAREN2] = ACTIONS(1247), - [anon_sym_BANG] = ACTIONS(1247), - [anon_sym_TILDE] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1245), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_subroutine] = ACTIONS(1245), - [anon_sym_invariant] = ACTIONS(1245), - [anon_sym_precise] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_in] = ACTIONS(1245), - [anon_sym_out] = ACTIONS(1245), - [anon_sym_inout] = ACTIONS(1245), - [anon_sym_uniform] = ACTIONS(1245), - [anon_sym_shared] = ACTIONS(1245), - [anon_sym_attribute] = ACTIONS(1245), - [anon_sym_varying] = ACTIONS(1245), - [anon_sym_buffer] = ACTIONS(1245), - [anon_sym_coherent] = ACTIONS(1245), - [anon_sym_readonly] = ACTIONS(1245), - [anon_sym_writeonly] = ACTIONS(1245), - [anon_sym_precision] = ACTIONS(1245), - [anon_sym_highp] = ACTIONS(1245), - [anon_sym_mediump] = ACTIONS(1245), - [anon_sym_lowp] = ACTIONS(1245), - [anon_sym_centroid] = ACTIONS(1245), - [anon_sym_sample] = ACTIONS(1245), - [anon_sym_patch] = ACTIONS(1245), - [anon_sym_smooth] = ACTIONS(1245), - [anon_sym_flat] = ACTIONS(1245), - [anon_sym_noperspective] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1245), - [anon_sym_typedef] = ACTIONS(1245), - [anon_sym_extern] = ACTIONS(1245), - [anon_sym___attribute__] = ACTIONS(1245), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1247), - [anon_sym___declspec] = ACTIONS(1245), - [anon_sym___cdecl] = ACTIONS(1245), - [anon_sym___clrcall] = ACTIONS(1245), - [anon_sym___stdcall] = ACTIONS(1245), - [anon_sym___fastcall] = ACTIONS(1245), - [anon_sym___thiscall] = ACTIONS(1245), - [anon_sym___vectorcall] = ACTIONS(1245), - [anon_sym_LBRACE] = ACTIONS(1247), - [anon_sym_RBRACE] = ACTIONS(1247), - [anon_sym_signed] = ACTIONS(1245), - [anon_sym_unsigned] = ACTIONS(1245), - [anon_sym_long] = ACTIONS(1245), - [anon_sym_short] = ACTIONS(1245), - [anon_sym_static] = ACTIONS(1245), - [anon_sym_auto] = ACTIONS(1245), - [anon_sym_register] = ACTIONS(1245), - [anon_sym_inline] = ACTIONS(1245), - [anon_sym___inline] = ACTIONS(1245), - [anon_sym___inline__] = ACTIONS(1245), - [anon_sym___forceinline] = ACTIONS(1245), - [anon_sym_thread_local] = ACTIONS(1245), - [anon_sym___thread] = ACTIONS(1245), - [anon_sym_const] = ACTIONS(1245), - [anon_sym_constexpr] = ACTIONS(1245), - [anon_sym_volatile] = ACTIONS(1245), - [anon_sym_restrict] = ACTIONS(1245), - [anon_sym___restrict__] = ACTIONS(1245), - [anon_sym__Atomic] = ACTIONS(1245), - [anon_sym__Noreturn] = ACTIONS(1245), - [anon_sym_noreturn] = ACTIONS(1245), - [anon_sym_alignas] = ACTIONS(1245), - [anon_sym__Alignas] = ACTIONS(1245), - [sym_primitive_type] = ACTIONS(1245), - [anon_sym_enum] = ACTIONS(1245), - [anon_sym_struct] = ACTIONS(1245), - [anon_sym_union] = ACTIONS(1245), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_else] = ACTIONS(1245), - [anon_sym_switch] = ACTIONS(1245), - [anon_sym_case] = ACTIONS(1245), - [anon_sym_default] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1245), - [anon_sym_do] = ACTIONS(1245), - [anon_sym_for] = ACTIONS(1245), - [anon_sym_return] = ACTIONS(1245), - [anon_sym_break] = ACTIONS(1245), - [anon_sym_continue] = ACTIONS(1245), - [anon_sym_goto] = ACTIONS(1245), - [anon_sym___try] = ACTIONS(1245), - [anon_sym___leave] = ACTIONS(1245), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_sizeof] = ACTIONS(1245), - [anon_sym___alignof__] = ACTIONS(1245), - [anon_sym___alignof] = ACTIONS(1245), - [anon_sym__alignof] = ACTIONS(1245), - [anon_sym_alignof] = ACTIONS(1245), - [anon_sym__Alignof] = ACTIONS(1245), - [anon_sym_offsetof] = ACTIONS(1245), - [anon_sym__Generic] = ACTIONS(1245), - [anon_sym_asm] = ACTIONS(1245), - [anon_sym___asm__] = ACTIONS(1245), - [sym_number_literal] = ACTIONS(1247), - [anon_sym_L_SQUOTE] = ACTIONS(1247), - [anon_sym_u_SQUOTE] = ACTIONS(1247), - [anon_sym_U_SQUOTE] = ACTIONS(1247), - [anon_sym_u8_SQUOTE] = ACTIONS(1247), - [anon_sym_SQUOTE] = ACTIONS(1247), - [anon_sym_L_DQUOTE] = ACTIONS(1247), - [anon_sym_u_DQUOTE] = ACTIONS(1247), - [anon_sym_U_DQUOTE] = ACTIONS(1247), - [anon_sym_u8_DQUOTE] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_true] = ACTIONS(1245), - [sym_false] = ACTIONS(1245), - [anon_sym_NULL] = ACTIONS(1245), - [anon_sym_nullptr] = ACTIONS(1245), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1245), - [anon_sym_rayPayloadInEXT] = ACTIONS(1245), - [anon_sym_hitAttributeEXT] = ACTIONS(1245), - [anon_sym_callableDataEXT] = ACTIONS(1245), - [anon_sym_callableDataInEXT] = ACTIONS(1245), - [anon_sym_shaderRecordEXT] = ACTIONS(1245), - [anon_sym_rayPayloadNV] = ACTIONS(1245), - [anon_sym_rayPayloadInNV] = ACTIONS(1245), - [anon_sym_hitAttributeNV] = ACTIONS(1245), - [anon_sym_callableDataNV] = ACTIONS(1245), - [anon_sym_callableDataInNV] = ACTIONS(1245), - [anon_sym_shaderRecordNV] = ACTIONS(1245), - [anon_sym_layout] = ACTIONS(1245), - }, - [203] = { - [ts_builtin_sym_end] = ACTIONS(1279), - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), - }, - [204] = { - [ts_builtin_sym_end] = ACTIONS(1287), - [sym_identifier] = ACTIONS(1285), - [aux_sym_preproc_include_token1] = ACTIONS(1285), - [aux_sym_preproc_def_token1] = ACTIONS(1285), - [aux_sym_preproc_if_token1] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_LPAREN2] = ACTIONS(1287), - [anon_sym_BANG] = ACTIONS(1287), - [anon_sym_TILDE] = ACTIONS(1287), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_STAR] = ACTIONS(1287), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_subroutine] = ACTIONS(1285), - [anon_sym_invariant] = ACTIONS(1285), - [anon_sym_precise] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_in] = ACTIONS(1285), - [anon_sym_out] = ACTIONS(1285), - [anon_sym_inout] = ACTIONS(1285), - [anon_sym_uniform] = ACTIONS(1285), - [anon_sym_shared] = ACTIONS(1285), - [anon_sym_attribute] = ACTIONS(1285), - [anon_sym_varying] = ACTIONS(1285), - [anon_sym_buffer] = ACTIONS(1285), - [anon_sym_coherent] = ACTIONS(1285), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_writeonly] = ACTIONS(1285), - [anon_sym_precision] = ACTIONS(1285), - [anon_sym_highp] = ACTIONS(1285), - [anon_sym_mediump] = ACTIONS(1285), - [anon_sym_lowp] = ACTIONS(1285), - [anon_sym_centroid] = ACTIONS(1285), - [anon_sym_sample] = ACTIONS(1285), - [anon_sym_patch] = ACTIONS(1285), - [anon_sym_smooth] = ACTIONS(1285), - [anon_sym_flat] = ACTIONS(1285), - [anon_sym_noperspective] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym___attribute__] = ACTIONS(1285), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1287), - [anon_sym___declspec] = ACTIONS(1285), - [anon_sym___cdecl] = ACTIONS(1285), - [anon_sym___clrcall] = ACTIONS(1285), - [anon_sym___stdcall] = ACTIONS(1285), - [anon_sym___fastcall] = ACTIONS(1285), - [anon_sym___thiscall] = ACTIONS(1285), - [anon_sym___vectorcall] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_signed] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym___inline] = ACTIONS(1285), - [anon_sym___inline__] = ACTIONS(1285), - [anon_sym___forceinline] = ACTIONS(1285), - [anon_sym_thread_local] = ACTIONS(1285), - [anon_sym___thread] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_constexpr] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym___restrict__] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym__Noreturn] = ACTIONS(1285), - [anon_sym_noreturn] = ACTIONS(1285), - [anon_sym_alignas] = ACTIONS(1285), - [anon_sym__Alignas] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym___try] = ACTIONS(1285), - [anon_sym___leave] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1287), - [anon_sym_PLUS_PLUS] = ACTIONS(1287), - [anon_sym_sizeof] = ACTIONS(1285), - [anon_sym___alignof__] = ACTIONS(1285), - [anon_sym___alignof] = ACTIONS(1285), - [anon_sym__alignof] = ACTIONS(1285), - [anon_sym_alignof] = ACTIONS(1285), - [anon_sym__Alignof] = ACTIONS(1285), - [anon_sym_offsetof] = ACTIONS(1285), - [anon_sym__Generic] = ACTIONS(1285), - [anon_sym_asm] = ACTIONS(1285), - [anon_sym___asm__] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1287), - [anon_sym_L_SQUOTE] = ACTIONS(1287), - [anon_sym_u_SQUOTE] = ACTIONS(1287), - [anon_sym_U_SQUOTE] = ACTIONS(1287), - [anon_sym_u8_SQUOTE] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1287), - [anon_sym_L_DQUOTE] = ACTIONS(1287), - [anon_sym_u_DQUOTE] = ACTIONS(1287), - [anon_sym_U_DQUOTE] = ACTIONS(1287), - [anon_sym_u8_DQUOTE] = ACTIONS(1287), - [anon_sym_DQUOTE] = ACTIONS(1287), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [anon_sym_NULL] = ACTIONS(1285), - [anon_sym_nullptr] = ACTIONS(1285), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1285), - [anon_sym_rayPayloadInEXT] = ACTIONS(1285), - [anon_sym_hitAttributeEXT] = ACTIONS(1285), - [anon_sym_callableDataEXT] = ACTIONS(1285), - [anon_sym_callableDataInEXT] = ACTIONS(1285), - [anon_sym_shaderRecordEXT] = ACTIONS(1285), - [anon_sym_rayPayloadNV] = ACTIONS(1285), - [anon_sym_rayPayloadInNV] = ACTIONS(1285), - [anon_sym_hitAttributeNV] = ACTIONS(1285), - [anon_sym_callableDataNV] = ACTIONS(1285), - [anon_sym_callableDataInNV] = ACTIONS(1285), - [anon_sym_shaderRecordNV] = ACTIONS(1285), - [anon_sym_layout] = ACTIONS(1285), - }, - [205] = { - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1249), - [aux_sym_preproc_def_token1] = ACTIONS(1249), - [aux_sym_preproc_if_token1] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1249), - [sym_preproc_directive] = ACTIONS(1249), - [anon_sym_LPAREN2] = ACTIONS(1251), - [anon_sym_BANG] = ACTIONS(1251), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1249), - [anon_sym_STAR] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - [anon_sym_subroutine] = ACTIONS(1249), - [anon_sym_invariant] = ACTIONS(1249), - [anon_sym_precise] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_in] = ACTIONS(1249), - [anon_sym_out] = ACTIONS(1249), - [anon_sym_inout] = ACTIONS(1249), - [anon_sym_uniform] = ACTIONS(1249), - [anon_sym_shared] = ACTIONS(1249), - [anon_sym_attribute] = ACTIONS(1249), - [anon_sym_varying] = ACTIONS(1249), - [anon_sym_buffer] = ACTIONS(1249), - [anon_sym_coherent] = ACTIONS(1249), - [anon_sym_readonly] = ACTIONS(1249), - [anon_sym_writeonly] = ACTIONS(1249), - [anon_sym_precision] = ACTIONS(1249), - [anon_sym_highp] = ACTIONS(1249), - [anon_sym_mediump] = ACTIONS(1249), - [anon_sym_lowp] = ACTIONS(1249), - [anon_sym_centroid] = ACTIONS(1249), - [anon_sym_sample] = ACTIONS(1249), - [anon_sym_patch] = ACTIONS(1249), - [anon_sym_smooth] = ACTIONS(1249), - [anon_sym_flat] = ACTIONS(1249), - [anon_sym_noperspective] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1249), - [anon_sym_typedef] = ACTIONS(1249), - [anon_sym_extern] = ACTIONS(1249), - [anon_sym___attribute__] = ACTIONS(1249), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1251), - [anon_sym___declspec] = ACTIONS(1249), - [anon_sym___cdecl] = ACTIONS(1249), - [anon_sym___clrcall] = ACTIONS(1249), - [anon_sym___stdcall] = ACTIONS(1249), - [anon_sym___fastcall] = ACTIONS(1249), - [anon_sym___thiscall] = ACTIONS(1249), - [anon_sym___vectorcall] = ACTIONS(1249), - [anon_sym_LBRACE] = ACTIONS(1251), - [anon_sym_RBRACE] = ACTIONS(1251), - [anon_sym_signed] = ACTIONS(1249), - [anon_sym_unsigned] = ACTIONS(1249), - [anon_sym_long] = ACTIONS(1249), - [anon_sym_short] = ACTIONS(1249), - [anon_sym_static] = ACTIONS(1249), - [anon_sym_auto] = ACTIONS(1249), - [anon_sym_register] = ACTIONS(1249), - [anon_sym_inline] = ACTIONS(1249), - [anon_sym___inline] = ACTIONS(1249), - [anon_sym___inline__] = ACTIONS(1249), - [anon_sym___forceinline] = ACTIONS(1249), - [anon_sym_thread_local] = ACTIONS(1249), - [anon_sym___thread] = ACTIONS(1249), - [anon_sym_const] = ACTIONS(1249), - [anon_sym_constexpr] = ACTIONS(1249), - [anon_sym_volatile] = ACTIONS(1249), - [anon_sym_restrict] = ACTIONS(1249), - [anon_sym___restrict__] = ACTIONS(1249), - [anon_sym__Atomic] = ACTIONS(1249), - [anon_sym__Noreturn] = ACTIONS(1249), - [anon_sym_noreturn] = ACTIONS(1249), - [anon_sym_alignas] = ACTIONS(1249), - [anon_sym__Alignas] = ACTIONS(1249), - [sym_primitive_type] = ACTIONS(1249), - [anon_sym_enum] = ACTIONS(1249), - [anon_sym_struct] = ACTIONS(1249), - [anon_sym_union] = ACTIONS(1249), - [anon_sym_if] = ACTIONS(1249), - [anon_sym_else] = ACTIONS(1249), - [anon_sym_switch] = ACTIONS(1249), - [anon_sym_case] = ACTIONS(1249), - [anon_sym_default] = ACTIONS(1249), - [anon_sym_while] = ACTIONS(1249), - [anon_sym_do] = ACTIONS(1249), - [anon_sym_for] = ACTIONS(1249), - [anon_sym_return] = ACTIONS(1249), - [anon_sym_break] = ACTIONS(1249), - [anon_sym_continue] = ACTIONS(1249), - [anon_sym_goto] = ACTIONS(1249), - [anon_sym___try] = ACTIONS(1249), - [anon_sym___leave] = ACTIONS(1249), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_PLUS_PLUS] = ACTIONS(1251), - [anon_sym_sizeof] = ACTIONS(1249), - [anon_sym___alignof__] = ACTIONS(1249), - [anon_sym___alignof] = ACTIONS(1249), - [anon_sym__alignof] = ACTIONS(1249), - [anon_sym_alignof] = ACTIONS(1249), - [anon_sym__Alignof] = ACTIONS(1249), - [anon_sym_offsetof] = ACTIONS(1249), - [anon_sym__Generic] = ACTIONS(1249), - [anon_sym_asm] = ACTIONS(1249), - [anon_sym___asm__] = ACTIONS(1249), - [sym_number_literal] = ACTIONS(1251), - [anon_sym_L_SQUOTE] = ACTIONS(1251), - [anon_sym_u_SQUOTE] = ACTIONS(1251), - [anon_sym_U_SQUOTE] = ACTIONS(1251), - [anon_sym_u8_SQUOTE] = ACTIONS(1251), - [anon_sym_SQUOTE] = ACTIONS(1251), - [anon_sym_L_DQUOTE] = ACTIONS(1251), - [anon_sym_u_DQUOTE] = ACTIONS(1251), - [anon_sym_U_DQUOTE] = ACTIONS(1251), - [anon_sym_u8_DQUOTE] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_true] = ACTIONS(1249), - [sym_false] = ACTIONS(1249), - [anon_sym_NULL] = ACTIONS(1249), - [anon_sym_nullptr] = ACTIONS(1249), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1249), - [anon_sym_rayPayloadInEXT] = ACTIONS(1249), - [anon_sym_hitAttributeEXT] = ACTIONS(1249), - [anon_sym_callableDataEXT] = ACTIONS(1249), - [anon_sym_callableDataInEXT] = ACTIONS(1249), - [anon_sym_shaderRecordEXT] = ACTIONS(1249), - [anon_sym_rayPayloadNV] = ACTIONS(1249), - [anon_sym_rayPayloadInNV] = ACTIONS(1249), - [anon_sym_hitAttributeNV] = ACTIONS(1249), - [anon_sym_callableDataNV] = ACTIONS(1249), - [anon_sym_callableDataInNV] = ACTIONS(1249), - [anon_sym_shaderRecordNV] = ACTIONS(1249), - [anon_sym_layout] = ACTIONS(1249), - }, - [206] = { - [sym_identifier] = ACTIONS(1253), - [aux_sym_preproc_include_token1] = ACTIONS(1253), - [aux_sym_preproc_def_token1] = ACTIONS(1253), - [aux_sym_preproc_if_token1] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1253), - [sym_preproc_directive] = ACTIONS(1253), - [anon_sym_LPAREN2] = ACTIONS(1255), - [anon_sym_BANG] = ACTIONS(1255), - [anon_sym_TILDE] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1253), - [anon_sym_PLUS] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_subroutine] = ACTIONS(1253), - [anon_sym_invariant] = ACTIONS(1253), - [anon_sym_precise] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1253), - [anon_sym_out] = ACTIONS(1253), - [anon_sym_inout] = ACTIONS(1253), - [anon_sym_uniform] = ACTIONS(1253), - [anon_sym_shared] = ACTIONS(1253), - [anon_sym_attribute] = ACTIONS(1253), - [anon_sym_varying] = ACTIONS(1253), - [anon_sym_buffer] = ACTIONS(1253), - [anon_sym_coherent] = ACTIONS(1253), - [anon_sym_readonly] = ACTIONS(1253), - [anon_sym_writeonly] = ACTIONS(1253), - [anon_sym_precision] = ACTIONS(1253), - [anon_sym_highp] = ACTIONS(1253), - [anon_sym_mediump] = ACTIONS(1253), - [anon_sym_lowp] = ACTIONS(1253), - [anon_sym_centroid] = ACTIONS(1253), - [anon_sym_sample] = ACTIONS(1253), - [anon_sym_patch] = ACTIONS(1253), - [anon_sym_smooth] = ACTIONS(1253), - [anon_sym_flat] = ACTIONS(1253), - [anon_sym_noperspective] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1253), - [anon_sym_typedef] = ACTIONS(1253), - [anon_sym_extern] = ACTIONS(1253), - [anon_sym___attribute__] = ACTIONS(1253), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1255), - [anon_sym___declspec] = ACTIONS(1253), - [anon_sym___cdecl] = ACTIONS(1253), - [anon_sym___clrcall] = ACTIONS(1253), - [anon_sym___stdcall] = ACTIONS(1253), - [anon_sym___fastcall] = ACTIONS(1253), - [anon_sym___thiscall] = ACTIONS(1253), - [anon_sym___vectorcall] = ACTIONS(1253), - [anon_sym_LBRACE] = ACTIONS(1255), - [anon_sym_RBRACE] = ACTIONS(1255), - [anon_sym_signed] = ACTIONS(1253), - [anon_sym_unsigned] = ACTIONS(1253), - [anon_sym_long] = ACTIONS(1253), - [anon_sym_short] = ACTIONS(1253), - [anon_sym_static] = ACTIONS(1253), - [anon_sym_auto] = ACTIONS(1253), - [anon_sym_register] = ACTIONS(1253), - [anon_sym_inline] = ACTIONS(1253), - [anon_sym___inline] = ACTIONS(1253), - [anon_sym___inline__] = ACTIONS(1253), - [anon_sym___forceinline] = ACTIONS(1253), - [anon_sym_thread_local] = ACTIONS(1253), - [anon_sym___thread] = ACTIONS(1253), - [anon_sym_const] = ACTIONS(1253), - [anon_sym_constexpr] = ACTIONS(1253), - [anon_sym_volatile] = ACTIONS(1253), - [anon_sym_restrict] = ACTIONS(1253), - [anon_sym___restrict__] = ACTIONS(1253), - [anon_sym__Atomic] = ACTIONS(1253), - [anon_sym__Noreturn] = ACTIONS(1253), - [anon_sym_noreturn] = ACTIONS(1253), - [anon_sym_alignas] = ACTIONS(1253), - [anon_sym__Alignas] = ACTIONS(1253), - [sym_primitive_type] = ACTIONS(1253), - [anon_sym_enum] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1253), - [anon_sym_union] = ACTIONS(1253), - [anon_sym_if] = ACTIONS(1253), - [anon_sym_else] = ACTIONS(1253), - [anon_sym_switch] = ACTIONS(1253), - [anon_sym_case] = ACTIONS(1253), - [anon_sym_default] = ACTIONS(1253), - [anon_sym_while] = ACTIONS(1253), - [anon_sym_do] = ACTIONS(1253), - [anon_sym_for] = ACTIONS(1253), - [anon_sym_return] = ACTIONS(1253), - [anon_sym_break] = ACTIONS(1253), - [anon_sym_continue] = ACTIONS(1253), - [anon_sym_goto] = ACTIONS(1253), - [anon_sym___try] = ACTIONS(1253), - [anon_sym___leave] = ACTIONS(1253), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_sizeof] = ACTIONS(1253), - [anon_sym___alignof__] = ACTIONS(1253), - [anon_sym___alignof] = ACTIONS(1253), - [anon_sym__alignof] = ACTIONS(1253), - [anon_sym_alignof] = ACTIONS(1253), - [anon_sym__Alignof] = ACTIONS(1253), - [anon_sym_offsetof] = ACTIONS(1253), - [anon_sym__Generic] = ACTIONS(1253), - [anon_sym_asm] = ACTIONS(1253), - [anon_sym___asm__] = ACTIONS(1253), - [sym_number_literal] = ACTIONS(1255), - [anon_sym_L_SQUOTE] = ACTIONS(1255), - [anon_sym_u_SQUOTE] = ACTIONS(1255), - [anon_sym_U_SQUOTE] = ACTIONS(1255), - [anon_sym_u8_SQUOTE] = ACTIONS(1255), - [anon_sym_SQUOTE] = ACTIONS(1255), - [anon_sym_L_DQUOTE] = ACTIONS(1255), - [anon_sym_u_DQUOTE] = ACTIONS(1255), - [anon_sym_U_DQUOTE] = ACTIONS(1255), - [anon_sym_u8_DQUOTE] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_true] = ACTIONS(1253), - [sym_false] = ACTIONS(1253), - [anon_sym_NULL] = ACTIONS(1253), - [anon_sym_nullptr] = ACTIONS(1253), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1253), - [anon_sym_rayPayloadInEXT] = ACTIONS(1253), - [anon_sym_hitAttributeEXT] = ACTIONS(1253), - [anon_sym_callableDataEXT] = ACTIONS(1253), - [anon_sym_callableDataInEXT] = ACTIONS(1253), - [anon_sym_shaderRecordEXT] = ACTIONS(1253), - [anon_sym_rayPayloadNV] = ACTIONS(1253), - [anon_sym_rayPayloadInNV] = ACTIONS(1253), - [anon_sym_hitAttributeNV] = ACTIONS(1253), - [anon_sym_callableDataNV] = ACTIONS(1253), - [anon_sym_callableDataInNV] = ACTIONS(1253), - [anon_sym_shaderRecordNV] = ACTIONS(1253), - [anon_sym_layout] = ACTIONS(1253), - }, - [207] = { + [sym_else_clause] = STATE(229), [ts_builtin_sym_end] = ACTIONS(1235), [sym_identifier] = ACTIONS(1233), [aux_sym_preproc_include_token1] = ACTIONS(1233), @@ -47255,6 +43531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1233), [anon_sym__Noreturn] = ACTIONS(1233), [anon_sym_noreturn] = ACTIONS(1233), + [anon_sym__Nonnull] = ACTIONS(1233), [anon_sym_alignas] = ACTIONS(1233), [anon_sym__Alignas] = ACTIONS(1233), [sym_primitive_type] = ACTIONS(1233), @@ -47262,7 +43539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1233), [anon_sym_union] = ACTIONS(1233), [anon_sym_if] = ACTIONS(1233), - [anon_sym_else] = ACTIONS(1233), + [anon_sym_else] = ACTIONS(1547), [anon_sym_switch] = ACTIONS(1233), [anon_sym_case] = ACTIONS(1233), [anon_sym_default] = ACTIONS(1233), @@ -47287,6 +43564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1233), [anon_sym_asm] = ACTIONS(1233), [anon_sym___asm__] = ACTIONS(1233), + [anon_sym___asm] = ACTIONS(1233), [sym_number_literal] = ACTIONS(1235), [anon_sym_L_SQUOTE] = ACTIONS(1235), [anon_sym_u_SQUOTE] = ACTIONS(1235), @@ -47317,4272 +43595,5865 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1233), [anon_sym_layout] = ACTIONS(1233), }, - [208] = { - [sym_identifier] = ACTIONS(1261), - [aux_sym_preproc_include_token1] = ACTIONS(1261), - [aux_sym_preproc_def_token1] = ACTIONS(1261), - [aux_sym_preproc_if_token1] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1261), - [sym_preproc_directive] = ACTIONS(1261), - [anon_sym_LPAREN2] = ACTIONS(1263), - [anon_sym_BANG] = ACTIONS(1263), - [anon_sym_TILDE] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_subroutine] = ACTIONS(1261), - [anon_sym_invariant] = ACTIONS(1261), - [anon_sym_precise] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_in] = ACTIONS(1261), - [anon_sym_out] = ACTIONS(1261), - [anon_sym_inout] = ACTIONS(1261), - [anon_sym_uniform] = ACTIONS(1261), - [anon_sym_shared] = ACTIONS(1261), - [anon_sym_attribute] = ACTIONS(1261), - [anon_sym_varying] = ACTIONS(1261), - [anon_sym_buffer] = ACTIONS(1261), - [anon_sym_coherent] = ACTIONS(1261), - [anon_sym_readonly] = ACTIONS(1261), - [anon_sym_writeonly] = ACTIONS(1261), - [anon_sym_precision] = ACTIONS(1261), - [anon_sym_highp] = ACTIONS(1261), - [anon_sym_mediump] = ACTIONS(1261), - [anon_sym_lowp] = ACTIONS(1261), - [anon_sym_centroid] = ACTIONS(1261), - [anon_sym_sample] = ACTIONS(1261), - [anon_sym_patch] = ACTIONS(1261), - [anon_sym_smooth] = ACTIONS(1261), - [anon_sym_flat] = ACTIONS(1261), - [anon_sym_noperspective] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1261), - [anon_sym_typedef] = ACTIONS(1261), - [anon_sym_extern] = ACTIONS(1261), - [anon_sym___attribute__] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1263), - [anon_sym___declspec] = ACTIONS(1261), - [anon_sym___cdecl] = ACTIONS(1261), - [anon_sym___clrcall] = ACTIONS(1261), - [anon_sym___stdcall] = ACTIONS(1261), - [anon_sym___fastcall] = ACTIONS(1261), - [anon_sym___thiscall] = ACTIONS(1261), - [anon_sym___vectorcall] = ACTIONS(1261), - [anon_sym_LBRACE] = ACTIONS(1263), - [anon_sym_RBRACE] = ACTIONS(1263), - [anon_sym_signed] = ACTIONS(1261), - [anon_sym_unsigned] = ACTIONS(1261), - [anon_sym_long] = ACTIONS(1261), - [anon_sym_short] = ACTIONS(1261), - [anon_sym_static] = ACTIONS(1261), - [anon_sym_auto] = ACTIONS(1261), - [anon_sym_register] = ACTIONS(1261), - [anon_sym_inline] = ACTIONS(1261), - [anon_sym___inline] = ACTIONS(1261), - [anon_sym___inline__] = ACTIONS(1261), - [anon_sym___forceinline] = ACTIONS(1261), - [anon_sym_thread_local] = ACTIONS(1261), - [anon_sym___thread] = ACTIONS(1261), - [anon_sym_const] = ACTIONS(1261), - [anon_sym_constexpr] = ACTIONS(1261), - [anon_sym_volatile] = ACTIONS(1261), - [anon_sym_restrict] = ACTIONS(1261), - [anon_sym___restrict__] = ACTIONS(1261), - [anon_sym__Atomic] = ACTIONS(1261), - [anon_sym__Noreturn] = ACTIONS(1261), - [anon_sym_noreturn] = ACTIONS(1261), - [anon_sym_alignas] = ACTIONS(1261), - [anon_sym__Alignas] = ACTIONS(1261), - [sym_primitive_type] = ACTIONS(1261), - [anon_sym_enum] = ACTIONS(1261), - [anon_sym_struct] = ACTIONS(1261), - [anon_sym_union] = ACTIONS(1261), - [anon_sym_if] = ACTIONS(1261), - [anon_sym_else] = ACTIONS(1261), - [anon_sym_switch] = ACTIONS(1261), - [anon_sym_case] = ACTIONS(1261), - [anon_sym_default] = ACTIONS(1261), - [anon_sym_while] = ACTIONS(1261), - [anon_sym_do] = ACTIONS(1261), - [anon_sym_for] = ACTIONS(1261), - [anon_sym_return] = ACTIONS(1261), - [anon_sym_break] = ACTIONS(1261), - [anon_sym_continue] = ACTIONS(1261), - [anon_sym_goto] = ACTIONS(1261), - [anon_sym___try] = ACTIONS(1261), - [anon_sym___leave] = ACTIONS(1261), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_sizeof] = ACTIONS(1261), - [anon_sym___alignof__] = ACTIONS(1261), - [anon_sym___alignof] = ACTIONS(1261), - [anon_sym__alignof] = ACTIONS(1261), - [anon_sym_alignof] = ACTIONS(1261), - [anon_sym__Alignof] = ACTIONS(1261), - [anon_sym_offsetof] = ACTIONS(1261), - [anon_sym__Generic] = ACTIONS(1261), - [anon_sym_asm] = ACTIONS(1261), - [anon_sym___asm__] = ACTIONS(1261), - [sym_number_literal] = ACTIONS(1263), - [anon_sym_L_SQUOTE] = ACTIONS(1263), - [anon_sym_u_SQUOTE] = ACTIONS(1263), - [anon_sym_U_SQUOTE] = ACTIONS(1263), - [anon_sym_u8_SQUOTE] = ACTIONS(1263), - [anon_sym_SQUOTE] = ACTIONS(1263), - [anon_sym_L_DQUOTE] = ACTIONS(1263), - [anon_sym_u_DQUOTE] = ACTIONS(1263), - [anon_sym_U_DQUOTE] = ACTIONS(1263), - [anon_sym_u8_DQUOTE] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_true] = ACTIONS(1261), - [sym_false] = ACTIONS(1261), - [anon_sym_NULL] = ACTIONS(1261), - [anon_sym_nullptr] = ACTIONS(1261), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1261), - [anon_sym_rayPayloadInEXT] = ACTIONS(1261), - [anon_sym_hitAttributeEXT] = ACTIONS(1261), - [anon_sym_callableDataEXT] = ACTIONS(1261), - [anon_sym_callableDataInEXT] = ACTIONS(1261), - [anon_sym_shaderRecordEXT] = ACTIONS(1261), - [anon_sym_rayPayloadNV] = ACTIONS(1261), - [anon_sym_rayPayloadInNV] = ACTIONS(1261), - [anon_sym_hitAttributeNV] = ACTIONS(1261), - [anon_sym_callableDataNV] = ACTIONS(1261), - [anon_sym_callableDataInNV] = ACTIONS(1261), - [anon_sym_shaderRecordNV] = ACTIONS(1261), - [anon_sym_layout] = ACTIONS(1261), - }, - [209] = { - [sym_identifier] = ACTIONS(1249), - [aux_sym_preproc_include_token1] = ACTIONS(1249), - [aux_sym_preproc_def_token1] = ACTIONS(1249), - [aux_sym_preproc_if_token1] = ACTIONS(1249), - [aux_sym_preproc_if_token2] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1249), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1249), - [sym_preproc_directive] = ACTIONS(1249), - [anon_sym_LPAREN2] = ACTIONS(1251), - [anon_sym_BANG] = ACTIONS(1251), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1249), - [anon_sym_STAR] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1251), - [anon_sym_subroutine] = ACTIONS(1249), - [anon_sym_invariant] = ACTIONS(1249), - [anon_sym_precise] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_in] = ACTIONS(1249), - [anon_sym_out] = ACTIONS(1249), - [anon_sym_inout] = ACTIONS(1249), - [anon_sym_uniform] = ACTIONS(1249), - [anon_sym_shared] = ACTIONS(1249), - [anon_sym_attribute] = ACTIONS(1249), - [anon_sym_varying] = ACTIONS(1249), - [anon_sym_buffer] = ACTIONS(1249), - [anon_sym_coherent] = ACTIONS(1249), - [anon_sym_readonly] = ACTIONS(1249), - [anon_sym_writeonly] = ACTIONS(1249), - [anon_sym_precision] = ACTIONS(1249), - [anon_sym_highp] = ACTIONS(1249), - [anon_sym_mediump] = ACTIONS(1249), - [anon_sym_lowp] = ACTIONS(1249), - [anon_sym_centroid] = ACTIONS(1249), - [anon_sym_sample] = ACTIONS(1249), - [anon_sym_patch] = ACTIONS(1249), - [anon_sym_smooth] = ACTIONS(1249), - [anon_sym_flat] = ACTIONS(1249), - [anon_sym_noperspective] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1249), - [anon_sym_typedef] = ACTIONS(1249), - [anon_sym_extern] = ACTIONS(1249), - [anon_sym___attribute__] = ACTIONS(1249), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1251), - [anon_sym___declspec] = ACTIONS(1249), - [anon_sym___cdecl] = ACTIONS(1249), - [anon_sym___clrcall] = ACTIONS(1249), - [anon_sym___stdcall] = ACTIONS(1249), - [anon_sym___fastcall] = ACTIONS(1249), - [anon_sym___thiscall] = ACTIONS(1249), - [anon_sym___vectorcall] = ACTIONS(1249), - [anon_sym_LBRACE] = ACTIONS(1251), - [anon_sym_signed] = ACTIONS(1249), - [anon_sym_unsigned] = ACTIONS(1249), - [anon_sym_long] = ACTIONS(1249), - [anon_sym_short] = ACTIONS(1249), - [anon_sym_static] = ACTIONS(1249), - [anon_sym_auto] = ACTIONS(1249), - [anon_sym_register] = ACTIONS(1249), - [anon_sym_inline] = ACTIONS(1249), - [anon_sym___inline] = ACTIONS(1249), - [anon_sym___inline__] = ACTIONS(1249), - [anon_sym___forceinline] = ACTIONS(1249), - [anon_sym_thread_local] = ACTIONS(1249), - [anon_sym___thread] = ACTIONS(1249), - [anon_sym_const] = ACTIONS(1249), - [anon_sym_constexpr] = ACTIONS(1249), - [anon_sym_volatile] = ACTIONS(1249), - [anon_sym_restrict] = ACTIONS(1249), - [anon_sym___restrict__] = ACTIONS(1249), - [anon_sym__Atomic] = ACTIONS(1249), - [anon_sym__Noreturn] = ACTIONS(1249), - [anon_sym_noreturn] = ACTIONS(1249), - [anon_sym_alignas] = ACTIONS(1249), - [anon_sym__Alignas] = ACTIONS(1249), - [sym_primitive_type] = ACTIONS(1249), - [anon_sym_enum] = ACTIONS(1249), - [anon_sym_struct] = ACTIONS(1249), - [anon_sym_union] = ACTIONS(1249), - [anon_sym_if] = ACTIONS(1249), - [anon_sym_else] = ACTIONS(1249), - [anon_sym_switch] = ACTIONS(1249), - [anon_sym_case] = ACTIONS(1249), - [anon_sym_default] = ACTIONS(1249), - [anon_sym_while] = ACTIONS(1249), - [anon_sym_do] = ACTIONS(1249), - [anon_sym_for] = ACTIONS(1249), - [anon_sym_return] = ACTIONS(1249), - [anon_sym_break] = ACTIONS(1249), - [anon_sym_continue] = ACTIONS(1249), - [anon_sym_goto] = ACTIONS(1249), - [anon_sym___try] = ACTIONS(1249), - [anon_sym___leave] = ACTIONS(1249), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_PLUS_PLUS] = ACTIONS(1251), - [anon_sym_sizeof] = ACTIONS(1249), - [anon_sym___alignof__] = ACTIONS(1249), - [anon_sym___alignof] = ACTIONS(1249), - [anon_sym__alignof] = ACTIONS(1249), - [anon_sym_alignof] = ACTIONS(1249), - [anon_sym__Alignof] = ACTIONS(1249), - [anon_sym_offsetof] = ACTIONS(1249), - [anon_sym__Generic] = ACTIONS(1249), - [anon_sym_asm] = ACTIONS(1249), - [anon_sym___asm__] = ACTIONS(1249), - [sym_number_literal] = ACTIONS(1251), - [anon_sym_L_SQUOTE] = ACTIONS(1251), - [anon_sym_u_SQUOTE] = ACTIONS(1251), - [anon_sym_U_SQUOTE] = ACTIONS(1251), - [anon_sym_u8_SQUOTE] = ACTIONS(1251), - [anon_sym_SQUOTE] = ACTIONS(1251), - [anon_sym_L_DQUOTE] = ACTIONS(1251), - [anon_sym_u_DQUOTE] = ACTIONS(1251), - [anon_sym_U_DQUOTE] = ACTIONS(1251), - [anon_sym_u8_DQUOTE] = ACTIONS(1251), - [anon_sym_DQUOTE] = ACTIONS(1251), - [sym_true] = ACTIONS(1249), - [sym_false] = ACTIONS(1249), - [anon_sym_NULL] = ACTIONS(1249), - [anon_sym_nullptr] = ACTIONS(1249), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1249), - [anon_sym_rayPayloadInEXT] = ACTIONS(1249), - [anon_sym_hitAttributeEXT] = ACTIONS(1249), - [anon_sym_callableDataEXT] = ACTIONS(1249), - [anon_sym_callableDataInEXT] = ACTIONS(1249), - [anon_sym_shaderRecordEXT] = ACTIONS(1249), - [anon_sym_rayPayloadNV] = ACTIONS(1249), - [anon_sym_rayPayloadInNV] = ACTIONS(1249), - [anon_sym_hitAttributeNV] = ACTIONS(1249), - [anon_sym_callableDataNV] = ACTIONS(1249), - [anon_sym_callableDataInNV] = ACTIONS(1249), - [anon_sym_shaderRecordNV] = ACTIONS(1249), - [anon_sym_layout] = ACTIONS(1249), - }, - [210] = { - [ts_builtin_sym_end] = ACTIONS(1295), - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), - }, - [211] = { - [ts_builtin_sym_end] = ACTIONS(1271), - [sym_identifier] = ACTIONS(1269), - [aux_sym_preproc_include_token1] = ACTIONS(1269), - [aux_sym_preproc_def_token1] = ACTIONS(1269), - [aux_sym_preproc_if_token1] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1269), - [sym_preproc_directive] = ACTIONS(1269), - [anon_sym_LPAREN2] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1271), - [anon_sym_TILDE] = ACTIONS(1271), - [anon_sym_DASH] = ACTIONS(1269), - [anon_sym_PLUS] = ACTIONS(1269), - [anon_sym_STAR] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(1271), - [anon_sym_subroutine] = ACTIONS(1269), - [anon_sym_invariant] = ACTIONS(1269), - [anon_sym_precise] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1271), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_out] = ACTIONS(1269), - [anon_sym_inout] = ACTIONS(1269), - [anon_sym_uniform] = ACTIONS(1269), - [anon_sym_shared] = ACTIONS(1269), - [anon_sym_attribute] = ACTIONS(1269), - [anon_sym_varying] = ACTIONS(1269), - [anon_sym_buffer] = ACTIONS(1269), - [anon_sym_coherent] = ACTIONS(1269), - [anon_sym_readonly] = ACTIONS(1269), - [anon_sym_writeonly] = ACTIONS(1269), - [anon_sym_precision] = ACTIONS(1269), - [anon_sym_highp] = ACTIONS(1269), - [anon_sym_mediump] = ACTIONS(1269), - [anon_sym_lowp] = ACTIONS(1269), - [anon_sym_centroid] = ACTIONS(1269), - [anon_sym_sample] = ACTIONS(1269), - [anon_sym_patch] = ACTIONS(1269), - [anon_sym_smooth] = ACTIONS(1269), - [anon_sym_flat] = ACTIONS(1269), - [anon_sym_noperspective] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1269), - [anon_sym_typedef] = ACTIONS(1269), - [anon_sym_extern] = ACTIONS(1269), - [anon_sym___attribute__] = ACTIONS(1269), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1271), - [anon_sym___declspec] = ACTIONS(1269), - [anon_sym___cdecl] = ACTIONS(1269), - [anon_sym___clrcall] = ACTIONS(1269), - [anon_sym___stdcall] = ACTIONS(1269), - [anon_sym___fastcall] = ACTIONS(1269), - [anon_sym___thiscall] = ACTIONS(1269), - [anon_sym___vectorcall] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1271), - [anon_sym_signed] = ACTIONS(1269), - [anon_sym_unsigned] = ACTIONS(1269), - [anon_sym_long] = ACTIONS(1269), - [anon_sym_short] = ACTIONS(1269), - [anon_sym_static] = ACTIONS(1269), - [anon_sym_auto] = ACTIONS(1269), - [anon_sym_register] = ACTIONS(1269), - [anon_sym_inline] = ACTIONS(1269), - [anon_sym___inline] = ACTIONS(1269), - [anon_sym___inline__] = ACTIONS(1269), - [anon_sym___forceinline] = ACTIONS(1269), - [anon_sym_thread_local] = ACTIONS(1269), - [anon_sym___thread] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [anon_sym_constexpr] = ACTIONS(1269), - [anon_sym_volatile] = ACTIONS(1269), - [anon_sym_restrict] = ACTIONS(1269), - [anon_sym___restrict__] = ACTIONS(1269), - [anon_sym__Atomic] = ACTIONS(1269), - [anon_sym__Noreturn] = ACTIONS(1269), - [anon_sym_noreturn] = ACTIONS(1269), - [anon_sym_alignas] = ACTIONS(1269), - [anon_sym__Alignas] = ACTIONS(1269), - [sym_primitive_type] = ACTIONS(1269), - [anon_sym_enum] = ACTIONS(1269), - [anon_sym_struct] = ACTIONS(1269), - [anon_sym_union] = ACTIONS(1269), - [anon_sym_if] = ACTIONS(1269), - [anon_sym_else] = ACTIONS(1269), - [anon_sym_switch] = ACTIONS(1269), - [anon_sym_case] = ACTIONS(1269), - [anon_sym_default] = ACTIONS(1269), - [anon_sym_while] = ACTIONS(1269), - [anon_sym_do] = ACTIONS(1269), - [anon_sym_for] = ACTIONS(1269), - [anon_sym_return] = ACTIONS(1269), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1269), - [anon_sym_goto] = ACTIONS(1269), - [anon_sym___try] = ACTIONS(1269), - [anon_sym___leave] = ACTIONS(1269), - [anon_sym_DASH_DASH] = ACTIONS(1271), - [anon_sym_PLUS_PLUS] = ACTIONS(1271), - [anon_sym_sizeof] = ACTIONS(1269), - [anon_sym___alignof__] = ACTIONS(1269), - [anon_sym___alignof] = ACTIONS(1269), - [anon_sym__alignof] = ACTIONS(1269), - [anon_sym_alignof] = ACTIONS(1269), - [anon_sym__Alignof] = ACTIONS(1269), - [anon_sym_offsetof] = ACTIONS(1269), - [anon_sym__Generic] = ACTIONS(1269), - [anon_sym_asm] = ACTIONS(1269), - [anon_sym___asm__] = ACTIONS(1269), - [sym_number_literal] = ACTIONS(1271), - [anon_sym_L_SQUOTE] = ACTIONS(1271), - [anon_sym_u_SQUOTE] = ACTIONS(1271), - [anon_sym_U_SQUOTE] = ACTIONS(1271), - [anon_sym_u8_SQUOTE] = ACTIONS(1271), - [anon_sym_SQUOTE] = ACTIONS(1271), - [anon_sym_L_DQUOTE] = ACTIONS(1271), - [anon_sym_u_DQUOTE] = ACTIONS(1271), - [anon_sym_U_DQUOTE] = ACTIONS(1271), - [anon_sym_u8_DQUOTE] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(1271), - [sym_true] = ACTIONS(1269), - [sym_false] = ACTIONS(1269), - [anon_sym_NULL] = ACTIONS(1269), - [anon_sym_nullptr] = ACTIONS(1269), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1269), - [anon_sym_rayPayloadInEXT] = ACTIONS(1269), - [anon_sym_hitAttributeEXT] = ACTIONS(1269), - [anon_sym_callableDataEXT] = ACTIONS(1269), - [anon_sym_callableDataInEXT] = ACTIONS(1269), - [anon_sym_shaderRecordEXT] = ACTIONS(1269), - [anon_sym_rayPayloadNV] = ACTIONS(1269), - [anon_sym_rayPayloadInNV] = ACTIONS(1269), - [anon_sym_hitAttributeNV] = ACTIONS(1269), - [anon_sym_callableDataNV] = ACTIONS(1269), - [anon_sym_callableDataInNV] = ACTIONS(1269), - [anon_sym_shaderRecordNV] = ACTIONS(1269), - [anon_sym_layout] = ACTIONS(1269), - }, - [212] = { - [ts_builtin_sym_end] = ACTIONS(1383), - [sym_identifier] = ACTIONS(1381), - [aux_sym_preproc_include_token1] = ACTIONS(1381), - [aux_sym_preproc_def_token1] = ACTIONS(1381), - [aux_sym_preproc_if_token1] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1381), - [sym_preproc_directive] = ACTIONS(1381), - [anon_sym_LPAREN2] = ACTIONS(1383), - [anon_sym_BANG] = ACTIONS(1383), - [anon_sym_TILDE] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1381), - [anon_sym_STAR] = ACTIONS(1383), - [anon_sym_AMP] = ACTIONS(1383), - [anon_sym_subroutine] = ACTIONS(1381), - [anon_sym_invariant] = ACTIONS(1381), - [anon_sym_precise] = ACTIONS(1381), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_in] = ACTIONS(1381), - [anon_sym_out] = ACTIONS(1381), - [anon_sym_inout] = ACTIONS(1381), - [anon_sym_uniform] = ACTIONS(1381), - [anon_sym_shared] = ACTIONS(1381), - [anon_sym_attribute] = ACTIONS(1381), - [anon_sym_varying] = ACTIONS(1381), - [anon_sym_buffer] = ACTIONS(1381), - [anon_sym_coherent] = ACTIONS(1381), - [anon_sym_readonly] = ACTIONS(1381), - [anon_sym_writeonly] = ACTIONS(1381), - [anon_sym_precision] = ACTIONS(1381), - [anon_sym_highp] = ACTIONS(1381), - [anon_sym_mediump] = ACTIONS(1381), - [anon_sym_lowp] = ACTIONS(1381), - [anon_sym_centroid] = ACTIONS(1381), - [anon_sym_sample] = ACTIONS(1381), - [anon_sym_patch] = ACTIONS(1381), - [anon_sym_smooth] = ACTIONS(1381), - [anon_sym_flat] = ACTIONS(1381), - [anon_sym_noperspective] = ACTIONS(1381), - [anon_sym___extension__] = ACTIONS(1381), - [anon_sym_typedef] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym___attribute__] = ACTIONS(1381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1383), - [anon_sym___declspec] = ACTIONS(1381), - [anon_sym___cdecl] = ACTIONS(1381), - [anon_sym___clrcall] = ACTIONS(1381), - [anon_sym___stdcall] = ACTIONS(1381), - [anon_sym___fastcall] = ACTIONS(1381), - [anon_sym___thiscall] = ACTIONS(1381), - [anon_sym___vectorcall] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_signed] = ACTIONS(1381), - [anon_sym_unsigned] = ACTIONS(1381), - [anon_sym_long] = ACTIONS(1381), - [anon_sym_short] = ACTIONS(1381), - [anon_sym_static] = ACTIONS(1381), - [anon_sym_auto] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_inline] = ACTIONS(1381), - [anon_sym___inline] = ACTIONS(1381), - [anon_sym___inline__] = ACTIONS(1381), - [anon_sym___forceinline] = ACTIONS(1381), - [anon_sym_thread_local] = ACTIONS(1381), - [anon_sym___thread] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [anon_sym_constexpr] = ACTIONS(1381), - [anon_sym_volatile] = ACTIONS(1381), - [anon_sym_restrict] = ACTIONS(1381), - [anon_sym___restrict__] = ACTIONS(1381), - [anon_sym__Atomic] = ACTIONS(1381), - [anon_sym__Noreturn] = ACTIONS(1381), - [anon_sym_noreturn] = ACTIONS(1381), - [anon_sym_alignas] = ACTIONS(1381), - [anon_sym__Alignas] = ACTIONS(1381), - [sym_primitive_type] = ACTIONS(1381), - [anon_sym_enum] = ACTIONS(1381), - [anon_sym_struct] = ACTIONS(1381), - [anon_sym_union] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_else] = ACTIONS(1381), - [anon_sym_switch] = ACTIONS(1381), - [anon_sym_case] = ACTIONS(1381), - [anon_sym_default] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_goto] = ACTIONS(1381), - [anon_sym___try] = ACTIONS(1381), - [anon_sym___leave] = ACTIONS(1381), - [anon_sym_DASH_DASH] = ACTIONS(1383), - [anon_sym_PLUS_PLUS] = ACTIONS(1383), - [anon_sym_sizeof] = ACTIONS(1381), - [anon_sym___alignof__] = ACTIONS(1381), - [anon_sym___alignof] = ACTIONS(1381), - [anon_sym__alignof] = ACTIONS(1381), - [anon_sym_alignof] = ACTIONS(1381), - [anon_sym__Alignof] = ACTIONS(1381), - [anon_sym_offsetof] = ACTIONS(1381), - [anon_sym__Generic] = ACTIONS(1381), - [anon_sym_asm] = ACTIONS(1381), - [anon_sym___asm__] = ACTIONS(1381), - [sym_number_literal] = ACTIONS(1383), - [anon_sym_L_SQUOTE] = ACTIONS(1383), - [anon_sym_u_SQUOTE] = ACTIONS(1383), - [anon_sym_U_SQUOTE] = ACTIONS(1383), - [anon_sym_u8_SQUOTE] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1383), - [anon_sym_L_DQUOTE] = ACTIONS(1383), - [anon_sym_u_DQUOTE] = ACTIONS(1383), - [anon_sym_U_DQUOTE] = ACTIONS(1383), - [anon_sym_u8_DQUOTE] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym_true] = ACTIONS(1381), - [sym_false] = ACTIONS(1381), - [anon_sym_NULL] = ACTIONS(1381), - [anon_sym_nullptr] = ACTIONS(1381), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1381), - [anon_sym_rayPayloadInEXT] = ACTIONS(1381), - [anon_sym_hitAttributeEXT] = ACTIONS(1381), - [anon_sym_callableDataEXT] = ACTIONS(1381), - [anon_sym_callableDataInEXT] = ACTIONS(1381), - [anon_sym_shaderRecordEXT] = ACTIONS(1381), - [anon_sym_rayPayloadNV] = ACTIONS(1381), - [anon_sym_rayPayloadInNV] = ACTIONS(1381), - [anon_sym_hitAttributeNV] = ACTIONS(1381), - [anon_sym_callableDataNV] = ACTIONS(1381), - [anon_sym_callableDataInNV] = ACTIONS(1381), - [anon_sym_shaderRecordNV] = ACTIONS(1381), - [anon_sym_layout] = ACTIONS(1381), - }, - [213] = { - [ts_builtin_sym_end] = ACTIONS(1295), - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), - }, - [214] = { - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_RBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), - }, - [215] = { - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_RBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), - }, - [216] = { - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_RBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), - }, - [217] = { - [ts_builtin_sym_end] = ACTIONS(1303), - [sym_identifier] = ACTIONS(1301), - [aux_sym_preproc_include_token1] = ACTIONS(1301), - [aux_sym_preproc_def_token1] = ACTIONS(1301), - [aux_sym_preproc_if_token1] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1301), - [sym_preproc_directive] = ACTIONS(1301), - [anon_sym_LPAREN2] = ACTIONS(1303), - [anon_sym_BANG] = ACTIONS(1303), - [anon_sym_TILDE] = ACTIONS(1303), - [anon_sym_DASH] = ACTIONS(1301), - [anon_sym_PLUS] = ACTIONS(1301), - [anon_sym_STAR] = ACTIONS(1303), - [anon_sym_AMP] = ACTIONS(1303), - [anon_sym_subroutine] = ACTIONS(1301), - [anon_sym_invariant] = ACTIONS(1301), - [anon_sym_precise] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_in] = ACTIONS(1301), - [anon_sym_out] = ACTIONS(1301), - [anon_sym_inout] = ACTIONS(1301), - [anon_sym_uniform] = ACTIONS(1301), - [anon_sym_shared] = ACTIONS(1301), - [anon_sym_attribute] = ACTIONS(1301), - [anon_sym_varying] = ACTIONS(1301), - [anon_sym_buffer] = ACTIONS(1301), - [anon_sym_coherent] = ACTIONS(1301), - [anon_sym_readonly] = ACTIONS(1301), - [anon_sym_writeonly] = ACTIONS(1301), - [anon_sym_precision] = ACTIONS(1301), - [anon_sym_highp] = ACTIONS(1301), - [anon_sym_mediump] = ACTIONS(1301), - [anon_sym_lowp] = ACTIONS(1301), - [anon_sym_centroid] = ACTIONS(1301), - [anon_sym_sample] = ACTIONS(1301), - [anon_sym_patch] = ACTIONS(1301), - [anon_sym_smooth] = ACTIONS(1301), - [anon_sym_flat] = ACTIONS(1301), - [anon_sym_noperspective] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1301), - [anon_sym_typedef] = ACTIONS(1301), - [anon_sym_extern] = ACTIONS(1301), - [anon_sym___attribute__] = ACTIONS(1301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1303), - [anon_sym___declspec] = ACTIONS(1301), - [anon_sym___cdecl] = ACTIONS(1301), - [anon_sym___clrcall] = ACTIONS(1301), - [anon_sym___stdcall] = ACTIONS(1301), - [anon_sym___fastcall] = ACTIONS(1301), - [anon_sym___thiscall] = ACTIONS(1301), - [anon_sym___vectorcall] = ACTIONS(1301), - [anon_sym_LBRACE] = ACTIONS(1303), - [anon_sym_signed] = ACTIONS(1301), - [anon_sym_unsigned] = ACTIONS(1301), - [anon_sym_long] = ACTIONS(1301), - [anon_sym_short] = ACTIONS(1301), - [anon_sym_static] = ACTIONS(1301), - [anon_sym_auto] = ACTIONS(1301), - [anon_sym_register] = ACTIONS(1301), - [anon_sym_inline] = ACTIONS(1301), - [anon_sym___inline] = ACTIONS(1301), - [anon_sym___inline__] = ACTIONS(1301), - [anon_sym___forceinline] = ACTIONS(1301), - [anon_sym_thread_local] = ACTIONS(1301), - [anon_sym___thread] = ACTIONS(1301), - [anon_sym_const] = ACTIONS(1301), - [anon_sym_constexpr] = ACTIONS(1301), - [anon_sym_volatile] = ACTIONS(1301), - [anon_sym_restrict] = ACTIONS(1301), - [anon_sym___restrict__] = ACTIONS(1301), - [anon_sym__Atomic] = ACTIONS(1301), - [anon_sym__Noreturn] = ACTIONS(1301), - [anon_sym_noreturn] = ACTIONS(1301), - [anon_sym_alignas] = ACTIONS(1301), - [anon_sym__Alignas] = ACTIONS(1301), - [sym_primitive_type] = ACTIONS(1301), - [anon_sym_enum] = ACTIONS(1301), - [anon_sym_struct] = ACTIONS(1301), - [anon_sym_union] = ACTIONS(1301), - [anon_sym_if] = ACTIONS(1301), - [anon_sym_else] = ACTIONS(1301), - [anon_sym_switch] = ACTIONS(1301), - [anon_sym_case] = ACTIONS(1301), - [anon_sym_default] = ACTIONS(1301), - [anon_sym_while] = ACTIONS(1301), - [anon_sym_do] = ACTIONS(1301), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_return] = ACTIONS(1301), - [anon_sym_break] = ACTIONS(1301), - [anon_sym_continue] = ACTIONS(1301), - [anon_sym_goto] = ACTIONS(1301), - [anon_sym___try] = ACTIONS(1301), - [anon_sym___leave] = ACTIONS(1301), - [anon_sym_DASH_DASH] = ACTIONS(1303), - [anon_sym_PLUS_PLUS] = ACTIONS(1303), - [anon_sym_sizeof] = ACTIONS(1301), - [anon_sym___alignof__] = ACTIONS(1301), - [anon_sym___alignof] = ACTIONS(1301), - [anon_sym__alignof] = ACTIONS(1301), - [anon_sym_alignof] = ACTIONS(1301), - [anon_sym__Alignof] = ACTIONS(1301), - [anon_sym_offsetof] = ACTIONS(1301), - [anon_sym__Generic] = ACTIONS(1301), - [anon_sym_asm] = ACTIONS(1301), - [anon_sym___asm__] = ACTIONS(1301), - [sym_number_literal] = ACTIONS(1303), - [anon_sym_L_SQUOTE] = ACTIONS(1303), - [anon_sym_u_SQUOTE] = ACTIONS(1303), - [anon_sym_U_SQUOTE] = ACTIONS(1303), - [anon_sym_u8_SQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1303), - [anon_sym_L_DQUOTE] = ACTIONS(1303), - [anon_sym_u_DQUOTE] = ACTIONS(1303), - [anon_sym_U_DQUOTE] = ACTIONS(1303), - [anon_sym_u8_DQUOTE] = ACTIONS(1303), - [anon_sym_DQUOTE] = ACTIONS(1303), - [sym_true] = ACTIONS(1301), - [sym_false] = ACTIONS(1301), - [anon_sym_NULL] = ACTIONS(1301), - [anon_sym_nullptr] = ACTIONS(1301), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1301), - [anon_sym_rayPayloadInEXT] = ACTIONS(1301), - [anon_sym_hitAttributeEXT] = ACTIONS(1301), - [anon_sym_callableDataEXT] = ACTIONS(1301), - [anon_sym_callableDataInEXT] = ACTIONS(1301), - [anon_sym_shaderRecordEXT] = ACTIONS(1301), - [anon_sym_rayPayloadNV] = ACTIONS(1301), - [anon_sym_rayPayloadInNV] = ACTIONS(1301), - [anon_sym_hitAttributeNV] = ACTIONS(1301), - [anon_sym_callableDataNV] = ACTIONS(1301), - [anon_sym_callableDataInNV] = ACTIONS(1301), - [anon_sym_shaderRecordNV] = ACTIONS(1301), - [anon_sym_layout] = ACTIONS(1301), - }, - [218] = { - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_RBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), - }, - [219] = { - [sym_identifier] = ACTIONS(1285), - [aux_sym_preproc_include_token1] = ACTIONS(1285), - [aux_sym_preproc_def_token1] = ACTIONS(1285), - [aux_sym_preproc_if_token1] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_LPAREN2] = ACTIONS(1287), - [anon_sym_BANG] = ACTIONS(1287), - [anon_sym_TILDE] = ACTIONS(1287), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_STAR] = ACTIONS(1287), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_subroutine] = ACTIONS(1285), - [anon_sym_invariant] = ACTIONS(1285), - [anon_sym_precise] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_in] = ACTIONS(1285), - [anon_sym_out] = ACTIONS(1285), - [anon_sym_inout] = ACTIONS(1285), - [anon_sym_uniform] = ACTIONS(1285), - [anon_sym_shared] = ACTIONS(1285), - [anon_sym_attribute] = ACTIONS(1285), - [anon_sym_varying] = ACTIONS(1285), - [anon_sym_buffer] = ACTIONS(1285), - [anon_sym_coherent] = ACTIONS(1285), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_writeonly] = ACTIONS(1285), - [anon_sym_precision] = ACTIONS(1285), - [anon_sym_highp] = ACTIONS(1285), - [anon_sym_mediump] = ACTIONS(1285), - [anon_sym_lowp] = ACTIONS(1285), - [anon_sym_centroid] = ACTIONS(1285), - [anon_sym_sample] = ACTIONS(1285), - [anon_sym_patch] = ACTIONS(1285), - [anon_sym_smooth] = ACTIONS(1285), - [anon_sym_flat] = ACTIONS(1285), - [anon_sym_noperspective] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym___attribute__] = ACTIONS(1285), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1287), - [anon_sym___declspec] = ACTIONS(1285), - [anon_sym___cdecl] = ACTIONS(1285), - [anon_sym___clrcall] = ACTIONS(1285), - [anon_sym___stdcall] = ACTIONS(1285), - [anon_sym___fastcall] = ACTIONS(1285), - [anon_sym___thiscall] = ACTIONS(1285), - [anon_sym___vectorcall] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_RBRACE] = ACTIONS(1287), - [anon_sym_signed] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym___inline] = ACTIONS(1285), - [anon_sym___inline__] = ACTIONS(1285), - [anon_sym___forceinline] = ACTIONS(1285), - [anon_sym_thread_local] = ACTIONS(1285), - [anon_sym___thread] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_constexpr] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym___restrict__] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym__Noreturn] = ACTIONS(1285), - [anon_sym_noreturn] = ACTIONS(1285), - [anon_sym_alignas] = ACTIONS(1285), - [anon_sym__Alignas] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym___try] = ACTIONS(1285), - [anon_sym___leave] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1287), - [anon_sym_PLUS_PLUS] = ACTIONS(1287), - [anon_sym_sizeof] = ACTIONS(1285), - [anon_sym___alignof__] = ACTIONS(1285), - [anon_sym___alignof] = ACTIONS(1285), - [anon_sym__alignof] = ACTIONS(1285), - [anon_sym_alignof] = ACTIONS(1285), - [anon_sym__Alignof] = ACTIONS(1285), - [anon_sym_offsetof] = ACTIONS(1285), - [anon_sym__Generic] = ACTIONS(1285), - [anon_sym_asm] = ACTIONS(1285), - [anon_sym___asm__] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1287), - [anon_sym_L_SQUOTE] = ACTIONS(1287), - [anon_sym_u_SQUOTE] = ACTIONS(1287), - [anon_sym_U_SQUOTE] = ACTIONS(1287), - [anon_sym_u8_SQUOTE] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1287), - [anon_sym_L_DQUOTE] = ACTIONS(1287), - [anon_sym_u_DQUOTE] = ACTIONS(1287), - [anon_sym_U_DQUOTE] = ACTIONS(1287), - [anon_sym_u8_DQUOTE] = ACTIONS(1287), - [anon_sym_DQUOTE] = ACTIONS(1287), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [anon_sym_NULL] = ACTIONS(1285), - [anon_sym_nullptr] = ACTIONS(1285), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1285), - [anon_sym_rayPayloadInEXT] = ACTIONS(1285), - [anon_sym_hitAttributeEXT] = ACTIONS(1285), - [anon_sym_callableDataEXT] = ACTIONS(1285), - [anon_sym_callableDataInEXT] = ACTIONS(1285), - [anon_sym_shaderRecordEXT] = ACTIONS(1285), - [anon_sym_rayPayloadNV] = ACTIONS(1285), - [anon_sym_rayPayloadInNV] = ACTIONS(1285), - [anon_sym_hitAttributeNV] = ACTIONS(1285), - [anon_sym_callableDataNV] = ACTIONS(1285), - [anon_sym_callableDataInNV] = ACTIONS(1285), - [anon_sym_shaderRecordNV] = ACTIONS(1285), - [anon_sym_layout] = ACTIONS(1285), - }, - [220] = { - [sym_identifier] = ACTIONS(1253), - [aux_sym_preproc_include_token1] = ACTIONS(1253), - [aux_sym_preproc_def_token1] = ACTIONS(1253), - [aux_sym_preproc_if_token1] = ACTIONS(1253), - [aux_sym_preproc_if_token2] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1253), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1253), - [sym_preproc_directive] = ACTIONS(1253), - [anon_sym_LPAREN2] = ACTIONS(1255), - [anon_sym_BANG] = ACTIONS(1255), - [anon_sym_TILDE] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1253), - [anon_sym_PLUS] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_subroutine] = ACTIONS(1253), - [anon_sym_invariant] = ACTIONS(1253), - [anon_sym_precise] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_in] = ACTIONS(1253), - [anon_sym_out] = ACTIONS(1253), - [anon_sym_inout] = ACTIONS(1253), - [anon_sym_uniform] = ACTIONS(1253), - [anon_sym_shared] = ACTIONS(1253), - [anon_sym_attribute] = ACTIONS(1253), - [anon_sym_varying] = ACTIONS(1253), - [anon_sym_buffer] = ACTIONS(1253), - [anon_sym_coherent] = ACTIONS(1253), - [anon_sym_readonly] = ACTIONS(1253), - [anon_sym_writeonly] = ACTIONS(1253), - [anon_sym_precision] = ACTIONS(1253), - [anon_sym_highp] = ACTIONS(1253), - [anon_sym_mediump] = ACTIONS(1253), - [anon_sym_lowp] = ACTIONS(1253), - [anon_sym_centroid] = ACTIONS(1253), - [anon_sym_sample] = ACTIONS(1253), - [anon_sym_patch] = ACTIONS(1253), - [anon_sym_smooth] = ACTIONS(1253), - [anon_sym_flat] = ACTIONS(1253), - [anon_sym_noperspective] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1253), - [anon_sym_typedef] = ACTIONS(1253), - [anon_sym_extern] = ACTIONS(1253), - [anon_sym___attribute__] = ACTIONS(1253), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1255), - [anon_sym___declspec] = ACTIONS(1253), - [anon_sym___cdecl] = ACTIONS(1253), - [anon_sym___clrcall] = ACTIONS(1253), - [anon_sym___stdcall] = ACTIONS(1253), - [anon_sym___fastcall] = ACTIONS(1253), - [anon_sym___thiscall] = ACTIONS(1253), - [anon_sym___vectorcall] = ACTIONS(1253), - [anon_sym_LBRACE] = ACTIONS(1255), - [anon_sym_signed] = ACTIONS(1253), - [anon_sym_unsigned] = ACTIONS(1253), - [anon_sym_long] = ACTIONS(1253), - [anon_sym_short] = ACTIONS(1253), - [anon_sym_static] = ACTIONS(1253), - [anon_sym_auto] = ACTIONS(1253), - [anon_sym_register] = ACTIONS(1253), - [anon_sym_inline] = ACTIONS(1253), - [anon_sym___inline] = ACTIONS(1253), - [anon_sym___inline__] = ACTIONS(1253), - [anon_sym___forceinline] = ACTIONS(1253), - [anon_sym_thread_local] = ACTIONS(1253), - [anon_sym___thread] = ACTIONS(1253), - [anon_sym_const] = ACTIONS(1253), - [anon_sym_constexpr] = ACTIONS(1253), - [anon_sym_volatile] = ACTIONS(1253), - [anon_sym_restrict] = ACTIONS(1253), - [anon_sym___restrict__] = ACTIONS(1253), - [anon_sym__Atomic] = ACTIONS(1253), - [anon_sym__Noreturn] = ACTIONS(1253), - [anon_sym_noreturn] = ACTIONS(1253), - [anon_sym_alignas] = ACTIONS(1253), - [anon_sym__Alignas] = ACTIONS(1253), - [sym_primitive_type] = ACTIONS(1253), - [anon_sym_enum] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1253), - [anon_sym_union] = ACTIONS(1253), - [anon_sym_if] = ACTIONS(1253), - [anon_sym_else] = ACTIONS(1253), - [anon_sym_switch] = ACTIONS(1253), - [anon_sym_case] = ACTIONS(1253), - [anon_sym_default] = ACTIONS(1253), - [anon_sym_while] = ACTIONS(1253), - [anon_sym_do] = ACTIONS(1253), - [anon_sym_for] = ACTIONS(1253), - [anon_sym_return] = ACTIONS(1253), - [anon_sym_break] = ACTIONS(1253), - [anon_sym_continue] = ACTIONS(1253), - [anon_sym_goto] = ACTIONS(1253), - [anon_sym___try] = ACTIONS(1253), - [anon_sym___leave] = ACTIONS(1253), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_sizeof] = ACTIONS(1253), - [anon_sym___alignof__] = ACTIONS(1253), - [anon_sym___alignof] = ACTIONS(1253), - [anon_sym__alignof] = ACTIONS(1253), - [anon_sym_alignof] = ACTIONS(1253), - [anon_sym__Alignof] = ACTIONS(1253), - [anon_sym_offsetof] = ACTIONS(1253), - [anon_sym__Generic] = ACTIONS(1253), - [anon_sym_asm] = ACTIONS(1253), - [anon_sym___asm__] = ACTIONS(1253), - [sym_number_literal] = ACTIONS(1255), - [anon_sym_L_SQUOTE] = ACTIONS(1255), - [anon_sym_u_SQUOTE] = ACTIONS(1255), - [anon_sym_U_SQUOTE] = ACTIONS(1255), - [anon_sym_u8_SQUOTE] = ACTIONS(1255), - [anon_sym_SQUOTE] = ACTIONS(1255), - [anon_sym_L_DQUOTE] = ACTIONS(1255), - [anon_sym_u_DQUOTE] = ACTIONS(1255), - [anon_sym_U_DQUOTE] = ACTIONS(1255), - [anon_sym_u8_DQUOTE] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_true] = ACTIONS(1253), - [sym_false] = ACTIONS(1253), - [anon_sym_NULL] = ACTIONS(1253), - [anon_sym_nullptr] = ACTIONS(1253), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1253), - [anon_sym_rayPayloadInEXT] = ACTIONS(1253), - [anon_sym_hitAttributeEXT] = ACTIONS(1253), - [anon_sym_callableDataEXT] = ACTIONS(1253), - [anon_sym_callableDataInEXT] = ACTIONS(1253), - [anon_sym_shaderRecordEXT] = ACTIONS(1253), - [anon_sym_rayPayloadNV] = ACTIONS(1253), - [anon_sym_rayPayloadInNV] = ACTIONS(1253), - [anon_sym_hitAttributeNV] = ACTIONS(1253), - [anon_sym_callableDataNV] = ACTIONS(1253), - [anon_sym_callableDataInNV] = ACTIONS(1253), - [anon_sym_shaderRecordNV] = ACTIONS(1253), - [anon_sym_layout] = ACTIONS(1253), - }, - [221] = { - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_RBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), - }, - [222] = { - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_RBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), - }, - [223] = { - [ts_builtin_sym_end] = ACTIONS(1375), - [sym_identifier] = ACTIONS(1373), - [aux_sym_preproc_include_token1] = ACTIONS(1373), - [aux_sym_preproc_def_token1] = ACTIONS(1373), - [aux_sym_preproc_if_token1] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1373), - [sym_preproc_directive] = ACTIONS(1373), - [anon_sym_LPAREN2] = ACTIONS(1375), - [anon_sym_BANG] = ACTIONS(1375), - [anon_sym_TILDE] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_AMP] = ACTIONS(1375), - [anon_sym_subroutine] = ACTIONS(1373), - [anon_sym_invariant] = ACTIONS(1373), - [anon_sym_precise] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_out] = ACTIONS(1373), - [anon_sym_inout] = ACTIONS(1373), - [anon_sym_uniform] = ACTIONS(1373), - [anon_sym_shared] = ACTIONS(1373), - [anon_sym_attribute] = ACTIONS(1373), - [anon_sym_varying] = ACTIONS(1373), - [anon_sym_buffer] = ACTIONS(1373), - [anon_sym_coherent] = ACTIONS(1373), - [anon_sym_readonly] = ACTIONS(1373), - [anon_sym_writeonly] = ACTIONS(1373), - [anon_sym_precision] = ACTIONS(1373), - [anon_sym_highp] = ACTIONS(1373), - [anon_sym_mediump] = ACTIONS(1373), - [anon_sym_lowp] = ACTIONS(1373), - [anon_sym_centroid] = ACTIONS(1373), - [anon_sym_sample] = ACTIONS(1373), - [anon_sym_patch] = ACTIONS(1373), - [anon_sym_smooth] = ACTIONS(1373), - [anon_sym_flat] = ACTIONS(1373), - [anon_sym_noperspective] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1373), - [anon_sym_typedef] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym___attribute__] = ACTIONS(1373), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1375), - [anon_sym___declspec] = ACTIONS(1373), - [anon_sym___cdecl] = ACTIONS(1373), - [anon_sym___clrcall] = ACTIONS(1373), - [anon_sym___stdcall] = ACTIONS(1373), - [anon_sym___fastcall] = ACTIONS(1373), - [anon_sym___thiscall] = ACTIONS(1373), - [anon_sym___vectorcall] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_signed] = ACTIONS(1373), - [anon_sym_unsigned] = ACTIONS(1373), - [anon_sym_long] = ACTIONS(1373), - [anon_sym_short] = ACTIONS(1373), - [anon_sym_static] = ACTIONS(1373), - [anon_sym_auto] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_inline] = ACTIONS(1373), - [anon_sym___inline] = ACTIONS(1373), - [anon_sym___inline__] = ACTIONS(1373), - [anon_sym___forceinline] = ACTIONS(1373), - [anon_sym_thread_local] = ACTIONS(1373), - [anon_sym___thread] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_constexpr] = ACTIONS(1373), - [anon_sym_volatile] = ACTIONS(1373), - [anon_sym_restrict] = ACTIONS(1373), - [anon_sym___restrict__] = ACTIONS(1373), - [anon_sym__Atomic] = ACTIONS(1373), - [anon_sym__Noreturn] = ACTIONS(1373), - [anon_sym_noreturn] = ACTIONS(1373), - [anon_sym_alignas] = ACTIONS(1373), - [anon_sym__Alignas] = ACTIONS(1373), - [sym_primitive_type] = ACTIONS(1373), - [anon_sym_enum] = ACTIONS(1373), - [anon_sym_struct] = ACTIONS(1373), - [anon_sym_union] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1373), - [anon_sym_switch] = ACTIONS(1373), - [anon_sym_case] = ACTIONS(1373), - [anon_sym_default] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_goto] = ACTIONS(1373), - [anon_sym___try] = ACTIONS(1373), - [anon_sym___leave] = ACTIONS(1373), - [anon_sym_DASH_DASH] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_sizeof] = ACTIONS(1373), - [anon_sym___alignof__] = ACTIONS(1373), - [anon_sym___alignof] = ACTIONS(1373), - [anon_sym__alignof] = ACTIONS(1373), - [anon_sym_alignof] = ACTIONS(1373), - [anon_sym__Alignof] = ACTIONS(1373), - [anon_sym_offsetof] = ACTIONS(1373), - [anon_sym__Generic] = ACTIONS(1373), - [anon_sym_asm] = ACTIONS(1373), - [anon_sym___asm__] = ACTIONS(1373), - [sym_number_literal] = ACTIONS(1375), - [anon_sym_L_SQUOTE] = ACTIONS(1375), - [anon_sym_u_SQUOTE] = ACTIONS(1375), - [anon_sym_U_SQUOTE] = ACTIONS(1375), - [anon_sym_u8_SQUOTE] = ACTIONS(1375), - [anon_sym_SQUOTE] = ACTIONS(1375), - [anon_sym_L_DQUOTE] = ACTIONS(1375), - [anon_sym_u_DQUOTE] = ACTIONS(1375), - [anon_sym_U_DQUOTE] = ACTIONS(1375), - [anon_sym_u8_DQUOTE] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym_true] = ACTIONS(1373), - [sym_false] = ACTIONS(1373), - [anon_sym_NULL] = ACTIONS(1373), - [anon_sym_nullptr] = ACTIONS(1373), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1373), - [anon_sym_rayPayloadInEXT] = ACTIONS(1373), - [anon_sym_hitAttributeEXT] = ACTIONS(1373), - [anon_sym_callableDataEXT] = ACTIONS(1373), - [anon_sym_callableDataInEXT] = ACTIONS(1373), - [anon_sym_shaderRecordEXT] = ACTIONS(1373), - [anon_sym_rayPayloadNV] = ACTIONS(1373), - [anon_sym_rayPayloadInNV] = ACTIONS(1373), - [anon_sym_hitAttributeNV] = ACTIONS(1373), - [anon_sym_callableDataNV] = ACTIONS(1373), - [anon_sym_callableDataInNV] = ACTIONS(1373), - [anon_sym_shaderRecordNV] = ACTIONS(1373), - [anon_sym_layout] = ACTIONS(1373), - }, - [224] = { - [sym_identifier] = ACTIONS(1301), - [aux_sym_preproc_include_token1] = ACTIONS(1301), - [aux_sym_preproc_def_token1] = ACTIONS(1301), - [aux_sym_preproc_if_token1] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1301), - [sym_preproc_directive] = ACTIONS(1301), - [anon_sym_LPAREN2] = ACTIONS(1303), - [anon_sym_BANG] = ACTIONS(1303), - [anon_sym_TILDE] = ACTIONS(1303), - [anon_sym_DASH] = ACTIONS(1301), - [anon_sym_PLUS] = ACTIONS(1301), - [anon_sym_STAR] = ACTIONS(1303), - [anon_sym_AMP] = ACTIONS(1303), - [anon_sym_subroutine] = ACTIONS(1301), - [anon_sym_invariant] = ACTIONS(1301), - [anon_sym_precise] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_in] = ACTIONS(1301), - [anon_sym_out] = ACTIONS(1301), - [anon_sym_inout] = ACTIONS(1301), - [anon_sym_uniform] = ACTIONS(1301), - [anon_sym_shared] = ACTIONS(1301), - [anon_sym_attribute] = ACTIONS(1301), - [anon_sym_varying] = ACTIONS(1301), - [anon_sym_buffer] = ACTIONS(1301), - [anon_sym_coherent] = ACTIONS(1301), - [anon_sym_readonly] = ACTIONS(1301), - [anon_sym_writeonly] = ACTIONS(1301), - [anon_sym_precision] = ACTIONS(1301), - [anon_sym_highp] = ACTIONS(1301), - [anon_sym_mediump] = ACTIONS(1301), - [anon_sym_lowp] = ACTIONS(1301), - [anon_sym_centroid] = ACTIONS(1301), - [anon_sym_sample] = ACTIONS(1301), - [anon_sym_patch] = ACTIONS(1301), - [anon_sym_smooth] = ACTIONS(1301), - [anon_sym_flat] = ACTIONS(1301), - [anon_sym_noperspective] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1301), - [anon_sym_typedef] = ACTIONS(1301), - [anon_sym_extern] = ACTIONS(1301), - [anon_sym___attribute__] = ACTIONS(1301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1303), - [anon_sym___declspec] = ACTIONS(1301), - [anon_sym___cdecl] = ACTIONS(1301), - [anon_sym___clrcall] = ACTIONS(1301), - [anon_sym___stdcall] = ACTIONS(1301), - [anon_sym___fastcall] = ACTIONS(1301), - [anon_sym___thiscall] = ACTIONS(1301), - [anon_sym___vectorcall] = ACTIONS(1301), - [anon_sym_LBRACE] = ACTIONS(1303), - [anon_sym_RBRACE] = ACTIONS(1303), - [anon_sym_signed] = ACTIONS(1301), - [anon_sym_unsigned] = ACTIONS(1301), - [anon_sym_long] = ACTIONS(1301), - [anon_sym_short] = ACTIONS(1301), - [anon_sym_static] = ACTIONS(1301), - [anon_sym_auto] = ACTIONS(1301), - [anon_sym_register] = ACTIONS(1301), - [anon_sym_inline] = ACTIONS(1301), - [anon_sym___inline] = ACTIONS(1301), - [anon_sym___inline__] = ACTIONS(1301), - [anon_sym___forceinline] = ACTIONS(1301), - [anon_sym_thread_local] = ACTIONS(1301), - [anon_sym___thread] = ACTIONS(1301), - [anon_sym_const] = ACTIONS(1301), - [anon_sym_constexpr] = ACTIONS(1301), - [anon_sym_volatile] = ACTIONS(1301), - [anon_sym_restrict] = ACTIONS(1301), - [anon_sym___restrict__] = ACTIONS(1301), - [anon_sym__Atomic] = ACTIONS(1301), - [anon_sym__Noreturn] = ACTIONS(1301), - [anon_sym_noreturn] = ACTIONS(1301), - [anon_sym_alignas] = ACTIONS(1301), - [anon_sym__Alignas] = ACTIONS(1301), - [sym_primitive_type] = ACTIONS(1301), - [anon_sym_enum] = ACTIONS(1301), - [anon_sym_struct] = ACTIONS(1301), - [anon_sym_union] = ACTIONS(1301), - [anon_sym_if] = ACTIONS(1301), - [anon_sym_else] = ACTIONS(1301), - [anon_sym_switch] = ACTIONS(1301), - [anon_sym_case] = ACTIONS(1301), - [anon_sym_default] = ACTIONS(1301), - [anon_sym_while] = ACTIONS(1301), - [anon_sym_do] = ACTIONS(1301), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_return] = ACTIONS(1301), - [anon_sym_break] = ACTIONS(1301), - [anon_sym_continue] = ACTIONS(1301), - [anon_sym_goto] = ACTIONS(1301), - [anon_sym___try] = ACTIONS(1301), - [anon_sym___leave] = ACTIONS(1301), - [anon_sym_DASH_DASH] = ACTIONS(1303), - [anon_sym_PLUS_PLUS] = ACTIONS(1303), - [anon_sym_sizeof] = ACTIONS(1301), - [anon_sym___alignof__] = ACTIONS(1301), - [anon_sym___alignof] = ACTIONS(1301), - [anon_sym__alignof] = ACTIONS(1301), - [anon_sym_alignof] = ACTIONS(1301), - [anon_sym__Alignof] = ACTIONS(1301), - [anon_sym_offsetof] = ACTIONS(1301), - [anon_sym__Generic] = ACTIONS(1301), - [anon_sym_asm] = ACTIONS(1301), - [anon_sym___asm__] = ACTIONS(1301), - [sym_number_literal] = ACTIONS(1303), - [anon_sym_L_SQUOTE] = ACTIONS(1303), - [anon_sym_u_SQUOTE] = ACTIONS(1303), - [anon_sym_U_SQUOTE] = ACTIONS(1303), - [anon_sym_u8_SQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1303), - [anon_sym_L_DQUOTE] = ACTIONS(1303), - [anon_sym_u_DQUOTE] = ACTIONS(1303), - [anon_sym_U_DQUOTE] = ACTIONS(1303), - [anon_sym_u8_DQUOTE] = ACTIONS(1303), - [anon_sym_DQUOTE] = ACTIONS(1303), - [sym_true] = ACTIONS(1301), - [sym_false] = ACTIONS(1301), - [anon_sym_NULL] = ACTIONS(1301), - [anon_sym_nullptr] = ACTIONS(1301), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1301), - [anon_sym_rayPayloadInEXT] = ACTIONS(1301), - [anon_sym_hitAttributeEXT] = ACTIONS(1301), - [anon_sym_callableDataEXT] = ACTIONS(1301), - [anon_sym_callableDataInEXT] = ACTIONS(1301), - [anon_sym_shaderRecordEXT] = ACTIONS(1301), - [anon_sym_rayPayloadNV] = ACTIONS(1301), - [anon_sym_rayPayloadInNV] = ACTIONS(1301), - [anon_sym_hitAttributeNV] = ACTIONS(1301), - [anon_sym_callableDataNV] = ACTIONS(1301), - [anon_sym_callableDataInNV] = ACTIONS(1301), - [anon_sym_shaderRecordNV] = ACTIONS(1301), - [anon_sym_layout] = ACTIONS(1301), - }, - [225] = { - [sym_identifier] = ACTIONS(1305), - [aux_sym_preproc_include_token1] = ACTIONS(1305), - [aux_sym_preproc_def_token1] = ACTIONS(1305), - [aux_sym_preproc_if_token1] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1305), - [sym_preproc_directive] = ACTIONS(1305), - [anon_sym_LPAREN2] = ACTIONS(1307), - [anon_sym_BANG] = ACTIONS(1307), - [anon_sym_TILDE] = ACTIONS(1307), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(1307), - [anon_sym_AMP] = ACTIONS(1307), - [anon_sym_subroutine] = ACTIONS(1305), - [anon_sym_invariant] = ACTIONS(1305), - [anon_sym_precise] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_in] = ACTIONS(1305), - [anon_sym_out] = ACTIONS(1305), - [anon_sym_inout] = ACTIONS(1305), - [anon_sym_uniform] = ACTIONS(1305), - [anon_sym_shared] = ACTIONS(1305), - [anon_sym_attribute] = ACTIONS(1305), - [anon_sym_varying] = ACTIONS(1305), - [anon_sym_buffer] = ACTIONS(1305), - [anon_sym_coherent] = ACTIONS(1305), - [anon_sym_readonly] = ACTIONS(1305), - [anon_sym_writeonly] = ACTIONS(1305), - [anon_sym_precision] = ACTIONS(1305), - [anon_sym_highp] = ACTIONS(1305), - [anon_sym_mediump] = ACTIONS(1305), - [anon_sym_lowp] = ACTIONS(1305), - [anon_sym_centroid] = ACTIONS(1305), - [anon_sym_sample] = ACTIONS(1305), - [anon_sym_patch] = ACTIONS(1305), - [anon_sym_smooth] = ACTIONS(1305), - [anon_sym_flat] = ACTIONS(1305), - [anon_sym_noperspective] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1305), - [anon_sym_typedef] = ACTIONS(1305), - [anon_sym_extern] = ACTIONS(1305), - [anon_sym___attribute__] = ACTIONS(1305), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1307), - [anon_sym___declspec] = ACTIONS(1305), - [anon_sym___cdecl] = ACTIONS(1305), - [anon_sym___clrcall] = ACTIONS(1305), - [anon_sym___stdcall] = ACTIONS(1305), - [anon_sym___fastcall] = ACTIONS(1305), - [anon_sym___thiscall] = ACTIONS(1305), - [anon_sym___vectorcall] = ACTIONS(1305), - [anon_sym_LBRACE] = ACTIONS(1307), - [anon_sym_RBRACE] = ACTIONS(1307), - [anon_sym_signed] = ACTIONS(1305), - [anon_sym_unsigned] = ACTIONS(1305), - [anon_sym_long] = ACTIONS(1305), - [anon_sym_short] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1305), - [anon_sym_auto] = ACTIONS(1305), - [anon_sym_register] = ACTIONS(1305), - [anon_sym_inline] = ACTIONS(1305), - [anon_sym___inline] = ACTIONS(1305), - [anon_sym___inline__] = ACTIONS(1305), - [anon_sym___forceinline] = ACTIONS(1305), - [anon_sym_thread_local] = ACTIONS(1305), - [anon_sym___thread] = ACTIONS(1305), - [anon_sym_const] = ACTIONS(1305), - [anon_sym_constexpr] = ACTIONS(1305), - [anon_sym_volatile] = ACTIONS(1305), - [anon_sym_restrict] = ACTIONS(1305), - [anon_sym___restrict__] = ACTIONS(1305), - [anon_sym__Atomic] = ACTIONS(1305), - [anon_sym__Noreturn] = ACTIONS(1305), - [anon_sym_noreturn] = ACTIONS(1305), - [anon_sym_alignas] = ACTIONS(1305), - [anon_sym__Alignas] = ACTIONS(1305), - [sym_primitive_type] = ACTIONS(1305), - [anon_sym_enum] = ACTIONS(1305), - [anon_sym_struct] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1305), - [anon_sym_if] = ACTIONS(1305), - [anon_sym_else] = ACTIONS(1305), - [anon_sym_switch] = ACTIONS(1305), - [anon_sym_case] = ACTIONS(1305), - [anon_sym_default] = ACTIONS(1305), - [anon_sym_while] = ACTIONS(1305), - [anon_sym_do] = ACTIONS(1305), - [anon_sym_for] = ACTIONS(1305), - [anon_sym_return] = ACTIONS(1305), - [anon_sym_break] = ACTIONS(1305), - [anon_sym_continue] = ACTIONS(1305), - [anon_sym_goto] = ACTIONS(1305), - [anon_sym___try] = ACTIONS(1305), - [anon_sym___leave] = ACTIONS(1305), - [anon_sym_DASH_DASH] = ACTIONS(1307), - [anon_sym_PLUS_PLUS] = ACTIONS(1307), - [anon_sym_sizeof] = ACTIONS(1305), - [anon_sym___alignof__] = ACTIONS(1305), - [anon_sym___alignof] = ACTIONS(1305), - [anon_sym__alignof] = ACTIONS(1305), - [anon_sym_alignof] = ACTIONS(1305), - [anon_sym__Alignof] = ACTIONS(1305), - [anon_sym_offsetof] = ACTIONS(1305), - [anon_sym__Generic] = ACTIONS(1305), - [anon_sym_asm] = ACTIONS(1305), - [anon_sym___asm__] = ACTIONS(1305), - [sym_number_literal] = ACTIONS(1307), - [anon_sym_L_SQUOTE] = ACTIONS(1307), - [anon_sym_u_SQUOTE] = ACTIONS(1307), - [anon_sym_U_SQUOTE] = ACTIONS(1307), - [anon_sym_u8_SQUOTE] = ACTIONS(1307), - [anon_sym_SQUOTE] = ACTIONS(1307), - [anon_sym_L_DQUOTE] = ACTIONS(1307), - [anon_sym_u_DQUOTE] = ACTIONS(1307), - [anon_sym_U_DQUOTE] = ACTIONS(1307), - [anon_sym_u8_DQUOTE] = ACTIONS(1307), - [anon_sym_DQUOTE] = ACTIONS(1307), - [sym_true] = ACTIONS(1305), - [sym_false] = ACTIONS(1305), - [anon_sym_NULL] = ACTIONS(1305), - [anon_sym_nullptr] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1305), - [anon_sym_rayPayloadInEXT] = ACTIONS(1305), - [anon_sym_hitAttributeEXT] = ACTIONS(1305), - [anon_sym_callableDataEXT] = ACTIONS(1305), - [anon_sym_callableDataInEXT] = ACTIONS(1305), - [anon_sym_shaderRecordEXT] = ACTIONS(1305), - [anon_sym_rayPayloadNV] = ACTIONS(1305), - [anon_sym_rayPayloadInNV] = ACTIONS(1305), - [anon_sym_hitAttributeNV] = ACTIONS(1305), - [anon_sym_callableDataNV] = ACTIONS(1305), - [anon_sym_callableDataInNV] = ACTIONS(1305), - [anon_sym_shaderRecordNV] = ACTIONS(1305), - [anon_sym_layout] = ACTIONS(1305), - }, - [226] = { - [sym_identifier] = ACTIONS(1309), - [aux_sym_preproc_include_token1] = ACTIONS(1309), - [aux_sym_preproc_def_token1] = ACTIONS(1309), - [aux_sym_preproc_if_token1] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1309), - [sym_preproc_directive] = ACTIONS(1309), - [anon_sym_LPAREN2] = ACTIONS(1311), - [anon_sym_BANG] = ACTIONS(1311), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_DASH] = ACTIONS(1309), - [anon_sym_PLUS] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(1311), - [anon_sym_subroutine] = ACTIONS(1309), - [anon_sym_invariant] = ACTIONS(1309), - [anon_sym_precise] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_in] = ACTIONS(1309), - [anon_sym_out] = ACTIONS(1309), - [anon_sym_inout] = ACTIONS(1309), - [anon_sym_uniform] = ACTIONS(1309), - [anon_sym_shared] = ACTIONS(1309), - [anon_sym_attribute] = ACTIONS(1309), - [anon_sym_varying] = ACTIONS(1309), - [anon_sym_buffer] = ACTIONS(1309), - [anon_sym_coherent] = ACTIONS(1309), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_writeonly] = ACTIONS(1309), - [anon_sym_precision] = ACTIONS(1309), - [anon_sym_highp] = ACTIONS(1309), - [anon_sym_mediump] = ACTIONS(1309), - [anon_sym_lowp] = ACTIONS(1309), - [anon_sym_centroid] = ACTIONS(1309), - [anon_sym_sample] = ACTIONS(1309), - [anon_sym_patch] = ACTIONS(1309), - [anon_sym_smooth] = ACTIONS(1309), - [anon_sym_flat] = ACTIONS(1309), - [anon_sym_noperspective] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1309), - [anon_sym_typedef] = ACTIONS(1309), - [anon_sym_extern] = ACTIONS(1309), - [anon_sym___attribute__] = ACTIONS(1309), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1311), - [anon_sym___declspec] = ACTIONS(1309), - [anon_sym___cdecl] = ACTIONS(1309), - [anon_sym___clrcall] = ACTIONS(1309), - [anon_sym___stdcall] = ACTIONS(1309), - [anon_sym___fastcall] = ACTIONS(1309), - [anon_sym___thiscall] = ACTIONS(1309), - [anon_sym___vectorcall] = ACTIONS(1309), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_RBRACE] = ACTIONS(1311), - [anon_sym_signed] = ACTIONS(1309), - [anon_sym_unsigned] = ACTIONS(1309), - [anon_sym_long] = ACTIONS(1309), - [anon_sym_short] = ACTIONS(1309), - [anon_sym_static] = ACTIONS(1309), - [anon_sym_auto] = ACTIONS(1309), - [anon_sym_register] = ACTIONS(1309), - [anon_sym_inline] = ACTIONS(1309), - [anon_sym___inline] = ACTIONS(1309), - [anon_sym___inline__] = ACTIONS(1309), - [anon_sym___forceinline] = ACTIONS(1309), - [anon_sym_thread_local] = ACTIONS(1309), - [anon_sym___thread] = ACTIONS(1309), - [anon_sym_const] = ACTIONS(1309), - [anon_sym_constexpr] = ACTIONS(1309), - [anon_sym_volatile] = ACTIONS(1309), - [anon_sym_restrict] = ACTIONS(1309), - [anon_sym___restrict__] = ACTIONS(1309), - [anon_sym__Atomic] = ACTIONS(1309), - [anon_sym__Noreturn] = ACTIONS(1309), - [anon_sym_noreturn] = ACTIONS(1309), - [anon_sym_alignas] = ACTIONS(1309), - [anon_sym__Alignas] = ACTIONS(1309), - [sym_primitive_type] = ACTIONS(1309), - [anon_sym_enum] = ACTIONS(1309), - [anon_sym_struct] = ACTIONS(1309), - [anon_sym_union] = ACTIONS(1309), - [anon_sym_if] = ACTIONS(1309), - [anon_sym_else] = ACTIONS(1309), - [anon_sym_switch] = ACTIONS(1309), - [anon_sym_case] = ACTIONS(1309), - [anon_sym_default] = ACTIONS(1309), - [anon_sym_while] = ACTIONS(1309), - [anon_sym_do] = ACTIONS(1309), - [anon_sym_for] = ACTIONS(1309), - [anon_sym_return] = ACTIONS(1309), - [anon_sym_break] = ACTIONS(1309), - [anon_sym_continue] = ACTIONS(1309), - [anon_sym_goto] = ACTIONS(1309), - [anon_sym___try] = ACTIONS(1309), - [anon_sym___leave] = ACTIONS(1309), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_sizeof] = ACTIONS(1309), - [anon_sym___alignof__] = ACTIONS(1309), - [anon_sym___alignof] = ACTIONS(1309), - [anon_sym__alignof] = ACTIONS(1309), - [anon_sym_alignof] = ACTIONS(1309), - [anon_sym__Alignof] = ACTIONS(1309), - [anon_sym_offsetof] = ACTIONS(1309), - [anon_sym__Generic] = ACTIONS(1309), - [anon_sym_asm] = ACTIONS(1309), - [anon_sym___asm__] = ACTIONS(1309), - [sym_number_literal] = ACTIONS(1311), - [anon_sym_L_SQUOTE] = ACTIONS(1311), - [anon_sym_u_SQUOTE] = ACTIONS(1311), - [anon_sym_U_SQUOTE] = ACTIONS(1311), - [anon_sym_u8_SQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [anon_sym_L_DQUOTE] = ACTIONS(1311), - [anon_sym_u_DQUOTE] = ACTIONS(1311), - [anon_sym_U_DQUOTE] = ACTIONS(1311), - [anon_sym_u8_DQUOTE] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [sym_true] = ACTIONS(1309), - [sym_false] = ACTIONS(1309), - [anon_sym_NULL] = ACTIONS(1309), - [anon_sym_nullptr] = ACTIONS(1309), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1309), - [anon_sym_rayPayloadInEXT] = ACTIONS(1309), - [anon_sym_hitAttributeEXT] = ACTIONS(1309), - [anon_sym_callableDataEXT] = ACTIONS(1309), - [anon_sym_callableDataInEXT] = ACTIONS(1309), - [anon_sym_shaderRecordEXT] = ACTIONS(1309), - [anon_sym_rayPayloadNV] = ACTIONS(1309), - [anon_sym_rayPayloadInNV] = ACTIONS(1309), - [anon_sym_hitAttributeNV] = ACTIONS(1309), - [anon_sym_callableDataNV] = ACTIONS(1309), - [anon_sym_callableDataInNV] = ACTIONS(1309), - [anon_sym_shaderRecordNV] = ACTIONS(1309), - [anon_sym_layout] = ACTIONS(1309), - }, - [227] = { - [sym_identifier] = ACTIONS(1313), - [aux_sym_preproc_include_token1] = ACTIONS(1313), - [aux_sym_preproc_def_token1] = ACTIONS(1313), - [aux_sym_preproc_if_token1] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1313), - [sym_preproc_directive] = ACTIONS(1313), - [anon_sym_LPAREN2] = ACTIONS(1315), - [anon_sym_BANG] = ACTIONS(1315), - [anon_sym_TILDE] = ACTIONS(1315), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_subroutine] = ACTIONS(1313), - [anon_sym_invariant] = ACTIONS(1313), - [anon_sym_precise] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1315), - [anon_sym_in] = ACTIONS(1313), - [anon_sym_out] = ACTIONS(1313), - [anon_sym_inout] = ACTIONS(1313), - [anon_sym_uniform] = ACTIONS(1313), - [anon_sym_shared] = ACTIONS(1313), - [anon_sym_attribute] = ACTIONS(1313), - [anon_sym_varying] = ACTIONS(1313), - [anon_sym_buffer] = ACTIONS(1313), - [anon_sym_coherent] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_writeonly] = ACTIONS(1313), - [anon_sym_precision] = ACTIONS(1313), - [anon_sym_highp] = ACTIONS(1313), - [anon_sym_mediump] = ACTIONS(1313), - [anon_sym_lowp] = ACTIONS(1313), - [anon_sym_centroid] = ACTIONS(1313), - [anon_sym_sample] = ACTIONS(1313), - [anon_sym_patch] = ACTIONS(1313), - [anon_sym_smooth] = ACTIONS(1313), - [anon_sym_flat] = ACTIONS(1313), - [anon_sym_noperspective] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1313), - [anon_sym_typedef] = ACTIONS(1313), - [anon_sym_extern] = ACTIONS(1313), - [anon_sym___attribute__] = ACTIONS(1313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1315), - [anon_sym___declspec] = ACTIONS(1313), - [anon_sym___cdecl] = ACTIONS(1313), - [anon_sym___clrcall] = ACTIONS(1313), - [anon_sym___stdcall] = ACTIONS(1313), - [anon_sym___fastcall] = ACTIONS(1313), - [anon_sym___thiscall] = ACTIONS(1313), - [anon_sym___vectorcall] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1315), - [anon_sym_RBRACE] = ACTIONS(1315), - [anon_sym_signed] = ACTIONS(1313), - [anon_sym_unsigned] = ACTIONS(1313), - [anon_sym_long] = ACTIONS(1313), - [anon_sym_short] = ACTIONS(1313), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_auto] = ACTIONS(1313), - [anon_sym_register] = ACTIONS(1313), - [anon_sym_inline] = ACTIONS(1313), - [anon_sym___inline] = ACTIONS(1313), - [anon_sym___inline__] = ACTIONS(1313), - [anon_sym___forceinline] = ACTIONS(1313), - [anon_sym_thread_local] = ACTIONS(1313), - [anon_sym___thread] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_constexpr] = ACTIONS(1313), - [anon_sym_volatile] = ACTIONS(1313), - [anon_sym_restrict] = ACTIONS(1313), - [anon_sym___restrict__] = ACTIONS(1313), - [anon_sym__Atomic] = ACTIONS(1313), - [anon_sym__Noreturn] = ACTIONS(1313), - [anon_sym_noreturn] = ACTIONS(1313), - [anon_sym_alignas] = ACTIONS(1313), - [anon_sym__Alignas] = ACTIONS(1313), - [sym_primitive_type] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [anon_sym_struct] = ACTIONS(1313), - [anon_sym_union] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_goto] = ACTIONS(1313), - [anon_sym___try] = ACTIONS(1313), - [anon_sym___leave] = ACTIONS(1313), - [anon_sym_DASH_DASH] = ACTIONS(1315), - [anon_sym_PLUS_PLUS] = ACTIONS(1315), - [anon_sym_sizeof] = ACTIONS(1313), - [anon_sym___alignof__] = ACTIONS(1313), - [anon_sym___alignof] = ACTIONS(1313), - [anon_sym__alignof] = ACTIONS(1313), - [anon_sym_alignof] = ACTIONS(1313), - [anon_sym__Alignof] = ACTIONS(1313), - [anon_sym_offsetof] = ACTIONS(1313), - [anon_sym__Generic] = ACTIONS(1313), - [anon_sym_asm] = ACTIONS(1313), - [anon_sym___asm__] = ACTIONS(1313), - [sym_number_literal] = ACTIONS(1315), - [anon_sym_L_SQUOTE] = ACTIONS(1315), - [anon_sym_u_SQUOTE] = ACTIONS(1315), - [anon_sym_U_SQUOTE] = ACTIONS(1315), - [anon_sym_u8_SQUOTE] = ACTIONS(1315), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_L_DQUOTE] = ACTIONS(1315), - [anon_sym_u_DQUOTE] = ACTIONS(1315), - [anon_sym_U_DQUOTE] = ACTIONS(1315), - [anon_sym_u8_DQUOTE] = ACTIONS(1315), - [anon_sym_DQUOTE] = ACTIONS(1315), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [anon_sym_NULL] = ACTIONS(1313), - [anon_sym_nullptr] = ACTIONS(1313), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1313), - [anon_sym_rayPayloadInEXT] = ACTIONS(1313), - [anon_sym_hitAttributeEXT] = ACTIONS(1313), - [anon_sym_callableDataEXT] = ACTIONS(1313), - [anon_sym_callableDataInEXT] = ACTIONS(1313), - [anon_sym_shaderRecordEXT] = ACTIONS(1313), - [anon_sym_rayPayloadNV] = ACTIONS(1313), - [anon_sym_rayPayloadInNV] = ACTIONS(1313), - [anon_sym_hitAttributeNV] = ACTIONS(1313), - [anon_sym_callableDataNV] = ACTIONS(1313), - [anon_sym_callableDataInNV] = ACTIONS(1313), - [anon_sym_shaderRecordNV] = ACTIONS(1313), - [anon_sym_layout] = ACTIONS(1313), - }, - [228] = { - [ts_builtin_sym_end] = ACTIONS(1323), - [sym_identifier] = ACTIONS(1321), - [aux_sym_preproc_include_token1] = ACTIONS(1321), - [aux_sym_preproc_def_token1] = ACTIONS(1321), - [aux_sym_preproc_if_token1] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1321), - [sym_preproc_directive] = ACTIONS(1321), - [anon_sym_LPAREN2] = ACTIONS(1323), - [anon_sym_BANG] = ACTIONS(1323), - [anon_sym_TILDE] = ACTIONS(1323), - [anon_sym_DASH] = ACTIONS(1321), - [anon_sym_PLUS] = ACTIONS(1321), - [anon_sym_STAR] = ACTIONS(1323), - [anon_sym_AMP] = ACTIONS(1323), - [anon_sym_subroutine] = ACTIONS(1321), - [anon_sym_invariant] = ACTIONS(1321), - [anon_sym_precise] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1323), - [anon_sym_in] = ACTIONS(1321), - [anon_sym_out] = ACTIONS(1321), - [anon_sym_inout] = ACTIONS(1321), - [anon_sym_uniform] = ACTIONS(1321), - [anon_sym_shared] = ACTIONS(1321), - [anon_sym_attribute] = ACTIONS(1321), - [anon_sym_varying] = ACTIONS(1321), - [anon_sym_buffer] = ACTIONS(1321), - [anon_sym_coherent] = ACTIONS(1321), - [anon_sym_readonly] = ACTIONS(1321), - [anon_sym_writeonly] = ACTIONS(1321), - [anon_sym_precision] = ACTIONS(1321), - [anon_sym_highp] = ACTIONS(1321), - [anon_sym_mediump] = ACTIONS(1321), - [anon_sym_lowp] = ACTIONS(1321), - [anon_sym_centroid] = ACTIONS(1321), - [anon_sym_sample] = ACTIONS(1321), - [anon_sym_patch] = ACTIONS(1321), - [anon_sym_smooth] = ACTIONS(1321), - [anon_sym_flat] = ACTIONS(1321), - [anon_sym_noperspective] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1321), - [anon_sym_typedef] = ACTIONS(1321), - [anon_sym_extern] = ACTIONS(1321), - [anon_sym___attribute__] = ACTIONS(1321), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1323), - [anon_sym___declspec] = ACTIONS(1321), - [anon_sym___cdecl] = ACTIONS(1321), - [anon_sym___clrcall] = ACTIONS(1321), - [anon_sym___stdcall] = ACTIONS(1321), - [anon_sym___fastcall] = ACTIONS(1321), - [anon_sym___thiscall] = ACTIONS(1321), - [anon_sym___vectorcall] = ACTIONS(1321), - [anon_sym_LBRACE] = ACTIONS(1323), - [anon_sym_signed] = ACTIONS(1321), - [anon_sym_unsigned] = ACTIONS(1321), - [anon_sym_long] = ACTIONS(1321), - [anon_sym_short] = ACTIONS(1321), - [anon_sym_static] = ACTIONS(1321), - [anon_sym_auto] = ACTIONS(1321), - [anon_sym_register] = ACTIONS(1321), - [anon_sym_inline] = ACTIONS(1321), - [anon_sym___inline] = ACTIONS(1321), - [anon_sym___inline__] = ACTIONS(1321), - [anon_sym___forceinline] = ACTIONS(1321), - [anon_sym_thread_local] = ACTIONS(1321), - [anon_sym___thread] = ACTIONS(1321), - [anon_sym_const] = ACTIONS(1321), - [anon_sym_constexpr] = ACTIONS(1321), - [anon_sym_volatile] = ACTIONS(1321), - [anon_sym_restrict] = ACTIONS(1321), - [anon_sym___restrict__] = ACTIONS(1321), - [anon_sym__Atomic] = ACTIONS(1321), - [anon_sym__Noreturn] = ACTIONS(1321), - [anon_sym_noreturn] = ACTIONS(1321), - [anon_sym_alignas] = ACTIONS(1321), - [anon_sym__Alignas] = ACTIONS(1321), - [sym_primitive_type] = ACTIONS(1321), - [anon_sym_enum] = ACTIONS(1321), - [anon_sym_struct] = ACTIONS(1321), - [anon_sym_union] = ACTIONS(1321), - [anon_sym_if] = ACTIONS(1321), - [anon_sym_else] = ACTIONS(1321), - [anon_sym_switch] = ACTIONS(1321), - [anon_sym_case] = ACTIONS(1321), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_while] = ACTIONS(1321), - [anon_sym_do] = ACTIONS(1321), - [anon_sym_for] = ACTIONS(1321), - [anon_sym_return] = ACTIONS(1321), - [anon_sym_break] = ACTIONS(1321), - [anon_sym_continue] = ACTIONS(1321), - [anon_sym_goto] = ACTIONS(1321), - [anon_sym___try] = ACTIONS(1321), - [anon_sym___leave] = ACTIONS(1321), - [anon_sym_DASH_DASH] = ACTIONS(1323), - [anon_sym_PLUS_PLUS] = ACTIONS(1323), - [anon_sym_sizeof] = ACTIONS(1321), - [anon_sym___alignof__] = ACTIONS(1321), - [anon_sym___alignof] = ACTIONS(1321), - [anon_sym__alignof] = ACTIONS(1321), - [anon_sym_alignof] = ACTIONS(1321), - [anon_sym__Alignof] = ACTIONS(1321), - [anon_sym_offsetof] = ACTIONS(1321), - [anon_sym__Generic] = ACTIONS(1321), - [anon_sym_asm] = ACTIONS(1321), - [anon_sym___asm__] = ACTIONS(1321), - [sym_number_literal] = ACTIONS(1323), - [anon_sym_L_SQUOTE] = ACTIONS(1323), - [anon_sym_u_SQUOTE] = ACTIONS(1323), - [anon_sym_U_SQUOTE] = ACTIONS(1323), - [anon_sym_u8_SQUOTE] = ACTIONS(1323), - [anon_sym_SQUOTE] = ACTIONS(1323), - [anon_sym_L_DQUOTE] = ACTIONS(1323), - [anon_sym_u_DQUOTE] = ACTIONS(1323), - [anon_sym_U_DQUOTE] = ACTIONS(1323), - [anon_sym_u8_DQUOTE] = ACTIONS(1323), - [anon_sym_DQUOTE] = ACTIONS(1323), - [sym_true] = ACTIONS(1321), - [sym_false] = ACTIONS(1321), - [anon_sym_NULL] = ACTIONS(1321), - [anon_sym_nullptr] = ACTIONS(1321), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1321), - [anon_sym_rayPayloadInEXT] = ACTIONS(1321), - [anon_sym_hitAttributeEXT] = ACTIONS(1321), - [anon_sym_callableDataEXT] = ACTIONS(1321), - [anon_sym_callableDataInEXT] = ACTIONS(1321), - [anon_sym_shaderRecordEXT] = ACTIONS(1321), - [anon_sym_rayPayloadNV] = ACTIONS(1321), - [anon_sym_rayPayloadInNV] = ACTIONS(1321), - [anon_sym_hitAttributeNV] = ACTIONS(1321), - [anon_sym_callableDataNV] = ACTIONS(1321), - [anon_sym_callableDataInNV] = ACTIONS(1321), - [anon_sym_shaderRecordNV] = ACTIONS(1321), - [anon_sym_layout] = ACTIONS(1321), - }, - [229] = { - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token2] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), - }, - [230] = { - [sym_identifier] = ACTIONS(1329), - [aux_sym_preproc_include_token1] = ACTIONS(1329), - [aux_sym_preproc_def_token1] = ACTIONS(1329), - [aux_sym_preproc_if_token1] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1329), - [sym_preproc_directive] = ACTIONS(1329), - [anon_sym_LPAREN2] = ACTIONS(1331), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_DASH] = ACTIONS(1329), - [anon_sym_PLUS] = ACTIONS(1329), - [anon_sym_STAR] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1331), - [anon_sym_subroutine] = ACTIONS(1329), - [anon_sym_invariant] = ACTIONS(1329), - [anon_sym_precise] = ACTIONS(1329), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_in] = ACTIONS(1329), - [anon_sym_out] = ACTIONS(1329), - [anon_sym_inout] = ACTIONS(1329), - [anon_sym_uniform] = ACTIONS(1329), - [anon_sym_shared] = ACTIONS(1329), - [anon_sym_attribute] = ACTIONS(1329), - [anon_sym_varying] = ACTIONS(1329), - [anon_sym_buffer] = ACTIONS(1329), - [anon_sym_coherent] = ACTIONS(1329), - [anon_sym_readonly] = ACTIONS(1329), - [anon_sym_writeonly] = ACTIONS(1329), - [anon_sym_precision] = ACTIONS(1329), - [anon_sym_highp] = ACTIONS(1329), - [anon_sym_mediump] = ACTIONS(1329), - [anon_sym_lowp] = ACTIONS(1329), - [anon_sym_centroid] = ACTIONS(1329), - [anon_sym_sample] = ACTIONS(1329), - [anon_sym_patch] = ACTIONS(1329), - [anon_sym_smooth] = ACTIONS(1329), - [anon_sym_flat] = ACTIONS(1329), - [anon_sym_noperspective] = ACTIONS(1329), - [anon_sym___extension__] = ACTIONS(1329), - [anon_sym_typedef] = ACTIONS(1329), - [anon_sym_extern] = ACTIONS(1329), - [anon_sym___attribute__] = ACTIONS(1329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1331), - [anon_sym___declspec] = ACTIONS(1329), - [anon_sym___cdecl] = ACTIONS(1329), - [anon_sym___clrcall] = ACTIONS(1329), - [anon_sym___stdcall] = ACTIONS(1329), - [anon_sym___fastcall] = ACTIONS(1329), - [anon_sym___thiscall] = ACTIONS(1329), - [anon_sym___vectorcall] = ACTIONS(1329), - [anon_sym_LBRACE] = ACTIONS(1331), - [anon_sym_RBRACE] = ACTIONS(1331), - [anon_sym_signed] = ACTIONS(1329), - [anon_sym_unsigned] = ACTIONS(1329), - [anon_sym_long] = ACTIONS(1329), - [anon_sym_short] = ACTIONS(1329), - [anon_sym_static] = ACTIONS(1329), - [anon_sym_auto] = ACTIONS(1329), - [anon_sym_register] = ACTIONS(1329), - [anon_sym_inline] = ACTIONS(1329), - [anon_sym___inline] = ACTIONS(1329), - [anon_sym___inline__] = ACTIONS(1329), - [anon_sym___forceinline] = ACTIONS(1329), - [anon_sym_thread_local] = ACTIONS(1329), - [anon_sym___thread] = ACTIONS(1329), - [anon_sym_const] = ACTIONS(1329), - [anon_sym_constexpr] = ACTIONS(1329), - [anon_sym_volatile] = ACTIONS(1329), - [anon_sym_restrict] = ACTIONS(1329), - [anon_sym___restrict__] = ACTIONS(1329), - [anon_sym__Atomic] = ACTIONS(1329), - [anon_sym__Noreturn] = ACTIONS(1329), - [anon_sym_noreturn] = ACTIONS(1329), - [anon_sym_alignas] = ACTIONS(1329), - [anon_sym__Alignas] = ACTIONS(1329), - [sym_primitive_type] = ACTIONS(1329), - [anon_sym_enum] = ACTIONS(1329), - [anon_sym_struct] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1329), - [anon_sym_if] = ACTIONS(1329), - [anon_sym_else] = ACTIONS(1329), - [anon_sym_switch] = ACTIONS(1329), - [anon_sym_case] = ACTIONS(1329), - [anon_sym_default] = ACTIONS(1329), - [anon_sym_while] = ACTIONS(1329), - [anon_sym_do] = ACTIONS(1329), - [anon_sym_for] = ACTIONS(1329), - [anon_sym_return] = ACTIONS(1329), - [anon_sym_break] = ACTIONS(1329), - [anon_sym_continue] = ACTIONS(1329), - [anon_sym_goto] = ACTIONS(1329), - [anon_sym___try] = ACTIONS(1329), - [anon_sym___leave] = ACTIONS(1329), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_sizeof] = ACTIONS(1329), - [anon_sym___alignof__] = ACTIONS(1329), - [anon_sym___alignof] = ACTIONS(1329), - [anon_sym__alignof] = ACTIONS(1329), - [anon_sym_alignof] = ACTIONS(1329), - [anon_sym__Alignof] = ACTIONS(1329), - [anon_sym_offsetof] = ACTIONS(1329), - [anon_sym__Generic] = ACTIONS(1329), - [anon_sym_asm] = ACTIONS(1329), - [anon_sym___asm__] = ACTIONS(1329), - [sym_number_literal] = ACTIONS(1331), - [anon_sym_L_SQUOTE] = ACTIONS(1331), - [anon_sym_u_SQUOTE] = ACTIONS(1331), - [anon_sym_U_SQUOTE] = ACTIONS(1331), - [anon_sym_u8_SQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [anon_sym_L_DQUOTE] = ACTIONS(1331), - [anon_sym_u_DQUOTE] = ACTIONS(1331), - [anon_sym_U_DQUOTE] = ACTIONS(1331), - [anon_sym_u8_DQUOTE] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [sym_true] = ACTIONS(1329), - [sym_false] = ACTIONS(1329), - [anon_sym_NULL] = ACTIONS(1329), - [anon_sym_nullptr] = ACTIONS(1329), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1329), - [anon_sym_rayPayloadInEXT] = ACTIONS(1329), - [anon_sym_hitAttributeEXT] = ACTIONS(1329), - [anon_sym_callableDataEXT] = ACTIONS(1329), - [anon_sym_callableDataInEXT] = ACTIONS(1329), - [anon_sym_shaderRecordEXT] = ACTIONS(1329), - [anon_sym_rayPayloadNV] = ACTIONS(1329), - [anon_sym_rayPayloadInNV] = ACTIONS(1329), - [anon_sym_hitAttributeNV] = ACTIONS(1329), - [anon_sym_callableDataNV] = ACTIONS(1329), - [anon_sym_callableDataInNV] = ACTIONS(1329), - [anon_sym_shaderRecordNV] = ACTIONS(1329), - [anon_sym_layout] = ACTIONS(1329), - }, - [231] = { - [sym_identifier] = ACTIONS(1333), - [aux_sym_preproc_include_token1] = ACTIONS(1333), - [aux_sym_preproc_def_token1] = ACTIONS(1333), - [aux_sym_preproc_if_token1] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1333), - [sym_preproc_directive] = ACTIONS(1333), - [anon_sym_LPAREN2] = ACTIONS(1335), - [anon_sym_BANG] = ACTIONS(1335), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1335), - [anon_sym_subroutine] = ACTIONS(1333), - [anon_sym_invariant] = ACTIONS(1333), - [anon_sym_precise] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_in] = ACTIONS(1333), - [anon_sym_out] = ACTIONS(1333), - [anon_sym_inout] = ACTIONS(1333), - [anon_sym_uniform] = ACTIONS(1333), - [anon_sym_shared] = ACTIONS(1333), - [anon_sym_attribute] = ACTIONS(1333), - [anon_sym_varying] = ACTIONS(1333), - [anon_sym_buffer] = ACTIONS(1333), - [anon_sym_coherent] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_writeonly] = ACTIONS(1333), - [anon_sym_precision] = ACTIONS(1333), - [anon_sym_highp] = ACTIONS(1333), - [anon_sym_mediump] = ACTIONS(1333), - [anon_sym_lowp] = ACTIONS(1333), - [anon_sym_centroid] = ACTIONS(1333), - [anon_sym_sample] = ACTIONS(1333), - [anon_sym_patch] = ACTIONS(1333), - [anon_sym_smooth] = ACTIONS(1333), - [anon_sym_flat] = ACTIONS(1333), - [anon_sym_noperspective] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1333), - [anon_sym_typedef] = ACTIONS(1333), - [anon_sym_extern] = ACTIONS(1333), - [anon_sym___attribute__] = ACTIONS(1333), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), - [anon_sym___declspec] = ACTIONS(1333), - [anon_sym___cdecl] = ACTIONS(1333), - [anon_sym___clrcall] = ACTIONS(1333), - [anon_sym___stdcall] = ACTIONS(1333), - [anon_sym___fastcall] = ACTIONS(1333), - [anon_sym___thiscall] = ACTIONS(1333), - [anon_sym___vectorcall] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_RBRACE] = ACTIONS(1335), - [anon_sym_signed] = ACTIONS(1333), - [anon_sym_unsigned] = ACTIONS(1333), - [anon_sym_long] = ACTIONS(1333), - [anon_sym_short] = ACTIONS(1333), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_auto] = ACTIONS(1333), - [anon_sym_register] = ACTIONS(1333), - [anon_sym_inline] = ACTIONS(1333), - [anon_sym___inline] = ACTIONS(1333), - [anon_sym___inline__] = ACTIONS(1333), - [anon_sym___forceinline] = ACTIONS(1333), - [anon_sym_thread_local] = ACTIONS(1333), - [anon_sym___thread] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_constexpr] = ACTIONS(1333), - [anon_sym_volatile] = ACTIONS(1333), - [anon_sym_restrict] = ACTIONS(1333), - [anon_sym___restrict__] = ACTIONS(1333), - [anon_sym__Atomic] = ACTIONS(1333), - [anon_sym__Noreturn] = ACTIONS(1333), - [anon_sym_noreturn] = ACTIONS(1333), - [anon_sym_alignas] = ACTIONS(1333), - [anon_sym__Alignas] = ACTIONS(1333), - [sym_primitive_type] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - [anon_sym_struct] = ACTIONS(1333), - [anon_sym_union] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_goto] = ACTIONS(1333), - [anon_sym___try] = ACTIONS(1333), - [anon_sym___leave] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_PLUS_PLUS] = ACTIONS(1335), - [anon_sym_sizeof] = ACTIONS(1333), - [anon_sym___alignof__] = ACTIONS(1333), - [anon_sym___alignof] = ACTIONS(1333), - [anon_sym__alignof] = ACTIONS(1333), - [anon_sym_alignof] = ACTIONS(1333), - [anon_sym__Alignof] = ACTIONS(1333), - [anon_sym_offsetof] = ACTIONS(1333), - [anon_sym__Generic] = ACTIONS(1333), - [anon_sym_asm] = ACTIONS(1333), - [anon_sym___asm__] = ACTIONS(1333), - [sym_number_literal] = ACTIONS(1335), - [anon_sym_L_SQUOTE] = ACTIONS(1335), - [anon_sym_u_SQUOTE] = ACTIONS(1335), - [anon_sym_U_SQUOTE] = ACTIONS(1335), - [anon_sym_u8_SQUOTE] = ACTIONS(1335), - [anon_sym_SQUOTE] = ACTIONS(1335), - [anon_sym_L_DQUOTE] = ACTIONS(1335), - [anon_sym_u_DQUOTE] = ACTIONS(1335), - [anon_sym_U_DQUOTE] = ACTIONS(1335), - [anon_sym_u8_DQUOTE] = ACTIONS(1335), - [anon_sym_DQUOTE] = ACTIONS(1335), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [anon_sym_NULL] = ACTIONS(1333), - [anon_sym_nullptr] = ACTIONS(1333), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1333), - [anon_sym_rayPayloadInEXT] = ACTIONS(1333), - [anon_sym_hitAttributeEXT] = ACTIONS(1333), - [anon_sym_callableDataEXT] = ACTIONS(1333), - [anon_sym_callableDataInEXT] = ACTIONS(1333), - [anon_sym_shaderRecordEXT] = ACTIONS(1333), - [anon_sym_rayPayloadNV] = ACTIONS(1333), - [anon_sym_rayPayloadInNV] = ACTIONS(1333), - [anon_sym_hitAttributeNV] = ACTIONS(1333), - [anon_sym_callableDataNV] = ACTIONS(1333), - [anon_sym_callableDataInNV] = ACTIONS(1333), - [anon_sym_shaderRecordNV] = ACTIONS(1333), - [anon_sym_layout] = ACTIONS(1333), + [175] = { + [sym_else_clause] = STATE(300), + [sym_identifier] = ACTIONS(1233), + [aux_sym_preproc_include_token1] = ACTIONS(1233), + [aux_sym_preproc_def_token1] = ACTIONS(1233), + [aux_sym_preproc_if_token1] = ACTIONS(1233), + [aux_sym_preproc_if_token2] = ACTIONS(1233), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1233), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1233), + [sym_preproc_directive] = ACTIONS(1233), + [anon_sym_LPAREN2] = ACTIONS(1235), + [anon_sym_BANG] = ACTIONS(1235), + [anon_sym_TILDE] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1233), + [anon_sym_PLUS] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_AMP] = ACTIONS(1235), + [anon_sym_subroutine] = ACTIONS(1233), + [anon_sym_invariant] = ACTIONS(1233), + [anon_sym_precise] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_in] = ACTIONS(1233), + [anon_sym_out] = ACTIONS(1233), + [anon_sym_inout] = ACTIONS(1233), + [anon_sym_uniform] = ACTIONS(1233), + [anon_sym_shared] = ACTIONS(1233), + [anon_sym_attribute] = ACTIONS(1233), + [anon_sym_varying] = ACTIONS(1233), + [anon_sym_buffer] = ACTIONS(1233), + [anon_sym_coherent] = ACTIONS(1233), + [anon_sym_readonly] = ACTIONS(1233), + [anon_sym_writeonly] = ACTIONS(1233), + [anon_sym_precision] = ACTIONS(1233), + [anon_sym_highp] = ACTIONS(1233), + [anon_sym_mediump] = ACTIONS(1233), + [anon_sym_lowp] = ACTIONS(1233), + [anon_sym_centroid] = ACTIONS(1233), + [anon_sym_sample] = ACTIONS(1233), + [anon_sym_patch] = ACTIONS(1233), + [anon_sym_smooth] = ACTIONS(1233), + [anon_sym_flat] = ACTIONS(1233), + [anon_sym_noperspective] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1233), + [anon_sym_typedef] = ACTIONS(1233), + [anon_sym_extern] = ACTIONS(1233), + [anon_sym___attribute__] = ACTIONS(1233), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1235), + [anon_sym___declspec] = ACTIONS(1233), + [anon_sym___cdecl] = ACTIONS(1233), + [anon_sym___clrcall] = ACTIONS(1233), + [anon_sym___stdcall] = ACTIONS(1233), + [anon_sym___fastcall] = ACTIONS(1233), + [anon_sym___thiscall] = ACTIONS(1233), + [anon_sym___vectorcall] = ACTIONS(1233), + [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_signed] = ACTIONS(1233), + [anon_sym_unsigned] = ACTIONS(1233), + [anon_sym_long] = ACTIONS(1233), + [anon_sym_short] = ACTIONS(1233), + [anon_sym_static] = ACTIONS(1233), + [anon_sym_auto] = ACTIONS(1233), + [anon_sym_register] = ACTIONS(1233), + [anon_sym_inline] = ACTIONS(1233), + [anon_sym___inline] = ACTIONS(1233), + [anon_sym___inline__] = ACTIONS(1233), + [anon_sym___forceinline] = ACTIONS(1233), + [anon_sym_thread_local] = ACTIONS(1233), + [anon_sym___thread] = ACTIONS(1233), + [anon_sym_const] = ACTIONS(1233), + [anon_sym_constexpr] = ACTIONS(1233), + [anon_sym_volatile] = ACTIONS(1233), + [anon_sym_restrict] = ACTIONS(1233), + [anon_sym___restrict__] = ACTIONS(1233), + [anon_sym__Atomic] = ACTIONS(1233), + [anon_sym__Noreturn] = ACTIONS(1233), + [anon_sym_noreturn] = ACTIONS(1233), + [anon_sym__Nonnull] = ACTIONS(1233), + [anon_sym_alignas] = ACTIONS(1233), + [anon_sym__Alignas] = ACTIONS(1233), + [sym_primitive_type] = ACTIONS(1233), + [anon_sym_enum] = ACTIONS(1233), + [anon_sym_struct] = ACTIONS(1233), + [anon_sym_union] = ACTIONS(1233), + [anon_sym_if] = ACTIONS(1233), + [anon_sym_else] = ACTIONS(1549), + [anon_sym_switch] = ACTIONS(1233), + [anon_sym_case] = ACTIONS(1233), + [anon_sym_default] = ACTIONS(1233), + [anon_sym_while] = ACTIONS(1233), + [anon_sym_do] = ACTIONS(1233), + [anon_sym_for] = ACTIONS(1233), + [anon_sym_return] = ACTIONS(1233), + [anon_sym_break] = ACTIONS(1233), + [anon_sym_continue] = ACTIONS(1233), + [anon_sym_goto] = ACTIONS(1233), + [anon_sym___try] = ACTIONS(1233), + [anon_sym___leave] = ACTIONS(1233), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_PLUS_PLUS] = ACTIONS(1235), + [anon_sym_sizeof] = ACTIONS(1233), + [anon_sym___alignof__] = ACTIONS(1233), + [anon_sym___alignof] = ACTIONS(1233), + [anon_sym__alignof] = ACTIONS(1233), + [anon_sym_alignof] = ACTIONS(1233), + [anon_sym__Alignof] = ACTIONS(1233), + [anon_sym_offsetof] = ACTIONS(1233), + [anon_sym__Generic] = ACTIONS(1233), + [anon_sym_asm] = ACTIONS(1233), + [anon_sym___asm__] = ACTIONS(1233), + [anon_sym___asm] = ACTIONS(1233), + [sym_number_literal] = ACTIONS(1235), + [anon_sym_L_SQUOTE] = ACTIONS(1235), + [anon_sym_u_SQUOTE] = ACTIONS(1235), + [anon_sym_U_SQUOTE] = ACTIONS(1235), + [anon_sym_u8_SQUOTE] = ACTIONS(1235), + [anon_sym_SQUOTE] = ACTIONS(1235), + [anon_sym_L_DQUOTE] = ACTIONS(1235), + [anon_sym_u_DQUOTE] = ACTIONS(1235), + [anon_sym_U_DQUOTE] = ACTIONS(1235), + [anon_sym_u8_DQUOTE] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1235), + [sym_true] = ACTIONS(1233), + [sym_false] = ACTIONS(1233), + [anon_sym_NULL] = ACTIONS(1233), + [anon_sym_nullptr] = ACTIONS(1233), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1233), + [anon_sym_rayPayloadInEXT] = ACTIONS(1233), + [anon_sym_hitAttributeEXT] = ACTIONS(1233), + [anon_sym_callableDataEXT] = ACTIONS(1233), + [anon_sym_callableDataInEXT] = ACTIONS(1233), + [anon_sym_shaderRecordEXT] = ACTIONS(1233), + [anon_sym_rayPayloadNV] = ACTIONS(1233), + [anon_sym_rayPayloadInNV] = ACTIONS(1233), + [anon_sym_hitAttributeNV] = ACTIONS(1233), + [anon_sym_callableDataNV] = ACTIONS(1233), + [anon_sym_callableDataInNV] = ACTIONS(1233), + [anon_sym_shaderRecordNV] = ACTIONS(1233), + [anon_sym_layout] = ACTIONS(1233), }, - [232] = { - [sym_identifier] = ACTIONS(1273), - [aux_sym_preproc_include_token1] = ACTIONS(1273), - [aux_sym_preproc_def_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token1] = ACTIONS(1273), - [aux_sym_preproc_if_token2] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1273), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1273), - [sym_preproc_directive] = ACTIONS(1273), - [anon_sym_LPAREN2] = ACTIONS(1275), - [anon_sym_BANG] = ACTIONS(1275), - [anon_sym_TILDE] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_subroutine] = ACTIONS(1273), - [anon_sym_invariant] = ACTIONS(1273), - [anon_sym_precise] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_in] = ACTIONS(1273), - [anon_sym_out] = ACTIONS(1273), - [anon_sym_inout] = ACTIONS(1273), - [anon_sym_uniform] = ACTIONS(1273), - [anon_sym_shared] = ACTIONS(1273), - [anon_sym_attribute] = ACTIONS(1273), - [anon_sym_varying] = ACTIONS(1273), - [anon_sym_buffer] = ACTIONS(1273), - [anon_sym_coherent] = ACTIONS(1273), - [anon_sym_readonly] = ACTIONS(1273), - [anon_sym_writeonly] = ACTIONS(1273), - [anon_sym_precision] = ACTIONS(1273), - [anon_sym_highp] = ACTIONS(1273), - [anon_sym_mediump] = ACTIONS(1273), - [anon_sym_lowp] = ACTIONS(1273), - [anon_sym_centroid] = ACTIONS(1273), - [anon_sym_sample] = ACTIONS(1273), - [anon_sym_patch] = ACTIONS(1273), - [anon_sym_smooth] = ACTIONS(1273), - [anon_sym_flat] = ACTIONS(1273), - [anon_sym_noperspective] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1273), - [anon_sym_typedef] = ACTIONS(1273), - [anon_sym_extern] = ACTIONS(1273), - [anon_sym___attribute__] = ACTIONS(1273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1275), - [anon_sym___declspec] = ACTIONS(1273), - [anon_sym___cdecl] = ACTIONS(1273), - [anon_sym___clrcall] = ACTIONS(1273), - [anon_sym___stdcall] = ACTIONS(1273), - [anon_sym___fastcall] = ACTIONS(1273), - [anon_sym___thiscall] = ACTIONS(1273), - [anon_sym___vectorcall] = ACTIONS(1273), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_signed] = ACTIONS(1273), - [anon_sym_unsigned] = ACTIONS(1273), - [anon_sym_long] = ACTIONS(1273), - [anon_sym_short] = ACTIONS(1273), - [anon_sym_static] = ACTIONS(1273), - [anon_sym_auto] = ACTIONS(1273), - [anon_sym_register] = ACTIONS(1273), - [anon_sym_inline] = ACTIONS(1273), - [anon_sym___inline] = ACTIONS(1273), - [anon_sym___inline__] = ACTIONS(1273), - [anon_sym___forceinline] = ACTIONS(1273), - [anon_sym_thread_local] = ACTIONS(1273), - [anon_sym___thread] = ACTIONS(1273), - [anon_sym_const] = ACTIONS(1273), - [anon_sym_constexpr] = ACTIONS(1273), - [anon_sym_volatile] = ACTIONS(1273), - [anon_sym_restrict] = ACTIONS(1273), - [anon_sym___restrict__] = ACTIONS(1273), - [anon_sym__Atomic] = ACTIONS(1273), - [anon_sym__Noreturn] = ACTIONS(1273), - [anon_sym_noreturn] = ACTIONS(1273), - [anon_sym_alignas] = ACTIONS(1273), - [anon_sym__Alignas] = ACTIONS(1273), - [sym_primitive_type] = ACTIONS(1273), - [anon_sym_enum] = ACTIONS(1273), - [anon_sym_struct] = ACTIONS(1273), - [anon_sym_union] = ACTIONS(1273), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_switch] = ACTIONS(1273), - [anon_sym_case] = ACTIONS(1273), - [anon_sym_default] = ACTIONS(1273), - [anon_sym_while] = ACTIONS(1273), - [anon_sym_do] = ACTIONS(1273), - [anon_sym_for] = ACTIONS(1273), - [anon_sym_return] = ACTIONS(1273), - [anon_sym_break] = ACTIONS(1273), - [anon_sym_continue] = ACTIONS(1273), - [anon_sym_goto] = ACTIONS(1273), - [anon_sym___try] = ACTIONS(1273), - [anon_sym___leave] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1275), - [anon_sym_PLUS_PLUS] = ACTIONS(1275), - [anon_sym_sizeof] = ACTIONS(1273), - [anon_sym___alignof__] = ACTIONS(1273), - [anon_sym___alignof] = ACTIONS(1273), - [anon_sym__alignof] = ACTIONS(1273), - [anon_sym_alignof] = ACTIONS(1273), - [anon_sym__Alignof] = ACTIONS(1273), - [anon_sym_offsetof] = ACTIONS(1273), - [anon_sym__Generic] = ACTIONS(1273), - [anon_sym_asm] = ACTIONS(1273), - [anon_sym___asm__] = ACTIONS(1273), - [sym_number_literal] = ACTIONS(1275), - [anon_sym_L_SQUOTE] = ACTIONS(1275), - [anon_sym_u_SQUOTE] = ACTIONS(1275), - [anon_sym_U_SQUOTE] = ACTIONS(1275), - [anon_sym_u8_SQUOTE] = ACTIONS(1275), - [anon_sym_SQUOTE] = ACTIONS(1275), - [anon_sym_L_DQUOTE] = ACTIONS(1275), - [anon_sym_u_DQUOTE] = ACTIONS(1275), - [anon_sym_U_DQUOTE] = ACTIONS(1275), - [anon_sym_u8_DQUOTE] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym_true] = ACTIONS(1273), - [sym_false] = ACTIONS(1273), - [anon_sym_NULL] = ACTIONS(1273), - [anon_sym_nullptr] = ACTIONS(1273), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1273), - [anon_sym_rayPayloadInEXT] = ACTIONS(1273), - [anon_sym_hitAttributeEXT] = ACTIONS(1273), - [anon_sym_callableDataEXT] = ACTIONS(1273), - [anon_sym_callableDataInEXT] = ACTIONS(1273), - [anon_sym_shaderRecordEXT] = ACTIONS(1273), - [anon_sym_rayPayloadNV] = ACTIONS(1273), - [anon_sym_rayPayloadInNV] = ACTIONS(1273), - [anon_sym_hitAttributeNV] = ACTIONS(1273), - [anon_sym_callableDataNV] = ACTIONS(1273), - [anon_sym_callableDataInNV] = ACTIONS(1273), - [anon_sym_shaderRecordNV] = ACTIONS(1273), - [anon_sym_layout] = ACTIONS(1273), + [176] = { + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token2] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_subroutine] = ACTIONS(1247), + [anon_sym_invariant] = ACTIONS(1247), + [anon_sym_precise] = ACTIONS(1247), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym_in] = ACTIONS(1247), + [anon_sym_out] = ACTIONS(1247), + [anon_sym_inout] = ACTIONS(1247), + [anon_sym_uniform] = ACTIONS(1247), + [anon_sym_shared] = ACTIONS(1247), + [anon_sym_attribute] = ACTIONS(1247), + [anon_sym_varying] = ACTIONS(1247), + [anon_sym_buffer] = ACTIONS(1247), + [anon_sym_coherent] = ACTIONS(1247), + [anon_sym_readonly] = ACTIONS(1247), + [anon_sym_writeonly] = ACTIONS(1247), + [anon_sym_precision] = ACTIONS(1247), + [anon_sym_highp] = ACTIONS(1247), + [anon_sym_mediump] = ACTIONS(1247), + [anon_sym_lowp] = ACTIONS(1247), + [anon_sym_centroid] = ACTIONS(1247), + [anon_sym_sample] = ACTIONS(1247), + [anon_sym_patch] = ACTIONS(1247), + [anon_sym_smooth] = ACTIONS(1247), + [anon_sym_flat] = ACTIONS(1247), + [anon_sym_noperspective] = ACTIONS(1247), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [anon_sym__Nonnull] = ACTIONS(1247), + [anon_sym_alignas] = ACTIONS(1247), + [anon_sym__Alignas] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym___try] = ACTIONS(1247), + [anon_sym___leave] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [anon_sym___asm] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1247), + [anon_sym_rayPayloadInEXT] = ACTIONS(1247), + [anon_sym_hitAttributeEXT] = ACTIONS(1247), + [anon_sym_callableDataEXT] = ACTIONS(1247), + [anon_sym_callableDataInEXT] = ACTIONS(1247), + [anon_sym_shaderRecordEXT] = ACTIONS(1247), + [anon_sym_rayPayloadNV] = ACTIONS(1247), + [anon_sym_rayPayloadInNV] = ACTIONS(1247), + [anon_sym_hitAttributeNV] = ACTIONS(1247), + [anon_sym_callableDataNV] = ACTIONS(1247), + [anon_sym_callableDataInNV] = ACTIONS(1247), + [anon_sym_shaderRecordNV] = ACTIONS(1247), + [anon_sym_layout] = ACTIONS(1247), }, - [233] = { - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token2] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), + [177] = { + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token2] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_subroutine] = ACTIONS(1295), + [anon_sym_invariant] = ACTIONS(1295), + [anon_sym_precise] = ACTIONS(1295), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_in] = ACTIONS(1295), + [anon_sym_out] = ACTIONS(1295), + [anon_sym_inout] = ACTIONS(1295), + [anon_sym_uniform] = ACTIONS(1295), + [anon_sym_shared] = ACTIONS(1295), + [anon_sym_attribute] = ACTIONS(1295), + [anon_sym_varying] = ACTIONS(1295), + [anon_sym_buffer] = ACTIONS(1295), + [anon_sym_coherent] = ACTIONS(1295), + [anon_sym_readonly] = ACTIONS(1295), + [anon_sym_writeonly] = ACTIONS(1295), + [anon_sym_precision] = ACTIONS(1295), + [anon_sym_highp] = ACTIONS(1295), + [anon_sym_mediump] = ACTIONS(1295), + [anon_sym_lowp] = ACTIONS(1295), + [anon_sym_centroid] = ACTIONS(1295), + [anon_sym_sample] = ACTIONS(1295), + [anon_sym_patch] = ACTIONS(1295), + [anon_sym_smooth] = ACTIONS(1295), + [anon_sym_flat] = ACTIONS(1295), + [anon_sym_noperspective] = ACTIONS(1295), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [anon_sym__Nonnull] = ACTIONS(1295), + [anon_sym_alignas] = ACTIONS(1295), + [anon_sym__Alignas] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym___try] = ACTIONS(1295), + [anon_sym___leave] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [anon_sym___asm] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1295), + [anon_sym_rayPayloadInEXT] = ACTIONS(1295), + [anon_sym_hitAttributeEXT] = ACTIONS(1295), + [anon_sym_callableDataEXT] = ACTIONS(1295), + [anon_sym_callableDataInEXT] = ACTIONS(1295), + [anon_sym_shaderRecordEXT] = ACTIONS(1295), + [anon_sym_rayPayloadNV] = ACTIONS(1295), + [anon_sym_rayPayloadInNV] = ACTIONS(1295), + [anon_sym_hitAttributeNV] = ACTIONS(1295), + [anon_sym_callableDataNV] = ACTIONS(1295), + [anon_sym_callableDataInNV] = ACTIONS(1295), + [anon_sym_shaderRecordNV] = ACTIONS(1295), + [anon_sym_layout] = ACTIONS(1295), }, - [234] = { - [ts_builtin_sym_end] = ACTIONS(1307), - [sym_identifier] = ACTIONS(1305), - [aux_sym_preproc_include_token1] = ACTIONS(1305), - [aux_sym_preproc_def_token1] = ACTIONS(1305), - [aux_sym_preproc_if_token1] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1305), - [sym_preproc_directive] = ACTIONS(1305), - [anon_sym_LPAREN2] = ACTIONS(1307), - [anon_sym_BANG] = ACTIONS(1307), - [anon_sym_TILDE] = ACTIONS(1307), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(1307), - [anon_sym_AMP] = ACTIONS(1307), - [anon_sym_subroutine] = ACTIONS(1305), - [anon_sym_invariant] = ACTIONS(1305), - [anon_sym_precise] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_in] = ACTIONS(1305), - [anon_sym_out] = ACTIONS(1305), - [anon_sym_inout] = ACTIONS(1305), - [anon_sym_uniform] = ACTIONS(1305), - [anon_sym_shared] = ACTIONS(1305), - [anon_sym_attribute] = ACTIONS(1305), - [anon_sym_varying] = ACTIONS(1305), - [anon_sym_buffer] = ACTIONS(1305), - [anon_sym_coherent] = ACTIONS(1305), - [anon_sym_readonly] = ACTIONS(1305), - [anon_sym_writeonly] = ACTIONS(1305), - [anon_sym_precision] = ACTIONS(1305), - [anon_sym_highp] = ACTIONS(1305), - [anon_sym_mediump] = ACTIONS(1305), - [anon_sym_lowp] = ACTIONS(1305), - [anon_sym_centroid] = ACTIONS(1305), - [anon_sym_sample] = ACTIONS(1305), - [anon_sym_patch] = ACTIONS(1305), - [anon_sym_smooth] = ACTIONS(1305), - [anon_sym_flat] = ACTIONS(1305), - [anon_sym_noperspective] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1305), - [anon_sym_typedef] = ACTIONS(1305), - [anon_sym_extern] = ACTIONS(1305), - [anon_sym___attribute__] = ACTIONS(1305), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1307), - [anon_sym___declspec] = ACTIONS(1305), - [anon_sym___cdecl] = ACTIONS(1305), - [anon_sym___clrcall] = ACTIONS(1305), - [anon_sym___stdcall] = ACTIONS(1305), - [anon_sym___fastcall] = ACTIONS(1305), - [anon_sym___thiscall] = ACTIONS(1305), - [anon_sym___vectorcall] = ACTIONS(1305), - [anon_sym_LBRACE] = ACTIONS(1307), - [anon_sym_signed] = ACTIONS(1305), - [anon_sym_unsigned] = ACTIONS(1305), - [anon_sym_long] = ACTIONS(1305), - [anon_sym_short] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1305), - [anon_sym_auto] = ACTIONS(1305), - [anon_sym_register] = ACTIONS(1305), - [anon_sym_inline] = ACTIONS(1305), - [anon_sym___inline] = ACTIONS(1305), - [anon_sym___inline__] = ACTIONS(1305), - [anon_sym___forceinline] = ACTIONS(1305), - [anon_sym_thread_local] = ACTIONS(1305), - [anon_sym___thread] = ACTIONS(1305), - [anon_sym_const] = ACTIONS(1305), - [anon_sym_constexpr] = ACTIONS(1305), - [anon_sym_volatile] = ACTIONS(1305), - [anon_sym_restrict] = ACTIONS(1305), - [anon_sym___restrict__] = ACTIONS(1305), - [anon_sym__Atomic] = ACTIONS(1305), - [anon_sym__Noreturn] = ACTIONS(1305), - [anon_sym_noreturn] = ACTIONS(1305), - [anon_sym_alignas] = ACTIONS(1305), - [anon_sym__Alignas] = ACTIONS(1305), - [sym_primitive_type] = ACTIONS(1305), - [anon_sym_enum] = ACTIONS(1305), - [anon_sym_struct] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1305), - [anon_sym_if] = ACTIONS(1305), - [anon_sym_else] = ACTIONS(1305), - [anon_sym_switch] = ACTIONS(1305), - [anon_sym_case] = ACTIONS(1305), - [anon_sym_default] = ACTIONS(1305), - [anon_sym_while] = ACTIONS(1305), - [anon_sym_do] = ACTIONS(1305), - [anon_sym_for] = ACTIONS(1305), - [anon_sym_return] = ACTIONS(1305), - [anon_sym_break] = ACTIONS(1305), - [anon_sym_continue] = ACTIONS(1305), - [anon_sym_goto] = ACTIONS(1305), - [anon_sym___try] = ACTIONS(1305), - [anon_sym___leave] = ACTIONS(1305), - [anon_sym_DASH_DASH] = ACTIONS(1307), - [anon_sym_PLUS_PLUS] = ACTIONS(1307), - [anon_sym_sizeof] = ACTIONS(1305), - [anon_sym___alignof__] = ACTIONS(1305), - [anon_sym___alignof] = ACTIONS(1305), - [anon_sym__alignof] = ACTIONS(1305), - [anon_sym_alignof] = ACTIONS(1305), - [anon_sym__Alignof] = ACTIONS(1305), - [anon_sym_offsetof] = ACTIONS(1305), - [anon_sym__Generic] = ACTIONS(1305), - [anon_sym_asm] = ACTIONS(1305), - [anon_sym___asm__] = ACTIONS(1305), - [sym_number_literal] = ACTIONS(1307), - [anon_sym_L_SQUOTE] = ACTIONS(1307), - [anon_sym_u_SQUOTE] = ACTIONS(1307), - [anon_sym_U_SQUOTE] = ACTIONS(1307), - [anon_sym_u8_SQUOTE] = ACTIONS(1307), - [anon_sym_SQUOTE] = ACTIONS(1307), - [anon_sym_L_DQUOTE] = ACTIONS(1307), - [anon_sym_u_DQUOTE] = ACTIONS(1307), - [anon_sym_U_DQUOTE] = ACTIONS(1307), - [anon_sym_u8_DQUOTE] = ACTIONS(1307), - [anon_sym_DQUOTE] = ACTIONS(1307), - [sym_true] = ACTIONS(1305), - [sym_false] = ACTIONS(1305), - [anon_sym_NULL] = ACTIONS(1305), - [anon_sym_nullptr] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1305), - [anon_sym_rayPayloadInEXT] = ACTIONS(1305), - [anon_sym_hitAttributeEXT] = ACTIONS(1305), - [anon_sym_callableDataEXT] = ACTIONS(1305), - [anon_sym_callableDataInEXT] = ACTIONS(1305), - [anon_sym_shaderRecordEXT] = ACTIONS(1305), - [anon_sym_rayPayloadNV] = ACTIONS(1305), - [anon_sym_rayPayloadInNV] = ACTIONS(1305), - [anon_sym_hitAttributeNV] = ACTIONS(1305), - [anon_sym_callableDataNV] = ACTIONS(1305), - [anon_sym_callableDataInNV] = ACTIONS(1305), - [anon_sym_shaderRecordNV] = ACTIONS(1305), - [anon_sym_layout] = ACTIONS(1305), + [178] = { + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_subroutine] = ACTIONS(1287), + [anon_sym_invariant] = ACTIONS(1287), + [anon_sym_precise] = ACTIONS(1287), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym_in] = ACTIONS(1287), + [anon_sym_out] = ACTIONS(1287), + [anon_sym_inout] = ACTIONS(1287), + [anon_sym_uniform] = ACTIONS(1287), + [anon_sym_shared] = ACTIONS(1287), + [anon_sym_attribute] = ACTIONS(1287), + [anon_sym_varying] = ACTIONS(1287), + [anon_sym_buffer] = ACTIONS(1287), + [anon_sym_coherent] = ACTIONS(1287), + [anon_sym_readonly] = ACTIONS(1287), + [anon_sym_writeonly] = ACTIONS(1287), + [anon_sym_precision] = ACTIONS(1287), + [anon_sym_highp] = ACTIONS(1287), + [anon_sym_mediump] = ACTIONS(1287), + [anon_sym_lowp] = ACTIONS(1287), + [anon_sym_centroid] = ACTIONS(1287), + [anon_sym_sample] = ACTIONS(1287), + [anon_sym_patch] = ACTIONS(1287), + [anon_sym_smooth] = ACTIONS(1287), + [anon_sym_flat] = ACTIONS(1287), + [anon_sym_noperspective] = ACTIONS(1287), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_RBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [anon_sym__Nonnull] = ACTIONS(1287), + [anon_sym_alignas] = ACTIONS(1287), + [anon_sym__Alignas] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym___try] = ACTIONS(1287), + [anon_sym___leave] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [anon_sym___asm] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1287), + [anon_sym_rayPayloadInEXT] = ACTIONS(1287), + [anon_sym_hitAttributeEXT] = ACTIONS(1287), + [anon_sym_callableDataEXT] = ACTIONS(1287), + [anon_sym_callableDataInEXT] = ACTIONS(1287), + [anon_sym_shaderRecordEXT] = ACTIONS(1287), + [anon_sym_rayPayloadNV] = ACTIONS(1287), + [anon_sym_rayPayloadInNV] = ACTIONS(1287), + [anon_sym_hitAttributeNV] = ACTIONS(1287), + [anon_sym_callableDataNV] = ACTIONS(1287), + [anon_sym_callableDataInNV] = ACTIONS(1287), + [anon_sym_shaderRecordNV] = ACTIONS(1287), + [anon_sym_layout] = ACTIONS(1287), }, - [235] = { - [sym_identifier] = ACTIONS(1277), - [aux_sym_preproc_include_token1] = ACTIONS(1277), - [aux_sym_preproc_def_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token1] = ACTIONS(1277), - [aux_sym_preproc_if_token2] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1277), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1277), - [sym_preproc_directive] = ACTIONS(1277), - [anon_sym_LPAREN2] = ACTIONS(1279), - [anon_sym_BANG] = ACTIONS(1279), - [anon_sym_TILDE] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1277), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_subroutine] = ACTIONS(1277), - [anon_sym_invariant] = ACTIONS(1277), - [anon_sym_precise] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_in] = ACTIONS(1277), - [anon_sym_out] = ACTIONS(1277), - [anon_sym_inout] = ACTIONS(1277), - [anon_sym_uniform] = ACTIONS(1277), - [anon_sym_shared] = ACTIONS(1277), - [anon_sym_attribute] = ACTIONS(1277), - [anon_sym_varying] = ACTIONS(1277), - [anon_sym_buffer] = ACTIONS(1277), - [anon_sym_coherent] = ACTIONS(1277), - [anon_sym_readonly] = ACTIONS(1277), - [anon_sym_writeonly] = ACTIONS(1277), - [anon_sym_precision] = ACTIONS(1277), - [anon_sym_highp] = ACTIONS(1277), - [anon_sym_mediump] = ACTIONS(1277), - [anon_sym_lowp] = ACTIONS(1277), - [anon_sym_centroid] = ACTIONS(1277), - [anon_sym_sample] = ACTIONS(1277), - [anon_sym_patch] = ACTIONS(1277), - [anon_sym_smooth] = ACTIONS(1277), - [anon_sym_flat] = ACTIONS(1277), - [anon_sym_noperspective] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1277), - [anon_sym_typedef] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym___attribute__] = ACTIONS(1277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1279), - [anon_sym___declspec] = ACTIONS(1277), - [anon_sym___cdecl] = ACTIONS(1277), - [anon_sym___clrcall] = ACTIONS(1277), - [anon_sym___stdcall] = ACTIONS(1277), - [anon_sym___fastcall] = ACTIONS(1277), - [anon_sym___thiscall] = ACTIONS(1277), - [anon_sym___vectorcall] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_signed] = ACTIONS(1277), - [anon_sym_unsigned] = ACTIONS(1277), - [anon_sym_long] = ACTIONS(1277), - [anon_sym_short] = ACTIONS(1277), - [anon_sym_static] = ACTIONS(1277), - [anon_sym_auto] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_inline] = ACTIONS(1277), - [anon_sym___inline] = ACTIONS(1277), - [anon_sym___inline__] = ACTIONS(1277), - [anon_sym___forceinline] = ACTIONS(1277), - [anon_sym_thread_local] = ACTIONS(1277), - [anon_sym___thread] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [anon_sym_constexpr] = ACTIONS(1277), - [anon_sym_volatile] = ACTIONS(1277), - [anon_sym_restrict] = ACTIONS(1277), - [anon_sym___restrict__] = ACTIONS(1277), - [anon_sym__Atomic] = ACTIONS(1277), - [anon_sym__Noreturn] = ACTIONS(1277), - [anon_sym_noreturn] = ACTIONS(1277), - [anon_sym_alignas] = ACTIONS(1277), - [anon_sym__Alignas] = ACTIONS(1277), - [sym_primitive_type] = ACTIONS(1277), - [anon_sym_enum] = ACTIONS(1277), - [anon_sym_struct] = ACTIONS(1277), - [anon_sym_union] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_switch] = ACTIONS(1277), - [anon_sym_case] = ACTIONS(1277), - [anon_sym_default] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_goto] = ACTIONS(1277), - [anon_sym___try] = ACTIONS(1277), - [anon_sym___leave] = ACTIONS(1277), - [anon_sym_DASH_DASH] = ACTIONS(1279), - [anon_sym_PLUS_PLUS] = ACTIONS(1279), - [anon_sym_sizeof] = ACTIONS(1277), - [anon_sym___alignof__] = ACTIONS(1277), - [anon_sym___alignof] = ACTIONS(1277), - [anon_sym__alignof] = ACTIONS(1277), - [anon_sym_alignof] = ACTIONS(1277), - [anon_sym__Alignof] = ACTIONS(1277), - [anon_sym_offsetof] = ACTIONS(1277), - [anon_sym__Generic] = ACTIONS(1277), - [anon_sym_asm] = ACTIONS(1277), - [anon_sym___asm__] = ACTIONS(1277), - [sym_number_literal] = ACTIONS(1279), - [anon_sym_L_SQUOTE] = ACTIONS(1279), - [anon_sym_u_SQUOTE] = ACTIONS(1279), - [anon_sym_U_SQUOTE] = ACTIONS(1279), - [anon_sym_u8_SQUOTE] = ACTIONS(1279), - [anon_sym_SQUOTE] = ACTIONS(1279), - [anon_sym_L_DQUOTE] = ACTIONS(1279), - [anon_sym_u_DQUOTE] = ACTIONS(1279), - [anon_sym_U_DQUOTE] = ACTIONS(1279), - [anon_sym_u8_DQUOTE] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym_true] = ACTIONS(1277), - [sym_false] = ACTIONS(1277), - [anon_sym_NULL] = ACTIONS(1277), - [anon_sym_nullptr] = ACTIONS(1277), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1277), - [anon_sym_rayPayloadInEXT] = ACTIONS(1277), - [anon_sym_hitAttributeEXT] = ACTIONS(1277), - [anon_sym_callableDataEXT] = ACTIONS(1277), - [anon_sym_callableDataInEXT] = ACTIONS(1277), - [anon_sym_shaderRecordEXT] = ACTIONS(1277), - [anon_sym_rayPayloadNV] = ACTIONS(1277), - [anon_sym_rayPayloadInNV] = ACTIONS(1277), - [anon_sym_hitAttributeNV] = ACTIONS(1277), - [anon_sym_callableDataNV] = ACTIONS(1277), - [anon_sym_callableDataInNV] = ACTIONS(1277), - [anon_sym_shaderRecordNV] = ACTIONS(1277), - [anon_sym_layout] = ACTIONS(1277), + [179] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_RBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), }, - [236] = { - [sym_identifier] = ACTIONS(1285), - [aux_sym_preproc_include_token1] = ACTIONS(1285), - [aux_sym_preproc_def_token1] = ACTIONS(1285), - [aux_sym_preproc_if_token1] = ACTIONS(1285), - [aux_sym_preproc_if_token2] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1285), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_LPAREN2] = ACTIONS(1287), - [anon_sym_BANG] = ACTIONS(1287), - [anon_sym_TILDE] = ACTIONS(1287), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_STAR] = ACTIONS(1287), - [anon_sym_AMP] = ACTIONS(1287), - [anon_sym_subroutine] = ACTIONS(1285), - [anon_sym_invariant] = ACTIONS(1285), - [anon_sym_precise] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_in] = ACTIONS(1285), - [anon_sym_out] = ACTIONS(1285), - [anon_sym_inout] = ACTIONS(1285), - [anon_sym_uniform] = ACTIONS(1285), - [anon_sym_shared] = ACTIONS(1285), - [anon_sym_attribute] = ACTIONS(1285), - [anon_sym_varying] = ACTIONS(1285), - [anon_sym_buffer] = ACTIONS(1285), - [anon_sym_coherent] = ACTIONS(1285), - [anon_sym_readonly] = ACTIONS(1285), - [anon_sym_writeonly] = ACTIONS(1285), - [anon_sym_precision] = ACTIONS(1285), - [anon_sym_highp] = ACTIONS(1285), - [anon_sym_mediump] = ACTIONS(1285), - [anon_sym_lowp] = ACTIONS(1285), - [anon_sym_centroid] = ACTIONS(1285), - [anon_sym_sample] = ACTIONS(1285), - [anon_sym_patch] = ACTIONS(1285), - [anon_sym_smooth] = ACTIONS(1285), - [anon_sym_flat] = ACTIONS(1285), - [anon_sym_noperspective] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym___attribute__] = ACTIONS(1285), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1287), - [anon_sym___declspec] = ACTIONS(1285), - [anon_sym___cdecl] = ACTIONS(1285), - [anon_sym___clrcall] = ACTIONS(1285), - [anon_sym___stdcall] = ACTIONS(1285), - [anon_sym___fastcall] = ACTIONS(1285), - [anon_sym___thiscall] = ACTIONS(1285), - [anon_sym___vectorcall] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1287), - [anon_sym_signed] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym___inline] = ACTIONS(1285), - [anon_sym___inline__] = ACTIONS(1285), - [anon_sym___forceinline] = ACTIONS(1285), - [anon_sym_thread_local] = ACTIONS(1285), - [anon_sym___thread] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_constexpr] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym___restrict__] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym__Noreturn] = ACTIONS(1285), - [anon_sym_noreturn] = ACTIONS(1285), - [anon_sym_alignas] = ACTIONS(1285), - [anon_sym__Alignas] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym___try] = ACTIONS(1285), - [anon_sym___leave] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1287), - [anon_sym_PLUS_PLUS] = ACTIONS(1287), - [anon_sym_sizeof] = ACTIONS(1285), - [anon_sym___alignof__] = ACTIONS(1285), - [anon_sym___alignof] = ACTIONS(1285), - [anon_sym__alignof] = ACTIONS(1285), - [anon_sym_alignof] = ACTIONS(1285), - [anon_sym__Alignof] = ACTIONS(1285), - [anon_sym_offsetof] = ACTIONS(1285), - [anon_sym__Generic] = ACTIONS(1285), - [anon_sym_asm] = ACTIONS(1285), - [anon_sym___asm__] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1287), - [anon_sym_L_SQUOTE] = ACTIONS(1287), - [anon_sym_u_SQUOTE] = ACTIONS(1287), - [anon_sym_U_SQUOTE] = ACTIONS(1287), - [anon_sym_u8_SQUOTE] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1287), - [anon_sym_L_DQUOTE] = ACTIONS(1287), - [anon_sym_u_DQUOTE] = ACTIONS(1287), - [anon_sym_U_DQUOTE] = ACTIONS(1287), - [anon_sym_u8_DQUOTE] = ACTIONS(1287), - [anon_sym_DQUOTE] = ACTIONS(1287), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [anon_sym_NULL] = ACTIONS(1285), - [anon_sym_nullptr] = ACTIONS(1285), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1285), - [anon_sym_rayPayloadInEXT] = ACTIONS(1285), - [anon_sym_hitAttributeEXT] = ACTIONS(1285), - [anon_sym_callableDataEXT] = ACTIONS(1285), - [anon_sym_callableDataInEXT] = ACTIONS(1285), - [anon_sym_shaderRecordEXT] = ACTIONS(1285), - [anon_sym_rayPayloadNV] = ACTIONS(1285), - [anon_sym_rayPayloadInNV] = ACTIONS(1285), - [anon_sym_hitAttributeNV] = ACTIONS(1285), - [anon_sym_callableDataNV] = ACTIONS(1285), - [anon_sym_callableDataInNV] = ACTIONS(1285), - [anon_sym_shaderRecordNV] = ACTIONS(1285), - [anon_sym_layout] = ACTIONS(1285), + [180] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token2] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), }, - [237] = { - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token2] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), + [181] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token2] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), }, - [238] = { - [ts_builtin_sym_end] = ACTIONS(1319), - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), + [182] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_RBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), }, - [239] = { + [183] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_RBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), + }, + [184] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_RBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), + }, + [185] = { + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token2] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_subroutine] = ACTIONS(1287), + [anon_sym_invariant] = ACTIONS(1287), + [anon_sym_precise] = ACTIONS(1287), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym_in] = ACTIONS(1287), + [anon_sym_out] = ACTIONS(1287), + [anon_sym_inout] = ACTIONS(1287), + [anon_sym_uniform] = ACTIONS(1287), + [anon_sym_shared] = ACTIONS(1287), + [anon_sym_attribute] = ACTIONS(1287), + [anon_sym_varying] = ACTIONS(1287), + [anon_sym_buffer] = ACTIONS(1287), + [anon_sym_coherent] = ACTIONS(1287), + [anon_sym_readonly] = ACTIONS(1287), + [anon_sym_writeonly] = ACTIONS(1287), + [anon_sym_precision] = ACTIONS(1287), + [anon_sym_highp] = ACTIONS(1287), + [anon_sym_mediump] = ACTIONS(1287), + [anon_sym_lowp] = ACTIONS(1287), + [anon_sym_centroid] = ACTIONS(1287), + [anon_sym_sample] = ACTIONS(1287), + [anon_sym_patch] = ACTIONS(1287), + [anon_sym_smooth] = ACTIONS(1287), + [anon_sym_flat] = ACTIONS(1287), + [anon_sym_noperspective] = ACTIONS(1287), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [anon_sym__Nonnull] = ACTIONS(1287), + [anon_sym_alignas] = ACTIONS(1287), + [anon_sym__Alignas] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym___try] = ACTIONS(1287), + [anon_sym___leave] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [anon_sym___asm] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1287), + [anon_sym_rayPayloadInEXT] = ACTIONS(1287), + [anon_sym_hitAttributeEXT] = ACTIONS(1287), + [anon_sym_callableDataEXT] = ACTIONS(1287), + [anon_sym_callableDataInEXT] = ACTIONS(1287), + [anon_sym_shaderRecordEXT] = ACTIONS(1287), + [anon_sym_rayPayloadNV] = ACTIONS(1287), + [anon_sym_rayPayloadInNV] = ACTIONS(1287), + [anon_sym_hitAttributeNV] = ACTIONS(1287), + [anon_sym_callableDataNV] = ACTIONS(1287), + [anon_sym_callableDataInNV] = ACTIONS(1287), + [anon_sym_shaderRecordNV] = ACTIONS(1287), + [anon_sym_layout] = ACTIONS(1287), + }, + [186] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token2] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), + }, + [187] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token2] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), + }, + [188] = { + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(1255), + [aux_sym_preproc_def_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), + [sym_preproc_directive] = ACTIONS(1255), + [anon_sym_LPAREN2] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_TILDE] = ACTIONS(1257), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_subroutine] = ACTIONS(1255), + [anon_sym_invariant] = ACTIONS(1255), + [anon_sym_precise] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_in] = ACTIONS(1255), + [anon_sym_out] = ACTIONS(1255), + [anon_sym_inout] = ACTIONS(1255), + [anon_sym_uniform] = ACTIONS(1255), + [anon_sym_shared] = ACTIONS(1255), + [anon_sym_attribute] = ACTIONS(1255), + [anon_sym_varying] = ACTIONS(1255), + [anon_sym_buffer] = ACTIONS(1255), + [anon_sym_coherent] = ACTIONS(1255), + [anon_sym_readonly] = ACTIONS(1255), + [anon_sym_writeonly] = ACTIONS(1255), + [anon_sym_precision] = ACTIONS(1255), + [anon_sym_highp] = ACTIONS(1255), + [anon_sym_mediump] = ACTIONS(1255), + [anon_sym_lowp] = ACTIONS(1255), + [anon_sym_centroid] = ACTIONS(1255), + [anon_sym_sample] = ACTIONS(1255), + [anon_sym_patch] = ACTIONS(1255), + [anon_sym_smooth] = ACTIONS(1255), + [anon_sym_flat] = ACTIONS(1255), + [anon_sym_noperspective] = ACTIONS(1255), + [anon_sym___extension__] = ACTIONS(1255), + [anon_sym_typedef] = ACTIONS(1255), + [anon_sym_extern] = ACTIONS(1255), + [anon_sym___attribute__] = ACTIONS(1255), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), + [anon_sym___declspec] = ACTIONS(1255), + [anon_sym___cdecl] = ACTIONS(1255), + [anon_sym___clrcall] = ACTIONS(1255), + [anon_sym___stdcall] = ACTIONS(1255), + [anon_sym___fastcall] = ACTIONS(1255), + [anon_sym___thiscall] = ACTIONS(1255), + [anon_sym___vectorcall] = ACTIONS(1255), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_RBRACE] = ACTIONS(1257), + [anon_sym_signed] = ACTIONS(1255), + [anon_sym_unsigned] = ACTIONS(1255), + [anon_sym_long] = ACTIONS(1255), + [anon_sym_short] = ACTIONS(1255), + [anon_sym_static] = ACTIONS(1255), + [anon_sym_auto] = ACTIONS(1255), + [anon_sym_register] = ACTIONS(1255), + [anon_sym_inline] = ACTIONS(1255), + [anon_sym___inline] = ACTIONS(1255), + [anon_sym___inline__] = ACTIONS(1255), + [anon_sym___forceinline] = ACTIONS(1255), + [anon_sym_thread_local] = ACTIONS(1255), + [anon_sym___thread] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1255), + [anon_sym_constexpr] = ACTIONS(1255), + [anon_sym_volatile] = ACTIONS(1255), + [anon_sym_restrict] = ACTIONS(1255), + [anon_sym___restrict__] = ACTIONS(1255), + [anon_sym__Atomic] = ACTIONS(1255), + [anon_sym__Noreturn] = ACTIONS(1255), + [anon_sym_noreturn] = ACTIONS(1255), + [anon_sym__Nonnull] = ACTIONS(1255), + [anon_sym_alignas] = ACTIONS(1255), + [anon_sym__Alignas] = ACTIONS(1255), + [sym_primitive_type] = ACTIONS(1255), + [anon_sym_enum] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1255), + [anon_sym_union] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1255), + [anon_sym_else] = ACTIONS(1255), + [anon_sym_switch] = ACTIONS(1255), + [anon_sym_case] = ACTIONS(1255), + [anon_sym_default] = ACTIONS(1255), + [anon_sym_while] = ACTIONS(1255), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1255), + [anon_sym_break] = ACTIONS(1255), + [anon_sym_continue] = ACTIONS(1255), + [anon_sym_goto] = ACTIONS(1255), + [anon_sym___try] = ACTIONS(1255), + [anon_sym___leave] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1257), + [anon_sym_PLUS_PLUS] = ACTIONS(1257), + [anon_sym_sizeof] = ACTIONS(1255), + [anon_sym___alignof__] = ACTIONS(1255), + [anon_sym___alignof] = ACTIONS(1255), + [anon_sym__alignof] = ACTIONS(1255), + [anon_sym_alignof] = ACTIONS(1255), + [anon_sym__Alignof] = ACTIONS(1255), + [anon_sym_offsetof] = ACTIONS(1255), + [anon_sym__Generic] = ACTIONS(1255), + [anon_sym_asm] = ACTIONS(1255), + [anon_sym___asm__] = ACTIONS(1255), + [anon_sym___asm] = ACTIONS(1255), + [sym_number_literal] = ACTIONS(1257), + [anon_sym_L_SQUOTE] = ACTIONS(1257), + [anon_sym_u_SQUOTE] = ACTIONS(1257), + [anon_sym_U_SQUOTE] = ACTIONS(1257), + [anon_sym_u8_SQUOTE] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1257), + [anon_sym_L_DQUOTE] = ACTIONS(1257), + [anon_sym_u_DQUOTE] = ACTIONS(1257), + [anon_sym_U_DQUOTE] = ACTIONS(1257), + [anon_sym_u8_DQUOTE] = ACTIONS(1257), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_true] = ACTIONS(1255), + [sym_false] = ACTIONS(1255), + [anon_sym_NULL] = ACTIONS(1255), + [anon_sym_nullptr] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1255), + [anon_sym_rayPayloadInEXT] = ACTIONS(1255), + [anon_sym_hitAttributeEXT] = ACTIONS(1255), + [anon_sym_callableDataEXT] = ACTIONS(1255), + [anon_sym_callableDataInEXT] = ACTIONS(1255), + [anon_sym_shaderRecordEXT] = ACTIONS(1255), + [anon_sym_rayPayloadNV] = ACTIONS(1255), + [anon_sym_rayPayloadInNV] = ACTIONS(1255), + [anon_sym_hitAttributeNV] = ACTIONS(1255), + [anon_sym_callableDataNV] = ACTIONS(1255), + [anon_sym_callableDataInNV] = ACTIONS(1255), + [anon_sym_shaderRecordNV] = ACTIONS(1255), + [anon_sym_layout] = ACTIONS(1255), + }, + [189] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), + }, + [190] = { + [ts_builtin_sym_end] = ACTIONS(1281), + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_subroutine] = ACTIONS(1279), + [anon_sym_invariant] = ACTIONS(1279), + [anon_sym_precise] = ACTIONS(1279), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym_in] = ACTIONS(1279), + [anon_sym_out] = ACTIONS(1279), + [anon_sym_inout] = ACTIONS(1279), + [anon_sym_uniform] = ACTIONS(1279), + [anon_sym_shared] = ACTIONS(1279), + [anon_sym_attribute] = ACTIONS(1279), + [anon_sym_varying] = ACTIONS(1279), + [anon_sym_buffer] = ACTIONS(1279), + [anon_sym_coherent] = ACTIONS(1279), + [anon_sym_readonly] = ACTIONS(1279), + [anon_sym_writeonly] = ACTIONS(1279), + [anon_sym_precision] = ACTIONS(1279), + [anon_sym_highp] = ACTIONS(1279), + [anon_sym_mediump] = ACTIONS(1279), + [anon_sym_lowp] = ACTIONS(1279), + [anon_sym_centroid] = ACTIONS(1279), + [anon_sym_sample] = ACTIONS(1279), + [anon_sym_patch] = ACTIONS(1279), + [anon_sym_smooth] = ACTIONS(1279), + [anon_sym_flat] = ACTIONS(1279), + [anon_sym_noperspective] = ACTIONS(1279), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [anon_sym__Nonnull] = ACTIONS(1279), + [anon_sym_alignas] = ACTIONS(1279), + [anon_sym__Alignas] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym___try] = ACTIONS(1279), + [anon_sym___leave] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [anon_sym___asm] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1279), + [anon_sym_rayPayloadInEXT] = ACTIONS(1279), + [anon_sym_hitAttributeEXT] = ACTIONS(1279), + [anon_sym_callableDataEXT] = ACTIONS(1279), + [anon_sym_callableDataInEXT] = ACTIONS(1279), + [anon_sym_shaderRecordEXT] = ACTIONS(1279), + [anon_sym_rayPayloadNV] = ACTIONS(1279), + [anon_sym_rayPayloadInNV] = ACTIONS(1279), + [anon_sym_hitAttributeNV] = ACTIONS(1279), + [anon_sym_callableDataNV] = ACTIONS(1279), + [anon_sym_callableDataInNV] = ACTIONS(1279), + [anon_sym_shaderRecordNV] = ACTIONS(1279), + [anon_sym_layout] = ACTIONS(1279), + }, + [191] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), + }, + [192] = { + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token2] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_subroutine] = ACTIONS(1291), + [anon_sym_invariant] = ACTIONS(1291), + [anon_sym_precise] = ACTIONS(1291), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym_in] = ACTIONS(1291), + [anon_sym_out] = ACTIONS(1291), + [anon_sym_inout] = ACTIONS(1291), + [anon_sym_uniform] = ACTIONS(1291), + [anon_sym_shared] = ACTIONS(1291), + [anon_sym_attribute] = ACTIONS(1291), + [anon_sym_varying] = ACTIONS(1291), + [anon_sym_buffer] = ACTIONS(1291), + [anon_sym_coherent] = ACTIONS(1291), + [anon_sym_readonly] = ACTIONS(1291), + [anon_sym_writeonly] = ACTIONS(1291), + [anon_sym_precision] = ACTIONS(1291), + [anon_sym_highp] = ACTIONS(1291), + [anon_sym_mediump] = ACTIONS(1291), + [anon_sym_lowp] = ACTIONS(1291), + [anon_sym_centroid] = ACTIONS(1291), + [anon_sym_sample] = ACTIONS(1291), + [anon_sym_patch] = ACTIONS(1291), + [anon_sym_smooth] = ACTIONS(1291), + [anon_sym_flat] = ACTIONS(1291), + [anon_sym_noperspective] = ACTIONS(1291), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [anon_sym__Nonnull] = ACTIONS(1291), + [anon_sym_alignas] = ACTIONS(1291), + [anon_sym__Alignas] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym___try] = ACTIONS(1291), + [anon_sym___leave] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [anon_sym___asm] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1291), + [anon_sym_rayPayloadInEXT] = ACTIONS(1291), + [anon_sym_hitAttributeEXT] = ACTIONS(1291), + [anon_sym_callableDataEXT] = ACTIONS(1291), + [anon_sym_callableDataInEXT] = ACTIONS(1291), + [anon_sym_shaderRecordEXT] = ACTIONS(1291), + [anon_sym_rayPayloadNV] = ACTIONS(1291), + [anon_sym_rayPayloadInNV] = ACTIONS(1291), + [anon_sym_hitAttributeNV] = ACTIONS(1291), + [anon_sym_callableDataNV] = ACTIONS(1291), + [anon_sym_callableDataInNV] = ACTIONS(1291), + [anon_sym_shaderRecordNV] = ACTIONS(1291), + [anon_sym_layout] = ACTIONS(1291), + }, + [193] = { + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token2] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_subroutine] = ACTIONS(1303), + [anon_sym_invariant] = ACTIONS(1303), + [anon_sym_precise] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_in] = ACTIONS(1303), + [anon_sym_out] = ACTIONS(1303), + [anon_sym_inout] = ACTIONS(1303), + [anon_sym_uniform] = ACTIONS(1303), + [anon_sym_shared] = ACTIONS(1303), + [anon_sym_attribute] = ACTIONS(1303), + [anon_sym_varying] = ACTIONS(1303), + [anon_sym_buffer] = ACTIONS(1303), + [anon_sym_coherent] = ACTIONS(1303), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_writeonly] = ACTIONS(1303), + [anon_sym_precision] = ACTIONS(1303), + [anon_sym_highp] = ACTIONS(1303), + [anon_sym_mediump] = ACTIONS(1303), + [anon_sym_lowp] = ACTIONS(1303), + [anon_sym_centroid] = ACTIONS(1303), + [anon_sym_sample] = ACTIONS(1303), + [anon_sym_patch] = ACTIONS(1303), + [anon_sym_smooth] = ACTIONS(1303), + [anon_sym_flat] = ACTIONS(1303), + [anon_sym_noperspective] = ACTIONS(1303), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [anon_sym__Nonnull] = ACTIONS(1303), + [anon_sym_alignas] = ACTIONS(1303), + [anon_sym__Alignas] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym___try] = ACTIONS(1303), + [anon_sym___leave] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [anon_sym___asm] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1303), + [anon_sym_rayPayloadInEXT] = ACTIONS(1303), + [anon_sym_hitAttributeEXT] = ACTIONS(1303), + [anon_sym_callableDataEXT] = ACTIONS(1303), + [anon_sym_callableDataInEXT] = ACTIONS(1303), + [anon_sym_shaderRecordEXT] = ACTIONS(1303), + [anon_sym_rayPayloadNV] = ACTIONS(1303), + [anon_sym_rayPayloadInNV] = ACTIONS(1303), + [anon_sym_hitAttributeNV] = ACTIONS(1303), + [anon_sym_callableDataNV] = ACTIONS(1303), + [anon_sym_callableDataInNV] = ACTIONS(1303), + [anon_sym_shaderRecordNV] = ACTIONS(1303), + [anon_sym_layout] = ACTIONS(1303), + }, + [194] = { + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token2] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_subroutine] = ACTIONS(1315), + [anon_sym_invariant] = ACTIONS(1315), + [anon_sym_precise] = ACTIONS(1315), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym_in] = ACTIONS(1315), + [anon_sym_out] = ACTIONS(1315), + [anon_sym_inout] = ACTIONS(1315), + [anon_sym_uniform] = ACTIONS(1315), + [anon_sym_shared] = ACTIONS(1315), + [anon_sym_attribute] = ACTIONS(1315), + [anon_sym_varying] = ACTIONS(1315), + [anon_sym_buffer] = ACTIONS(1315), + [anon_sym_coherent] = ACTIONS(1315), + [anon_sym_readonly] = ACTIONS(1315), + [anon_sym_writeonly] = ACTIONS(1315), + [anon_sym_precision] = ACTIONS(1315), + [anon_sym_highp] = ACTIONS(1315), + [anon_sym_mediump] = ACTIONS(1315), + [anon_sym_lowp] = ACTIONS(1315), + [anon_sym_centroid] = ACTIONS(1315), + [anon_sym_sample] = ACTIONS(1315), + [anon_sym_patch] = ACTIONS(1315), + [anon_sym_smooth] = ACTIONS(1315), + [anon_sym_flat] = ACTIONS(1315), + [anon_sym_noperspective] = ACTIONS(1315), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [anon_sym__Nonnull] = ACTIONS(1315), + [anon_sym_alignas] = ACTIONS(1315), + [anon_sym__Alignas] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_else] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym___try] = ACTIONS(1315), + [anon_sym___leave] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [anon_sym___asm] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1315), + [anon_sym_rayPayloadInEXT] = ACTIONS(1315), + [anon_sym_hitAttributeEXT] = ACTIONS(1315), + [anon_sym_callableDataEXT] = ACTIONS(1315), + [anon_sym_callableDataInEXT] = ACTIONS(1315), + [anon_sym_shaderRecordEXT] = ACTIONS(1315), + [anon_sym_rayPayloadNV] = ACTIONS(1315), + [anon_sym_rayPayloadInNV] = ACTIONS(1315), + [anon_sym_hitAttributeNV] = ACTIONS(1315), + [anon_sym_callableDataNV] = ACTIONS(1315), + [anon_sym_callableDataInNV] = ACTIONS(1315), + [anon_sym_shaderRecordNV] = ACTIONS(1315), + [anon_sym_layout] = ACTIONS(1315), + }, + [195] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), + }, + [196] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), + }, + [197] = { + [ts_builtin_sym_end] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), + }, + [198] = { + [ts_builtin_sym_end] = ACTIONS(1305), + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_subroutine] = ACTIONS(1303), + [anon_sym_invariant] = ACTIONS(1303), + [anon_sym_precise] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_in] = ACTIONS(1303), + [anon_sym_out] = ACTIONS(1303), + [anon_sym_inout] = ACTIONS(1303), + [anon_sym_uniform] = ACTIONS(1303), + [anon_sym_shared] = ACTIONS(1303), + [anon_sym_attribute] = ACTIONS(1303), + [anon_sym_varying] = ACTIONS(1303), + [anon_sym_buffer] = ACTIONS(1303), + [anon_sym_coherent] = ACTIONS(1303), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_writeonly] = ACTIONS(1303), + [anon_sym_precision] = ACTIONS(1303), + [anon_sym_highp] = ACTIONS(1303), + [anon_sym_mediump] = ACTIONS(1303), + [anon_sym_lowp] = ACTIONS(1303), + [anon_sym_centroid] = ACTIONS(1303), + [anon_sym_sample] = ACTIONS(1303), + [anon_sym_patch] = ACTIONS(1303), + [anon_sym_smooth] = ACTIONS(1303), + [anon_sym_flat] = ACTIONS(1303), + [anon_sym_noperspective] = ACTIONS(1303), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [anon_sym__Nonnull] = ACTIONS(1303), + [anon_sym_alignas] = ACTIONS(1303), + [anon_sym__Alignas] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym___try] = ACTIONS(1303), + [anon_sym___leave] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [anon_sym___asm] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1303), + [anon_sym_rayPayloadInEXT] = ACTIONS(1303), + [anon_sym_hitAttributeEXT] = ACTIONS(1303), + [anon_sym_callableDataEXT] = ACTIONS(1303), + [anon_sym_callableDataInEXT] = ACTIONS(1303), + [anon_sym_shaderRecordEXT] = ACTIONS(1303), + [anon_sym_rayPayloadNV] = ACTIONS(1303), + [anon_sym_rayPayloadInNV] = ACTIONS(1303), + [anon_sym_hitAttributeNV] = ACTIONS(1303), + [anon_sym_callableDataNV] = ACTIONS(1303), + [anon_sym_callableDataInNV] = ACTIONS(1303), + [anon_sym_shaderRecordNV] = ACTIONS(1303), + [anon_sym_layout] = ACTIONS(1303), + }, + [199] = { + [ts_builtin_sym_end] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_subroutine] = ACTIONS(1239), + [anon_sym_invariant] = ACTIONS(1239), + [anon_sym_precise] = ACTIONS(1239), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_in] = ACTIONS(1239), + [anon_sym_out] = ACTIONS(1239), + [anon_sym_inout] = ACTIONS(1239), + [anon_sym_uniform] = ACTIONS(1239), + [anon_sym_shared] = ACTIONS(1239), + [anon_sym_attribute] = ACTIONS(1239), + [anon_sym_varying] = ACTIONS(1239), + [anon_sym_buffer] = ACTIONS(1239), + [anon_sym_coherent] = ACTIONS(1239), + [anon_sym_readonly] = ACTIONS(1239), + [anon_sym_writeonly] = ACTIONS(1239), + [anon_sym_precision] = ACTIONS(1239), + [anon_sym_highp] = ACTIONS(1239), + [anon_sym_mediump] = ACTIONS(1239), + [anon_sym_lowp] = ACTIONS(1239), + [anon_sym_centroid] = ACTIONS(1239), + [anon_sym_sample] = ACTIONS(1239), + [anon_sym_patch] = ACTIONS(1239), + [anon_sym_smooth] = ACTIONS(1239), + [anon_sym_flat] = ACTIONS(1239), + [anon_sym_noperspective] = ACTIONS(1239), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [anon_sym__Nonnull] = ACTIONS(1239), + [anon_sym_alignas] = ACTIONS(1239), + [anon_sym__Alignas] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym___try] = ACTIONS(1239), + [anon_sym___leave] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [anon_sym___asm] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1239), + [anon_sym_rayPayloadInEXT] = ACTIONS(1239), + [anon_sym_hitAttributeEXT] = ACTIONS(1239), + [anon_sym_callableDataEXT] = ACTIONS(1239), + [anon_sym_callableDataInEXT] = ACTIONS(1239), + [anon_sym_shaderRecordEXT] = ACTIONS(1239), + [anon_sym_rayPayloadNV] = ACTIONS(1239), + [anon_sym_rayPayloadInNV] = ACTIONS(1239), + [anon_sym_hitAttributeNV] = ACTIONS(1239), + [anon_sym_callableDataNV] = ACTIONS(1239), + [anon_sym_callableDataInNV] = ACTIONS(1239), + [anon_sym_shaderRecordNV] = ACTIONS(1239), + [anon_sym_layout] = ACTIONS(1239), + }, + [200] = { + [ts_builtin_sym_end] = ACTIONS(1269), + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_subroutine] = ACTIONS(1267), + [anon_sym_invariant] = ACTIONS(1267), + [anon_sym_precise] = ACTIONS(1267), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_in] = ACTIONS(1267), + [anon_sym_out] = ACTIONS(1267), + [anon_sym_inout] = ACTIONS(1267), + [anon_sym_uniform] = ACTIONS(1267), + [anon_sym_shared] = ACTIONS(1267), + [anon_sym_attribute] = ACTIONS(1267), + [anon_sym_varying] = ACTIONS(1267), + [anon_sym_buffer] = ACTIONS(1267), + [anon_sym_coherent] = ACTIONS(1267), + [anon_sym_readonly] = ACTIONS(1267), + [anon_sym_writeonly] = ACTIONS(1267), + [anon_sym_precision] = ACTIONS(1267), + [anon_sym_highp] = ACTIONS(1267), + [anon_sym_mediump] = ACTIONS(1267), + [anon_sym_lowp] = ACTIONS(1267), + [anon_sym_centroid] = ACTIONS(1267), + [anon_sym_sample] = ACTIONS(1267), + [anon_sym_patch] = ACTIONS(1267), + [anon_sym_smooth] = ACTIONS(1267), + [anon_sym_flat] = ACTIONS(1267), + [anon_sym_noperspective] = ACTIONS(1267), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [anon_sym__Nonnull] = ACTIONS(1267), + [anon_sym_alignas] = ACTIONS(1267), + [anon_sym__Alignas] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym___try] = ACTIONS(1267), + [anon_sym___leave] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [anon_sym___asm] = ACTIONS(1267), + [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(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1267), + [anon_sym_rayPayloadInEXT] = ACTIONS(1267), + [anon_sym_hitAttributeEXT] = ACTIONS(1267), + [anon_sym_callableDataEXT] = ACTIONS(1267), + [anon_sym_callableDataInEXT] = ACTIONS(1267), + [anon_sym_shaderRecordEXT] = ACTIONS(1267), + [anon_sym_rayPayloadNV] = ACTIONS(1267), + [anon_sym_rayPayloadInNV] = ACTIONS(1267), + [anon_sym_hitAttributeNV] = ACTIONS(1267), + [anon_sym_callableDataNV] = ACTIONS(1267), + [anon_sym_callableDataInNV] = ACTIONS(1267), + [anon_sym_shaderRecordNV] = ACTIONS(1267), + [anon_sym_layout] = ACTIONS(1267), + }, + [201] = { + [ts_builtin_sym_end] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), + }, + [202] = { + [ts_builtin_sym_end] = ACTIONS(1313), + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym_subroutine] = ACTIONS(1311), + [anon_sym_invariant] = ACTIONS(1311), + [anon_sym_precise] = ACTIONS(1311), + [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym_in] = ACTIONS(1311), + [anon_sym_out] = ACTIONS(1311), + [anon_sym_inout] = ACTIONS(1311), + [anon_sym_uniform] = ACTIONS(1311), + [anon_sym_shared] = ACTIONS(1311), + [anon_sym_attribute] = ACTIONS(1311), + [anon_sym_varying] = ACTIONS(1311), + [anon_sym_buffer] = ACTIONS(1311), + [anon_sym_coherent] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1311), + [anon_sym_writeonly] = ACTIONS(1311), + [anon_sym_precision] = ACTIONS(1311), + [anon_sym_highp] = ACTIONS(1311), + [anon_sym_mediump] = ACTIONS(1311), + [anon_sym_lowp] = ACTIONS(1311), + [anon_sym_centroid] = ACTIONS(1311), + [anon_sym_sample] = ACTIONS(1311), + [anon_sym_patch] = ACTIONS(1311), + [anon_sym_smooth] = ACTIONS(1311), + [anon_sym_flat] = ACTIONS(1311), + [anon_sym_noperspective] = ACTIONS(1311), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [anon_sym__Nonnull] = ACTIONS(1311), + [anon_sym_alignas] = ACTIONS(1311), + [anon_sym__Alignas] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_else] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym___try] = ACTIONS(1311), + [anon_sym___leave] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [anon_sym___asm] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1311), + [anon_sym_rayPayloadInEXT] = ACTIONS(1311), + [anon_sym_hitAttributeEXT] = ACTIONS(1311), + [anon_sym_callableDataEXT] = ACTIONS(1311), + [anon_sym_callableDataInEXT] = ACTIONS(1311), + [anon_sym_shaderRecordEXT] = ACTIONS(1311), + [anon_sym_rayPayloadNV] = ACTIONS(1311), + [anon_sym_rayPayloadInNV] = ACTIONS(1311), + [anon_sym_hitAttributeNV] = ACTIONS(1311), + [anon_sym_callableDataNV] = ACTIONS(1311), + [anon_sym_callableDataInNV] = ACTIONS(1311), + [anon_sym_shaderRecordNV] = ACTIONS(1311), + [anon_sym_layout] = ACTIONS(1311), + }, + [203] = { + [ts_builtin_sym_end] = ACTIONS(1265), + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_subroutine] = ACTIONS(1263), + [anon_sym_invariant] = ACTIONS(1263), + [anon_sym_precise] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_in] = ACTIONS(1263), + [anon_sym_out] = ACTIONS(1263), + [anon_sym_inout] = ACTIONS(1263), + [anon_sym_uniform] = ACTIONS(1263), + [anon_sym_shared] = ACTIONS(1263), + [anon_sym_attribute] = ACTIONS(1263), + [anon_sym_varying] = ACTIONS(1263), + [anon_sym_buffer] = ACTIONS(1263), + [anon_sym_coherent] = ACTIONS(1263), + [anon_sym_readonly] = ACTIONS(1263), + [anon_sym_writeonly] = ACTIONS(1263), + [anon_sym_precision] = ACTIONS(1263), + [anon_sym_highp] = ACTIONS(1263), + [anon_sym_mediump] = ACTIONS(1263), + [anon_sym_lowp] = ACTIONS(1263), + [anon_sym_centroid] = ACTIONS(1263), + [anon_sym_sample] = ACTIONS(1263), + [anon_sym_patch] = ACTIONS(1263), + [anon_sym_smooth] = ACTIONS(1263), + [anon_sym_flat] = ACTIONS(1263), + [anon_sym_noperspective] = ACTIONS(1263), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [anon_sym__Nonnull] = ACTIONS(1263), + [anon_sym_alignas] = ACTIONS(1263), + [anon_sym__Alignas] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym___try] = ACTIONS(1263), + [anon_sym___leave] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [anon_sym___asm] = ACTIONS(1263), + [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(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1263), + [anon_sym_rayPayloadInEXT] = ACTIONS(1263), + [anon_sym_hitAttributeEXT] = ACTIONS(1263), + [anon_sym_callableDataEXT] = ACTIONS(1263), + [anon_sym_callableDataInEXT] = ACTIONS(1263), + [anon_sym_shaderRecordEXT] = ACTIONS(1263), + [anon_sym_rayPayloadNV] = ACTIONS(1263), + [anon_sym_rayPayloadInNV] = ACTIONS(1263), + [anon_sym_hitAttributeNV] = ACTIONS(1263), + [anon_sym_callableDataNV] = ACTIONS(1263), + [anon_sym_callableDataInNV] = ACTIONS(1263), + [anon_sym_shaderRecordNV] = ACTIONS(1263), + [anon_sym_layout] = ACTIONS(1263), + }, + [204] = { + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_subroutine] = ACTIONS(1303), + [anon_sym_invariant] = ACTIONS(1303), + [anon_sym_precise] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_in] = ACTIONS(1303), + [anon_sym_out] = ACTIONS(1303), + [anon_sym_inout] = ACTIONS(1303), + [anon_sym_uniform] = ACTIONS(1303), + [anon_sym_shared] = ACTIONS(1303), + [anon_sym_attribute] = ACTIONS(1303), + [anon_sym_varying] = ACTIONS(1303), + [anon_sym_buffer] = ACTIONS(1303), + [anon_sym_coherent] = ACTIONS(1303), + [anon_sym_readonly] = ACTIONS(1303), + [anon_sym_writeonly] = ACTIONS(1303), + [anon_sym_precision] = ACTIONS(1303), + [anon_sym_highp] = ACTIONS(1303), + [anon_sym_mediump] = ACTIONS(1303), + [anon_sym_lowp] = ACTIONS(1303), + [anon_sym_centroid] = ACTIONS(1303), + [anon_sym_sample] = ACTIONS(1303), + [anon_sym_patch] = ACTIONS(1303), + [anon_sym_smooth] = ACTIONS(1303), + [anon_sym_flat] = ACTIONS(1303), + [anon_sym_noperspective] = ACTIONS(1303), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_RBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [anon_sym__Nonnull] = ACTIONS(1303), + [anon_sym_alignas] = ACTIONS(1303), + [anon_sym__Alignas] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym___try] = ACTIONS(1303), + [anon_sym___leave] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [anon_sym___asm] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1303), + [anon_sym_rayPayloadInEXT] = ACTIONS(1303), + [anon_sym_hitAttributeEXT] = ACTIONS(1303), + [anon_sym_callableDataEXT] = ACTIONS(1303), + [anon_sym_callableDataInEXT] = ACTIONS(1303), + [anon_sym_shaderRecordEXT] = ACTIONS(1303), + [anon_sym_rayPayloadNV] = ACTIONS(1303), + [anon_sym_rayPayloadInNV] = ACTIONS(1303), + [anon_sym_hitAttributeNV] = ACTIONS(1303), + [anon_sym_callableDataNV] = ACTIONS(1303), + [anon_sym_callableDataInNV] = ACTIONS(1303), + [anon_sym_shaderRecordNV] = ACTIONS(1303), + [anon_sym_layout] = ACTIONS(1303), + }, + [205] = { + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_subroutine] = ACTIONS(1315), + [anon_sym_invariant] = ACTIONS(1315), + [anon_sym_precise] = ACTIONS(1315), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym_in] = ACTIONS(1315), + [anon_sym_out] = ACTIONS(1315), + [anon_sym_inout] = ACTIONS(1315), + [anon_sym_uniform] = ACTIONS(1315), + [anon_sym_shared] = ACTIONS(1315), + [anon_sym_attribute] = ACTIONS(1315), + [anon_sym_varying] = ACTIONS(1315), + [anon_sym_buffer] = ACTIONS(1315), + [anon_sym_coherent] = ACTIONS(1315), + [anon_sym_readonly] = ACTIONS(1315), + [anon_sym_writeonly] = ACTIONS(1315), + [anon_sym_precision] = ACTIONS(1315), + [anon_sym_highp] = ACTIONS(1315), + [anon_sym_mediump] = ACTIONS(1315), + [anon_sym_lowp] = ACTIONS(1315), + [anon_sym_centroid] = ACTIONS(1315), + [anon_sym_sample] = ACTIONS(1315), + [anon_sym_patch] = ACTIONS(1315), + [anon_sym_smooth] = ACTIONS(1315), + [anon_sym_flat] = ACTIONS(1315), + [anon_sym_noperspective] = ACTIONS(1315), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_RBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [anon_sym__Nonnull] = ACTIONS(1315), + [anon_sym_alignas] = ACTIONS(1315), + [anon_sym__Alignas] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_else] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym___try] = ACTIONS(1315), + [anon_sym___leave] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [anon_sym___asm] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1315), + [anon_sym_rayPayloadInEXT] = ACTIONS(1315), + [anon_sym_hitAttributeEXT] = ACTIONS(1315), + [anon_sym_callableDataEXT] = ACTIONS(1315), + [anon_sym_callableDataInEXT] = ACTIONS(1315), + [anon_sym_shaderRecordEXT] = ACTIONS(1315), + [anon_sym_rayPayloadNV] = ACTIONS(1315), + [anon_sym_rayPayloadInNV] = ACTIONS(1315), + [anon_sym_hitAttributeNV] = ACTIONS(1315), + [anon_sym_callableDataNV] = ACTIONS(1315), + [anon_sym_callableDataInNV] = ACTIONS(1315), + [anon_sym_shaderRecordNV] = ACTIONS(1315), + [anon_sym_layout] = ACTIONS(1315), + }, + [206] = { + [ts_builtin_sym_end] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_subroutine] = ACTIONS(1283), + [anon_sym_invariant] = ACTIONS(1283), + [anon_sym_precise] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_in] = ACTIONS(1283), + [anon_sym_out] = ACTIONS(1283), + [anon_sym_inout] = ACTIONS(1283), + [anon_sym_uniform] = ACTIONS(1283), + [anon_sym_shared] = ACTIONS(1283), + [anon_sym_attribute] = ACTIONS(1283), + [anon_sym_varying] = ACTIONS(1283), + [anon_sym_buffer] = ACTIONS(1283), + [anon_sym_coherent] = ACTIONS(1283), + [anon_sym_readonly] = ACTIONS(1283), + [anon_sym_writeonly] = ACTIONS(1283), + [anon_sym_precision] = ACTIONS(1283), + [anon_sym_highp] = ACTIONS(1283), + [anon_sym_mediump] = ACTIONS(1283), + [anon_sym_lowp] = ACTIONS(1283), + [anon_sym_centroid] = ACTIONS(1283), + [anon_sym_sample] = ACTIONS(1283), + [anon_sym_patch] = ACTIONS(1283), + [anon_sym_smooth] = ACTIONS(1283), + [anon_sym_flat] = ACTIONS(1283), + [anon_sym_noperspective] = ACTIONS(1283), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [anon_sym__Nonnull] = ACTIONS(1283), + [anon_sym_alignas] = ACTIONS(1283), + [anon_sym__Alignas] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym___try] = ACTIONS(1283), + [anon_sym___leave] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [anon_sym___asm] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1283), + [anon_sym_rayPayloadInEXT] = ACTIONS(1283), + [anon_sym_hitAttributeEXT] = ACTIONS(1283), + [anon_sym_callableDataEXT] = ACTIONS(1283), + [anon_sym_callableDataInEXT] = ACTIONS(1283), + [anon_sym_shaderRecordEXT] = ACTIONS(1283), + [anon_sym_rayPayloadNV] = ACTIONS(1283), + [anon_sym_rayPayloadInNV] = ACTIONS(1283), + [anon_sym_hitAttributeNV] = ACTIONS(1283), + [anon_sym_callableDataNV] = ACTIONS(1283), + [anon_sym_callableDataInNV] = ACTIONS(1283), + [anon_sym_shaderRecordNV] = ACTIONS(1283), + [anon_sym_layout] = ACTIONS(1283), + }, + [207] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token2] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), + }, + [208] = { + [ts_builtin_sym_end] = ACTIONS(1317), + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_subroutine] = ACTIONS(1315), + [anon_sym_invariant] = ACTIONS(1315), + [anon_sym_precise] = ACTIONS(1315), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym_in] = ACTIONS(1315), + [anon_sym_out] = ACTIONS(1315), + [anon_sym_inout] = ACTIONS(1315), + [anon_sym_uniform] = ACTIONS(1315), + [anon_sym_shared] = ACTIONS(1315), + [anon_sym_attribute] = ACTIONS(1315), + [anon_sym_varying] = ACTIONS(1315), + [anon_sym_buffer] = ACTIONS(1315), + [anon_sym_coherent] = ACTIONS(1315), + [anon_sym_readonly] = ACTIONS(1315), + [anon_sym_writeonly] = ACTIONS(1315), + [anon_sym_precision] = ACTIONS(1315), + [anon_sym_highp] = ACTIONS(1315), + [anon_sym_mediump] = ACTIONS(1315), + [anon_sym_lowp] = ACTIONS(1315), + [anon_sym_centroid] = ACTIONS(1315), + [anon_sym_sample] = ACTIONS(1315), + [anon_sym_patch] = ACTIONS(1315), + [anon_sym_smooth] = ACTIONS(1315), + [anon_sym_flat] = ACTIONS(1315), + [anon_sym_noperspective] = ACTIONS(1315), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [anon_sym__Nonnull] = ACTIONS(1315), + [anon_sym_alignas] = ACTIONS(1315), + [anon_sym__Alignas] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_else] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym___try] = ACTIONS(1315), + [anon_sym___leave] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [anon_sym___asm] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1315), + [anon_sym_rayPayloadInEXT] = ACTIONS(1315), + [anon_sym_hitAttributeEXT] = ACTIONS(1315), + [anon_sym_callableDataEXT] = ACTIONS(1315), + [anon_sym_callableDataInEXT] = ACTIONS(1315), + [anon_sym_shaderRecordEXT] = ACTIONS(1315), + [anon_sym_rayPayloadNV] = ACTIONS(1315), + [anon_sym_rayPayloadInNV] = ACTIONS(1315), + [anon_sym_hitAttributeNV] = ACTIONS(1315), + [anon_sym_callableDataNV] = ACTIONS(1315), + [anon_sym_callableDataInNV] = ACTIONS(1315), + [anon_sym_shaderRecordNV] = ACTIONS(1315), + [anon_sym_layout] = ACTIONS(1315), + }, + [209] = { + [ts_builtin_sym_end] = ACTIONS(1245), + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), + }, + [210] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_RBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), + }, + [211] = { + [ts_builtin_sym_end] = ACTIONS(1245), + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), + }, + [212] = { + [ts_builtin_sym_end] = ACTIONS(1289), + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_subroutine] = ACTIONS(1287), + [anon_sym_invariant] = ACTIONS(1287), + [anon_sym_precise] = ACTIONS(1287), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym_in] = ACTIONS(1287), + [anon_sym_out] = ACTIONS(1287), + [anon_sym_inout] = ACTIONS(1287), + [anon_sym_uniform] = ACTIONS(1287), + [anon_sym_shared] = ACTIONS(1287), + [anon_sym_attribute] = ACTIONS(1287), + [anon_sym_varying] = ACTIONS(1287), + [anon_sym_buffer] = ACTIONS(1287), + [anon_sym_coherent] = ACTIONS(1287), + [anon_sym_readonly] = ACTIONS(1287), + [anon_sym_writeonly] = ACTIONS(1287), + [anon_sym_precision] = ACTIONS(1287), + [anon_sym_highp] = ACTIONS(1287), + [anon_sym_mediump] = ACTIONS(1287), + [anon_sym_lowp] = ACTIONS(1287), + [anon_sym_centroid] = ACTIONS(1287), + [anon_sym_sample] = ACTIONS(1287), + [anon_sym_patch] = ACTIONS(1287), + [anon_sym_smooth] = ACTIONS(1287), + [anon_sym_flat] = ACTIONS(1287), + [anon_sym_noperspective] = ACTIONS(1287), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [anon_sym__Nonnull] = ACTIONS(1287), + [anon_sym_alignas] = ACTIONS(1287), + [anon_sym__Alignas] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym___try] = ACTIONS(1287), + [anon_sym___leave] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [anon_sym___asm] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1287), + [anon_sym_rayPayloadInEXT] = ACTIONS(1287), + [anon_sym_hitAttributeEXT] = ACTIONS(1287), + [anon_sym_callableDataEXT] = ACTIONS(1287), + [anon_sym_callableDataInEXT] = ACTIONS(1287), + [anon_sym_shaderRecordEXT] = ACTIONS(1287), + [anon_sym_rayPayloadNV] = ACTIONS(1287), + [anon_sym_rayPayloadInNV] = ACTIONS(1287), + [anon_sym_hitAttributeNV] = ACTIONS(1287), + [anon_sym_callableDataNV] = ACTIONS(1287), + [anon_sym_callableDataInNV] = ACTIONS(1287), + [anon_sym_shaderRecordNV] = ACTIONS(1287), + [anon_sym_layout] = ACTIONS(1287), + }, + [213] = { + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token2] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_subroutine] = ACTIONS(1263), + [anon_sym_invariant] = ACTIONS(1263), + [anon_sym_precise] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_in] = ACTIONS(1263), + [anon_sym_out] = ACTIONS(1263), + [anon_sym_inout] = ACTIONS(1263), + [anon_sym_uniform] = ACTIONS(1263), + [anon_sym_shared] = ACTIONS(1263), + [anon_sym_attribute] = ACTIONS(1263), + [anon_sym_varying] = ACTIONS(1263), + [anon_sym_buffer] = ACTIONS(1263), + [anon_sym_coherent] = ACTIONS(1263), + [anon_sym_readonly] = ACTIONS(1263), + [anon_sym_writeonly] = ACTIONS(1263), + [anon_sym_precision] = ACTIONS(1263), + [anon_sym_highp] = ACTIONS(1263), + [anon_sym_mediump] = ACTIONS(1263), + [anon_sym_lowp] = ACTIONS(1263), + [anon_sym_centroid] = ACTIONS(1263), + [anon_sym_sample] = ACTIONS(1263), + [anon_sym_patch] = ACTIONS(1263), + [anon_sym_smooth] = ACTIONS(1263), + [anon_sym_flat] = ACTIONS(1263), + [anon_sym_noperspective] = ACTIONS(1263), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [anon_sym__Nonnull] = ACTIONS(1263), + [anon_sym_alignas] = ACTIONS(1263), + [anon_sym__Alignas] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym___try] = ACTIONS(1263), + [anon_sym___leave] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [anon_sym___asm] = ACTIONS(1263), + [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(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1263), + [anon_sym_rayPayloadInEXT] = ACTIONS(1263), + [anon_sym_hitAttributeEXT] = ACTIONS(1263), + [anon_sym_callableDataEXT] = ACTIONS(1263), + [anon_sym_callableDataInEXT] = ACTIONS(1263), + [anon_sym_shaderRecordEXT] = ACTIONS(1263), + [anon_sym_rayPayloadNV] = ACTIONS(1263), + [anon_sym_rayPayloadInNV] = ACTIONS(1263), + [anon_sym_hitAttributeNV] = ACTIONS(1263), + [anon_sym_callableDataNV] = ACTIONS(1263), + [anon_sym_callableDataInNV] = ACTIONS(1263), + [anon_sym_shaderRecordNV] = ACTIONS(1263), + [anon_sym_layout] = ACTIONS(1263), + }, + [214] = { + [ts_builtin_sym_end] = ACTIONS(1377), + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym_subroutine] = ACTIONS(1375), + [anon_sym_invariant] = ACTIONS(1375), + [anon_sym_precise] = ACTIONS(1375), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_in] = ACTIONS(1375), + [anon_sym_out] = ACTIONS(1375), + [anon_sym_inout] = ACTIONS(1375), + [anon_sym_uniform] = ACTIONS(1375), + [anon_sym_shared] = ACTIONS(1375), + [anon_sym_attribute] = ACTIONS(1375), + [anon_sym_varying] = ACTIONS(1375), + [anon_sym_buffer] = ACTIONS(1375), + [anon_sym_coherent] = ACTIONS(1375), + [anon_sym_readonly] = ACTIONS(1375), + [anon_sym_writeonly] = ACTIONS(1375), + [anon_sym_precision] = ACTIONS(1375), + [anon_sym_highp] = ACTIONS(1375), + [anon_sym_mediump] = ACTIONS(1375), + [anon_sym_lowp] = ACTIONS(1375), + [anon_sym_centroid] = ACTIONS(1375), + [anon_sym_sample] = ACTIONS(1375), + [anon_sym_patch] = ACTIONS(1375), + [anon_sym_smooth] = ACTIONS(1375), + [anon_sym_flat] = ACTIONS(1375), + [anon_sym_noperspective] = ACTIONS(1375), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [anon_sym__Nonnull] = ACTIONS(1375), + [anon_sym_alignas] = ACTIONS(1375), + [anon_sym__Alignas] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_else] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym___try] = ACTIONS(1375), + [anon_sym___leave] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [anon_sym___asm] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1375), + [anon_sym_rayPayloadInEXT] = ACTIONS(1375), + [anon_sym_hitAttributeEXT] = ACTIONS(1375), + [anon_sym_callableDataEXT] = ACTIONS(1375), + [anon_sym_callableDataInEXT] = ACTIONS(1375), + [anon_sym_shaderRecordEXT] = ACTIONS(1375), + [anon_sym_rayPayloadNV] = ACTIONS(1375), + [anon_sym_rayPayloadInNV] = ACTIONS(1375), + [anon_sym_hitAttributeNV] = ACTIONS(1375), + [anon_sym_callableDataNV] = ACTIONS(1375), + [anon_sym_callableDataInNV] = ACTIONS(1375), + [anon_sym_shaderRecordNV] = ACTIONS(1375), + [anon_sym_layout] = ACTIONS(1375), + }, + [215] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_RBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), + }, + [216] = { + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token2] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_subroutine] = ACTIONS(1267), + [anon_sym_invariant] = ACTIONS(1267), + [anon_sym_precise] = ACTIONS(1267), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_in] = ACTIONS(1267), + [anon_sym_out] = ACTIONS(1267), + [anon_sym_inout] = ACTIONS(1267), + [anon_sym_uniform] = ACTIONS(1267), + [anon_sym_shared] = ACTIONS(1267), + [anon_sym_attribute] = ACTIONS(1267), + [anon_sym_varying] = ACTIONS(1267), + [anon_sym_buffer] = ACTIONS(1267), + [anon_sym_coherent] = ACTIONS(1267), + [anon_sym_readonly] = ACTIONS(1267), + [anon_sym_writeonly] = ACTIONS(1267), + [anon_sym_precision] = ACTIONS(1267), + [anon_sym_highp] = ACTIONS(1267), + [anon_sym_mediump] = ACTIONS(1267), + [anon_sym_lowp] = ACTIONS(1267), + [anon_sym_centroid] = ACTIONS(1267), + [anon_sym_sample] = ACTIONS(1267), + [anon_sym_patch] = ACTIONS(1267), + [anon_sym_smooth] = ACTIONS(1267), + [anon_sym_flat] = ACTIONS(1267), + [anon_sym_noperspective] = ACTIONS(1267), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [anon_sym__Nonnull] = ACTIONS(1267), + [anon_sym_alignas] = ACTIONS(1267), + [anon_sym__Alignas] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym___try] = ACTIONS(1267), + [anon_sym___leave] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [anon_sym___asm] = ACTIONS(1267), + [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(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1267), + [anon_sym_rayPayloadInEXT] = ACTIONS(1267), + [anon_sym_hitAttributeEXT] = ACTIONS(1267), + [anon_sym_callableDataEXT] = ACTIONS(1267), + [anon_sym_callableDataInEXT] = ACTIONS(1267), + [anon_sym_shaderRecordEXT] = ACTIONS(1267), + [anon_sym_rayPayloadNV] = ACTIONS(1267), + [anon_sym_rayPayloadInNV] = ACTIONS(1267), + [anon_sym_hitAttributeNV] = ACTIONS(1267), + [anon_sym_callableDataNV] = ACTIONS(1267), + [anon_sym_callableDataInNV] = ACTIONS(1267), + [anon_sym_shaderRecordNV] = ACTIONS(1267), + [anon_sym_layout] = ACTIONS(1267), + }, + [217] = { [sym_identifier] = ACTIONS(1355), [aux_sym_preproc_include_token1] = ACTIONS(1355), [aux_sym_preproc_def_token1] = ACTIONS(1355), [aux_sym_preproc_if_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token2] = ACTIONS(1355), [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), [sym_preproc_directive] = ACTIONS(1355), - [anon_sym_LPAREN2] = ACTIONS(1353), - [anon_sym_BANG] = ACTIONS(1353), - [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), [anon_sym_DASH] = ACTIONS(1355), [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1353), - [anon_sym_AMP] = ACTIONS(1353), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), [anon_sym_subroutine] = ACTIONS(1355), [anon_sym_invariant] = ACTIONS(1355), [anon_sym_precise] = ACTIONS(1355), - [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_SEMI] = ACTIONS(1357), [anon_sym_in] = ACTIONS(1355), [anon_sym_out] = ACTIONS(1355), [anon_sym_inout] = ACTIONS(1355), @@ -51608,7 +49479,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1355), [anon_sym_extern] = ACTIONS(1355), [anon_sym___attribute__] = ACTIONS(1355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), [anon_sym___declspec] = ACTIONS(1355), [anon_sym___cdecl] = ACTIONS(1355), [anon_sym___clrcall] = ACTIONS(1355), @@ -51616,8 +49487,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1355), [anon_sym___thiscall] = ACTIONS(1355), [anon_sym___vectorcall] = ACTIONS(1355), - [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_RBRACE] = ACTIONS(1353), + [anon_sym_LBRACE] = ACTIONS(1357), [anon_sym_signed] = ACTIONS(1355), [anon_sym_unsigned] = ACTIONS(1355), [anon_sym_long] = ACTIONS(1355), @@ -51639,6 +49509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1355), [anon_sym__Noreturn] = ACTIONS(1355), [anon_sym_noreturn] = ACTIONS(1355), + [anon_sym__Nonnull] = ACTIONS(1355), [anon_sym_alignas] = ACTIONS(1355), [anon_sym__Alignas] = ACTIONS(1355), [sym_primitive_type] = ACTIONS(1355), @@ -51659,8 +49530,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1355), [anon_sym___try] = ACTIONS(1355), [anon_sym___leave] = ACTIONS(1355), - [anon_sym_DASH_DASH] = ACTIONS(1353), - [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), [anon_sym_sizeof] = ACTIONS(1355), [anon_sym___alignof__] = ACTIONS(1355), [anon_sym___alignof] = ACTIONS(1355), @@ -51671,17 +49542,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1355), [anon_sym_asm] = ACTIONS(1355), [anon_sym___asm__] = ACTIONS(1355), - [sym_number_literal] = ACTIONS(1353), - [anon_sym_L_SQUOTE] = ACTIONS(1353), - [anon_sym_u_SQUOTE] = ACTIONS(1353), - [anon_sym_U_SQUOTE] = ACTIONS(1353), - [anon_sym_u8_SQUOTE] = ACTIONS(1353), - [anon_sym_SQUOTE] = ACTIONS(1353), - [anon_sym_L_DQUOTE] = ACTIONS(1353), - [anon_sym_u_DQUOTE] = ACTIONS(1353), - [anon_sym_U_DQUOTE] = ACTIONS(1353), - [anon_sym_u8_DQUOTE] = ACTIONS(1353), - [anon_sym_DQUOTE] = ACTIONS(1353), + [anon_sym___asm] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), [sym_true] = ACTIONS(1355), [sym_false] = ACTIONS(1355), [anon_sym_NULL] = ACTIONS(1355), @@ -51701,848 +49573,998 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1355), [anon_sym_layout] = ACTIONS(1355), }, - [240] = { - [sym_identifier] = ACTIONS(1357), - [aux_sym_preproc_include_token1] = ACTIONS(1357), - [aux_sym_preproc_def_token1] = ACTIONS(1357), - [aux_sym_preproc_if_token1] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1357), - [sym_preproc_directive] = ACTIONS(1357), - [anon_sym_LPAREN2] = ACTIONS(1359), - [anon_sym_BANG] = ACTIONS(1359), - [anon_sym_TILDE] = ACTIONS(1359), - [anon_sym_DASH] = ACTIONS(1357), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1359), - [anon_sym_AMP] = ACTIONS(1359), - [anon_sym_subroutine] = ACTIONS(1357), - [anon_sym_invariant] = ACTIONS(1357), - [anon_sym_precise] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_in] = ACTIONS(1357), - [anon_sym_out] = ACTIONS(1357), - [anon_sym_inout] = ACTIONS(1357), - [anon_sym_uniform] = ACTIONS(1357), - [anon_sym_shared] = ACTIONS(1357), - [anon_sym_attribute] = ACTIONS(1357), - [anon_sym_varying] = ACTIONS(1357), - [anon_sym_buffer] = ACTIONS(1357), - [anon_sym_coherent] = ACTIONS(1357), - [anon_sym_readonly] = ACTIONS(1357), - [anon_sym_writeonly] = ACTIONS(1357), - [anon_sym_precision] = ACTIONS(1357), - [anon_sym_highp] = ACTIONS(1357), - [anon_sym_mediump] = ACTIONS(1357), - [anon_sym_lowp] = ACTIONS(1357), - [anon_sym_centroid] = ACTIONS(1357), - [anon_sym_sample] = ACTIONS(1357), - [anon_sym_patch] = ACTIONS(1357), - [anon_sym_smooth] = ACTIONS(1357), - [anon_sym_flat] = ACTIONS(1357), - [anon_sym_noperspective] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1357), - [anon_sym_typedef] = ACTIONS(1357), - [anon_sym_extern] = ACTIONS(1357), - [anon_sym___attribute__] = ACTIONS(1357), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1359), - [anon_sym___declspec] = ACTIONS(1357), - [anon_sym___cdecl] = ACTIONS(1357), - [anon_sym___clrcall] = ACTIONS(1357), - [anon_sym___stdcall] = ACTIONS(1357), - [anon_sym___fastcall] = ACTIONS(1357), - [anon_sym___thiscall] = ACTIONS(1357), - [anon_sym___vectorcall] = ACTIONS(1357), - [anon_sym_LBRACE] = ACTIONS(1359), - [anon_sym_RBRACE] = ACTIONS(1359), - [anon_sym_signed] = ACTIONS(1357), - [anon_sym_unsigned] = ACTIONS(1357), - [anon_sym_long] = ACTIONS(1357), - [anon_sym_short] = ACTIONS(1357), - [anon_sym_static] = ACTIONS(1357), - [anon_sym_auto] = ACTIONS(1357), - [anon_sym_register] = ACTIONS(1357), - [anon_sym_inline] = ACTIONS(1357), - [anon_sym___inline] = ACTIONS(1357), - [anon_sym___inline__] = ACTIONS(1357), - [anon_sym___forceinline] = ACTIONS(1357), - [anon_sym_thread_local] = ACTIONS(1357), - [anon_sym___thread] = ACTIONS(1357), - [anon_sym_const] = ACTIONS(1357), - [anon_sym_constexpr] = ACTIONS(1357), - [anon_sym_volatile] = ACTIONS(1357), - [anon_sym_restrict] = ACTIONS(1357), - [anon_sym___restrict__] = ACTIONS(1357), - [anon_sym__Atomic] = ACTIONS(1357), - [anon_sym__Noreturn] = ACTIONS(1357), - [anon_sym_noreturn] = ACTIONS(1357), - [anon_sym_alignas] = ACTIONS(1357), - [anon_sym__Alignas] = ACTIONS(1357), - [sym_primitive_type] = ACTIONS(1357), - [anon_sym_enum] = ACTIONS(1357), - [anon_sym_struct] = ACTIONS(1357), - [anon_sym_union] = ACTIONS(1357), - [anon_sym_if] = ACTIONS(1357), - [anon_sym_else] = ACTIONS(1357), - [anon_sym_switch] = ACTIONS(1357), - [anon_sym_case] = ACTIONS(1357), - [anon_sym_default] = ACTIONS(1357), - [anon_sym_while] = ACTIONS(1357), - [anon_sym_do] = ACTIONS(1357), - [anon_sym_for] = ACTIONS(1357), - [anon_sym_return] = ACTIONS(1357), - [anon_sym_break] = ACTIONS(1357), - [anon_sym_continue] = ACTIONS(1357), - [anon_sym_goto] = ACTIONS(1357), - [anon_sym___try] = ACTIONS(1357), - [anon_sym___leave] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1359), - [anon_sym_PLUS_PLUS] = ACTIONS(1359), - [anon_sym_sizeof] = ACTIONS(1357), - [anon_sym___alignof__] = ACTIONS(1357), - [anon_sym___alignof] = ACTIONS(1357), - [anon_sym__alignof] = ACTIONS(1357), - [anon_sym_alignof] = ACTIONS(1357), - [anon_sym__Alignof] = ACTIONS(1357), - [anon_sym_offsetof] = ACTIONS(1357), - [anon_sym__Generic] = ACTIONS(1357), - [anon_sym_asm] = ACTIONS(1357), - [anon_sym___asm__] = ACTIONS(1357), - [sym_number_literal] = ACTIONS(1359), - [anon_sym_L_SQUOTE] = ACTIONS(1359), - [anon_sym_u_SQUOTE] = ACTIONS(1359), - [anon_sym_U_SQUOTE] = ACTIONS(1359), - [anon_sym_u8_SQUOTE] = ACTIONS(1359), - [anon_sym_SQUOTE] = ACTIONS(1359), - [anon_sym_L_DQUOTE] = ACTIONS(1359), - [anon_sym_u_DQUOTE] = ACTIONS(1359), - [anon_sym_U_DQUOTE] = ACTIONS(1359), - [anon_sym_u8_DQUOTE] = ACTIONS(1359), - [anon_sym_DQUOTE] = ACTIONS(1359), - [sym_true] = ACTIONS(1357), - [sym_false] = ACTIONS(1357), - [anon_sym_NULL] = ACTIONS(1357), - [anon_sym_nullptr] = ACTIONS(1357), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1357), - [anon_sym_rayPayloadInEXT] = ACTIONS(1357), - [anon_sym_hitAttributeEXT] = ACTIONS(1357), - [anon_sym_callableDataEXT] = ACTIONS(1357), - [anon_sym_callableDataInEXT] = ACTIONS(1357), - [anon_sym_shaderRecordEXT] = ACTIONS(1357), - [anon_sym_rayPayloadNV] = ACTIONS(1357), - [anon_sym_rayPayloadInNV] = ACTIONS(1357), - [anon_sym_hitAttributeNV] = ACTIONS(1357), - [anon_sym_callableDataNV] = ACTIONS(1357), - [anon_sym_callableDataInNV] = ACTIONS(1357), - [anon_sym_shaderRecordNV] = ACTIONS(1357), - [anon_sym_layout] = ACTIONS(1357), + [218] = { + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_subroutine] = ACTIONS(1271), + [anon_sym_invariant] = ACTIONS(1271), + [anon_sym_precise] = ACTIONS(1271), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym_in] = ACTIONS(1271), + [anon_sym_out] = ACTIONS(1271), + [anon_sym_inout] = ACTIONS(1271), + [anon_sym_uniform] = ACTIONS(1271), + [anon_sym_shared] = ACTIONS(1271), + [anon_sym_attribute] = ACTIONS(1271), + [anon_sym_varying] = ACTIONS(1271), + [anon_sym_buffer] = ACTIONS(1271), + [anon_sym_coherent] = ACTIONS(1271), + [anon_sym_readonly] = ACTIONS(1271), + [anon_sym_writeonly] = ACTIONS(1271), + [anon_sym_precision] = ACTIONS(1271), + [anon_sym_highp] = ACTIONS(1271), + [anon_sym_mediump] = ACTIONS(1271), + [anon_sym_lowp] = ACTIONS(1271), + [anon_sym_centroid] = ACTIONS(1271), + [anon_sym_sample] = ACTIONS(1271), + [anon_sym_patch] = ACTIONS(1271), + [anon_sym_smooth] = ACTIONS(1271), + [anon_sym_flat] = ACTIONS(1271), + [anon_sym_noperspective] = ACTIONS(1271), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_RBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [anon_sym__Nonnull] = ACTIONS(1271), + [anon_sym_alignas] = ACTIONS(1271), + [anon_sym__Alignas] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym___try] = ACTIONS(1271), + [anon_sym___leave] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [anon_sym___asm] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1271), + [anon_sym_rayPayloadInEXT] = ACTIONS(1271), + [anon_sym_hitAttributeEXT] = ACTIONS(1271), + [anon_sym_callableDataEXT] = ACTIONS(1271), + [anon_sym_callableDataInEXT] = ACTIONS(1271), + [anon_sym_shaderRecordEXT] = ACTIONS(1271), + [anon_sym_rayPayloadNV] = ACTIONS(1271), + [anon_sym_rayPayloadInNV] = ACTIONS(1271), + [anon_sym_hitAttributeNV] = ACTIONS(1271), + [anon_sym_callableDataNV] = ACTIONS(1271), + [anon_sym_callableDataInNV] = ACTIONS(1271), + [anon_sym_shaderRecordNV] = ACTIONS(1271), + [anon_sym_layout] = ACTIONS(1271), }, - [241] = { - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), + [219] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_subroutine] = ACTIONS(1243), + [anon_sym_invariant] = ACTIONS(1243), + [anon_sym_precise] = ACTIONS(1243), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym_in] = ACTIONS(1243), + [anon_sym_out] = ACTIONS(1243), + [anon_sym_inout] = ACTIONS(1243), + [anon_sym_uniform] = ACTIONS(1243), + [anon_sym_shared] = ACTIONS(1243), + [anon_sym_attribute] = ACTIONS(1243), + [anon_sym_varying] = ACTIONS(1243), + [anon_sym_buffer] = ACTIONS(1243), + [anon_sym_coherent] = ACTIONS(1243), + [anon_sym_readonly] = ACTIONS(1243), + [anon_sym_writeonly] = ACTIONS(1243), + [anon_sym_precision] = ACTIONS(1243), + [anon_sym_highp] = ACTIONS(1243), + [anon_sym_mediump] = ACTIONS(1243), + [anon_sym_lowp] = ACTIONS(1243), + [anon_sym_centroid] = ACTIONS(1243), + [anon_sym_sample] = ACTIONS(1243), + [anon_sym_patch] = ACTIONS(1243), + [anon_sym_smooth] = ACTIONS(1243), + [anon_sym_flat] = ACTIONS(1243), + [anon_sym_noperspective] = ACTIONS(1243), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_RBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [anon_sym__Nonnull] = ACTIONS(1243), + [anon_sym_alignas] = ACTIONS(1243), + [anon_sym__Alignas] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym___try] = ACTIONS(1243), + [anon_sym___leave] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [anon_sym___asm] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1243), + [anon_sym_rayPayloadInEXT] = ACTIONS(1243), + [anon_sym_hitAttributeEXT] = ACTIONS(1243), + [anon_sym_callableDataEXT] = ACTIONS(1243), + [anon_sym_callableDataInEXT] = ACTIONS(1243), + [anon_sym_shaderRecordEXT] = ACTIONS(1243), + [anon_sym_rayPayloadNV] = ACTIONS(1243), + [anon_sym_rayPayloadInNV] = ACTIONS(1243), + [anon_sym_hitAttributeNV] = ACTIONS(1243), + [anon_sym_callableDataNV] = ACTIONS(1243), + [anon_sym_callableDataInNV] = ACTIONS(1243), + [anon_sym_shaderRecordNV] = ACTIONS(1243), + [anon_sym_layout] = ACTIONS(1243), }, - [242] = { - [ts_builtin_sym_end] = ACTIONS(1311), - [sym_identifier] = ACTIONS(1309), - [aux_sym_preproc_include_token1] = ACTIONS(1309), - [aux_sym_preproc_def_token1] = ACTIONS(1309), - [aux_sym_preproc_if_token1] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1309), - [sym_preproc_directive] = ACTIONS(1309), - [anon_sym_LPAREN2] = ACTIONS(1311), - [anon_sym_BANG] = ACTIONS(1311), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_DASH] = ACTIONS(1309), - [anon_sym_PLUS] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(1311), - [anon_sym_subroutine] = ACTIONS(1309), - [anon_sym_invariant] = ACTIONS(1309), - [anon_sym_precise] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_in] = ACTIONS(1309), - [anon_sym_out] = ACTIONS(1309), - [anon_sym_inout] = ACTIONS(1309), - [anon_sym_uniform] = ACTIONS(1309), - [anon_sym_shared] = ACTIONS(1309), - [anon_sym_attribute] = ACTIONS(1309), - [anon_sym_varying] = ACTIONS(1309), - [anon_sym_buffer] = ACTIONS(1309), - [anon_sym_coherent] = ACTIONS(1309), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_writeonly] = ACTIONS(1309), - [anon_sym_precision] = ACTIONS(1309), - [anon_sym_highp] = ACTIONS(1309), - [anon_sym_mediump] = ACTIONS(1309), - [anon_sym_lowp] = ACTIONS(1309), - [anon_sym_centroid] = ACTIONS(1309), - [anon_sym_sample] = ACTIONS(1309), - [anon_sym_patch] = ACTIONS(1309), - [anon_sym_smooth] = ACTIONS(1309), - [anon_sym_flat] = ACTIONS(1309), - [anon_sym_noperspective] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1309), - [anon_sym_typedef] = ACTIONS(1309), - [anon_sym_extern] = ACTIONS(1309), - [anon_sym___attribute__] = ACTIONS(1309), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1311), - [anon_sym___declspec] = ACTIONS(1309), - [anon_sym___cdecl] = ACTIONS(1309), - [anon_sym___clrcall] = ACTIONS(1309), - [anon_sym___stdcall] = ACTIONS(1309), - [anon_sym___fastcall] = ACTIONS(1309), - [anon_sym___thiscall] = ACTIONS(1309), - [anon_sym___vectorcall] = ACTIONS(1309), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_signed] = ACTIONS(1309), - [anon_sym_unsigned] = ACTIONS(1309), - [anon_sym_long] = ACTIONS(1309), - [anon_sym_short] = ACTIONS(1309), - [anon_sym_static] = ACTIONS(1309), - [anon_sym_auto] = ACTIONS(1309), - [anon_sym_register] = ACTIONS(1309), - [anon_sym_inline] = ACTIONS(1309), - [anon_sym___inline] = ACTIONS(1309), - [anon_sym___inline__] = ACTIONS(1309), - [anon_sym___forceinline] = ACTIONS(1309), - [anon_sym_thread_local] = ACTIONS(1309), - [anon_sym___thread] = ACTIONS(1309), - [anon_sym_const] = ACTIONS(1309), - [anon_sym_constexpr] = ACTIONS(1309), - [anon_sym_volatile] = ACTIONS(1309), - [anon_sym_restrict] = ACTIONS(1309), - [anon_sym___restrict__] = ACTIONS(1309), - [anon_sym__Atomic] = ACTIONS(1309), - [anon_sym__Noreturn] = ACTIONS(1309), - [anon_sym_noreturn] = ACTIONS(1309), - [anon_sym_alignas] = ACTIONS(1309), - [anon_sym__Alignas] = ACTIONS(1309), - [sym_primitive_type] = ACTIONS(1309), - [anon_sym_enum] = ACTIONS(1309), - [anon_sym_struct] = ACTIONS(1309), - [anon_sym_union] = ACTIONS(1309), - [anon_sym_if] = ACTIONS(1309), - [anon_sym_else] = ACTIONS(1309), - [anon_sym_switch] = ACTIONS(1309), - [anon_sym_case] = ACTIONS(1309), - [anon_sym_default] = ACTIONS(1309), - [anon_sym_while] = ACTIONS(1309), - [anon_sym_do] = ACTIONS(1309), - [anon_sym_for] = ACTIONS(1309), - [anon_sym_return] = ACTIONS(1309), - [anon_sym_break] = ACTIONS(1309), - [anon_sym_continue] = ACTIONS(1309), - [anon_sym_goto] = ACTIONS(1309), - [anon_sym___try] = ACTIONS(1309), - [anon_sym___leave] = ACTIONS(1309), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_sizeof] = ACTIONS(1309), - [anon_sym___alignof__] = ACTIONS(1309), - [anon_sym___alignof] = ACTIONS(1309), - [anon_sym__alignof] = ACTIONS(1309), - [anon_sym_alignof] = ACTIONS(1309), - [anon_sym__Alignof] = ACTIONS(1309), - [anon_sym_offsetof] = ACTIONS(1309), - [anon_sym__Generic] = ACTIONS(1309), - [anon_sym_asm] = ACTIONS(1309), - [anon_sym___asm__] = ACTIONS(1309), - [sym_number_literal] = ACTIONS(1311), - [anon_sym_L_SQUOTE] = ACTIONS(1311), - [anon_sym_u_SQUOTE] = ACTIONS(1311), - [anon_sym_U_SQUOTE] = ACTIONS(1311), - [anon_sym_u8_SQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [anon_sym_L_DQUOTE] = ACTIONS(1311), - [anon_sym_u_DQUOTE] = ACTIONS(1311), - [anon_sym_U_DQUOTE] = ACTIONS(1311), - [anon_sym_u8_DQUOTE] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [sym_true] = ACTIONS(1309), - [sym_false] = ACTIONS(1309), - [anon_sym_NULL] = ACTIONS(1309), - [anon_sym_nullptr] = ACTIONS(1309), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1309), - [anon_sym_rayPayloadInEXT] = ACTIONS(1309), - [anon_sym_hitAttributeEXT] = ACTIONS(1309), - [anon_sym_callableDataEXT] = ACTIONS(1309), - [anon_sym_callableDataInEXT] = ACTIONS(1309), - [anon_sym_shaderRecordEXT] = ACTIONS(1309), - [anon_sym_rayPayloadNV] = ACTIONS(1309), - [anon_sym_rayPayloadInNV] = ACTIONS(1309), - [anon_sym_hitAttributeNV] = ACTIONS(1309), - [anon_sym_callableDataNV] = ACTIONS(1309), - [anon_sym_callableDataInNV] = ACTIONS(1309), - [anon_sym_shaderRecordNV] = ACTIONS(1309), - [anon_sym_layout] = ACTIONS(1309), + [220] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_RBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), }, - [243] = { - [ts_builtin_sym_end] = ACTIONS(1315), - [sym_identifier] = ACTIONS(1313), - [aux_sym_preproc_include_token1] = ACTIONS(1313), - [aux_sym_preproc_def_token1] = ACTIONS(1313), - [aux_sym_preproc_if_token1] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1313), - [sym_preproc_directive] = ACTIONS(1313), - [anon_sym_LPAREN2] = ACTIONS(1315), - [anon_sym_BANG] = ACTIONS(1315), - [anon_sym_TILDE] = ACTIONS(1315), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_subroutine] = ACTIONS(1313), - [anon_sym_invariant] = ACTIONS(1313), - [anon_sym_precise] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1315), - [anon_sym_in] = ACTIONS(1313), - [anon_sym_out] = ACTIONS(1313), - [anon_sym_inout] = ACTIONS(1313), - [anon_sym_uniform] = ACTIONS(1313), - [anon_sym_shared] = ACTIONS(1313), - [anon_sym_attribute] = ACTIONS(1313), - [anon_sym_varying] = ACTIONS(1313), - [anon_sym_buffer] = ACTIONS(1313), - [anon_sym_coherent] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_writeonly] = ACTIONS(1313), - [anon_sym_precision] = ACTIONS(1313), - [anon_sym_highp] = ACTIONS(1313), - [anon_sym_mediump] = ACTIONS(1313), - [anon_sym_lowp] = ACTIONS(1313), - [anon_sym_centroid] = ACTIONS(1313), - [anon_sym_sample] = ACTIONS(1313), - [anon_sym_patch] = ACTIONS(1313), - [anon_sym_smooth] = ACTIONS(1313), - [anon_sym_flat] = ACTIONS(1313), - [anon_sym_noperspective] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1313), - [anon_sym_typedef] = ACTIONS(1313), - [anon_sym_extern] = ACTIONS(1313), - [anon_sym___attribute__] = ACTIONS(1313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1315), - [anon_sym___declspec] = ACTIONS(1313), - [anon_sym___cdecl] = ACTIONS(1313), - [anon_sym___clrcall] = ACTIONS(1313), - [anon_sym___stdcall] = ACTIONS(1313), - [anon_sym___fastcall] = ACTIONS(1313), - [anon_sym___thiscall] = ACTIONS(1313), - [anon_sym___vectorcall] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1315), - [anon_sym_signed] = ACTIONS(1313), - [anon_sym_unsigned] = ACTIONS(1313), - [anon_sym_long] = ACTIONS(1313), - [anon_sym_short] = ACTIONS(1313), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_auto] = ACTIONS(1313), - [anon_sym_register] = ACTIONS(1313), - [anon_sym_inline] = ACTIONS(1313), - [anon_sym___inline] = ACTIONS(1313), - [anon_sym___inline__] = ACTIONS(1313), - [anon_sym___forceinline] = ACTIONS(1313), - [anon_sym_thread_local] = ACTIONS(1313), - [anon_sym___thread] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_constexpr] = ACTIONS(1313), - [anon_sym_volatile] = ACTIONS(1313), - [anon_sym_restrict] = ACTIONS(1313), - [anon_sym___restrict__] = ACTIONS(1313), - [anon_sym__Atomic] = ACTIONS(1313), - [anon_sym__Noreturn] = ACTIONS(1313), - [anon_sym_noreturn] = ACTIONS(1313), - [anon_sym_alignas] = ACTIONS(1313), - [anon_sym__Alignas] = ACTIONS(1313), - [sym_primitive_type] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [anon_sym_struct] = ACTIONS(1313), - [anon_sym_union] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_goto] = ACTIONS(1313), - [anon_sym___try] = ACTIONS(1313), - [anon_sym___leave] = ACTIONS(1313), - [anon_sym_DASH_DASH] = ACTIONS(1315), - [anon_sym_PLUS_PLUS] = ACTIONS(1315), - [anon_sym_sizeof] = ACTIONS(1313), - [anon_sym___alignof__] = ACTIONS(1313), - [anon_sym___alignof] = ACTIONS(1313), - [anon_sym__alignof] = ACTIONS(1313), - [anon_sym_alignof] = ACTIONS(1313), - [anon_sym__Alignof] = ACTIONS(1313), - [anon_sym_offsetof] = ACTIONS(1313), - [anon_sym__Generic] = ACTIONS(1313), - [anon_sym_asm] = ACTIONS(1313), - [anon_sym___asm__] = ACTIONS(1313), - [sym_number_literal] = ACTIONS(1315), - [anon_sym_L_SQUOTE] = ACTIONS(1315), - [anon_sym_u_SQUOTE] = ACTIONS(1315), - [anon_sym_U_SQUOTE] = ACTIONS(1315), - [anon_sym_u8_SQUOTE] = ACTIONS(1315), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_L_DQUOTE] = ACTIONS(1315), - [anon_sym_u_DQUOTE] = ACTIONS(1315), - [anon_sym_U_DQUOTE] = ACTIONS(1315), - [anon_sym_u8_DQUOTE] = ACTIONS(1315), - [anon_sym_DQUOTE] = ACTIONS(1315), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [anon_sym_NULL] = ACTIONS(1313), - [anon_sym_nullptr] = ACTIONS(1313), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1313), - [anon_sym_rayPayloadInEXT] = ACTIONS(1313), - [anon_sym_hitAttributeEXT] = ACTIONS(1313), - [anon_sym_callableDataEXT] = ACTIONS(1313), - [anon_sym_callableDataInEXT] = ACTIONS(1313), - [anon_sym_shaderRecordEXT] = ACTIONS(1313), - [anon_sym_rayPayloadNV] = ACTIONS(1313), - [anon_sym_rayPayloadInNV] = ACTIONS(1313), - [anon_sym_hitAttributeNV] = ACTIONS(1313), - [anon_sym_callableDataNV] = ACTIONS(1313), - [anon_sym_callableDataInNV] = ACTIONS(1313), - [anon_sym_shaderRecordNV] = ACTIONS(1313), - [anon_sym_layout] = ACTIONS(1313), + [221] = { + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_subroutine] = ACTIONS(1319), + [anon_sym_invariant] = ACTIONS(1319), + [anon_sym_precise] = ACTIONS(1319), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym_in] = ACTIONS(1319), + [anon_sym_out] = ACTIONS(1319), + [anon_sym_inout] = ACTIONS(1319), + [anon_sym_uniform] = ACTIONS(1319), + [anon_sym_shared] = ACTIONS(1319), + [anon_sym_attribute] = ACTIONS(1319), + [anon_sym_varying] = ACTIONS(1319), + [anon_sym_buffer] = ACTIONS(1319), + [anon_sym_coherent] = ACTIONS(1319), + [anon_sym_readonly] = ACTIONS(1319), + [anon_sym_writeonly] = ACTIONS(1319), + [anon_sym_precision] = ACTIONS(1319), + [anon_sym_highp] = ACTIONS(1319), + [anon_sym_mediump] = ACTIONS(1319), + [anon_sym_lowp] = ACTIONS(1319), + [anon_sym_centroid] = ACTIONS(1319), + [anon_sym_sample] = ACTIONS(1319), + [anon_sym_patch] = ACTIONS(1319), + [anon_sym_smooth] = ACTIONS(1319), + [anon_sym_flat] = ACTIONS(1319), + [anon_sym_noperspective] = ACTIONS(1319), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_RBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [anon_sym__Nonnull] = ACTIONS(1319), + [anon_sym_alignas] = ACTIONS(1319), + [anon_sym__Alignas] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_else] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym___try] = ACTIONS(1319), + [anon_sym___leave] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [anon_sym___asm] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1319), + [anon_sym_rayPayloadInEXT] = ACTIONS(1319), + [anon_sym_hitAttributeEXT] = ACTIONS(1319), + [anon_sym_callableDataEXT] = ACTIONS(1319), + [anon_sym_callableDataInEXT] = ACTIONS(1319), + [anon_sym_shaderRecordEXT] = ACTIONS(1319), + [anon_sym_rayPayloadNV] = ACTIONS(1319), + [anon_sym_rayPayloadInNV] = ACTIONS(1319), + [anon_sym_hitAttributeNV] = ACTIONS(1319), + [anon_sym_callableDataNV] = ACTIONS(1319), + [anon_sym_callableDataInNV] = ACTIONS(1319), + [anon_sym_shaderRecordNV] = ACTIONS(1319), + [anon_sym_layout] = ACTIONS(1319), }, - [244] = { - [sym_identifier] = ACTIONS(1365), - [aux_sym_preproc_include_token1] = ACTIONS(1365), - [aux_sym_preproc_def_token1] = ACTIONS(1365), - [aux_sym_preproc_if_token1] = ACTIONS(1365), - [aux_sym_preproc_if_token2] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1365), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1365), - [sym_preproc_directive] = ACTIONS(1365), - [anon_sym_LPAREN2] = ACTIONS(1367), - [anon_sym_BANG] = ACTIONS(1367), - [anon_sym_TILDE] = ACTIONS(1367), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_subroutine] = ACTIONS(1365), - [anon_sym_invariant] = ACTIONS(1365), - [anon_sym_precise] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_in] = ACTIONS(1365), - [anon_sym_out] = ACTIONS(1365), - [anon_sym_inout] = ACTIONS(1365), - [anon_sym_uniform] = ACTIONS(1365), - [anon_sym_shared] = ACTIONS(1365), - [anon_sym_attribute] = ACTIONS(1365), - [anon_sym_varying] = ACTIONS(1365), - [anon_sym_buffer] = ACTIONS(1365), - [anon_sym_coherent] = ACTIONS(1365), - [anon_sym_readonly] = ACTIONS(1365), - [anon_sym_writeonly] = ACTIONS(1365), - [anon_sym_precision] = ACTIONS(1365), - [anon_sym_highp] = ACTIONS(1365), - [anon_sym_mediump] = ACTIONS(1365), - [anon_sym_lowp] = ACTIONS(1365), - [anon_sym_centroid] = ACTIONS(1365), - [anon_sym_sample] = ACTIONS(1365), - [anon_sym_patch] = ACTIONS(1365), - [anon_sym_smooth] = ACTIONS(1365), - [anon_sym_flat] = ACTIONS(1365), - [anon_sym_noperspective] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1365), - [anon_sym_typedef] = ACTIONS(1365), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym___attribute__] = ACTIONS(1365), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1367), - [anon_sym___declspec] = ACTIONS(1365), - [anon_sym___cdecl] = ACTIONS(1365), - [anon_sym___clrcall] = ACTIONS(1365), - [anon_sym___stdcall] = ACTIONS(1365), - [anon_sym___fastcall] = ACTIONS(1365), - [anon_sym___thiscall] = ACTIONS(1365), - [anon_sym___vectorcall] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1367), - [anon_sym_signed] = ACTIONS(1365), - [anon_sym_unsigned] = ACTIONS(1365), - [anon_sym_long] = ACTIONS(1365), - [anon_sym_short] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_auto] = ACTIONS(1365), - [anon_sym_register] = ACTIONS(1365), - [anon_sym_inline] = ACTIONS(1365), - [anon_sym___inline] = ACTIONS(1365), - [anon_sym___inline__] = ACTIONS(1365), - [anon_sym___forceinline] = ACTIONS(1365), - [anon_sym_thread_local] = ACTIONS(1365), - [anon_sym___thread] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_constexpr] = ACTIONS(1365), - [anon_sym_volatile] = ACTIONS(1365), - [anon_sym_restrict] = ACTIONS(1365), - [anon_sym___restrict__] = ACTIONS(1365), - [anon_sym__Atomic] = ACTIONS(1365), - [anon_sym__Noreturn] = ACTIONS(1365), - [anon_sym_noreturn] = ACTIONS(1365), - [anon_sym_alignas] = ACTIONS(1365), - [anon_sym__Alignas] = ACTIONS(1365), - [sym_primitive_type] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_goto] = ACTIONS(1365), - [anon_sym___try] = ACTIONS(1365), - [anon_sym___leave] = ACTIONS(1365), - [anon_sym_DASH_DASH] = ACTIONS(1367), - [anon_sym_PLUS_PLUS] = ACTIONS(1367), - [anon_sym_sizeof] = ACTIONS(1365), - [anon_sym___alignof__] = ACTIONS(1365), - [anon_sym___alignof] = ACTIONS(1365), - [anon_sym__alignof] = ACTIONS(1365), - [anon_sym_alignof] = ACTIONS(1365), - [anon_sym__Alignof] = ACTIONS(1365), - [anon_sym_offsetof] = ACTIONS(1365), - [anon_sym__Generic] = ACTIONS(1365), - [anon_sym_asm] = ACTIONS(1365), - [anon_sym___asm__] = ACTIONS(1365), - [sym_number_literal] = ACTIONS(1367), - [anon_sym_L_SQUOTE] = ACTIONS(1367), - [anon_sym_u_SQUOTE] = ACTIONS(1367), - [anon_sym_U_SQUOTE] = ACTIONS(1367), - [anon_sym_u8_SQUOTE] = ACTIONS(1367), - [anon_sym_SQUOTE] = ACTIONS(1367), - [anon_sym_L_DQUOTE] = ACTIONS(1367), - [anon_sym_u_DQUOTE] = ACTIONS(1367), - [anon_sym_U_DQUOTE] = ACTIONS(1367), - [anon_sym_u8_DQUOTE] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(1367), - [sym_true] = ACTIONS(1365), - [sym_false] = ACTIONS(1365), - [anon_sym_NULL] = ACTIONS(1365), - [anon_sym_nullptr] = ACTIONS(1365), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1365), - [anon_sym_rayPayloadInEXT] = ACTIONS(1365), - [anon_sym_hitAttributeEXT] = ACTIONS(1365), - [anon_sym_callableDataEXT] = ACTIONS(1365), - [anon_sym_callableDataInEXT] = ACTIONS(1365), - [anon_sym_shaderRecordEXT] = ACTIONS(1365), - [anon_sym_rayPayloadNV] = ACTIONS(1365), - [anon_sym_rayPayloadInNV] = ACTIONS(1365), - [anon_sym_hitAttributeNV] = ACTIONS(1365), - [anon_sym_callableDataNV] = ACTIONS(1365), - [anon_sym_callableDataInNV] = ACTIONS(1365), - [anon_sym_shaderRecordNV] = ACTIONS(1365), - [anon_sym_layout] = ACTIONS(1365), + [222] = { + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym_subroutine] = ACTIONS(1331), + [anon_sym_invariant] = ACTIONS(1331), + [anon_sym_precise] = ACTIONS(1331), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_in] = ACTIONS(1331), + [anon_sym_out] = ACTIONS(1331), + [anon_sym_inout] = ACTIONS(1331), + [anon_sym_uniform] = ACTIONS(1331), + [anon_sym_shared] = ACTIONS(1331), + [anon_sym_attribute] = ACTIONS(1331), + [anon_sym_varying] = ACTIONS(1331), + [anon_sym_buffer] = ACTIONS(1331), + [anon_sym_coherent] = ACTIONS(1331), + [anon_sym_readonly] = ACTIONS(1331), + [anon_sym_writeonly] = ACTIONS(1331), + [anon_sym_precision] = ACTIONS(1331), + [anon_sym_highp] = ACTIONS(1331), + [anon_sym_mediump] = ACTIONS(1331), + [anon_sym_lowp] = ACTIONS(1331), + [anon_sym_centroid] = ACTIONS(1331), + [anon_sym_sample] = ACTIONS(1331), + [anon_sym_patch] = ACTIONS(1331), + [anon_sym_smooth] = ACTIONS(1331), + [anon_sym_flat] = ACTIONS(1331), + [anon_sym_noperspective] = ACTIONS(1331), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_RBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [anon_sym__Nonnull] = ACTIONS(1331), + [anon_sym_alignas] = ACTIONS(1331), + [anon_sym__Alignas] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_else] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym___try] = ACTIONS(1331), + [anon_sym___leave] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [anon_sym___asm] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1331), + [anon_sym_rayPayloadInEXT] = ACTIONS(1331), + [anon_sym_hitAttributeEXT] = ACTIONS(1331), + [anon_sym_callableDataEXT] = ACTIONS(1331), + [anon_sym_callableDataInEXT] = ACTIONS(1331), + [anon_sym_shaderRecordEXT] = ACTIONS(1331), + [anon_sym_rayPayloadNV] = ACTIONS(1331), + [anon_sym_rayPayloadInNV] = ACTIONS(1331), + [anon_sym_hitAttributeNV] = ACTIONS(1331), + [anon_sym_callableDataNV] = ACTIONS(1331), + [anon_sym_callableDataInNV] = ACTIONS(1331), + [anon_sym_shaderRecordNV] = ACTIONS(1331), + [anon_sym_layout] = ACTIONS(1331), }, - [245] = { - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), + [223] = { + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1325), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_STAR] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_subroutine] = ACTIONS(1323), + [anon_sym_invariant] = ACTIONS(1323), + [anon_sym_precise] = ACTIONS(1323), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_in] = ACTIONS(1323), + [anon_sym_out] = ACTIONS(1323), + [anon_sym_inout] = ACTIONS(1323), + [anon_sym_uniform] = ACTIONS(1323), + [anon_sym_shared] = ACTIONS(1323), + [anon_sym_attribute] = ACTIONS(1323), + [anon_sym_varying] = ACTIONS(1323), + [anon_sym_buffer] = ACTIONS(1323), + [anon_sym_coherent] = ACTIONS(1323), + [anon_sym_readonly] = ACTIONS(1323), + [anon_sym_writeonly] = ACTIONS(1323), + [anon_sym_precision] = ACTIONS(1323), + [anon_sym_highp] = ACTIONS(1323), + [anon_sym_mediump] = ACTIONS(1323), + [anon_sym_lowp] = ACTIONS(1323), + [anon_sym_centroid] = ACTIONS(1323), + [anon_sym_sample] = ACTIONS(1323), + [anon_sym_patch] = ACTIONS(1323), + [anon_sym_smooth] = ACTIONS(1323), + [anon_sym_flat] = ACTIONS(1323), + [anon_sym_noperspective] = ACTIONS(1323), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_RBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [anon_sym__Nonnull] = ACTIONS(1323), + [anon_sym_alignas] = ACTIONS(1323), + [anon_sym__Alignas] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_else] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym___try] = ACTIONS(1323), + [anon_sym___leave] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [anon_sym___asm] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1323), + [anon_sym_rayPayloadInEXT] = ACTIONS(1323), + [anon_sym_hitAttributeEXT] = ACTIONS(1323), + [anon_sym_callableDataEXT] = ACTIONS(1323), + [anon_sym_callableDataInEXT] = ACTIONS(1323), + [anon_sym_shaderRecordEXT] = ACTIONS(1323), + [anon_sym_rayPayloadNV] = ACTIONS(1323), + [anon_sym_rayPayloadInNV] = ACTIONS(1323), + [anon_sym_hitAttributeNV] = ACTIONS(1323), + [anon_sym_callableDataNV] = ACTIONS(1323), + [anon_sym_callableDataInNV] = ACTIONS(1323), + [anon_sym_shaderRecordNV] = ACTIONS(1323), + [anon_sym_layout] = ACTIONS(1323), }, - [246] = { + [224] = { + [ts_builtin_sym_end] = ACTIONS(1309), + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), + }, + [225] = { [sym_identifier] = ACTIONS(1327), [aux_sym_preproc_include_token1] = ACTIONS(1327), [aux_sym_preproc_def_token1] = ACTIONS(1327), [aux_sym_preproc_if_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token2] = ACTIONS(1327), [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), [sym_preproc_directive] = ACTIONS(1327), - [anon_sym_LPAREN2] = ACTIONS(1325), - [anon_sym_BANG] = ACTIONS(1325), - [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_LPAREN2] = ACTIONS(1329), + [anon_sym_BANG] = ACTIONS(1329), + [anon_sym_TILDE] = ACTIONS(1329), [anon_sym_DASH] = ACTIONS(1327), [anon_sym_PLUS] = ACTIONS(1327), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_STAR] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(1329), [anon_sym_subroutine] = ACTIONS(1327), [anon_sym_invariant] = ACTIONS(1327), [anon_sym_precise] = ACTIONS(1327), - [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1329), [anon_sym_in] = ACTIONS(1327), [anon_sym_out] = ACTIONS(1327), [anon_sym_inout] = ACTIONS(1327), @@ -52568,7 +50590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1327), [anon_sym_extern] = ACTIONS(1327), [anon_sym___attribute__] = ACTIONS(1327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), [anon_sym___declspec] = ACTIONS(1327), [anon_sym___cdecl] = ACTIONS(1327), [anon_sym___clrcall] = ACTIONS(1327), @@ -52576,7 +50598,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1327), [anon_sym___thiscall] = ACTIONS(1327), [anon_sym___vectorcall] = ACTIONS(1327), - [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1329), + [anon_sym_RBRACE] = ACTIONS(1329), [anon_sym_signed] = ACTIONS(1327), [anon_sym_unsigned] = ACTIONS(1327), [anon_sym_long] = ACTIONS(1327), @@ -52598,6 +50621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1327), [anon_sym__Noreturn] = ACTIONS(1327), [anon_sym_noreturn] = ACTIONS(1327), + [anon_sym__Nonnull] = ACTIONS(1327), [anon_sym_alignas] = ACTIONS(1327), [anon_sym__Alignas] = ACTIONS(1327), [sym_primitive_type] = ACTIONS(1327), @@ -52618,8 +50642,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1327), [anon_sym___try] = ACTIONS(1327), [anon_sym___leave] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_DASH_DASH] = ACTIONS(1329), + [anon_sym_PLUS_PLUS] = ACTIONS(1329), [anon_sym_sizeof] = ACTIONS(1327), [anon_sym___alignof__] = ACTIONS(1327), [anon_sym___alignof] = ACTIONS(1327), @@ -52630,17 +50654,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1327), [anon_sym_asm] = ACTIONS(1327), [anon_sym___asm__] = ACTIONS(1327), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), + [anon_sym___asm] = ACTIONS(1327), + [sym_number_literal] = ACTIONS(1329), + [anon_sym_L_SQUOTE] = ACTIONS(1329), + [anon_sym_u_SQUOTE] = ACTIONS(1329), + [anon_sym_U_SQUOTE] = ACTIONS(1329), + [anon_sym_u8_SQUOTE] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1329), + [anon_sym_L_DQUOTE] = ACTIONS(1329), + [anon_sym_u_DQUOTE] = ACTIONS(1329), + [anon_sym_U_DQUOTE] = ACTIONS(1329), + [anon_sym_u8_DQUOTE] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(1329), [sym_true] = ACTIONS(1327), [sym_false] = ACTIONS(1327), [anon_sym_NULL] = ACTIONS(1327), @@ -52660,2168 +50685,1922 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1327), [anon_sym_layout] = ACTIONS(1327), }, - [247] = { - [sym_identifier] = ACTIONS(1369), - [aux_sym_preproc_include_token1] = ACTIONS(1369), - [aux_sym_preproc_def_token1] = ACTIONS(1369), - [aux_sym_preproc_if_token1] = ACTIONS(1369), - [aux_sym_preproc_if_token2] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1369), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1369), - [sym_preproc_directive] = ACTIONS(1369), - [anon_sym_LPAREN2] = ACTIONS(1371), - [anon_sym_BANG] = ACTIONS(1371), - [anon_sym_TILDE] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1369), - [anon_sym_PLUS] = ACTIONS(1369), - [anon_sym_STAR] = ACTIONS(1371), - [anon_sym_AMP] = ACTIONS(1371), - [anon_sym_subroutine] = ACTIONS(1369), - [anon_sym_invariant] = ACTIONS(1369), - [anon_sym_precise] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_in] = ACTIONS(1369), - [anon_sym_out] = ACTIONS(1369), - [anon_sym_inout] = ACTIONS(1369), - [anon_sym_uniform] = ACTIONS(1369), - [anon_sym_shared] = ACTIONS(1369), - [anon_sym_attribute] = ACTIONS(1369), - [anon_sym_varying] = ACTIONS(1369), - [anon_sym_buffer] = ACTIONS(1369), - [anon_sym_coherent] = ACTIONS(1369), - [anon_sym_readonly] = ACTIONS(1369), - [anon_sym_writeonly] = ACTIONS(1369), - [anon_sym_precision] = ACTIONS(1369), - [anon_sym_highp] = ACTIONS(1369), - [anon_sym_mediump] = ACTIONS(1369), - [anon_sym_lowp] = ACTIONS(1369), - [anon_sym_centroid] = ACTIONS(1369), - [anon_sym_sample] = ACTIONS(1369), - [anon_sym_patch] = ACTIONS(1369), - [anon_sym_smooth] = ACTIONS(1369), - [anon_sym_flat] = ACTIONS(1369), - [anon_sym_noperspective] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1369), - [anon_sym_typedef] = ACTIONS(1369), - [anon_sym_extern] = ACTIONS(1369), - [anon_sym___attribute__] = ACTIONS(1369), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1371), - [anon_sym___declspec] = ACTIONS(1369), - [anon_sym___cdecl] = ACTIONS(1369), - [anon_sym___clrcall] = ACTIONS(1369), - [anon_sym___stdcall] = ACTIONS(1369), - [anon_sym___fastcall] = ACTIONS(1369), - [anon_sym___thiscall] = ACTIONS(1369), - [anon_sym___vectorcall] = ACTIONS(1369), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_signed] = ACTIONS(1369), - [anon_sym_unsigned] = ACTIONS(1369), - [anon_sym_long] = ACTIONS(1369), - [anon_sym_short] = ACTIONS(1369), - [anon_sym_static] = ACTIONS(1369), - [anon_sym_auto] = ACTIONS(1369), - [anon_sym_register] = ACTIONS(1369), - [anon_sym_inline] = ACTIONS(1369), - [anon_sym___inline] = ACTIONS(1369), - [anon_sym___inline__] = ACTIONS(1369), - [anon_sym___forceinline] = ACTIONS(1369), - [anon_sym_thread_local] = ACTIONS(1369), - [anon_sym___thread] = ACTIONS(1369), - [anon_sym_const] = ACTIONS(1369), - [anon_sym_constexpr] = ACTIONS(1369), - [anon_sym_volatile] = ACTIONS(1369), - [anon_sym_restrict] = ACTIONS(1369), - [anon_sym___restrict__] = ACTIONS(1369), - [anon_sym__Atomic] = ACTIONS(1369), - [anon_sym__Noreturn] = ACTIONS(1369), - [anon_sym_noreturn] = ACTIONS(1369), - [anon_sym_alignas] = ACTIONS(1369), - [anon_sym__Alignas] = ACTIONS(1369), - [sym_primitive_type] = ACTIONS(1369), - [anon_sym_enum] = ACTIONS(1369), - [anon_sym_struct] = ACTIONS(1369), - [anon_sym_union] = ACTIONS(1369), - [anon_sym_if] = ACTIONS(1369), - [anon_sym_else] = ACTIONS(1369), - [anon_sym_switch] = ACTIONS(1369), - [anon_sym_case] = ACTIONS(1369), - [anon_sym_default] = ACTIONS(1369), - [anon_sym_while] = ACTIONS(1369), - [anon_sym_do] = ACTIONS(1369), - [anon_sym_for] = ACTIONS(1369), - [anon_sym_return] = ACTIONS(1369), - [anon_sym_break] = ACTIONS(1369), - [anon_sym_continue] = ACTIONS(1369), - [anon_sym_goto] = ACTIONS(1369), - [anon_sym___try] = ACTIONS(1369), - [anon_sym___leave] = ACTIONS(1369), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_PLUS_PLUS] = ACTIONS(1371), - [anon_sym_sizeof] = ACTIONS(1369), - [anon_sym___alignof__] = ACTIONS(1369), - [anon_sym___alignof] = ACTIONS(1369), - [anon_sym__alignof] = ACTIONS(1369), - [anon_sym_alignof] = ACTIONS(1369), - [anon_sym__Alignof] = ACTIONS(1369), - [anon_sym_offsetof] = ACTIONS(1369), - [anon_sym__Generic] = ACTIONS(1369), - [anon_sym_asm] = ACTIONS(1369), - [anon_sym___asm__] = ACTIONS(1369), - [sym_number_literal] = ACTIONS(1371), - [anon_sym_L_SQUOTE] = ACTIONS(1371), - [anon_sym_u_SQUOTE] = ACTIONS(1371), - [anon_sym_U_SQUOTE] = ACTIONS(1371), - [anon_sym_u8_SQUOTE] = ACTIONS(1371), - [anon_sym_SQUOTE] = ACTIONS(1371), - [anon_sym_L_DQUOTE] = ACTIONS(1371), - [anon_sym_u_DQUOTE] = ACTIONS(1371), - [anon_sym_U_DQUOTE] = ACTIONS(1371), - [anon_sym_u8_DQUOTE] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym_true] = ACTIONS(1369), - [sym_false] = ACTIONS(1369), - [anon_sym_NULL] = ACTIONS(1369), - [anon_sym_nullptr] = ACTIONS(1369), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1369), - [anon_sym_rayPayloadInEXT] = ACTIONS(1369), - [anon_sym_hitAttributeEXT] = ACTIONS(1369), - [anon_sym_callableDataEXT] = ACTIONS(1369), - [anon_sym_callableDataInEXT] = ACTIONS(1369), - [anon_sym_shaderRecordEXT] = ACTIONS(1369), - [anon_sym_rayPayloadNV] = ACTIONS(1369), - [anon_sym_rayPayloadInNV] = ACTIONS(1369), - [anon_sym_hitAttributeNV] = ACTIONS(1369), - [anon_sym_callableDataNV] = ACTIONS(1369), - [anon_sym_callableDataInNV] = ACTIONS(1369), - [anon_sym_shaderRecordNV] = ACTIONS(1369), - [anon_sym_layout] = ACTIONS(1369), - }, - [248] = { - [ts_builtin_sym_end] = ACTIONS(1319), - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), - }, - [249] = { - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_RBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), + [226] = { + [ts_builtin_sym_end] = ACTIONS(1385), + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_subroutine] = ACTIONS(1383), + [anon_sym_invariant] = ACTIONS(1383), + [anon_sym_precise] = ACTIONS(1383), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_in] = ACTIONS(1383), + [anon_sym_out] = ACTIONS(1383), + [anon_sym_inout] = ACTIONS(1383), + [anon_sym_uniform] = ACTIONS(1383), + [anon_sym_shared] = ACTIONS(1383), + [anon_sym_attribute] = ACTIONS(1383), + [anon_sym_varying] = ACTIONS(1383), + [anon_sym_buffer] = ACTIONS(1383), + [anon_sym_coherent] = ACTIONS(1383), + [anon_sym_readonly] = ACTIONS(1383), + [anon_sym_writeonly] = ACTIONS(1383), + [anon_sym_precision] = ACTIONS(1383), + [anon_sym_highp] = ACTIONS(1383), + [anon_sym_mediump] = ACTIONS(1383), + [anon_sym_lowp] = ACTIONS(1383), + [anon_sym_centroid] = ACTIONS(1383), + [anon_sym_sample] = ACTIONS(1383), + [anon_sym_patch] = ACTIONS(1383), + [anon_sym_smooth] = ACTIONS(1383), + [anon_sym_flat] = ACTIONS(1383), + [anon_sym_noperspective] = ACTIONS(1383), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [anon_sym__Nonnull] = ACTIONS(1383), + [anon_sym_alignas] = ACTIONS(1383), + [anon_sym__Alignas] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_else] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym___try] = ACTIONS(1383), + [anon_sym___leave] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [anon_sym___asm] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1383), + [anon_sym_rayPayloadInEXT] = ACTIONS(1383), + [anon_sym_hitAttributeEXT] = ACTIONS(1383), + [anon_sym_callableDataEXT] = ACTIONS(1383), + [anon_sym_callableDataInEXT] = ACTIONS(1383), + [anon_sym_shaderRecordEXT] = ACTIONS(1383), + [anon_sym_rayPayloadNV] = ACTIONS(1383), + [anon_sym_rayPayloadInNV] = ACTIONS(1383), + [anon_sym_hitAttributeNV] = ACTIONS(1383), + [anon_sym_callableDataNV] = ACTIONS(1383), + [anon_sym_callableDataInNV] = ACTIONS(1383), + [anon_sym_shaderRecordNV] = ACTIONS(1383), + [anon_sym_layout] = ACTIONS(1383), }, - [250] = { - [sym_identifier] = ACTIONS(1377), - [aux_sym_preproc_include_token1] = ACTIONS(1377), - [aux_sym_preproc_def_token1] = ACTIONS(1377), - [aux_sym_preproc_if_token1] = ACTIONS(1377), - [aux_sym_preproc_if_token2] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1377), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1377), - [sym_preproc_directive] = ACTIONS(1377), - [anon_sym_LPAREN2] = ACTIONS(1379), - [anon_sym_BANG] = ACTIONS(1379), - [anon_sym_TILDE] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1377), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_subroutine] = ACTIONS(1377), - [anon_sym_invariant] = ACTIONS(1377), - [anon_sym_precise] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_in] = ACTIONS(1377), - [anon_sym_out] = ACTIONS(1377), - [anon_sym_inout] = ACTIONS(1377), - [anon_sym_uniform] = ACTIONS(1377), - [anon_sym_shared] = ACTIONS(1377), - [anon_sym_attribute] = ACTIONS(1377), - [anon_sym_varying] = ACTIONS(1377), - [anon_sym_buffer] = ACTIONS(1377), - [anon_sym_coherent] = ACTIONS(1377), - [anon_sym_readonly] = ACTIONS(1377), - [anon_sym_writeonly] = ACTIONS(1377), - [anon_sym_precision] = ACTIONS(1377), - [anon_sym_highp] = ACTIONS(1377), - [anon_sym_mediump] = ACTIONS(1377), - [anon_sym_lowp] = ACTIONS(1377), - [anon_sym_centroid] = ACTIONS(1377), - [anon_sym_sample] = ACTIONS(1377), - [anon_sym_patch] = ACTIONS(1377), - [anon_sym_smooth] = ACTIONS(1377), - [anon_sym_flat] = ACTIONS(1377), - [anon_sym_noperspective] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1377), - [anon_sym_typedef] = ACTIONS(1377), - [anon_sym_extern] = ACTIONS(1377), - [anon_sym___attribute__] = ACTIONS(1377), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1379), - [anon_sym___declspec] = ACTIONS(1377), - [anon_sym___cdecl] = ACTIONS(1377), - [anon_sym___clrcall] = ACTIONS(1377), - [anon_sym___stdcall] = ACTIONS(1377), - [anon_sym___fastcall] = ACTIONS(1377), - [anon_sym___thiscall] = ACTIONS(1377), - [anon_sym___vectorcall] = ACTIONS(1377), - [anon_sym_LBRACE] = ACTIONS(1379), - [anon_sym_signed] = ACTIONS(1377), - [anon_sym_unsigned] = ACTIONS(1377), - [anon_sym_long] = ACTIONS(1377), - [anon_sym_short] = ACTIONS(1377), - [anon_sym_static] = ACTIONS(1377), - [anon_sym_auto] = ACTIONS(1377), - [anon_sym_register] = ACTIONS(1377), - [anon_sym_inline] = ACTIONS(1377), - [anon_sym___inline] = ACTIONS(1377), - [anon_sym___inline__] = ACTIONS(1377), - [anon_sym___forceinline] = ACTIONS(1377), - [anon_sym_thread_local] = ACTIONS(1377), - [anon_sym___thread] = ACTIONS(1377), - [anon_sym_const] = ACTIONS(1377), - [anon_sym_constexpr] = ACTIONS(1377), - [anon_sym_volatile] = ACTIONS(1377), - [anon_sym_restrict] = ACTIONS(1377), - [anon_sym___restrict__] = ACTIONS(1377), - [anon_sym__Atomic] = ACTIONS(1377), - [anon_sym__Noreturn] = ACTIONS(1377), - [anon_sym_noreturn] = ACTIONS(1377), - [anon_sym_alignas] = ACTIONS(1377), - [anon_sym__Alignas] = ACTIONS(1377), - [sym_primitive_type] = ACTIONS(1377), - [anon_sym_enum] = ACTIONS(1377), - [anon_sym_struct] = ACTIONS(1377), - [anon_sym_union] = ACTIONS(1377), - [anon_sym_if] = ACTIONS(1377), - [anon_sym_else] = ACTIONS(1377), - [anon_sym_switch] = ACTIONS(1377), - [anon_sym_case] = ACTIONS(1377), - [anon_sym_default] = ACTIONS(1377), - [anon_sym_while] = ACTIONS(1377), - [anon_sym_do] = ACTIONS(1377), - [anon_sym_for] = ACTIONS(1377), - [anon_sym_return] = ACTIONS(1377), - [anon_sym_break] = ACTIONS(1377), - [anon_sym_continue] = ACTIONS(1377), - [anon_sym_goto] = ACTIONS(1377), - [anon_sym___try] = ACTIONS(1377), - [anon_sym___leave] = ACTIONS(1377), - [anon_sym_DASH_DASH] = ACTIONS(1379), - [anon_sym_PLUS_PLUS] = ACTIONS(1379), - [anon_sym_sizeof] = ACTIONS(1377), - [anon_sym___alignof__] = ACTIONS(1377), - [anon_sym___alignof] = ACTIONS(1377), - [anon_sym__alignof] = ACTIONS(1377), - [anon_sym_alignof] = ACTIONS(1377), - [anon_sym__Alignof] = ACTIONS(1377), - [anon_sym_offsetof] = ACTIONS(1377), - [anon_sym__Generic] = ACTIONS(1377), - [anon_sym_asm] = ACTIONS(1377), - [anon_sym___asm__] = ACTIONS(1377), - [sym_number_literal] = ACTIONS(1379), - [anon_sym_L_SQUOTE] = ACTIONS(1379), - [anon_sym_u_SQUOTE] = ACTIONS(1379), - [anon_sym_U_SQUOTE] = ACTIONS(1379), - [anon_sym_u8_SQUOTE] = ACTIONS(1379), - [anon_sym_SQUOTE] = ACTIONS(1379), - [anon_sym_L_DQUOTE] = ACTIONS(1379), - [anon_sym_u_DQUOTE] = ACTIONS(1379), - [anon_sym_U_DQUOTE] = ACTIONS(1379), - [anon_sym_u8_DQUOTE] = ACTIONS(1379), - [anon_sym_DQUOTE] = ACTIONS(1379), - [sym_true] = ACTIONS(1377), - [sym_false] = ACTIONS(1377), - [anon_sym_NULL] = ACTIONS(1377), - [anon_sym_nullptr] = ACTIONS(1377), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1377), - [anon_sym_rayPayloadInEXT] = ACTIONS(1377), - [anon_sym_hitAttributeEXT] = ACTIONS(1377), - [anon_sym_callableDataEXT] = ACTIONS(1377), - [anon_sym_callableDataInEXT] = ACTIONS(1377), - [anon_sym_shaderRecordEXT] = ACTIONS(1377), - [anon_sym_rayPayloadNV] = ACTIONS(1377), - [anon_sym_rayPayloadInNV] = ACTIONS(1377), - [anon_sym_hitAttributeNV] = ACTIONS(1377), - [anon_sym_callableDataNV] = ACTIONS(1377), - [anon_sym_callableDataInNV] = ACTIONS(1377), - [anon_sym_shaderRecordNV] = ACTIONS(1377), - [anon_sym_layout] = ACTIONS(1377), + [227] = { + [sym_identifier] = ACTIONS(1343), + [aux_sym_preproc_include_token1] = ACTIONS(1343), + [aux_sym_preproc_def_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), + [sym_preproc_directive] = ACTIONS(1343), + [anon_sym_LPAREN2] = ACTIONS(1345), + [anon_sym_BANG] = ACTIONS(1345), + [anon_sym_TILDE] = ACTIONS(1345), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_subroutine] = ACTIONS(1343), + [anon_sym_invariant] = ACTIONS(1343), + [anon_sym_precise] = ACTIONS(1343), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_in] = ACTIONS(1343), + [anon_sym_out] = ACTIONS(1343), + [anon_sym_inout] = ACTIONS(1343), + [anon_sym_uniform] = ACTIONS(1343), + [anon_sym_shared] = ACTIONS(1343), + [anon_sym_attribute] = ACTIONS(1343), + [anon_sym_varying] = ACTIONS(1343), + [anon_sym_buffer] = ACTIONS(1343), + [anon_sym_coherent] = ACTIONS(1343), + [anon_sym_readonly] = ACTIONS(1343), + [anon_sym_writeonly] = ACTIONS(1343), + [anon_sym_precision] = ACTIONS(1343), + [anon_sym_highp] = ACTIONS(1343), + [anon_sym_mediump] = ACTIONS(1343), + [anon_sym_lowp] = ACTIONS(1343), + [anon_sym_centroid] = ACTIONS(1343), + [anon_sym_sample] = ACTIONS(1343), + [anon_sym_patch] = ACTIONS(1343), + [anon_sym_smooth] = ACTIONS(1343), + [anon_sym_flat] = ACTIONS(1343), + [anon_sym_noperspective] = ACTIONS(1343), + [anon_sym___extension__] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1343), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym___attribute__] = ACTIONS(1343), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), + [anon_sym___declspec] = ACTIONS(1343), + [anon_sym___cdecl] = ACTIONS(1343), + [anon_sym___clrcall] = ACTIONS(1343), + [anon_sym___stdcall] = ACTIONS(1343), + [anon_sym___fastcall] = ACTIONS(1343), + [anon_sym___thiscall] = ACTIONS(1343), + [anon_sym___vectorcall] = ACTIONS(1343), + [anon_sym_LBRACE] = ACTIONS(1345), + [anon_sym_RBRACE] = ACTIONS(1345), + [anon_sym_signed] = ACTIONS(1343), + [anon_sym_unsigned] = ACTIONS(1343), + [anon_sym_long] = ACTIONS(1343), + [anon_sym_short] = ACTIONS(1343), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym___inline] = ACTIONS(1343), + [anon_sym___inline__] = ACTIONS(1343), + [anon_sym___forceinline] = ACTIONS(1343), + [anon_sym_thread_local] = ACTIONS(1343), + [anon_sym___thread] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_constexpr] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym___restrict__] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym__Noreturn] = ACTIONS(1343), + [anon_sym_noreturn] = ACTIONS(1343), + [anon_sym__Nonnull] = ACTIONS(1343), + [anon_sym_alignas] = ACTIONS(1343), + [anon_sym__Alignas] = ACTIONS(1343), + [sym_primitive_type] = ACTIONS(1343), + [anon_sym_enum] = ACTIONS(1343), + [anon_sym_struct] = ACTIONS(1343), + [anon_sym_union] = ACTIONS(1343), + [anon_sym_if] = ACTIONS(1343), + [anon_sym_else] = ACTIONS(1343), + [anon_sym_switch] = ACTIONS(1343), + [anon_sym_case] = ACTIONS(1343), + [anon_sym_default] = ACTIONS(1343), + [anon_sym_while] = ACTIONS(1343), + [anon_sym_do] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1343), + [anon_sym_return] = ACTIONS(1343), + [anon_sym_break] = ACTIONS(1343), + [anon_sym_continue] = ACTIONS(1343), + [anon_sym_goto] = ACTIONS(1343), + [anon_sym___try] = ACTIONS(1343), + [anon_sym___leave] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1345), + [anon_sym_PLUS_PLUS] = ACTIONS(1345), + [anon_sym_sizeof] = ACTIONS(1343), + [anon_sym___alignof__] = ACTIONS(1343), + [anon_sym___alignof] = ACTIONS(1343), + [anon_sym__alignof] = ACTIONS(1343), + [anon_sym_alignof] = ACTIONS(1343), + [anon_sym__Alignof] = ACTIONS(1343), + [anon_sym_offsetof] = ACTIONS(1343), + [anon_sym__Generic] = ACTIONS(1343), + [anon_sym_asm] = ACTIONS(1343), + [anon_sym___asm__] = ACTIONS(1343), + [anon_sym___asm] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1345), + [anon_sym_L_SQUOTE] = ACTIONS(1345), + [anon_sym_u_SQUOTE] = ACTIONS(1345), + [anon_sym_U_SQUOTE] = ACTIONS(1345), + [anon_sym_u8_SQUOTE] = ACTIONS(1345), + [anon_sym_SQUOTE] = ACTIONS(1345), + [anon_sym_L_DQUOTE] = ACTIONS(1345), + [anon_sym_u_DQUOTE] = ACTIONS(1345), + [anon_sym_U_DQUOTE] = ACTIONS(1345), + [anon_sym_u8_DQUOTE] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(1345), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [anon_sym_NULL] = ACTIONS(1343), + [anon_sym_nullptr] = ACTIONS(1343), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1343), + [anon_sym_rayPayloadInEXT] = ACTIONS(1343), + [anon_sym_hitAttributeEXT] = ACTIONS(1343), + [anon_sym_callableDataEXT] = ACTIONS(1343), + [anon_sym_callableDataInEXT] = ACTIONS(1343), + [anon_sym_shaderRecordEXT] = ACTIONS(1343), + [anon_sym_rayPayloadNV] = ACTIONS(1343), + [anon_sym_rayPayloadInNV] = ACTIONS(1343), + [anon_sym_hitAttributeNV] = ACTIONS(1343), + [anon_sym_callableDataNV] = ACTIONS(1343), + [anon_sym_callableDataInNV] = ACTIONS(1343), + [anon_sym_shaderRecordNV] = ACTIONS(1343), + [anon_sym_layout] = ACTIONS(1343), }, - [251] = { - [sym_identifier] = ACTIONS(1237), - [aux_sym_preproc_include_token1] = ACTIONS(1237), - [aux_sym_preproc_def_token1] = ACTIONS(1237), - [aux_sym_preproc_if_token1] = ACTIONS(1237), - [aux_sym_preproc_if_token2] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1237), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1237), - [sym_preproc_directive] = ACTIONS(1237), - [anon_sym_LPAREN2] = ACTIONS(1239), - [anon_sym_BANG] = ACTIONS(1239), - [anon_sym_TILDE] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1237), - [anon_sym_PLUS] = ACTIONS(1237), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_subroutine] = ACTIONS(1237), - [anon_sym_invariant] = ACTIONS(1237), - [anon_sym_precise] = ACTIONS(1237), - [anon_sym_SEMI] = ACTIONS(1239), - [anon_sym_in] = ACTIONS(1237), - [anon_sym_out] = ACTIONS(1237), - [anon_sym_inout] = ACTIONS(1237), - [anon_sym_uniform] = ACTIONS(1237), - [anon_sym_shared] = ACTIONS(1237), - [anon_sym_attribute] = ACTIONS(1237), - [anon_sym_varying] = ACTIONS(1237), - [anon_sym_buffer] = ACTIONS(1237), - [anon_sym_coherent] = ACTIONS(1237), - [anon_sym_readonly] = ACTIONS(1237), - [anon_sym_writeonly] = ACTIONS(1237), - [anon_sym_precision] = ACTIONS(1237), - [anon_sym_highp] = ACTIONS(1237), - [anon_sym_mediump] = ACTIONS(1237), - [anon_sym_lowp] = ACTIONS(1237), - [anon_sym_centroid] = ACTIONS(1237), - [anon_sym_sample] = ACTIONS(1237), - [anon_sym_patch] = ACTIONS(1237), - [anon_sym_smooth] = ACTIONS(1237), - [anon_sym_flat] = ACTIONS(1237), - [anon_sym_noperspective] = ACTIONS(1237), - [anon_sym___extension__] = ACTIONS(1237), - [anon_sym_typedef] = ACTIONS(1237), - [anon_sym_extern] = ACTIONS(1237), - [anon_sym___attribute__] = ACTIONS(1237), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1239), - [anon_sym___declspec] = ACTIONS(1237), - [anon_sym___cdecl] = ACTIONS(1237), - [anon_sym___clrcall] = ACTIONS(1237), - [anon_sym___stdcall] = ACTIONS(1237), - [anon_sym___fastcall] = ACTIONS(1237), - [anon_sym___thiscall] = ACTIONS(1237), - [anon_sym___vectorcall] = ACTIONS(1237), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_signed] = ACTIONS(1237), - [anon_sym_unsigned] = ACTIONS(1237), - [anon_sym_long] = ACTIONS(1237), - [anon_sym_short] = ACTIONS(1237), - [anon_sym_static] = ACTIONS(1237), - [anon_sym_auto] = ACTIONS(1237), - [anon_sym_register] = ACTIONS(1237), - [anon_sym_inline] = ACTIONS(1237), - [anon_sym___inline] = ACTIONS(1237), - [anon_sym___inline__] = ACTIONS(1237), - [anon_sym___forceinline] = ACTIONS(1237), - [anon_sym_thread_local] = ACTIONS(1237), - [anon_sym___thread] = ACTIONS(1237), - [anon_sym_const] = ACTIONS(1237), - [anon_sym_constexpr] = ACTIONS(1237), - [anon_sym_volatile] = ACTIONS(1237), - [anon_sym_restrict] = ACTIONS(1237), - [anon_sym___restrict__] = ACTIONS(1237), - [anon_sym__Atomic] = ACTIONS(1237), - [anon_sym__Noreturn] = ACTIONS(1237), - [anon_sym_noreturn] = ACTIONS(1237), - [anon_sym_alignas] = ACTIONS(1237), - [anon_sym__Alignas] = ACTIONS(1237), - [sym_primitive_type] = ACTIONS(1237), - [anon_sym_enum] = ACTIONS(1237), - [anon_sym_struct] = ACTIONS(1237), - [anon_sym_union] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1237), - [anon_sym_else] = ACTIONS(1237), - [anon_sym_switch] = ACTIONS(1237), - [anon_sym_case] = ACTIONS(1237), - [anon_sym_default] = ACTIONS(1237), - [anon_sym_while] = ACTIONS(1237), - [anon_sym_do] = ACTIONS(1237), - [anon_sym_for] = ACTIONS(1237), - [anon_sym_return] = ACTIONS(1237), - [anon_sym_break] = ACTIONS(1237), - [anon_sym_continue] = ACTIONS(1237), - [anon_sym_goto] = ACTIONS(1237), - [anon_sym___try] = ACTIONS(1237), - [anon_sym___leave] = ACTIONS(1237), - [anon_sym_DASH_DASH] = ACTIONS(1239), - [anon_sym_PLUS_PLUS] = ACTIONS(1239), - [anon_sym_sizeof] = ACTIONS(1237), - [anon_sym___alignof__] = ACTIONS(1237), - [anon_sym___alignof] = ACTIONS(1237), - [anon_sym__alignof] = ACTIONS(1237), - [anon_sym_alignof] = ACTIONS(1237), - [anon_sym__Alignof] = ACTIONS(1237), - [anon_sym_offsetof] = ACTIONS(1237), - [anon_sym__Generic] = ACTIONS(1237), - [anon_sym_asm] = ACTIONS(1237), - [anon_sym___asm__] = ACTIONS(1237), - [sym_number_literal] = ACTIONS(1239), - [anon_sym_L_SQUOTE] = ACTIONS(1239), - [anon_sym_u_SQUOTE] = ACTIONS(1239), - [anon_sym_U_SQUOTE] = ACTIONS(1239), - [anon_sym_u8_SQUOTE] = ACTIONS(1239), - [anon_sym_SQUOTE] = ACTIONS(1239), - [anon_sym_L_DQUOTE] = ACTIONS(1239), - [anon_sym_u_DQUOTE] = ACTIONS(1239), - [anon_sym_U_DQUOTE] = ACTIONS(1239), - [anon_sym_u8_DQUOTE] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1239), - [sym_true] = ACTIONS(1237), - [sym_false] = ACTIONS(1237), - [anon_sym_NULL] = ACTIONS(1237), - [anon_sym_nullptr] = ACTIONS(1237), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1237), - [anon_sym_rayPayloadInEXT] = ACTIONS(1237), - [anon_sym_hitAttributeEXT] = ACTIONS(1237), - [anon_sym_callableDataEXT] = ACTIONS(1237), - [anon_sym_callableDataInEXT] = ACTIONS(1237), - [anon_sym_shaderRecordEXT] = ACTIONS(1237), - [anon_sym_rayPayloadNV] = ACTIONS(1237), - [anon_sym_rayPayloadInNV] = ACTIONS(1237), - [anon_sym_hitAttributeNV] = ACTIONS(1237), - [anon_sym_callableDataNV] = ACTIONS(1237), - [anon_sym_callableDataInNV] = ACTIONS(1237), - [anon_sym_shaderRecordNV] = ACTIONS(1237), - [anon_sym_layout] = ACTIONS(1237), + [228] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token2] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), }, - [252] = { - [sym_identifier] = ACTIONS(1385), - [aux_sym_preproc_include_token1] = ACTIONS(1385), - [aux_sym_preproc_def_token1] = ACTIONS(1385), - [aux_sym_preproc_if_token1] = ACTIONS(1385), - [aux_sym_preproc_if_token2] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1385), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1385), - [sym_preproc_directive] = ACTIONS(1385), - [anon_sym_LPAREN2] = ACTIONS(1387), - [anon_sym_BANG] = ACTIONS(1387), - [anon_sym_TILDE] = ACTIONS(1387), - [anon_sym_DASH] = ACTIONS(1385), - [anon_sym_PLUS] = ACTIONS(1385), - [anon_sym_STAR] = ACTIONS(1387), - [anon_sym_AMP] = ACTIONS(1387), - [anon_sym_subroutine] = ACTIONS(1385), - [anon_sym_invariant] = ACTIONS(1385), - [anon_sym_precise] = ACTIONS(1385), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_in] = ACTIONS(1385), - [anon_sym_out] = ACTIONS(1385), - [anon_sym_inout] = ACTIONS(1385), - [anon_sym_uniform] = ACTIONS(1385), - [anon_sym_shared] = ACTIONS(1385), - [anon_sym_attribute] = ACTIONS(1385), - [anon_sym_varying] = ACTIONS(1385), - [anon_sym_buffer] = ACTIONS(1385), - [anon_sym_coherent] = ACTIONS(1385), - [anon_sym_readonly] = ACTIONS(1385), - [anon_sym_writeonly] = ACTIONS(1385), - [anon_sym_precision] = ACTIONS(1385), - [anon_sym_highp] = ACTIONS(1385), - [anon_sym_mediump] = ACTIONS(1385), - [anon_sym_lowp] = ACTIONS(1385), - [anon_sym_centroid] = ACTIONS(1385), - [anon_sym_sample] = ACTIONS(1385), - [anon_sym_patch] = ACTIONS(1385), - [anon_sym_smooth] = ACTIONS(1385), - [anon_sym_flat] = ACTIONS(1385), - [anon_sym_noperspective] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1385), - [anon_sym_typedef] = ACTIONS(1385), - [anon_sym_extern] = ACTIONS(1385), - [anon_sym___attribute__] = ACTIONS(1385), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1387), - [anon_sym___declspec] = ACTIONS(1385), - [anon_sym___cdecl] = ACTIONS(1385), - [anon_sym___clrcall] = ACTIONS(1385), - [anon_sym___stdcall] = ACTIONS(1385), - [anon_sym___fastcall] = ACTIONS(1385), - [anon_sym___thiscall] = ACTIONS(1385), - [anon_sym___vectorcall] = ACTIONS(1385), - [anon_sym_LBRACE] = ACTIONS(1387), - [anon_sym_signed] = ACTIONS(1385), - [anon_sym_unsigned] = ACTIONS(1385), - [anon_sym_long] = ACTIONS(1385), - [anon_sym_short] = ACTIONS(1385), - [anon_sym_static] = ACTIONS(1385), - [anon_sym_auto] = ACTIONS(1385), - [anon_sym_register] = ACTIONS(1385), - [anon_sym_inline] = ACTIONS(1385), - [anon_sym___inline] = ACTIONS(1385), - [anon_sym___inline__] = ACTIONS(1385), - [anon_sym___forceinline] = ACTIONS(1385), - [anon_sym_thread_local] = ACTIONS(1385), - [anon_sym___thread] = ACTIONS(1385), - [anon_sym_const] = ACTIONS(1385), - [anon_sym_constexpr] = ACTIONS(1385), - [anon_sym_volatile] = ACTIONS(1385), - [anon_sym_restrict] = ACTIONS(1385), - [anon_sym___restrict__] = ACTIONS(1385), - [anon_sym__Atomic] = ACTIONS(1385), - [anon_sym__Noreturn] = ACTIONS(1385), - [anon_sym_noreturn] = ACTIONS(1385), - [anon_sym_alignas] = ACTIONS(1385), - [anon_sym__Alignas] = ACTIONS(1385), - [sym_primitive_type] = ACTIONS(1385), - [anon_sym_enum] = ACTIONS(1385), - [anon_sym_struct] = ACTIONS(1385), - [anon_sym_union] = ACTIONS(1385), - [anon_sym_if] = ACTIONS(1385), - [anon_sym_else] = ACTIONS(1385), - [anon_sym_switch] = ACTIONS(1385), - [anon_sym_case] = ACTIONS(1385), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_while] = ACTIONS(1385), - [anon_sym_do] = ACTIONS(1385), - [anon_sym_for] = ACTIONS(1385), - [anon_sym_return] = ACTIONS(1385), - [anon_sym_break] = ACTIONS(1385), - [anon_sym_continue] = ACTIONS(1385), - [anon_sym_goto] = ACTIONS(1385), - [anon_sym___try] = ACTIONS(1385), - [anon_sym___leave] = ACTIONS(1385), - [anon_sym_DASH_DASH] = ACTIONS(1387), - [anon_sym_PLUS_PLUS] = ACTIONS(1387), - [anon_sym_sizeof] = ACTIONS(1385), - [anon_sym___alignof__] = ACTIONS(1385), - [anon_sym___alignof] = ACTIONS(1385), - [anon_sym__alignof] = ACTIONS(1385), - [anon_sym_alignof] = ACTIONS(1385), - [anon_sym__Alignof] = ACTIONS(1385), - [anon_sym_offsetof] = ACTIONS(1385), - [anon_sym__Generic] = ACTIONS(1385), - [anon_sym_asm] = ACTIONS(1385), - [anon_sym___asm__] = ACTIONS(1385), - [sym_number_literal] = ACTIONS(1387), - [anon_sym_L_SQUOTE] = ACTIONS(1387), - [anon_sym_u_SQUOTE] = ACTIONS(1387), - [anon_sym_U_SQUOTE] = ACTIONS(1387), - [anon_sym_u8_SQUOTE] = ACTIONS(1387), - [anon_sym_SQUOTE] = ACTIONS(1387), - [anon_sym_L_DQUOTE] = ACTIONS(1387), - [anon_sym_u_DQUOTE] = ACTIONS(1387), - [anon_sym_U_DQUOTE] = ACTIONS(1387), - [anon_sym_u8_DQUOTE] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(1387), - [sym_true] = ACTIONS(1385), - [sym_false] = ACTIONS(1385), - [anon_sym_NULL] = ACTIONS(1385), - [anon_sym_nullptr] = ACTIONS(1385), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1385), - [anon_sym_rayPayloadInEXT] = ACTIONS(1385), - [anon_sym_hitAttributeEXT] = ACTIONS(1385), - [anon_sym_callableDataEXT] = ACTIONS(1385), - [anon_sym_callableDataInEXT] = ACTIONS(1385), - [anon_sym_shaderRecordEXT] = ACTIONS(1385), - [anon_sym_rayPayloadNV] = ACTIONS(1385), - [anon_sym_rayPayloadInNV] = ACTIONS(1385), - [anon_sym_hitAttributeNV] = ACTIONS(1385), - [anon_sym_callableDataNV] = ACTIONS(1385), - [anon_sym_callableDataInNV] = ACTIONS(1385), - [anon_sym_shaderRecordNV] = ACTIONS(1385), - [anon_sym_layout] = ACTIONS(1385), + [229] = { + [ts_builtin_sym_end] = ACTIONS(1301), + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_subroutine] = ACTIONS(1299), + [anon_sym_invariant] = ACTIONS(1299), + [anon_sym_precise] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_in] = ACTIONS(1299), + [anon_sym_out] = ACTIONS(1299), + [anon_sym_inout] = ACTIONS(1299), + [anon_sym_uniform] = ACTIONS(1299), + [anon_sym_shared] = ACTIONS(1299), + [anon_sym_attribute] = ACTIONS(1299), + [anon_sym_varying] = ACTIONS(1299), + [anon_sym_buffer] = ACTIONS(1299), + [anon_sym_coherent] = ACTIONS(1299), + [anon_sym_readonly] = ACTIONS(1299), + [anon_sym_writeonly] = ACTIONS(1299), + [anon_sym_precision] = ACTIONS(1299), + [anon_sym_highp] = ACTIONS(1299), + [anon_sym_mediump] = ACTIONS(1299), + [anon_sym_lowp] = ACTIONS(1299), + [anon_sym_centroid] = ACTIONS(1299), + [anon_sym_sample] = ACTIONS(1299), + [anon_sym_patch] = ACTIONS(1299), + [anon_sym_smooth] = ACTIONS(1299), + [anon_sym_flat] = ACTIONS(1299), + [anon_sym_noperspective] = ACTIONS(1299), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [anon_sym__Nonnull] = ACTIONS(1299), + [anon_sym_alignas] = ACTIONS(1299), + [anon_sym__Alignas] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym___try] = ACTIONS(1299), + [anon_sym___leave] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [anon_sym___asm] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1299), + [anon_sym_rayPayloadInEXT] = ACTIONS(1299), + [anon_sym_hitAttributeEXT] = ACTIONS(1299), + [anon_sym_callableDataEXT] = ACTIONS(1299), + [anon_sym_callableDataInEXT] = ACTIONS(1299), + [anon_sym_shaderRecordEXT] = ACTIONS(1299), + [anon_sym_rayPayloadNV] = ACTIONS(1299), + [anon_sym_rayPayloadInNV] = ACTIONS(1299), + [anon_sym_hitAttributeNV] = ACTIONS(1299), + [anon_sym_callableDataNV] = ACTIONS(1299), + [anon_sym_callableDataInNV] = ACTIONS(1299), + [anon_sym_shaderRecordNV] = ACTIONS(1299), + [anon_sym_layout] = ACTIONS(1299), }, - [253] = { - [ts_builtin_sym_end] = ACTIONS(1391), - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_subroutine] = ACTIONS(1389), - [anon_sym_invariant] = ACTIONS(1389), - [anon_sym_precise] = ACTIONS(1389), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_in] = ACTIONS(1389), - [anon_sym_out] = ACTIONS(1389), - [anon_sym_inout] = ACTIONS(1389), - [anon_sym_uniform] = ACTIONS(1389), - [anon_sym_shared] = ACTIONS(1389), - [anon_sym_attribute] = ACTIONS(1389), - [anon_sym_varying] = ACTIONS(1389), - [anon_sym_buffer] = ACTIONS(1389), - [anon_sym_coherent] = ACTIONS(1389), - [anon_sym_readonly] = ACTIONS(1389), - [anon_sym_writeonly] = ACTIONS(1389), - [anon_sym_precision] = ACTIONS(1389), - [anon_sym_highp] = ACTIONS(1389), - [anon_sym_mediump] = ACTIONS(1389), - [anon_sym_lowp] = ACTIONS(1389), - [anon_sym_centroid] = ACTIONS(1389), - [anon_sym_sample] = ACTIONS(1389), - [anon_sym_patch] = ACTIONS(1389), - [anon_sym_smooth] = ACTIONS(1389), - [anon_sym_flat] = ACTIONS(1389), - [anon_sym_noperspective] = ACTIONS(1389), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [anon_sym_alignas] = ACTIONS(1389), - [anon_sym__Alignas] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_else] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym___try] = ACTIONS(1389), - [anon_sym___leave] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1389), - [anon_sym_rayPayloadInEXT] = ACTIONS(1389), - [anon_sym_hitAttributeEXT] = ACTIONS(1389), - [anon_sym_callableDataEXT] = ACTIONS(1389), - [anon_sym_callableDataInEXT] = ACTIONS(1389), - [anon_sym_shaderRecordEXT] = ACTIONS(1389), - [anon_sym_rayPayloadNV] = ACTIONS(1389), - [anon_sym_rayPayloadInNV] = ACTIONS(1389), - [anon_sym_hitAttributeNV] = ACTIONS(1389), - [anon_sym_callableDataNV] = ACTIONS(1389), - [anon_sym_callableDataInNV] = ACTIONS(1389), - [anon_sym_shaderRecordNV] = ACTIONS(1389), - [anon_sym_layout] = ACTIONS(1389), + [230] = { + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_subroutine] = ACTIONS(1339), + [anon_sym_invariant] = ACTIONS(1339), + [anon_sym_precise] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_in] = ACTIONS(1339), + [anon_sym_out] = ACTIONS(1339), + [anon_sym_inout] = ACTIONS(1339), + [anon_sym_uniform] = ACTIONS(1339), + [anon_sym_shared] = ACTIONS(1339), + [anon_sym_attribute] = ACTIONS(1339), + [anon_sym_varying] = ACTIONS(1339), + [anon_sym_buffer] = ACTIONS(1339), + [anon_sym_coherent] = ACTIONS(1339), + [anon_sym_readonly] = ACTIONS(1339), + [anon_sym_writeonly] = ACTIONS(1339), + [anon_sym_precision] = ACTIONS(1339), + [anon_sym_highp] = ACTIONS(1339), + [anon_sym_mediump] = ACTIONS(1339), + [anon_sym_lowp] = ACTIONS(1339), + [anon_sym_centroid] = ACTIONS(1339), + [anon_sym_sample] = ACTIONS(1339), + [anon_sym_patch] = ACTIONS(1339), + [anon_sym_smooth] = ACTIONS(1339), + [anon_sym_flat] = ACTIONS(1339), + [anon_sym_noperspective] = ACTIONS(1339), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_RBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [anon_sym__Nonnull] = ACTIONS(1339), + [anon_sym_alignas] = ACTIONS(1339), + [anon_sym__Alignas] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_else] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym___try] = ACTIONS(1339), + [anon_sym___leave] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1339), + [anon_sym_rayPayloadInEXT] = ACTIONS(1339), + [anon_sym_hitAttributeEXT] = ACTIONS(1339), + [anon_sym_callableDataEXT] = ACTIONS(1339), + [anon_sym_callableDataInEXT] = ACTIONS(1339), + [anon_sym_shaderRecordEXT] = ACTIONS(1339), + [anon_sym_rayPayloadNV] = ACTIONS(1339), + [anon_sym_rayPayloadInNV] = ACTIONS(1339), + [anon_sym_hitAttributeNV] = ACTIONS(1339), + [anon_sym_callableDataNV] = ACTIONS(1339), + [anon_sym_callableDataInNV] = ACTIONS(1339), + [anon_sym_shaderRecordNV] = ACTIONS(1339), + [anon_sym_layout] = ACTIONS(1339), }, - [254] = { - [sym_identifier] = ACTIONS(1293), - [aux_sym_preproc_include_token1] = ACTIONS(1293), - [aux_sym_preproc_def_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token1] = ACTIONS(1293), - [aux_sym_preproc_if_token2] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1293), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1293), - [sym_preproc_directive] = ACTIONS(1293), - [anon_sym_LPAREN2] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1295), - [anon_sym_TILDE] = ACTIONS(1295), - [anon_sym_DASH] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(1295), - [anon_sym_subroutine] = ACTIONS(1293), - [anon_sym_invariant] = ACTIONS(1293), - [anon_sym_precise] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_in] = ACTIONS(1293), - [anon_sym_out] = ACTIONS(1293), - [anon_sym_inout] = ACTIONS(1293), - [anon_sym_uniform] = ACTIONS(1293), - [anon_sym_shared] = ACTIONS(1293), - [anon_sym_attribute] = ACTIONS(1293), - [anon_sym_varying] = ACTIONS(1293), - [anon_sym_buffer] = ACTIONS(1293), - [anon_sym_coherent] = ACTIONS(1293), - [anon_sym_readonly] = ACTIONS(1293), - [anon_sym_writeonly] = ACTIONS(1293), - [anon_sym_precision] = ACTIONS(1293), - [anon_sym_highp] = ACTIONS(1293), - [anon_sym_mediump] = ACTIONS(1293), - [anon_sym_lowp] = ACTIONS(1293), - [anon_sym_centroid] = ACTIONS(1293), - [anon_sym_sample] = ACTIONS(1293), - [anon_sym_patch] = ACTIONS(1293), - [anon_sym_smooth] = ACTIONS(1293), - [anon_sym_flat] = ACTIONS(1293), - [anon_sym_noperspective] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1293), - [anon_sym___attribute__] = ACTIONS(1293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1295), - [anon_sym___declspec] = ACTIONS(1293), - [anon_sym___cdecl] = ACTIONS(1293), - [anon_sym___clrcall] = ACTIONS(1293), - [anon_sym___stdcall] = ACTIONS(1293), - [anon_sym___fastcall] = ACTIONS(1293), - [anon_sym___thiscall] = ACTIONS(1293), - [anon_sym___vectorcall] = ACTIONS(1293), - [anon_sym_LBRACE] = ACTIONS(1295), - [anon_sym_signed] = ACTIONS(1293), - [anon_sym_unsigned] = ACTIONS(1293), - [anon_sym_long] = ACTIONS(1293), - [anon_sym_short] = ACTIONS(1293), - [anon_sym_static] = ACTIONS(1293), - [anon_sym_auto] = ACTIONS(1293), - [anon_sym_register] = ACTIONS(1293), - [anon_sym_inline] = ACTIONS(1293), - [anon_sym___inline] = ACTIONS(1293), - [anon_sym___inline__] = ACTIONS(1293), - [anon_sym___forceinline] = ACTIONS(1293), - [anon_sym_thread_local] = ACTIONS(1293), - [anon_sym___thread] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_constexpr] = ACTIONS(1293), - [anon_sym_volatile] = ACTIONS(1293), - [anon_sym_restrict] = ACTIONS(1293), - [anon_sym___restrict__] = ACTIONS(1293), - [anon_sym__Atomic] = ACTIONS(1293), - [anon_sym__Noreturn] = ACTIONS(1293), - [anon_sym_noreturn] = ACTIONS(1293), - [anon_sym_alignas] = ACTIONS(1293), - [anon_sym__Alignas] = ACTIONS(1293), - [sym_primitive_type] = ACTIONS(1293), - [anon_sym_enum] = ACTIONS(1293), - [anon_sym_struct] = ACTIONS(1293), - [anon_sym_union] = ACTIONS(1293), - [anon_sym_if] = ACTIONS(1293), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_switch] = ACTIONS(1293), - [anon_sym_case] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1293), - [anon_sym_while] = ACTIONS(1293), - [anon_sym_do] = ACTIONS(1293), - [anon_sym_for] = ACTIONS(1293), - [anon_sym_return] = ACTIONS(1293), - [anon_sym_break] = ACTIONS(1293), - [anon_sym_continue] = ACTIONS(1293), - [anon_sym_goto] = ACTIONS(1293), - [anon_sym___try] = ACTIONS(1293), - [anon_sym___leave] = ACTIONS(1293), - [anon_sym_DASH_DASH] = ACTIONS(1295), - [anon_sym_PLUS_PLUS] = ACTIONS(1295), - [anon_sym_sizeof] = ACTIONS(1293), - [anon_sym___alignof__] = ACTIONS(1293), - [anon_sym___alignof] = ACTIONS(1293), - [anon_sym__alignof] = ACTIONS(1293), - [anon_sym_alignof] = ACTIONS(1293), - [anon_sym__Alignof] = ACTIONS(1293), - [anon_sym_offsetof] = ACTIONS(1293), - [anon_sym__Generic] = ACTIONS(1293), - [anon_sym_asm] = ACTIONS(1293), - [anon_sym___asm__] = ACTIONS(1293), - [sym_number_literal] = ACTIONS(1295), - [anon_sym_L_SQUOTE] = ACTIONS(1295), - [anon_sym_u_SQUOTE] = ACTIONS(1295), - [anon_sym_U_SQUOTE] = ACTIONS(1295), - [anon_sym_u8_SQUOTE] = ACTIONS(1295), - [anon_sym_SQUOTE] = ACTIONS(1295), - [anon_sym_L_DQUOTE] = ACTIONS(1295), - [anon_sym_u_DQUOTE] = ACTIONS(1295), - [anon_sym_U_DQUOTE] = ACTIONS(1295), - [anon_sym_u8_DQUOTE] = ACTIONS(1295), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym_true] = ACTIONS(1293), - [sym_false] = ACTIONS(1293), - [anon_sym_NULL] = ACTIONS(1293), - [anon_sym_nullptr] = ACTIONS(1293), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1293), - [anon_sym_rayPayloadInEXT] = ACTIONS(1293), - [anon_sym_hitAttributeEXT] = ACTIONS(1293), - [anon_sym_callableDataEXT] = ACTIONS(1293), - [anon_sym_callableDataInEXT] = ACTIONS(1293), - [anon_sym_shaderRecordEXT] = ACTIONS(1293), - [anon_sym_rayPayloadNV] = ACTIONS(1293), - [anon_sym_rayPayloadInNV] = ACTIONS(1293), - [anon_sym_hitAttributeNV] = ACTIONS(1293), - [anon_sym_callableDataNV] = ACTIONS(1293), - [anon_sym_callableDataInNV] = ACTIONS(1293), - [anon_sym_shaderRecordNV] = ACTIONS(1293), - [anon_sym_layout] = ACTIONS(1293), + [231] = { + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_subroutine] = ACTIONS(1347), + [anon_sym_invariant] = ACTIONS(1347), + [anon_sym_precise] = ACTIONS(1347), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_in] = ACTIONS(1347), + [anon_sym_out] = ACTIONS(1347), + [anon_sym_inout] = ACTIONS(1347), + [anon_sym_uniform] = ACTIONS(1347), + [anon_sym_shared] = ACTIONS(1347), + [anon_sym_attribute] = ACTIONS(1347), + [anon_sym_varying] = ACTIONS(1347), + [anon_sym_buffer] = ACTIONS(1347), + [anon_sym_coherent] = ACTIONS(1347), + [anon_sym_readonly] = ACTIONS(1347), + [anon_sym_writeonly] = ACTIONS(1347), + [anon_sym_precision] = ACTIONS(1347), + [anon_sym_highp] = ACTIONS(1347), + [anon_sym_mediump] = ACTIONS(1347), + [anon_sym_lowp] = ACTIONS(1347), + [anon_sym_centroid] = ACTIONS(1347), + [anon_sym_sample] = ACTIONS(1347), + [anon_sym_patch] = ACTIONS(1347), + [anon_sym_smooth] = ACTIONS(1347), + [anon_sym_flat] = ACTIONS(1347), + [anon_sym_noperspective] = ACTIONS(1347), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_RBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [anon_sym__Nonnull] = ACTIONS(1347), + [anon_sym_alignas] = ACTIONS(1347), + [anon_sym__Alignas] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_else] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym___try] = ACTIONS(1347), + [anon_sym___leave] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [anon_sym___asm] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1347), + [anon_sym_rayPayloadInEXT] = ACTIONS(1347), + [anon_sym_hitAttributeEXT] = ACTIONS(1347), + [anon_sym_callableDataEXT] = ACTIONS(1347), + [anon_sym_callableDataInEXT] = ACTIONS(1347), + [anon_sym_shaderRecordEXT] = ACTIONS(1347), + [anon_sym_rayPayloadNV] = ACTIONS(1347), + [anon_sym_rayPayloadInNV] = ACTIONS(1347), + [anon_sym_hitAttributeNV] = ACTIONS(1347), + [anon_sym_callableDataNV] = ACTIONS(1347), + [anon_sym_callableDataInNV] = ACTIONS(1347), + [anon_sym_shaderRecordNV] = ACTIONS(1347), + [anon_sym_layout] = ACTIONS(1347), }, - [255] = { - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_RBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), + [232] = { + [ts_builtin_sym_end] = ACTIONS(1253), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), }, - [256] = { - [sym_identifier] = ACTIONS(1393), - [aux_sym_preproc_include_token1] = ACTIONS(1393), - [aux_sym_preproc_def_token1] = ACTIONS(1393), - [aux_sym_preproc_if_token1] = ACTIONS(1393), - [aux_sym_preproc_if_token2] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1393), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1393), - [sym_preproc_directive] = ACTIONS(1393), - [anon_sym_LPAREN2] = ACTIONS(1395), - [anon_sym_BANG] = ACTIONS(1395), - [anon_sym_TILDE] = ACTIONS(1395), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1395), - [anon_sym_AMP] = ACTIONS(1395), - [anon_sym_subroutine] = ACTIONS(1393), - [anon_sym_invariant] = ACTIONS(1393), - [anon_sym_precise] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_in] = ACTIONS(1393), - [anon_sym_out] = ACTIONS(1393), - [anon_sym_inout] = ACTIONS(1393), - [anon_sym_uniform] = ACTIONS(1393), - [anon_sym_shared] = ACTIONS(1393), - [anon_sym_attribute] = ACTIONS(1393), - [anon_sym_varying] = ACTIONS(1393), - [anon_sym_buffer] = ACTIONS(1393), - [anon_sym_coherent] = ACTIONS(1393), - [anon_sym_readonly] = ACTIONS(1393), - [anon_sym_writeonly] = ACTIONS(1393), - [anon_sym_precision] = ACTIONS(1393), - [anon_sym_highp] = ACTIONS(1393), - [anon_sym_mediump] = ACTIONS(1393), - [anon_sym_lowp] = ACTIONS(1393), - [anon_sym_centroid] = ACTIONS(1393), - [anon_sym_sample] = ACTIONS(1393), - [anon_sym_patch] = ACTIONS(1393), - [anon_sym_smooth] = ACTIONS(1393), - [anon_sym_flat] = ACTIONS(1393), - [anon_sym_noperspective] = ACTIONS(1393), - [anon_sym___extension__] = ACTIONS(1393), - [anon_sym_typedef] = ACTIONS(1393), - [anon_sym_extern] = ACTIONS(1393), - [anon_sym___attribute__] = ACTIONS(1393), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1395), - [anon_sym___declspec] = ACTIONS(1393), - [anon_sym___cdecl] = ACTIONS(1393), - [anon_sym___clrcall] = ACTIONS(1393), - [anon_sym___stdcall] = ACTIONS(1393), - [anon_sym___fastcall] = ACTIONS(1393), - [anon_sym___thiscall] = ACTIONS(1393), - [anon_sym___vectorcall] = ACTIONS(1393), - [anon_sym_LBRACE] = ACTIONS(1395), - [anon_sym_signed] = ACTIONS(1393), - [anon_sym_unsigned] = ACTIONS(1393), - [anon_sym_long] = ACTIONS(1393), - [anon_sym_short] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_auto] = ACTIONS(1393), - [anon_sym_register] = ACTIONS(1393), - [anon_sym_inline] = ACTIONS(1393), - [anon_sym___inline] = ACTIONS(1393), - [anon_sym___inline__] = ACTIONS(1393), - [anon_sym___forceinline] = ACTIONS(1393), - [anon_sym_thread_local] = ACTIONS(1393), - [anon_sym___thread] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_constexpr] = ACTIONS(1393), - [anon_sym_volatile] = ACTIONS(1393), - [anon_sym_restrict] = ACTIONS(1393), - [anon_sym___restrict__] = ACTIONS(1393), - [anon_sym__Atomic] = ACTIONS(1393), - [anon_sym__Noreturn] = ACTIONS(1393), - [anon_sym_noreturn] = ACTIONS(1393), - [anon_sym_alignas] = ACTIONS(1393), - [anon_sym__Alignas] = ACTIONS(1393), - [sym_primitive_type] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [anon_sym_struct] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1393), - [anon_sym_case] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_do] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_goto] = ACTIONS(1393), - [anon_sym___try] = ACTIONS(1393), - [anon_sym___leave] = ACTIONS(1393), - [anon_sym_DASH_DASH] = ACTIONS(1395), - [anon_sym_PLUS_PLUS] = ACTIONS(1395), - [anon_sym_sizeof] = ACTIONS(1393), - [anon_sym___alignof__] = ACTIONS(1393), - [anon_sym___alignof] = ACTIONS(1393), - [anon_sym__alignof] = ACTIONS(1393), - [anon_sym_alignof] = ACTIONS(1393), - [anon_sym__Alignof] = ACTIONS(1393), - [anon_sym_offsetof] = ACTIONS(1393), - [anon_sym__Generic] = ACTIONS(1393), - [anon_sym_asm] = ACTIONS(1393), - [anon_sym___asm__] = ACTIONS(1393), - [sym_number_literal] = ACTIONS(1395), - [anon_sym_L_SQUOTE] = ACTIONS(1395), - [anon_sym_u_SQUOTE] = ACTIONS(1395), - [anon_sym_U_SQUOTE] = ACTIONS(1395), - [anon_sym_u8_SQUOTE] = ACTIONS(1395), - [anon_sym_SQUOTE] = ACTIONS(1395), - [anon_sym_L_DQUOTE] = ACTIONS(1395), - [anon_sym_u_DQUOTE] = ACTIONS(1395), - [anon_sym_U_DQUOTE] = ACTIONS(1395), - [anon_sym_u8_DQUOTE] = ACTIONS(1395), - [anon_sym_DQUOTE] = ACTIONS(1395), - [sym_true] = ACTIONS(1393), - [sym_false] = ACTIONS(1393), - [anon_sym_NULL] = ACTIONS(1393), - [anon_sym_nullptr] = ACTIONS(1393), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1393), - [anon_sym_rayPayloadInEXT] = ACTIONS(1393), - [anon_sym_hitAttributeEXT] = ACTIONS(1393), - [anon_sym_callableDataEXT] = ACTIONS(1393), - [anon_sym_callableDataInEXT] = ACTIONS(1393), - [anon_sym_shaderRecordEXT] = ACTIONS(1393), - [anon_sym_rayPayloadNV] = ACTIONS(1393), - [anon_sym_rayPayloadInNV] = ACTIONS(1393), - [anon_sym_hitAttributeNV] = ACTIONS(1393), - [anon_sym_callableDataNV] = ACTIONS(1393), - [anon_sym_callableDataInNV] = ACTIONS(1393), - [anon_sym_shaderRecordNV] = ACTIONS(1393), - [anon_sym_layout] = ACTIONS(1393), + [233] = { + [ts_builtin_sym_end] = ACTIONS(1253), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), }, - [257] = { - [sym_identifier] = ACTIONS(1301), - [aux_sym_preproc_include_token1] = ACTIONS(1301), - [aux_sym_preproc_def_token1] = ACTIONS(1301), - [aux_sym_preproc_if_token1] = ACTIONS(1301), - [aux_sym_preproc_if_token2] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1301), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1301), - [sym_preproc_directive] = ACTIONS(1301), - [anon_sym_LPAREN2] = ACTIONS(1303), - [anon_sym_BANG] = ACTIONS(1303), - [anon_sym_TILDE] = ACTIONS(1303), - [anon_sym_DASH] = ACTIONS(1301), - [anon_sym_PLUS] = ACTIONS(1301), - [anon_sym_STAR] = ACTIONS(1303), - [anon_sym_AMP] = ACTIONS(1303), - [anon_sym_subroutine] = ACTIONS(1301), - [anon_sym_invariant] = ACTIONS(1301), - [anon_sym_precise] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_in] = ACTIONS(1301), - [anon_sym_out] = ACTIONS(1301), - [anon_sym_inout] = ACTIONS(1301), - [anon_sym_uniform] = ACTIONS(1301), - [anon_sym_shared] = ACTIONS(1301), - [anon_sym_attribute] = ACTIONS(1301), - [anon_sym_varying] = ACTIONS(1301), - [anon_sym_buffer] = ACTIONS(1301), - [anon_sym_coherent] = ACTIONS(1301), - [anon_sym_readonly] = ACTIONS(1301), - [anon_sym_writeonly] = ACTIONS(1301), - [anon_sym_precision] = ACTIONS(1301), - [anon_sym_highp] = ACTIONS(1301), - [anon_sym_mediump] = ACTIONS(1301), - [anon_sym_lowp] = ACTIONS(1301), - [anon_sym_centroid] = ACTIONS(1301), - [anon_sym_sample] = ACTIONS(1301), - [anon_sym_patch] = ACTIONS(1301), - [anon_sym_smooth] = ACTIONS(1301), - [anon_sym_flat] = ACTIONS(1301), - [anon_sym_noperspective] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1301), - [anon_sym_typedef] = ACTIONS(1301), - [anon_sym_extern] = ACTIONS(1301), - [anon_sym___attribute__] = ACTIONS(1301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1303), - [anon_sym___declspec] = ACTIONS(1301), - [anon_sym___cdecl] = ACTIONS(1301), - [anon_sym___clrcall] = ACTIONS(1301), - [anon_sym___stdcall] = ACTIONS(1301), - [anon_sym___fastcall] = ACTIONS(1301), - [anon_sym___thiscall] = ACTIONS(1301), - [anon_sym___vectorcall] = ACTIONS(1301), - [anon_sym_LBRACE] = ACTIONS(1303), - [anon_sym_signed] = ACTIONS(1301), - [anon_sym_unsigned] = ACTIONS(1301), - [anon_sym_long] = ACTIONS(1301), - [anon_sym_short] = ACTIONS(1301), - [anon_sym_static] = ACTIONS(1301), - [anon_sym_auto] = ACTIONS(1301), - [anon_sym_register] = ACTIONS(1301), - [anon_sym_inline] = ACTIONS(1301), - [anon_sym___inline] = ACTIONS(1301), - [anon_sym___inline__] = ACTIONS(1301), - [anon_sym___forceinline] = ACTIONS(1301), - [anon_sym_thread_local] = ACTIONS(1301), - [anon_sym___thread] = ACTIONS(1301), - [anon_sym_const] = ACTIONS(1301), - [anon_sym_constexpr] = ACTIONS(1301), - [anon_sym_volatile] = ACTIONS(1301), - [anon_sym_restrict] = ACTIONS(1301), - [anon_sym___restrict__] = ACTIONS(1301), - [anon_sym__Atomic] = ACTIONS(1301), - [anon_sym__Noreturn] = ACTIONS(1301), - [anon_sym_noreturn] = ACTIONS(1301), - [anon_sym_alignas] = ACTIONS(1301), - [anon_sym__Alignas] = ACTIONS(1301), - [sym_primitive_type] = ACTIONS(1301), - [anon_sym_enum] = ACTIONS(1301), - [anon_sym_struct] = ACTIONS(1301), - [anon_sym_union] = ACTIONS(1301), - [anon_sym_if] = ACTIONS(1301), - [anon_sym_else] = ACTIONS(1301), - [anon_sym_switch] = ACTIONS(1301), - [anon_sym_case] = ACTIONS(1301), - [anon_sym_default] = ACTIONS(1301), - [anon_sym_while] = ACTIONS(1301), - [anon_sym_do] = ACTIONS(1301), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_return] = ACTIONS(1301), - [anon_sym_break] = ACTIONS(1301), - [anon_sym_continue] = ACTIONS(1301), - [anon_sym_goto] = ACTIONS(1301), - [anon_sym___try] = ACTIONS(1301), - [anon_sym___leave] = ACTIONS(1301), - [anon_sym_DASH_DASH] = ACTIONS(1303), - [anon_sym_PLUS_PLUS] = ACTIONS(1303), - [anon_sym_sizeof] = ACTIONS(1301), - [anon_sym___alignof__] = ACTIONS(1301), - [anon_sym___alignof] = ACTIONS(1301), - [anon_sym__alignof] = ACTIONS(1301), - [anon_sym_alignof] = ACTIONS(1301), - [anon_sym__Alignof] = ACTIONS(1301), - [anon_sym_offsetof] = ACTIONS(1301), - [anon_sym__Generic] = ACTIONS(1301), - [anon_sym_asm] = ACTIONS(1301), - [anon_sym___asm__] = ACTIONS(1301), - [sym_number_literal] = ACTIONS(1303), - [anon_sym_L_SQUOTE] = ACTIONS(1303), - [anon_sym_u_SQUOTE] = ACTIONS(1303), - [anon_sym_U_SQUOTE] = ACTIONS(1303), - [anon_sym_u8_SQUOTE] = ACTIONS(1303), - [anon_sym_SQUOTE] = ACTIONS(1303), - [anon_sym_L_DQUOTE] = ACTIONS(1303), - [anon_sym_u_DQUOTE] = ACTIONS(1303), - [anon_sym_U_DQUOTE] = ACTIONS(1303), - [anon_sym_u8_DQUOTE] = ACTIONS(1303), - [anon_sym_DQUOTE] = ACTIONS(1303), - [sym_true] = ACTIONS(1301), - [sym_false] = ACTIONS(1301), - [anon_sym_NULL] = ACTIONS(1301), - [anon_sym_nullptr] = ACTIONS(1301), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1301), - [anon_sym_rayPayloadInEXT] = ACTIONS(1301), - [anon_sym_hitAttributeEXT] = ACTIONS(1301), - [anon_sym_callableDataEXT] = ACTIONS(1301), - [anon_sym_callableDataInEXT] = ACTIONS(1301), - [anon_sym_shaderRecordEXT] = ACTIONS(1301), - [anon_sym_rayPayloadNV] = ACTIONS(1301), - [anon_sym_rayPayloadInNV] = ACTIONS(1301), - [anon_sym_hitAttributeNV] = ACTIONS(1301), - [anon_sym_callableDataNV] = ACTIONS(1301), - [anon_sym_callableDataInNV] = ACTIONS(1301), - [anon_sym_shaderRecordNV] = ACTIONS(1301), - [anon_sym_layout] = ACTIONS(1301), + [234] = { + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token2] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), }, - [258] = { - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token2] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), + [235] = { + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token2] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), }, - [259] = { - [ts_builtin_sym_end] = ACTIONS(1267), - [sym_identifier] = ACTIONS(1265), - [aux_sym_preproc_include_token1] = ACTIONS(1265), - [aux_sym_preproc_def_token1] = ACTIONS(1265), - [aux_sym_preproc_if_token1] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1265), - [sym_preproc_directive] = ACTIONS(1265), - [anon_sym_LPAREN2] = ACTIONS(1267), - [anon_sym_BANG] = ACTIONS(1267), - [anon_sym_TILDE] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1265), - [anon_sym_PLUS] = ACTIONS(1265), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_subroutine] = ACTIONS(1265), - [anon_sym_invariant] = ACTIONS(1265), - [anon_sym_precise] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1265), - [anon_sym_out] = ACTIONS(1265), - [anon_sym_inout] = ACTIONS(1265), - [anon_sym_uniform] = ACTIONS(1265), - [anon_sym_shared] = ACTIONS(1265), - [anon_sym_attribute] = ACTIONS(1265), - [anon_sym_varying] = ACTIONS(1265), - [anon_sym_buffer] = ACTIONS(1265), - [anon_sym_coherent] = ACTIONS(1265), - [anon_sym_readonly] = ACTIONS(1265), - [anon_sym_writeonly] = ACTIONS(1265), - [anon_sym_precision] = ACTIONS(1265), - [anon_sym_highp] = ACTIONS(1265), - [anon_sym_mediump] = ACTIONS(1265), - [anon_sym_lowp] = ACTIONS(1265), - [anon_sym_centroid] = ACTIONS(1265), - [anon_sym_sample] = ACTIONS(1265), - [anon_sym_patch] = ACTIONS(1265), - [anon_sym_smooth] = ACTIONS(1265), - [anon_sym_flat] = ACTIONS(1265), - [anon_sym_noperspective] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1265), - [anon_sym_typedef] = ACTIONS(1265), - [anon_sym_extern] = ACTIONS(1265), - [anon_sym___attribute__] = ACTIONS(1265), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1267), - [anon_sym___declspec] = ACTIONS(1265), - [anon_sym___cdecl] = ACTIONS(1265), - [anon_sym___clrcall] = ACTIONS(1265), - [anon_sym___stdcall] = ACTIONS(1265), - [anon_sym___fastcall] = ACTIONS(1265), - [anon_sym___thiscall] = ACTIONS(1265), - [anon_sym___vectorcall] = ACTIONS(1265), - [anon_sym_LBRACE] = ACTIONS(1267), - [anon_sym_signed] = ACTIONS(1265), - [anon_sym_unsigned] = ACTIONS(1265), - [anon_sym_long] = ACTIONS(1265), - [anon_sym_short] = ACTIONS(1265), - [anon_sym_static] = ACTIONS(1265), - [anon_sym_auto] = ACTIONS(1265), - [anon_sym_register] = ACTIONS(1265), - [anon_sym_inline] = ACTIONS(1265), - [anon_sym___inline] = ACTIONS(1265), - [anon_sym___inline__] = ACTIONS(1265), - [anon_sym___forceinline] = ACTIONS(1265), - [anon_sym_thread_local] = ACTIONS(1265), - [anon_sym___thread] = ACTIONS(1265), - [anon_sym_const] = ACTIONS(1265), - [anon_sym_constexpr] = ACTIONS(1265), - [anon_sym_volatile] = ACTIONS(1265), - [anon_sym_restrict] = ACTIONS(1265), - [anon_sym___restrict__] = ACTIONS(1265), - [anon_sym__Atomic] = ACTIONS(1265), - [anon_sym__Noreturn] = ACTIONS(1265), - [anon_sym_noreturn] = ACTIONS(1265), - [anon_sym_alignas] = ACTIONS(1265), - [anon_sym__Alignas] = ACTIONS(1265), - [sym_primitive_type] = ACTIONS(1265), - [anon_sym_enum] = ACTIONS(1265), - [anon_sym_struct] = ACTIONS(1265), - [anon_sym_union] = ACTIONS(1265), - [anon_sym_if] = ACTIONS(1265), - [anon_sym_else] = ACTIONS(1265), - [anon_sym_switch] = ACTIONS(1265), - [anon_sym_case] = ACTIONS(1265), - [anon_sym_default] = ACTIONS(1265), - [anon_sym_while] = ACTIONS(1265), - [anon_sym_do] = ACTIONS(1265), - [anon_sym_for] = ACTIONS(1265), - [anon_sym_return] = ACTIONS(1265), - [anon_sym_break] = ACTIONS(1265), - [anon_sym_continue] = ACTIONS(1265), - [anon_sym_goto] = ACTIONS(1265), - [anon_sym___try] = ACTIONS(1265), - [anon_sym___leave] = ACTIONS(1265), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_sizeof] = ACTIONS(1265), - [anon_sym___alignof__] = ACTIONS(1265), - [anon_sym___alignof] = ACTIONS(1265), - [anon_sym__alignof] = ACTIONS(1265), - [anon_sym_alignof] = ACTIONS(1265), - [anon_sym__Alignof] = ACTIONS(1265), - [anon_sym_offsetof] = ACTIONS(1265), - [anon_sym__Generic] = ACTIONS(1265), - [anon_sym_asm] = ACTIONS(1265), - [anon_sym___asm__] = ACTIONS(1265), - [sym_number_literal] = ACTIONS(1267), - [anon_sym_L_SQUOTE] = ACTIONS(1267), - [anon_sym_u_SQUOTE] = ACTIONS(1267), - [anon_sym_U_SQUOTE] = ACTIONS(1267), - [anon_sym_u8_SQUOTE] = ACTIONS(1267), - [anon_sym_SQUOTE] = ACTIONS(1267), - [anon_sym_L_DQUOTE] = ACTIONS(1267), - [anon_sym_u_DQUOTE] = ACTIONS(1267), - [anon_sym_U_DQUOTE] = ACTIONS(1267), - [anon_sym_u8_DQUOTE] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_true] = ACTIONS(1265), - [sym_false] = ACTIONS(1265), - [anon_sym_NULL] = ACTIONS(1265), - [anon_sym_nullptr] = ACTIONS(1265), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1265), - [anon_sym_rayPayloadInEXT] = ACTIONS(1265), - [anon_sym_hitAttributeEXT] = ACTIONS(1265), - [anon_sym_callableDataEXT] = ACTIONS(1265), - [anon_sym_callableDataInEXT] = ACTIONS(1265), - [anon_sym_shaderRecordEXT] = ACTIONS(1265), - [anon_sym_rayPayloadNV] = ACTIONS(1265), - [anon_sym_rayPayloadInNV] = ACTIONS(1265), - [anon_sym_hitAttributeNV] = ACTIONS(1265), - [anon_sym_callableDataNV] = ACTIONS(1265), - [anon_sym_callableDataInNV] = ACTIONS(1265), - [anon_sym_shaderRecordNV] = ACTIONS(1265), - [anon_sym_layout] = ACTIONS(1265), + [236] = { + [ts_builtin_sym_end] = ACTIONS(1361), + [sym_identifier] = ACTIONS(1359), + [aux_sym_preproc_include_token1] = ACTIONS(1359), + [aux_sym_preproc_def_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), + [sym_preproc_directive] = ACTIONS(1359), + [anon_sym_LPAREN2] = ACTIONS(1361), + [anon_sym_BANG] = ACTIONS(1361), + [anon_sym_TILDE] = ACTIONS(1361), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_STAR] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(1361), + [anon_sym_subroutine] = ACTIONS(1359), + [anon_sym_invariant] = ACTIONS(1359), + [anon_sym_precise] = ACTIONS(1359), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_in] = ACTIONS(1359), + [anon_sym_out] = ACTIONS(1359), + [anon_sym_inout] = ACTIONS(1359), + [anon_sym_uniform] = ACTIONS(1359), + [anon_sym_shared] = ACTIONS(1359), + [anon_sym_attribute] = ACTIONS(1359), + [anon_sym_varying] = ACTIONS(1359), + [anon_sym_buffer] = ACTIONS(1359), + [anon_sym_coherent] = ACTIONS(1359), + [anon_sym_readonly] = ACTIONS(1359), + [anon_sym_writeonly] = ACTIONS(1359), + [anon_sym_precision] = ACTIONS(1359), + [anon_sym_highp] = ACTIONS(1359), + [anon_sym_mediump] = ACTIONS(1359), + [anon_sym_lowp] = ACTIONS(1359), + [anon_sym_centroid] = ACTIONS(1359), + [anon_sym_sample] = ACTIONS(1359), + [anon_sym_patch] = ACTIONS(1359), + [anon_sym_smooth] = ACTIONS(1359), + [anon_sym_flat] = ACTIONS(1359), + [anon_sym_noperspective] = ACTIONS(1359), + [anon_sym___extension__] = ACTIONS(1359), + [anon_sym_typedef] = ACTIONS(1359), + [anon_sym_extern] = ACTIONS(1359), + [anon_sym___attribute__] = ACTIONS(1359), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), + [anon_sym___declspec] = ACTIONS(1359), + [anon_sym___cdecl] = ACTIONS(1359), + [anon_sym___clrcall] = ACTIONS(1359), + [anon_sym___stdcall] = ACTIONS(1359), + [anon_sym___fastcall] = ACTIONS(1359), + [anon_sym___thiscall] = ACTIONS(1359), + [anon_sym___vectorcall] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_signed] = ACTIONS(1359), + [anon_sym_unsigned] = ACTIONS(1359), + [anon_sym_long] = ACTIONS(1359), + [anon_sym_short] = ACTIONS(1359), + [anon_sym_static] = ACTIONS(1359), + [anon_sym_auto] = ACTIONS(1359), + [anon_sym_register] = ACTIONS(1359), + [anon_sym_inline] = ACTIONS(1359), + [anon_sym___inline] = ACTIONS(1359), + [anon_sym___inline__] = ACTIONS(1359), + [anon_sym___forceinline] = ACTIONS(1359), + [anon_sym_thread_local] = ACTIONS(1359), + [anon_sym___thread] = ACTIONS(1359), + [anon_sym_const] = ACTIONS(1359), + [anon_sym_constexpr] = ACTIONS(1359), + [anon_sym_volatile] = ACTIONS(1359), + [anon_sym_restrict] = ACTIONS(1359), + [anon_sym___restrict__] = ACTIONS(1359), + [anon_sym__Atomic] = ACTIONS(1359), + [anon_sym__Noreturn] = ACTIONS(1359), + [anon_sym_noreturn] = ACTIONS(1359), + [anon_sym__Nonnull] = ACTIONS(1359), + [anon_sym_alignas] = ACTIONS(1359), + [anon_sym__Alignas] = ACTIONS(1359), + [sym_primitive_type] = ACTIONS(1359), + [anon_sym_enum] = ACTIONS(1359), + [anon_sym_struct] = ACTIONS(1359), + [anon_sym_union] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1359), + [anon_sym_else] = ACTIONS(1359), + [anon_sym_switch] = ACTIONS(1359), + [anon_sym_case] = ACTIONS(1359), + [anon_sym_default] = ACTIONS(1359), + [anon_sym_while] = ACTIONS(1359), + [anon_sym_do] = ACTIONS(1359), + [anon_sym_for] = ACTIONS(1359), + [anon_sym_return] = ACTIONS(1359), + [anon_sym_break] = ACTIONS(1359), + [anon_sym_continue] = ACTIONS(1359), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym___try] = ACTIONS(1359), + [anon_sym___leave] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1361), + [anon_sym_PLUS_PLUS] = ACTIONS(1361), + [anon_sym_sizeof] = ACTIONS(1359), + [anon_sym___alignof__] = ACTIONS(1359), + [anon_sym___alignof] = ACTIONS(1359), + [anon_sym__alignof] = ACTIONS(1359), + [anon_sym_alignof] = ACTIONS(1359), + [anon_sym__Alignof] = ACTIONS(1359), + [anon_sym_offsetof] = ACTIONS(1359), + [anon_sym__Generic] = ACTIONS(1359), + [anon_sym_asm] = ACTIONS(1359), + [anon_sym___asm__] = ACTIONS(1359), + [anon_sym___asm] = ACTIONS(1359), + [sym_number_literal] = ACTIONS(1361), + [anon_sym_L_SQUOTE] = ACTIONS(1361), + [anon_sym_u_SQUOTE] = ACTIONS(1361), + [anon_sym_U_SQUOTE] = ACTIONS(1361), + [anon_sym_u8_SQUOTE] = ACTIONS(1361), + [anon_sym_SQUOTE] = ACTIONS(1361), + [anon_sym_L_DQUOTE] = ACTIONS(1361), + [anon_sym_u_DQUOTE] = ACTIONS(1361), + [anon_sym_U_DQUOTE] = ACTIONS(1361), + [anon_sym_u8_DQUOTE] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1361), + [sym_true] = ACTIONS(1359), + [sym_false] = ACTIONS(1359), + [anon_sym_NULL] = ACTIONS(1359), + [anon_sym_nullptr] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1359), + [anon_sym_rayPayloadInEXT] = ACTIONS(1359), + [anon_sym_hitAttributeEXT] = ACTIONS(1359), + [anon_sym_callableDataEXT] = ACTIONS(1359), + [anon_sym_callableDataInEXT] = ACTIONS(1359), + [anon_sym_shaderRecordEXT] = ACTIONS(1359), + [anon_sym_rayPayloadNV] = ACTIONS(1359), + [anon_sym_rayPayloadInNV] = ACTIONS(1359), + [anon_sym_hitAttributeNV] = ACTIONS(1359), + [anon_sym_callableDataNV] = ACTIONS(1359), + [anon_sym_callableDataInNV] = ACTIONS(1359), + [anon_sym_shaderRecordNV] = ACTIONS(1359), + [anon_sym_layout] = ACTIONS(1359), }, - [260] = { - [sym_identifier] = ACTIONS(1381), - [aux_sym_preproc_include_token1] = ACTIONS(1381), - [aux_sym_preproc_def_token1] = ACTIONS(1381), - [aux_sym_preproc_if_token1] = ACTIONS(1381), - [aux_sym_preproc_if_token2] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1381), - [sym_preproc_directive] = ACTIONS(1381), - [anon_sym_LPAREN2] = ACTIONS(1383), - [anon_sym_BANG] = ACTIONS(1383), - [anon_sym_TILDE] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1381), - [anon_sym_STAR] = ACTIONS(1383), - [anon_sym_AMP] = ACTIONS(1383), - [anon_sym_subroutine] = ACTIONS(1381), - [anon_sym_invariant] = ACTIONS(1381), - [anon_sym_precise] = ACTIONS(1381), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_in] = ACTIONS(1381), - [anon_sym_out] = ACTIONS(1381), - [anon_sym_inout] = ACTIONS(1381), - [anon_sym_uniform] = ACTIONS(1381), - [anon_sym_shared] = ACTIONS(1381), - [anon_sym_attribute] = ACTIONS(1381), - [anon_sym_varying] = ACTIONS(1381), - [anon_sym_buffer] = ACTIONS(1381), - [anon_sym_coherent] = ACTIONS(1381), - [anon_sym_readonly] = ACTIONS(1381), - [anon_sym_writeonly] = ACTIONS(1381), - [anon_sym_precision] = ACTIONS(1381), - [anon_sym_highp] = ACTIONS(1381), - [anon_sym_mediump] = ACTIONS(1381), - [anon_sym_lowp] = ACTIONS(1381), - [anon_sym_centroid] = ACTIONS(1381), - [anon_sym_sample] = ACTIONS(1381), - [anon_sym_patch] = ACTIONS(1381), - [anon_sym_smooth] = ACTIONS(1381), - [anon_sym_flat] = ACTIONS(1381), - [anon_sym_noperspective] = ACTIONS(1381), - [anon_sym___extension__] = ACTIONS(1381), - [anon_sym_typedef] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym___attribute__] = ACTIONS(1381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1383), - [anon_sym___declspec] = ACTIONS(1381), - [anon_sym___cdecl] = ACTIONS(1381), - [anon_sym___clrcall] = ACTIONS(1381), - [anon_sym___stdcall] = ACTIONS(1381), - [anon_sym___fastcall] = ACTIONS(1381), - [anon_sym___thiscall] = ACTIONS(1381), - [anon_sym___vectorcall] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_signed] = ACTIONS(1381), - [anon_sym_unsigned] = ACTIONS(1381), - [anon_sym_long] = ACTIONS(1381), - [anon_sym_short] = ACTIONS(1381), - [anon_sym_static] = ACTIONS(1381), - [anon_sym_auto] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_inline] = ACTIONS(1381), - [anon_sym___inline] = ACTIONS(1381), - [anon_sym___inline__] = ACTIONS(1381), - [anon_sym___forceinline] = ACTIONS(1381), - [anon_sym_thread_local] = ACTIONS(1381), - [anon_sym___thread] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [anon_sym_constexpr] = ACTIONS(1381), - [anon_sym_volatile] = ACTIONS(1381), - [anon_sym_restrict] = ACTIONS(1381), - [anon_sym___restrict__] = ACTIONS(1381), - [anon_sym__Atomic] = ACTIONS(1381), - [anon_sym__Noreturn] = ACTIONS(1381), - [anon_sym_noreturn] = ACTIONS(1381), - [anon_sym_alignas] = ACTIONS(1381), - [anon_sym__Alignas] = ACTIONS(1381), - [sym_primitive_type] = ACTIONS(1381), - [anon_sym_enum] = ACTIONS(1381), - [anon_sym_struct] = ACTIONS(1381), - [anon_sym_union] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_else] = ACTIONS(1381), - [anon_sym_switch] = ACTIONS(1381), - [anon_sym_case] = ACTIONS(1381), - [anon_sym_default] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_goto] = ACTIONS(1381), - [anon_sym___try] = ACTIONS(1381), - [anon_sym___leave] = ACTIONS(1381), - [anon_sym_DASH_DASH] = ACTIONS(1383), - [anon_sym_PLUS_PLUS] = ACTIONS(1383), - [anon_sym_sizeof] = ACTIONS(1381), - [anon_sym___alignof__] = ACTIONS(1381), - [anon_sym___alignof] = ACTIONS(1381), - [anon_sym__alignof] = ACTIONS(1381), - [anon_sym_alignof] = ACTIONS(1381), - [anon_sym__Alignof] = ACTIONS(1381), - [anon_sym_offsetof] = ACTIONS(1381), - [anon_sym__Generic] = ACTIONS(1381), - [anon_sym_asm] = ACTIONS(1381), - [anon_sym___asm__] = ACTIONS(1381), - [sym_number_literal] = ACTIONS(1383), - [anon_sym_L_SQUOTE] = ACTIONS(1383), - [anon_sym_u_SQUOTE] = ACTIONS(1383), - [anon_sym_U_SQUOTE] = ACTIONS(1383), - [anon_sym_u8_SQUOTE] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1383), - [anon_sym_L_DQUOTE] = ACTIONS(1383), - [anon_sym_u_DQUOTE] = ACTIONS(1383), - [anon_sym_U_DQUOTE] = ACTIONS(1383), - [anon_sym_u8_DQUOTE] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym_true] = ACTIONS(1381), - [sym_false] = ACTIONS(1381), - [anon_sym_NULL] = ACTIONS(1381), - [anon_sym_nullptr] = ACTIONS(1381), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1381), - [anon_sym_rayPayloadInEXT] = ACTIONS(1381), - [anon_sym_hitAttributeEXT] = ACTIONS(1381), - [anon_sym_callableDataEXT] = ACTIONS(1381), - [anon_sym_callableDataInEXT] = ACTIONS(1381), - [anon_sym_shaderRecordEXT] = ACTIONS(1381), - [anon_sym_rayPayloadNV] = ACTIONS(1381), - [anon_sym_rayPayloadInNV] = ACTIONS(1381), - [anon_sym_hitAttributeNV] = ACTIONS(1381), - [anon_sym_callableDataNV] = ACTIONS(1381), - [anon_sym_callableDataInNV] = ACTIONS(1381), - [anon_sym_shaderRecordNV] = ACTIONS(1381), - [anon_sym_layout] = ACTIONS(1381), + [237] = { + [ts_builtin_sym_end] = ACTIONS(1381), + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), }, - [261] = { - [sym_identifier] = ACTIONS(1373), - [aux_sym_preproc_include_token1] = ACTIONS(1373), - [aux_sym_preproc_def_token1] = ACTIONS(1373), - [aux_sym_preproc_if_token1] = ACTIONS(1373), - [aux_sym_preproc_if_token2] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1373), - [sym_preproc_directive] = ACTIONS(1373), - [anon_sym_LPAREN2] = ACTIONS(1375), - [anon_sym_BANG] = ACTIONS(1375), - [anon_sym_TILDE] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_AMP] = ACTIONS(1375), - [anon_sym_subroutine] = ACTIONS(1373), - [anon_sym_invariant] = ACTIONS(1373), - [anon_sym_precise] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_out] = ACTIONS(1373), - [anon_sym_inout] = ACTIONS(1373), - [anon_sym_uniform] = ACTIONS(1373), - [anon_sym_shared] = ACTIONS(1373), - [anon_sym_attribute] = ACTIONS(1373), - [anon_sym_varying] = ACTIONS(1373), - [anon_sym_buffer] = ACTIONS(1373), - [anon_sym_coherent] = ACTIONS(1373), - [anon_sym_readonly] = ACTIONS(1373), - [anon_sym_writeonly] = ACTIONS(1373), - [anon_sym_precision] = ACTIONS(1373), - [anon_sym_highp] = ACTIONS(1373), - [anon_sym_mediump] = ACTIONS(1373), - [anon_sym_lowp] = ACTIONS(1373), - [anon_sym_centroid] = ACTIONS(1373), - [anon_sym_sample] = ACTIONS(1373), - [anon_sym_patch] = ACTIONS(1373), - [anon_sym_smooth] = ACTIONS(1373), - [anon_sym_flat] = ACTIONS(1373), - [anon_sym_noperspective] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1373), - [anon_sym_typedef] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym___attribute__] = ACTIONS(1373), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1375), - [anon_sym___declspec] = ACTIONS(1373), - [anon_sym___cdecl] = ACTIONS(1373), - [anon_sym___clrcall] = ACTIONS(1373), - [anon_sym___stdcall] = ACTIONS(1373), - [anon_sym___fastcall] = ACTIONS(1373), - [anon_sym___thiscall] = ACTIONS(1373), - [anon_sym___vectorcall] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_signed] = ACTIONS(1373), - [anon_sym_unsigned] = ACTIONS(1373), - [anon_sym_long] = ACTIONS(1373), - [anon_sym_short] = ACTIONS(1373), - [anon_sym_static] = ACTIONS(1373), - [anon_sym_auto] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_inline] = ACTIONS(1373), - [anon_sym___inline] = ACTIONS(1373), - [anon_sym___inline__] = ACTIONS(1373), - [anon_sym___forceinline] = ACTIONS(1373), - [anon_sym_thread_local] = ACTIONS(1373), - [anon_sym___thread] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_constexpr] = ACTIONS(1373), - [anon_sym_volatile] = ACTIONS(1373), - [anon_sym_restrict] = ACTIONS(1373), - [anon_sym___restrict__] = ACTIONS(1373), - [anon_sym__Atomic] = ACTIONS(1373), - [anon_sym__Noreturn] = ACTIONS(1373), - [anon_sym_noreturn] = ACTIONS(1373), - [anon_sym_alignas] = ACTIONS(1373), - [anon_sym__Alignas] = ACTIONS(1373), - [sym_primitive_type] = ACTIONS(1373), - [anon_sym_enum] = ACTIONS(1373), - [anon_sym_struct] = ACTIONS(1373), - [anon_sym_union] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1373), - [anon_sym_switch] = ACTIONS(1373), - [anon_sym_case] = ACTIONS(1373), - [anon_sym_default] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_goto] = ACTIONS(1373), - [anon_sym___try] = ACTIONS(1373), - [anon_sym___leave] = ACTIONS(1373), - [anon_sym_DASH_DASH] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_sizeof] = ACTIONS(1373), - [anon_sym___alignof__] = ACTIONS(1373), - [anon_sym___alignof] = ACTIONS(1373), - [anon_sym__alignof] = ACTIONS(1373), - [anon_sym_alignof] = ACTIONS(1373), - [anon_sym__Alignof] = ACTIONS(1373), - [anon_sym_offsetof] = ACTIONS(1373), - [anon_sym__Generic] = ACTIONS(1373), - [anon_sym_asm] = ACTIONS(1373), - [anon_sym___asm__] = ACTIONS(1373), - [sym_number_literal] = ACTIONS(1375), - [anon_sym_L_SQUOTE] = ACTIONS(1375), - [anon_sym_u_SQUOTE] = ACTIONS(1375), - [anon_sym_U_SQUOTE] = ACTIONS(1375), - [anon_sym_u8_SQUOTE] = ACTIONS(1375), - [anon_sym_SQUOTE] = ACTIONS(1375), - [anon_sym_L_DQUOTE] = ACTIONS(1375), - [anon_sym_u_DQUOTE] = ACTIONS(1375), - [anon_sym_U_DQUOTE] = ACTIONS(1375), - [anon_sym_u8_DQUOTE] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym_true] = ACTIONS(1373), - [sym_false] = ACTIONS(1373), - [anon_sym_NULL] = ACTIONS(1373), - [anon_sym_nullptr] = ACTIONS(1373), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1373), - [anon_sym_rayPayloadInEXT] = ACTIONS(1373), - [anon_sym_hitAttributeEXT] = ACTIONS(1373), - [anon_sym_callableDataEXT] = ACTIONS(1373), - [anon_sym_callableDataInEXT] = ACTIONS(1373), - [anon_sym_shaderRecordEXT] = ACTIONS(1373), - [anon_sym_rayPayloadNV] = ACTIONS(1373), - [anon_sym_rayPayloadInNV] = ACTIONS(1373), - [anon_sym_hitAttributeNV] = ACTIONS(1373), - [anon_sym_callableDataNV] = ACTIONS(1373), - [anon_sym_callableDataInNV] = ACTIONS(1373), - [anon_sym_shaderRecordNV] = ACTIONS(1373), - [anon_sym_layout] = ACTIONS(1373), + [238] = { + [ts_builtin_sym_end] = ACTIONS(1381), + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), }, - [262] = { - [sym_identifier] = ACTIONS(1355), - [aux_sym_preproc_include_token1] = ACTIONS(1355), - [aux_sym_preproc_def_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token2] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), - [sym_preproc_directive] = ACTIONS(1355), + [239] = { + [ts_builtin_sym_end] = ACTIONS(1353), + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), [anon_sym_LPAREN2] = ACTIONS(1353), [anon_sym_BANG] = ACTIONS(1353), [anon_sym_TILDE] = ACTIONS(1353), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_subroutine] = ACTIONS(1355), - [anon_sym_invariant] = ACTIONS(1355), - [anon_sym_precise] = ACTIONS(1355), + [anon_sym_subroutine] = ACTIONS(1351), + [anon_sym_invariant] = ACTIONS(1351), + [anon_sym_precise] = ACTIONS(1351), [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_in] = ACTIONS(1355), - [anon_sym_out] = ACTIONS(1355), - [anon_sym_inout] = ACTIONS(1355), - [anon_sym_uniform] = ACTIONS(1355), - [anon_sym_shared] = ACTIONS(1355), - [anon_sym_attribute] = ACTIONS(1355), - [anon_sym_varying] = ACTIONS(1355), - [anon_sym_buffer] = ACTIONS(1355), - [anon_sym_coherent] = ACTIONS(1355), - [anon_sym_readonly] = ACTIONS(1355), - [anon_sym_writeonly] = ACTIONS(1355), - [anon_sym_precision] = ACTIONS(1355), - [anon_sym_highp] = ACTIONS(1355), - [anon_sym_mediump] = ACTIONS(1355), - [anon_sym_lowp] = ACTIONS(1355), - [anon_sym_centroid] = ACTIONS(1355), - [anon_sym_sample] = ACTIONS(1355), - [anon_sym_patch] = ACTIONS(1355), - [anon_sym_smooth] = ACTIONS(1355), - [anon_sym_flat] = ACTIONS(1355), - [anon_sym_noperspective] = ACTIONS(1355), - [anon_sym___extension__] = ACTIONS(1355), - [anon_sym_typedef] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1355), - [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_in] = ACTIONS(1351), + [anon_sym_out] = ACTIONS(1351), + [anon_sym_inout] = ACTIONS(1351), + [anon_sym_uniform] = ACTIONS(1351), + [anon_sym_shared] = ACTIONS(1351), + [anon_sym_attribute] = ACTIONS(1351), + [anon_sym_varying] = ACTIONS(1351), + [anon_sym_buffer] = ACTIONS(1351), + [anon_sym_coherent] = ACTIONS(1351), + [anon_sym_readonly] = ACTIONS(1351), + [anon_sym_writeonly] = ACTIONS(1351), + [anon_sym_precision] = ACTIONS(1351), + [anon_sym_highp] = ACTIONS(1351), + [anon_sym_mediump] = ACTIONS(1351), + [anon_sym_lowp] = ACTIONS(1351), + [anon_sym_centroid] = ACTIONS(1351), + [anon_sym_sample] = ACTIONS(1351), + [anon_sym_patch] = ACTIONS(1351), + [anon_sym_smooth] = ACTIONS(1351), + [anon_sym_flat] = ACTIONS(1351), + [anon_sym_noperspective] = ACTIONS(1351), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), - [anon_sym___declspec] = ACTIONS(1355), - [anon_sym___cdecl] = ACTIONS(1355), - [anon_sym___clrcall] = ACTIONS(1355), - [anon_sym___stdcall] = ACTIONS(1355), - [anon_sym___fastcall] = ACTIONS(1355), - [anon_sym___thiscall] = ACTIONS(1355), - [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_signed] = ACTIONS(1355), - [anon_sym_unsigned] = ACTIONS(1355), - [anon_sym_long] = ACTIONS(1355), - [anon_sym_short] = ACTIONS(1355), - [anon_sym_static] = ACTIONS(1355), - [anon_sym_auto] = ACTIONS(1355), - [anon_sym_register] = ACTIONS(1355), - [anon_sym_inline] = ACTIONS(1355), - [anon_sym___inline] = ACTIONS(1355), - [anon_sym___inline__] = ACTIONS(1355), - [anon_sym___forceinline] = ACTIONS(1355), - [anon_sym_thread_local] = ACTIONS(1355), - [anon_sym___thread] = ACTIONS(1355), - [anon_sym_const] = ACTIONS(1355), - [anon_sym_constexpr] = ACTIONS(1355), - [anon_sym_volatile] = ACTIONS(1355), - [anon_sym_restrict] = ACTIONS(1355), - [anon_sym___restrict__] = ACTIONS(1355), - [anon_sym__Atomic] = ACTIONS(1355), - [anon_sym__Noreturn] = ACTIONS(1355), - [anon_sym_noreturn] = ACTIONS(1355), - [anon_sym_alignas] = ACTIONS(1355), - [anon_sym__Alignas] = ACTIONS(1355), - [sym_primitive_type] = ACTIONS(1355), - [anon_sym_enum] = ACTIONS(1355), - [anon_sym_struct] = ACTIONS(1355), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_if] = ACTIONS(1355), - [anon_sym_else] = ACTIONS(1355), - [anon_sym_switch] = ACTIONS(1355), - [anon_sym_case] = ACTIONS(1355), - [anon_sym_default] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1355), - [anon_sym_do] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1355), - [anon_sym_return] = ACTIONS(1355), - [anon_sym_break] = ACTIONS(1355), - [anon_sym_continue] = ACTIONS(1355), - [anon_sym_goto] = ACTIONS(1355), - [anon_sym___try] = ACTIONS(1355), - [anon_sym___leave] = ACTIONS(1355), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [anon_sym__Nonnull] = ACTIONS(1351), + [anon_sym_alignas] = ACTIONS(1351), + [anon_sym__Alignas] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_else] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym___try] = ACTIONS(1351), + [anon_sym___leave] = ACTIONS(1351), [anon_sym_DASH_DASH] = ACTIONS(1353), [anon_sym_PLUS_PLUS] = ACTIONS(1353), - [anon_sym_sizeof] = ACTIONS(1355), - [anon_sym___alignof__] = ACTIONS(1355), - [anon_sym___alignof] = ACTIONS(1355), - [anon_sym__alignof] = ACTIONS(1355), - [anon_sym_alignof] = ACTIONS(1355), - [anon_sym__Alignof] = ACTIONS(1355), - [anon_sym_offsetof] = ACTIONS(1355), - [anon_sym__Generic] = ACTIONS(1355), - [anon_sym_asm] = ACTIONS(1355), - [anon_sym___asm__] = ACTIONS(1355), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [anon_sym___asm] = ACTIONS(1351), [sym_number_literal] = ACTIONS(1353), [anon_sym_L_SQUOTE] = ACTIONS(1353), [anon_sym_u_SQUOTE] = ACTIONS(1353), @@ -54833,1141 +52612,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1353), [anon_sym_u8_DQUOTE] = ACTIONS(1353), [anon_sym_DQUOTE] = ACTIONS(1353), - [sym_true] = ACTIONS(1355), - [sym_false] = ACTIONS(1355), - [anon_sym_NULL] = ACTIONS(1355), - [anon_sym_nullptr] = ACTIONS(1355), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1355), - [anon_sym_rayPayloadInEXT] = ACTIONS(1355), - [anon_sym_hitAttributeEXT] = ACTIONS(1355), - [anon_sym_callableDataEXT] = ACTIONS(1355), - [anon_sym_callableDataInEXT] = ACTIONS(1355), - [anon_sym_shaderRecordEXT] = ACTIONS(1355), - [anon_sym_rayPayloadNV] = ACTIONS(1355), - [anon_sym_rayPayloadInNV] = ACTIONS(1355), - [anon_sym_hitAttributeNV] = ACTIONS(1355), - [anon_sym_callableDataNV] = ACTIONS(1355), - [anon_sym_callableDataInNV] = ACTIONS(1355), - [anon_sym_shaderRecordNV] = ACTIONS(1355), - [anon_sym_layout] = ACTIONS(1355), - }, - [263] = { - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_RBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), - }, - [264] = { - [sym_identifier] = ACTIONS(1357), - [aux_sym_preproc_include_token1] = ACTIONS(1357), - [aux_sym_preproc_def_token1] = ACTIONS(1357), - [aux_sym_preproc_if_token1] = ACTIONS(1357), - [aux_sym_preproc_if_token2] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1357), - [sym_preproc_directive] = ACTIONS(1357), - [anon_sym_LPAREN2] = ACTIONS(1359), - [anon_sym_BANG] = ACTIONS(1359), - [anon_sym_TILDE] = ACTIONS(1359), - [anon_sym_DASH] = ACTIONS(1357), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1359), - [anon_sym_AMP] = ACTIONS(1359), - [anon_sym_subroutine] = ACTIONS(1357), - [anon_sym_invariant] = ACTIONS(1357), - [anon_sym_precise] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_in] = ACTIONS(1357), - [anon_sym_out] = ACTIONS(1357), - [anon_sym_inout] = ACTIONS(1357), - [anon_sym_uniform] = ACTIONS(1357), - [anon_sym_shared] = ACTIONS(1357), - [anon_sym_attribute] = ACTIONS(1357), - [anon_sym_varying] = ACTIONS(1357), - [anon_sym_buffer] = ACTIONS(1357), - [anon_sym_coherent] = ACTIONS(1357), - [anon_sym_readonly] = ACTIONS(1357), - [anon_sym_writeonly] = ACTIONS(1357), - [anon_sym_precision] = ACTIONS(1357), - [anon_sym_highp] = ACTIONS(1357), - [anon_sym_mediump] = ACTIONS(1357), - [anon_sym_lowp] = ACTIONS(1357), - [anon_sym_centroid] = ACTIONS(1357), - [anon_sym_sample] = ACTIONS(1357), - [anon_sym_patch] = ACTIONS(1357), - [anon_sym_smooth] = ACTIONS(1357), - [anon_sym_flat] = ACTIONS(1357), - [anon_sym_noperspective] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1357), - [anon_sym_typedef] = ACTIONS(1357), - [anon_sym_extern] = ACTIONS(1357), - [anon_sym___attribute__] = ACTIONS(1357), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1359), - [anon_sym___declspec] = ACTIONS(1357), - [anon_sym___cdecl] = ACTIONS(1357), - [anon_sym___clrcall] = ACTIONS(1357), - [anon_sym___stdcall] = ACTIONS(1357), - [anon_sym___fastcall] = ACTIONS(1357), - [anon_sym___thiscall] = ACTIONS(1357), - [anon_sym___vectorcall] = ACTIONS(1357), - [anon_sym_LBRACE] = ACTIONS(1359), - [anon_sym_signed] = ACTIONS(1357), - [anon_sym_unsigned] = ACTIONS(1357), - [anon_sym_long] = ACTIONS(1357), - [anon_sym_short] = ACTIONS(1357), - [anon_sym_static] = ACTIONS(1357), - [anon_sym_auto] = ACTIONS(1357), - [anon_sym_register] = ACTIONS(1357), - [anon_sym_inline] = ACTIONS(1357), - [anon_sym___inline] = ACTIONS(1357), - [anon_sym___inline__] = ACTIONS(1357), - [anon_sym___forceinline] = ACTIONS(1357), - [anon_sym_thread_local] = ACTIONS(1357), - [anon_sym___thread] = ACTIONS(1357), - [anon_sym_const] = ACTIONS(1357), - [anon_sym_constexpr] = ACTIONS(1357), - [anon_sym_volatile] = ACTIONS(1357), - [anon_sym_restrict] = ACTIONS(1357), - [anon_sym___restrict__] = ACTIONS(1357), - [anon_sym__Atomic] = ACTIONS(1357), - [anon_sym__Noreturn] = ACTIONS(1357), - [anon_sym_noreturn] = ACTIONS(1357), - [anon_sym_alignas] = ACTIONS(1357), - [anon_sym__Alignas] = ACTIONS(1357), - [sym_primitive_type] = ACTIONS(1357), - [anon_sym_enum] = ACTIONS(1357), - [anon_sym_struct] = ACTIONS(1357), - [anon_sym_union] = ACTIONS(1357), - [anon_sym_if] = ACTIONS(1357), - [anon_sym_else] = ACTIONS(1357), - [anon_sym_switch] = ACTIONS(1357), - [anon_sym_case] = ACTIONS(1357), - [anon_sym_default] = ACTIONS(1357), - [anon_sym_while] = ACTIONS(1357), - [anon_sym_do] = ACTIONS(1357), - [anon_sym_for] = ACTIONS(1357), - [anon_sym_return] = ACTIONS(1357), - [anon_sym_break] = ACTIONS(1357), - [anon_sym_continue] = ACTIONS(1357), - [anon_sym_goto] = ACTIONS(1357), - [anon_sym___try] = ACTIONS(1357), - [anon_sym___leave] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1359), - [anon_sym_PLUS_PLUS] = ACTIONS(1359), - [anon_sym_sizeof] = ACTIONS(1357), - [anon_sym___alignof__] = ACTIONS(1357), - [anon_sym___alignof] = ACTIONS(1357), - [anon_sym__alignof] = ACTIONS(1357), - [anon_sym_alignof] = ACTIONS(1357), - [anon_sym__Alignof] = ACTIONS(1357), - [anon_sym_offsetof] = ACTIONS(1357), - [anon_sym__Generic] = ACTIONS(1357), - [anon_sym_asm] = ACTIONS(1357), - [anon_sym___asm__] = ACTIONS(1357), - [sym_number_literal] = ACTIONS(1359), - [anon_sym_L_SQUOTE] = ACTIONS(1359), - [anon_sym_u_SQUOTE] = ACTIONS(1359), - [anon_sym_U_SQUOTE] = ACTIONS(1359), - [anon_sym_u8_SQUOTE] = ACTIONS(1359), - [anon_sym_SQUOTE] = ACTIONS(1359), - [anon_sym_L_DQUOTE] = ACTIONS(1359), - [anon_sym_u_DQUOTE] = ACTIONS(1359), - [anon_sym_U_DQUOTE] = ACTIONS(1359), - [anon_sym_u8_DQUOTE] = ACTIONS(1359), - [anon_sym_DQUOTE] = ACTIONS(1359), - [sym_true] = ACTIONS(1357), - [sym_false] = ACTIONS(1357), - [anon_sym_NULL] = ACTIONS(1357), - [anon_sym_nullptr] = ACTIONS(1357), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1357), - [anon_sym_rayPayloadInEXT] = ACTIONS(1357), - [anon_sym_hitAttributeEXT] = ACTIONS(1357), - [anon_sym_callableDataEXT] = ACTIONS(1357), - [anon_sym_callableDataInEXT] = ACTIONS(1357), - [anon_sym_shaderRecordEXT] = ACTIONS(1357), - [anon_sym_rayPayloadNV] = ACTIONS(1357), - [anon_sym_rayPayloadInNV] = ACTIONS(1357), - [anon_sym_hitAttributeNV] = ACTIONS(1357), - [anon_sym_callableDataNV] = ACTIONS(1357), - [anon_sym_callableDataInNV] = ACTIONS(1357), - [anon_sym_shaderRecordNV] = ACTIONS(1357), - [anon_sym_layout] = ACTIONS(1357), - }, - [265] = { - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_RBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), - }, - [266] = { - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token2] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1351), + [anon_sym_rayPayloadInEXT] = ACTIONS(1351), + [anon_sym_hitAttributeEXT] = ACTIONS(1351), + [anon_sym_callableDataEXT] = ACTIONS(1351), + [anon_sym_callableDataInEXT] = ACTIONS(1351), + [anon_sym_shaderRecordEXT] = ACTIONS(1351), + [anon_sym_rayPayloadNV] = ACTIONS(1351), + [anon_sym_rayPayloadInNV] = ACTIONS(1351), + [anon_sym_hitAttributeNV] = ACTIONS(1351), + [anon_sym_callableDataNV] = ACTIONS(1351), + [anon_sym_callableDataInNV] = ACTIONS(1351), + [anon_sym_shaderRecordNV] = ACTIONS(1351), + [anon_sym_layout] = ACTIONS(1351), }, - [267] = { - [sym_identifier] = ACTIONS(1265), - [aux_sym_preproc_include_token1] = ACTIONS(1265), - [aux_sym_preproc_def_token1] = ACTIONS(1265), - [aux_sym_preproc_if_token1] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1265), - [sym_preproc_directive] = ACTIONS(1265), - [anon_sym_LPAREN2] = ACTIONS(1267), - [anon_sym_BANG] = ACTIONS(1267), - [anon_sym_TILDE] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1265), - [anon_sym_PLUS] = ACTIONS(1265), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_subroutine] = ACTIONS(1265), - [anon_sym_invariant] = ACTIONS(1265), - [anon_sym_precise] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1265), - [anon_sym_out] = ACTIONS(1265), - [anon_sym_inout] = ACTIONS(1265), - [anon_sym_uniform] = ACTIONS(1265), - [anon_sym_shared] = ACTIONS(1265), - [anon_sym_attribute] = ACTIONS(1265), - [anon_sym_varying] = ACTIONS(1265), - [anon_sym_buffer] = ACTIONS(1265), - [anon_sym_coherent] = ACTIONS(1265), - [anon_sym_readonly] = ACTIONS(1265), - [anon_sym_writeonly] = ACTIONS(1265), - [anon_sym_precision] = ACTIONS(1265), - [anon_sym_highp] = ACTIONS(1265), - [anon_sym_mediump] = ACTIONS(1265), - [anon_sym_lowp] = ACTIONS(1265), - [anon_sym_centroid] = ACTIONS(1265), - [anon_sym_sample] = ACTIONS(1265), - [anon_sym_patch] = ACTIONS(1265), - [anon_sym_smooth] = ACTIONS(1265), - [anon_sym_flat] = ACTIONS(1265), - [anon_sym_noperspective] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1265), - [anon_sym_typedef] = ACTIONS(1265), - [anon_sym_extern] = ACTIONS(1265), - [anon_sym___attribute__] = ACTIONS(1265), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1267), - [anon_sym___declspec] = ACTIONS(1265), - [anon_sym___cdecl] = ACTIONS(1265), - [anon_sym___clrcall] = ACTIONS(1265), - [anon_sym___stdcall] = ACTIONS(1265), - [anon_sym___fastcall] = ACTIONS(1265), - [anon_sym___thiscall] = ACTIONS(1265), - [anon_sym___vectorcall] = ACTIONS(1265), - [anon_sym_LBRACE] = ACTIONS(1267), - [anon_sym_RBRACE] = ACTIONS(1267), - [anon_sym_signed] = ACTIONS(1265), - [anon_sym_unsigned] = ACTIONS(1265), - [anon_sym_long] = ACTIONS(1265), - [anon_sym_short] = ACTIONS(1265), - [anon_sym_static] = ACTIONS(1265), - [anon_sym_auto] = ACTIONS(1265), - [anon_sym_register] = ACTIONS(1265), - [anon_sym_inline] = ACTIONS(1265), - [anon_sym___inline] = ACTIONS(1265), - [anon_sym___inline__] = ACTIONS(1265), - [anon_sym___forceinline] = ACTIONS(1265), - [anon_sym_thread_local] = ACTIONS(1265), - [anon_sym___thread] = ACTIONS(1265), - [anon_sym_const] = ACTIONS(1265), - [anon_sym_constexpr] = ACTIONS(1265), - [anon_sym_volatile] = ACTIONS(1265), - [anon_sym_restrict] = ACTIONS(1265), - [anon_sym___restrict__] = ACTIONS(1265), - [anon_sym__Atomic] = ACTIONS(1265), - [anon_sym__Noreturn] = ACTIONS(1265), - [anon_sym_noreturn] = ACTIONS(1265), - [anon_sym_alignas] = ACTIONS(1265), - [anon_sym__Alignas] = ACTIONS(1265), - [sym_primitive_type] = ACTIONS(1265), - [anon_sym_enum] = ACTIONS(1265), - [anon_sym_struct] = ACTIONS(1265), - [anon_sym_union] = ACTIONS(1265), - [anon_sym_if] = ACTIONS(1265), - [anon_sym_else] = ACTIONS(1265), - [anon_sym_switch] = ACTIONS(1265), - [anon_sym_case] = ACTIONS(1265), - [anon_sym_default] = ACTIONS(1265), - [anon_sym_while] = ACTIONS(1265), - [anon_sym_do] = ACTIONS(1265), - [anon_sym_for] = ACTIONS(1265), - [anon_sym_return] = ACTIONS(1265), - [anon_sym_break] = ACTIONS(1265), - [anon_sym_continue] = ACTIONS(1265), - [anon_sym_goto] = ACTIONS(1265), - [anon_sym___try] = ACTIONS(1265), - [anon_sym___leave] = ACTIONS(1265), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_sizeof] = ACTIONS(1265), - [anon_sym___alignof__] = ACTIONS(1265), - [anon_sym___alignof] = ACTIONS(1265), - [anon_sym__alignof] = ACTIONS(1265), - [anon_sym_alignof] = ACTIONS(1265), - [anon_sym__Alignof] = ACTIONS(1265), - [anon_sym_offsetof] = ACTIONS(1265), - [anon_sym__Generic] = ACTIONS(1265), - [anon_sym_asm] = ACTIONS(1265), - [anon_sym___asm__] = ACTIONS(1265), - [sym_number_literal] = ACTIONS(1267), - [anon_sym_L_SQUOTE] = ACTIONS(1267), - [anon_sym_u_SQUOTE] = ACTIONS(1267), - [anon_sym_U_SQUOTE] = ACTIONS(1267), - [anon_sym_u8_SQUOTE] = ACTIONS(1267), - [anon_sym_SQUOTE] = ACTIONS(1267), - [anon_sym_L_DQUOTE] = ACTIONS(1267), - [anon_sym_u_DQUOTE] = ACTIONS(1267), - [anon_sym_U_DQUOTE] = ACTIONS(1267), - [anon_sym_u8_DQUOTE] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_true] = ACTIONS(1265), - [sym_false] = ACTIONS(1265), - [anon_sym_NULL] = ACTIONS(1265), - [anon_sym_nullptr] = ACTIONS(1265), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1265), - [anon_sym_rayPayloadInEXT] = ACTIONS(1265), - [anon_sym_hitAttributeEXT] = ACTIONS(1265), - [anon_sym_callableDataEXT] = ACTIONS(1265), - [anon_sym_callableDataInEXT] = ACTIONS(1265), - [anon_sym_shaderRecordEXT] = ACTIONS(1265), - [anon_sym_rayPayloadNV] = ACTIONS(1265), - [anon_sym_rayPayloadInNV] = ACTIONS(1265), - [anon_sym_hitAttributeNV] = ACTIONS(1265), - [anon_sym_callableDataNV] = ACTIONS(1265), - [anon_sym_callableDataInNV] = ACTIONS(1265), - [anon_sym_shaderRecordNV] = ACTIONS(1265), - [anon_sym_layout] = ACTIONS(1265), - }, - [268] = { - [sym_identifier] = ACTIONS(1349), - [aux_sym_preproc_include_token1] = ACTIONS(1349), - [aux_sym_preproc_def_token1] = ACTIONS(1349), - [aux_sym_preproc_if_token1] = ACTIONS(1349), - [aux_sym_preproc_if_token2] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1349), - [sym_preproc_directive] = ACTIONS(1349), - [anon_sym_LPAREN2] = ACTIONS(1351), - [anon_sym_BANG] = ACTIONS(1351), - [anon_sym_TILDE] = ACTIONS(1351), - [anon_sym_DASH] = ACTIONS(1349), - [anon_sym_PLUS] = ACTIONS(1349), - [anon_sym_STAR] = ACTIONS(1351), - [anon_sym_AMP] = ACTIONS(1351), - [anon_sym_subroutine] = ACTIONS(1349), - [anon_sym_invariant] = ACTIONS(1349), - [anon_sym_precise] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_in] = ACTIONS(1349), - [anon_sym_out] = ACTIONS(1349), - [anon_sym_inout] = ACTIONS(1349), - [anon_sym_uniform] = ACTIONS(1349), - [anon_sym_shared] = ACTIONS(1349), - [anon_sym_attribute] = ACTIONS(1349), - [anon_sym_varying] = ACTIONS(1349), - [anon_sym_buffer] = ACTIONS(1349), - [anon_sym_coherent] = ACTIONS(1349), - [anon_sym_readonly] = ACTIONS(1349), - [anon_sym_writeonly] = ACTIONS(1349), - [anon_sym_precision] = ACTIONS(1349), - [anon_sym_highp] = ACTIONS(1349), - [anon_sym_mediump] = ACTIONS(1349), - [anon_sym_lowp] = ACTIONS(1349), - [anon_sym_centroid] = ACTIONS(1349), - [anon_sym_sample] = ACTIONS(1349), - [anon_sym_patch] = ACTIONS(1349), - [anon_sym_smooth] = ACTIONS(1349), - [anon_sym_flat] = ACTIONS(1349), - [anon_sym_noperspective] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1349), - [anon_sym_typedef] = ACTIONS(1349), - [anon_sym_extern] = ACTIONS(1349), - [anon_sym___attribute__] = ACTIONS(1349), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1351), - [anon_sym___declspec] = ACTIONS(1349), - [anon_sym___cdecl] = ACTIONS(1349), - [anon_sym___clrcall] = ACTIONS(1349), - [anon_sym___stdcall] = ACTIONS(1349), - [anon_sym___fastcall] = ACTIONS(1349), - [anon_sym___thiscall] = ACTIONS(1349), - [anon_sym___vectorcall] = ACTIONS(1349), - [anon_sym_LBRACE] = ACTIONS(1351), - [anon_sym_signed] = ACTIONS(1349), - [anon_sym_unsigned] = ACTIONS(1349), - [anon_sym_long] = ACTIONS(1349), - [anon_sym_short] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1349), - [anon_sym_auto] = ACTIONS(1349), - [anon_sym_register] = ACTIONS(1349), - [anon_sym_inline] = ACTIONS(1349), - [anon_sym___inline] = ACTIONS(1349), - [anon_sym___inline__] = ACTIONS(1349), - [anon_sym___forceinline] = ACTIONS(1349), - [anon_sym_thread_local] = ACTIONS(1349), - [anon_sym___thread] = ACTIONS(1349), - [anon_sym_const] = ACTIONS(1349), - [anon_sym_constexpr] = ACTIONS(1349), - [anon_sym_volatile] = ACTIONS(1349), - [anon_sym_restrict] = ACTIONS(1349), - [anon_sym___restrict__] = ACTIONS(1349), - [anon_sym__Atomic] = ACTIONS(1349), - [anon_sym__Noreturn] = ACTIONS(1349), - [anon_sym_noreturn] = ACTIONS(1349), - [anon_sym_alignas] = ACTIONS(1349), - [anon_sym__Alignas] = ACTIONS(1349), - [sym_primitive_type] = ACTIONS(1349), - [anon_sym_enum] = ACTIONS(1349), - [anon_sym_struct] = ACTIONS(1349), - [anon_sym_union] = ACTIONS(1349), - [anon_sym_if] = ACTIONS(1349), - [anon_sym_else] = ACTIONS(1349), - [anon_sym_switch] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1349), - [anon_sym_default] = ACTIONS(1349), - [anon_sym_while] = ACTIONS(1349), - [anon_sym_do] = ACTIONS(1349), - [anon_sym_for] = ACTIONS(1349), - [anon_sym_return] = ACTIONS(1349), - [anon_sym_break] = ACTIONS(1349), - [anon_sym_continue] = ACTIONS(1349), - [anon_sym_goto] = ACTIONS(1349), - [anon_sym___try] = ACTIONS(1349), - [anon_sym___leave] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1351), - [anon_sym_PLUS_PLUS] = ACTIONS(1351), - [anon_sym_sizeof] = ACTIONS(1349), - [anon_sym___alignof__] = ACTIONS(1349), - [anon_sym___alignof] = ACTIONS(1349), - [anon_sym__alignof] = ACTIONS(1349), - [anon_sym_alignof] = ACTIONS(1349), - [anon_sym__Alignof] = ACTIONS(1349), - [anon_sym_offsetof] = ACTIONS(1349), - [anon_sym__Generic] = ACTIONS(1349), - [anon_sym_asm] = ACTIONS(1349), - [anon_sym___asm__] = ACTIONS(1349), - [sym_number_literal] = ACTIONS(1351), - [anon_sym_L_SQUOTE] = ACTIONS(1351), - [anon_sym_u_SQUOTE] = ACTIONS(1351), - [anon_sym_U_SQUOTE] = ACTIONS(1351), - [anon_sym_u8_SQUOTE] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1351), - [anon_sym_L_DQUOTE] = ACTIONS(1351), - [anon_sym_u_DQUOTE] = ACTIONS(1351), - [anon_sym_U_DQUOTE] = ACTIONS(1351), - [anon_sym_u8_DQUOTE] = ACTIONS(1351), - [anon_sym_DQUOTE] = ACTIONS(1351), - [sym_true] = ACTIONS(1349), - [sym_false] = ACTIONS(1349), - [anon_sym_NULL] = ACTIONS(1349), - [anon_sym_nullptr] = ACTIONS(1349), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1349), - [anon_sym_rayPayloadInEXT] = ACTIONS(1349), - [anon_sym_hitAttributeEXT] = ACTIONS(1349), - [anon_sym_callableDataEXT] = ACTIONS(1349), - [anon_sym_callableDataInEXT] = ACTIONS(1349), - [anon_sym_shaderRecordEXT] = ACTIONS(1349), - [anon_sym_rayPayloadNV] = ACTIONS(1349), - [anon_sym_rayPayloadInNV] = ACTIONS(1349), - [anon_sym_hitAttributeNV] = ACTIONS(1349), - [anon_sym_callableDataNV] = ACTIONS(1349), - [anon_sym_callableDataInNV] = ACTIONS(1349), - [anon_sym_shaderRecordNV] = ACTIONS(1349), - [anon_sym_layout] = ACTIONS(1349), - }, - [269] = { - [sym_identifier] = ACTIONS(1345), - [aux_sym_preproc_include_token1] = ACTIONS(1345), - [aux_sym_preproc_def_token1] = ACTIONS(1345), - [aux_sym_preproc_if_token1] = ACTIONS(1345), - [aux_sym_preproc_if_token2] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1345), - [sym_preproc_directive] = ACTIONS(1345), - [anon_sym_LPAREN2] = ACTIONS(1347), - [anon_sym_BANG] = ACTIONS(1347), - [anon_sym_TILDE] = ACTIONS(1347), - [anon_sym_DASH] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1345), - [anon_sym_STAR] = ACTIONS(1347), - [anon_sym_AMP] = ACTIONS(1347), - [anon_sym_subroutine] = ACTIONS(1345), - [anon_sym_invariant] = ACTIONS(1345), - [anon_sym_precise] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_in] = ACTIONS(1345), - [anon_sym_out] = ACTIONS(1345), - [anon_sym_inout] = ACTIONS(1345), - [anon_sym_uniform] = ACTIONS(1345), - [anon_sym_shared] = ACTIONS(1345), - [anon_sym_attribute] = ACTIONS(1345), - [anon_sym_varying] = ACTIONS(1345), - [anon_sym_buffer] = ACTIONS(1345), - [anon_sym_coherent] = ACTIONS(1345), - [anon_sym_readonly] = ACTIONS(1345), - [anon_sym_writeonly] = ACTIONS(1345), - [anon_sym_precision] = ACTIONS(1345), - [anon_sym_highp] = ACTIONS(1345), - [anon_sym_mediump] = ACTIONS(1345), - [anon_sym_lowp] = ACTIONS(1345), - [anon_sym_centroid] = ACTIONS(1345), - [anon_sym_sample] = ACTIONS(1345), - [anon_sym_patch] = ACTIONS(1345), - [anon_sym_smooth] = ACTIONS(1345), - [anon_sym_flat] = ACTIONS(1345), - [anon_sym_noperspective] = ACTIONS(1345), - [anon_sym___extension__] = ACTIONS(1345), - [anon_sym_typedef] = ACTIONS(1345), - [anon_sym_extern] = ACTIONS(1345), - [anon_sym___attribute__] = ACTIONS(1345), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1347), - [anon_sym___declspec] = ACTIONS(1345), - [anon_sym___cdecl] = ACTIONS(1345), - [anon_sym___clrcall] = ACTIONS(1345), - [anon_sym___stdcall] = ACTIONS(1345), - [anon_sym___fastcall] = ACTIONS(1345), - [anon_sym___thiscall] = ACTIONS(1345), - [anon_sym___vectorcall] = ACTIONS(1345), - [anon_sym_LBRACE] = ACTIONS(1347), - [anon_sym_signed] = ACTIONS(1345), - [anon_sym_unsigned] = ACTIONS(1345), - [anon_sym_long] = ACTIONS(1345), - [anon_sym_short] = ACTIONS(1345), - [anon_sym_static] = ACTIONS(1345), - [anon_sym_auto] = ACTIONS(1345), - [anon_sym_register] = ACTIONS(1345), - [anon_sym_inline] = ACTIONS(1345), - [anon_sym___inline] = ACTIONS(1345), - [anon_sym___inline__] = ACTIONS(1345), - [anon_sym___forceinline] = ACTIONS(1345), - [anon_sym_thread_local] = ACTIONS(1345), - [anon_sym___thread] = ACTIONS(1345), - [anon_sym_const] = ACTIONS(1345), - [anon_sym_constexpr] = ACTIONS(1345), - [anon_sym_volatile] = ACTIONS(1345), - [anon_sym_restrict] = ACTIONS(1345), - [anon_sym___restrict__] = ACTIONS(1345), - [anon_sym__Atomic] = ACTIONS(1345), - [anon_sym__Noreturn] = ACTIONS(1345), - [anon_sym_noreturn] = ACTIONS(1345), - [anon_sym_alignas] = ACTIONS(1345), - [anon_sym__Alignas] = ACTIONS(1345), - [sym_primitive_type] = ACTIONS(1345), - [anon_sym_enum] = ACTIONS(1345), - [anon_sym_struct] = ACTIONS(1345), - [anon_sym_union] = ACTIONS(1345), - [anon_sym_if] = ACTIONS(1345), - [anon_sym_else] = ACTIONS(1345), - [anon_sym_switch] = ACTIONS(1345), - [anon_sym_case] = ACTIONS(1345), - [anon_sym_default] = ACTIONS(1345), - [anon_sym_while] = ACTIONS(1345), - [anon_sym_do] = ACTIONS(1345), - [anon_sym_for] = ACTIONS(1345), - [anon_sym_return] = ACTIONS(1345), - [anon_sym_break] = ACTIONS(1345), - [anon_sym_continue] = ACTIONS(1345), - [anon_sym_goto] = ACTIONS(1345), - [anon_sym___try] = ACTIONS(1345), - [anon_sym___leave] = ACTIONS(1345), - [anon_sym_DASH_DASH] = ACTIONS(1347), - [anon_sym_PLUS_PLUS] = ACTIONS(1347), - [anon_sym_sizeof] = ACTIONS(1345), - [anon_sym___alignof__] = ACTIONS(1345), - [anon_sym___alignof] = ACTIONS(1345), - [anon_sym__alignof] = ACTIONS(1345), - [anon_sym_alignof] = ACTIONS(1345), - [anon_sym__Alignof] = ACTIONS(1345), - [anon_sym_offsetof] = ACTIONS(1345), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1345), - [anon_sym___asm__] = ACTIONS(1345), - [sym_number_literal] = ACTIONS(1347), - [anon_sym_L_SQUOTE] = ACTIONS(1347), - [anon_sym_u_SQUOTE] = ACTIONS(1347), - [anon_sym_U_SQUOTE] = ACTIONS(1347), - [anon_sym_u8_SQUOTE] = ACTIONS(1347), - [anon_sym_SQUOTE] = ACTIONS(1347), - [anon_sym_L_DQUOTE] = ACTIONS(1347), - [anon_sym_u_DQUOTE] = ACTIONS(1347), - [anon_sym_U_DQUOTE] = ACTIONS(1347), - [anon_sym_u8_DQUOTE] = ACTIONS(1347), - [anon_sym_DQUOTE] = ACTIONS(1347), - [sym_true] = ACTIONS(1345), - [sym_false] = ACTIONS(1345), - [anon_sym_NULL] = ACTIONS(1345), - [anon_sym_nullptr] = ACTIONS(1345), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1345), - [anon_sym_rayPayloadInEXT] = ACTIONS(1345), - [anon_sym_hitAttributeEXT] = ACTIONS(1345), - [anon_sym_callableDataEXT] = ACTIONS(1345), - [anon_sym_callableDataInEXT] = ACTIONS(1345), - [anon_sym_shaderRecordEXT] = ACTIONS(1345), - [anon_sym_rayPayloadNV] = ACTIONS(1345), - [anon_sym_rayPayloadInNV] = ACTIONS(1345), - [anon_sym_hitAttributeNV] = ACTIONS(1345), - [anon_sym_callableDataNV] = ACTIONS(1345), - [anon_sym_callableDataInNV] = ACTIONS(1345), - [anon_sym_shaderRecordNV] = ACTIONS(1345), - [anon_sym_layout] = ACTIONS(1345), - }, - [270] = { - [sym_identifier] = ACTIONS(1341), - [aux_sym_preproc_include_token1] = ACTIONS(1341), - [aux_sym_preproc_def_token1] = ACTIONS(1341), - [aux_sym_preproc_if_token1] = ACTIONS(1341), - [aux_sym_preproc_if_token2] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1341), - [sym_preproc_directive] = ACTIONS(1341), - [anon_sym_LPAREN2] = ACTIONS(1343), - [anon_sym_BANG] = ACTIONS(1343), - [anon_sym_TILDE] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1341), - [anon_sym_PLUS] = ACTIONS(1341), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_AMP] = ACTIONS(1343), - [anon_sym_subroutine] = ACTIONS(1341), - [anon_sym_invariant] = ACTIONS(1341), - [anon_sym_precise] = ACTIONS(1341), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1341), - [anon_sym_out] = ACTIONS(1341), - [anon_sym_inout] = ACTIONS(1341), - [anon_sym_uniform] = ACTIONS(1341), - [anon_sym_shared] = ACTIONS(1341), - [anon_sym_attribute] = ACTIONS(1341), - [anon_sym_varying] = ACTIONS(1341), - [anon_sym_buffer] = ACTIONS(1341), - [anon_sym_coherent] = ACTIONS(1341), - [anon_sym_readonly] = ACTIONS(1341), - [anon_sym_writeonly] = ACTIONS(1341), - [anon_sym_precision] = ACTIONS(1341), - [anon_sym_highp] = ACTIONS(1341), - [anon_sym_mediump] = ACTIONS(1341), - [anon_sym_lowp] = ACTIONS(1341), - [anon_sym_centroid] = ACTIONS(1341), - [anon_sym_sample] = ACTIONS(1341), - [anon_sym_patch] = ACTIONS(1341), - [anon_sym_smooth] = ACTIONS(1341), - [anon_sym_flat] = ACTIONS(1341), - [anon_sym_noperspective] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1341), - [anon_sym_typedef] = ACTIONS(1341), - [anon_sym_extern] = ACTIONS(1341), - [anon_sym___attribute__] = ACTIONS(1341), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1343), - [anon_sym___declspec] = ACTIONS(1341), - [anon_sym___cdecl] = ACTIONS(1341), - [anon_sym___clrcall] = ACTIONS(1341), - [anon_sym___stdcall] = ACTIONS(1341), - [anon_sym___fastcall] = ACTIONS(1341), - [anon_sym___thiscall] = ACTIONS(1341), - [anon_sym___vectorcall] = ACTIONS(1341), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_signed] = ACTIONS(1341), - [anon_sym_unsigned] = ACTIONS(1341), - [anon_sym_long] = ACTIONS(1341), - [anon_sym_short] = ACTIONS(1341), - [anon_sym_static] = ACTIONS(1341), - [anon_sym_auto] = ACTIONS(1341), - [anon_sym_register] = ACTIONS(1341), - [anon_sym_inline] = ACTIONS(1341), - [anon_sym___inline] = ACTIONS(1341), - [anon_sym___inline__] = ACTIONS(1341), - [anon_sym___forceinline] = ACTIONS(1341), - [anon_sym_thread_local] = ACTIONS(1341), - [anon_sym___thread] = ACTIONS(1341), - [anon_sym_const] = ACTIONS(1341), - [anon_sym_constexpr] = ACTIONS(1341), - [anon_sym_volatile] = ACTIONS(1341), - [anon_sym_restrict] = ACTIONS(1341), - [anon_sym___restrict__] = ACTIONS(1341), - [anon_sym__Atomic] = ACTIONS(1341), - [anon_sym__Noreturn] = ACTIONS(1341), - [anon_sym_noreturn] = ACTIONS(1341), - [anon_sym_alignas] = ACTIONS(1341), - [anon_sym__Alignas] = ACTIONS(1341), - [sym_primitive_type] = ACTIONS(1341), - [anon_sym_enum] = ACTIONS(1341), - [anon_sym_struct] = ACTIONS(1341), - [anon_sym_union] = ACTIONS(1341), - [anon_sym_if] = ACTIONS(1341), - [anon_sym_else] = ACTIONS(1341), - [anon_sym_switch] = ACTIONS(1341), - [anon_sym_case] = ACTIONS(1341), - [anon_sym_default] = ACTIONS(1341), - [anon_sym_while] = ACTIONS(1341), - [anon_sym_do] = ACTIONS(1341), - [anon_sym_for] = ACTIONS(1341), - [anon_sym_return] = ACTIONS(1341), - [anon_sym_break] = ACTIONS(1341), - [anon_sym_continue] = ACTIONS(1341), - [anon_sym_goto] = ACTIONS(1341), - [anon_sym___try] = ACTIONS(1341), - [anon_sym___leave] = ACTIONS(1341), - [anon_sym_DASH_DASH] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_sizeof] = ACTIONS(1341), - [anon_sym___alignof__] = ACTIONS(1341), - [anon_sym___alignof] = ACTIONS(1341), - [anon_sym__alignof] = ACTIONS(1341), - [anon_sym_alignof] = ACTIONS(1341), - [anon_sym__Alignof] = ACTIONS(1341), - [anon_sym_offsetof] = ACTIONS(1341), - [anon_sym__Generic] = ACTIONS(1341), - [anon_sym_asm] = ACTIONS(1341), - [anon_sym___asm__] = ACTIONS(1341), - [sym_number_literal] = ACTIONS(1343), - [anon_sym_L_SQUOTE] = ACTIONS(1343), - [anon_sym_u_SQUOTE] = ACTIONS(1343), - [anon_sym_U_SQUOTE] = ACTIONS(1343), - [anon_sym_u8_SQUOTE] = ACTIONS(1343), - [anon_sym_SQUOTE] = ACTIONS(1343), - [anon_sym_L_DQUOTE] = ACTIONS(1343), - [anon_sym_u_DQUOTE] = ACTIONS(1343), - [anon_sym_U_DQUOTE] = ACTIONS(1343), - [anon_sym_u8_DQUOTE] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym_true] = ACTIONS(1341), - [sym_false] = ACTIONS(1341), - [anon_sym_NULL] = ACTIONS(1341), - [anon_sym_nullptr] = ACTIONS(1341), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1341), - [anon_sym_rayPayloadInEXT] = ACTIONS(1341), - [anon_sym_hitAttributeEXT] = ACTIONS(1341), - [anon_sym_callableDataEXT] = ACTIONS(1341), - [anon_sym_callableDataInEXT] = ACTIONS(1341), - [anon_sym_shaderRecordEXT] = ACTIONS(1341), - [anon_sym_rayPayloadNV] = ACTIONS(1341), - [anon_sym_rayPayloadInNV] = ACTIONS(1341), - [anon_sym_hitAttributeNV] = ACTIONS(1341), - [anon_sym_callableDataNV] = ACTIONS(1341), - [anon_sym_callableDataInNV] = ACTIONS(1341), - [anon_sym_shaderRecordNV] = ACTIONS(1341), - [anon_sym_layout] = ACTIONS(1341), + [240] = { + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), + [anon_sym_LPAREN2] = ACTIONS(1353), + [anon_sym_BANG] = ACTIONS(1353), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), + [anon_sym_STAR] = ACTIONS(1353), + [anon_sym_AMP] = ACTIONS(1353), + [anon_sym_subroutine] = ACTIONS(1351), + [anon_sym_invariant] = ACTIONS(1351), + [anon_sym_precise] = ACTIONS(1351), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_in] = ACTIONS(1351), + [anon_sym_out] = ACTIONS(1351), + [anon_sym_inout] = ACTIONS(1351), + [anon_sym_uniform] = ACTIONS(1351), + [anon_sym_shared] = ACTIONS(1351), + [anon_sym_attribute] = ACTIONS(1351), + [anon_sym_varying] = ACTIONS(1351), + [anon_sym_buffer] = ACTIONS(1351), + [anon_sym_coherent] = ACTIONS(1351), + [anon_sym_readonly] = ACTIONS(1351), + [anon_sym_writeonly] = ACTIONS(1351), + [anon_sym_precision] = ACTIONS(1351), + [anon_sym_highp] = ACTIONS(1351), + [anon_sym_mediump] = ACTIONS(1351), + [anon_sym_lowp] = ACTIONS(1351), + [anon_sym_centroid] = ACTIONS(1351), + [anon_sym_sample] = ACTIONS(1351), + [anon_sym_patch] = ACTIONS(1351), + [anon_sym_smooth] = ACTIONS(1351), + [anon_sym_flat] = ACTIONS(1351), + [anon_sym_noperspective] = ACTIONS(1351), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_RBRACE] = ACTIONS(1353), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [anon_sym__Nonnull] = ACTIONS(1351), + [anon_sym_alignas] = ACTIONS(1351), + [anon_sym__Alignas] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_else] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym___try] = ACTIONS(1351), + [anon_sym___leave] = ACTIONS(1351), + [anon_sym_DASH_DASH] = ACTIONS(1353), + [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [anon_sym___asm] = ACTIONS(1351), + [sym_number_literal] = ACTIONS(1353), + [anon_sym_L_SQUOTE] = ACTIONS(1353), + [anon_sym_u_SQUOTE] = ACTIONS(1353), + [anon_sym_U_SQUOTE] = ACTIONS(1353), + [anon_sym_u8_SQUOTE] = ACTIONS(1353), + [anon_sym_SQUOTE] = ACTIONS(1353), + [anon_sym_L_DQUOTE] = ACTIONS(1353), + [anon_sym_u_DQUOTE] = ACTIONS(1353), + [anon_sym_U_DQUOTE] = ACTIONS(1353), + [anon_sym_u8_DQUOTE] = ACTIONS(1353), + [anon_sym_DQUOTE] = ACTIONS(1353), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1351), + [anon_sym_rayPayloadInEXT] = ACTIONS(1351), + [anon_sym_hitAttributeEXT] = ACTIONS(1351), + [anon_sym_callableDataEXT] = ACTIONS(1351), + [anon_sym_callableDataInEXT] = ACTIONS(1351), + [anon_sym_shaderRecordEXT] = ACTIONS(1351), + [anon_sym_rayPayloadNV] = ACTIONS(1351), + [anon_sym_rayPayloadInNV] = ACTIONS(1351), + [anon_sym_hitAttributeNV] = ACTIONS(1351), + [anon_sym_callableDataNV] = ACTIONS(1351), + [anon_sym_callableDataInNV] = ACTIONS(1351), + [anon_sym_shaderRecordNV] = ACTIONS(1351), + [anon_sym_layout] = ACTIONS(1351), }, - [271] = { + [241] = { [sym_identifier] = ACTIONS(1337), [aux_sym_preproc_include_token1] = ACTIONS(1337), [aux_sym_preproc_def_token1] = ACTIONS(1337), [aux_sym_preproc_if_token1] = ACTIONS(1337), - [aux_sym_preproc_if_token2] = ACTIONS(1337), [aux_sym_preproc_ifdef_token1] = ACTIONS(1337), [aux_sym_preproc_ifdef_token2] = ACTIONS(1337), [sym_preproc_directive] = ACTIONS(1337), - [anon_sym_LPAREN2] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_TILDE] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1335), + [anon_sym_BANG] = ACTIONS(1335), + [anon_sym_TILDE] = ACTIONS(1335), [anon_sym_DASH] = ACTIONS(1337), [anon_sym_PLUS] = ACTIONS(1337), - [anon_sym_STAR] = ACTIONS(1339), - [anon_sym_AMP] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(1335), [anon_sym_subroutine] = ACTIONS(1337), [anon_sym_invariant] = ACTIONS(1337), [anon_sym_precise] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1335), [anon_sym_in] = ACTIONS(1337), [anon_sym_out] = ACTIONS(1337), [anon_sym_inout] = ACTIONS(1337), @@ -55993,7 +52814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1337), [anon_sym_extern] = ACTIONS(1337), [anon_sym___attribute__] = ACTIONS(1337), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), [anon_sym___declspec] = ACTIONS(1337), [anon_sym___cdecl] = ACTIONS(1337), [anon_sym___clrcall] = ACTIONS(1337), @@ -56001,7 +52822,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1337), [anon_sym___thiscall] = ACTIONS(1337), [anon_sym___vectorcall] = ACTIONS(1337), - [anon_sym_LBRACE] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1335), + [anon_sym_RBRACE] = ACTIONS(1335), [anon_sym_signed] = ACTIONS(1337), [anon_sym_unsigned] = ACTIONS(1337), [anon_sym_long] = ACTIONS(1337), @@ -56023,6 +52845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1337), [anon_sym__Noreturn] = ACTIONS(1337), [anon_sym_noreturn] = ACTIONS(1337), + [anon_sym__Nonnull] = ACTIONS(1337), [anon_sym_alignas] = ACTIONS(1337), [anon_sym__Alignas] = ACTIONS(1337), [sym_primitive_type] = ACTIONS(1337), @@ -56043,8 +52866,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1337), [anon_sym___try] = ACTIONS(1337), [anon_sym___leave] = ACTIONS(1337), - [anon_sym_DASH_DASH] = ACTIONS(1339), - [anon_sym_PLUS_PLUS] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1335), + [anon_sym_PLUS_PLUS] = ACTIONS(1335), [anon_sym_sizeof] = ACTIONS(1337), [anon_sym___alignof__] = ACTIONS(1337), [anon_sym___alignof] = ACTIONS(1337), @@ -56055,17 +52878,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1337), [anon_sym_asm] = ACTIONS(1337), [anon_sym___asm__] = ACTIONS(1337), - [sym_number_literal] = ACTIONS(1339), - [anon_sym_L_SQUOTE] = ACTIONS(1339), - [anon_sym_u_SQUOTE] = ACTIONS(1339), - [anon_sym_U_SQUOTE] = ACTIONS(1339), - [anon_sym_u8_SQUOTE] = ACTIONS(1339), - [anon_sym_SQUOTE] = ACTIONS(1339), - [anon_sym_L_DQUOTE] = ACTIONS(1339), - [anon_sym_u_DQUOTE] = ACTIONS(1339), - [anon_sym_U_DQUOTE] = ACTIONS(1339), - [anon_sym_u8_DQUOTE] = ACTIONS(1339), - [anon_sym_DQUOTE] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1337), + [sym_number_literal] = ACTIONS(1335), + [anon_sym_L_SQUOTE] = ACTIONS(1335), + [anon_sym_u_SQUOTE] = ACTIONS(1335), + [anon_sym_U_SQUOTE] = ACTIONS(1335), + [anon_sym_u8_SQUOTE] = ACTIONS(1335), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_L_DQUOTE] = ACTIONS(1335), + [anon_sym_u_DQUOTE] = ACTIONS(1335), + [anon_sym_U_DQUOTE] = ACTIONS(1335), + [anon_sym_u8_DQUOTE] = ACTIONS(1335), + [anon_sym_DQUOTE] = ACTIONS(1335), [sym_true] = ACTIONS(1337), [sym_false] = ACTIONS(1337), [anon_sym_NULL] = ACTIONS(1337), @@ -56085,3177 +52909,4196 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1337), [anon_sym_layout] = ACTIONS(1337), }, - [272] = { - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token2] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), + [242] = { + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token2] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), }, - [273] = { - [sym_identifier] = ACTIONS(1321), - [aux_sym_preproc_include_token1] = ACTIONS(1321), - [aux_sym_preproc_def_token1] = ACTIONS(1321), - [aux_sym_preproc_if_token1] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1321), - [sym_preproc_directive] = ACTIONS(1321), - [anon_sym_LPAREN2] = ACTIONS(1323), - [anon_sym_BANG] = ACTIONS(1323), - [anon_sym_TILDE] = ACTIONS(1323), - [anon_sym_DASH] = ACTIONS(1321), - [anon_sym_PLUS] = ACTIONS(1321), - [anon_sym_STAR] = ACTIONS(1323), - [anon_sym_AMP] = ACTIONS(1323), - [anon_sym_subroutine] = ACTIONS(1321), - [anon_sym_invariant] = ACTIONS(1321), - [anon_sym_precise] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1323), - [anon_sym_in] = ACTIONS(1321), - [anon_sym_out] = ACTIONS(1321), - [anon_sym_inout] = ACTIONS(1321), - [anon_sym_uniform] = ACTIONS(1321), - [anon_sym_shared] = ACTIONS(1321), - [anon_sym_attribute] = ACTIONS(1321), - [anon_sym_varying] = ACTIONS(1321), - [anon_sym_buffer] = ACTIONS(1321), - [anon_sym_coherent] = ACTIONS(1321), - [anon_sym_readonly] = ACTIONS(1321), - [anon_sym_writeonly] = ACTIONS(1321), - [anon_sym_precision] = ACTIONS(1321), - [anon_sym_highp] = ACTIONS(1321), - [anon_sym_mediump] = ACTIONS(1321), - [anon_sym_lowp] = ACTIONS(1321), - [anon_sym_centroid] = ACTIONS(1321), - [anon_sym_sample] = ACTIONS(1321), - [anon_sym_patch] = ACTIONS(1321), - [anon_sym_smooth] = ACTIONS(1321), - [anon_sym_flat] = ACTIONS(1321), - [anon_sym_noperspective] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1321), - [anon_sym_typedef] = ACTIONS(1321), - [anon_sym_extern] = ACTIONS(1321), - [anon_sym___attribute__] = ACTIONS(1321), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1323), - [anon_sym___declspec] = ACTIONS(1321), - [anon_sym___cdecl] = ACTIONS(1321), - [anon_sym___clrcall] = ACTIONS(1321), - [anon_sym___stdcall] = ACTIONS(1321), - [anon_sym___fastcall] = ACTIONS(1321), - [anon_sym___thiscall] = ACTIONS(1321), - [anon_sym___vectorcall] = ACTIONS(1321), - [anon_sym_LBRACE] = ACTIONS(1323), - [anon_sym_RBRACE] = ACTIONS(1323), - [anon_sym_signed] = ACTIONS(1321), - [anon_sym_unsigned] = ACTIONS(1321), - [anon_sym_long] = ACTIONS(1321), - [anon_sym_short] = ACTIONS(1321), - [anon_sym_static] = ACTIONS(1321), - [anon_sym_auto] = ACTIONS(1321), - [anon_sym_register] = ACTIONS(1321), - [anon_sym_inline] = ACTIONS(1321), - [anon_sym___inline] = ACTIONS(1321), - [anon_sym___inline__] = ACTIONS(1321), - [anon_sym___forceinline] = ACTIONS(1321), - [anon_sym_thread_local] = ACTIONS(1321), - [anon_sym___thread] = ACTIONS(1321), - [anon_sym_const] = ACTIONS(1321), - [anon_sym_constexpr] = ACTIONS(1321), - [anon_sym_volatile] = ACTIONS(1321), - [anon_sym_restrict] = ACTIONS(1321), - [anon_sym___restrict__] = ACTIONS(1321), - [anon_sym__Atomic] = ACTIONS(1321), - [anon_sym__Noreturn] = ACTIONS(1321), - [anon_sym_noreturn] = ACTIONS(1321), - [anon_sym_alignas] = ACTIONS(1321), - [anon_sym__Alignas] = ACTIONS(1321), - [sym_primitive_type] = ACTIONS(1321), - [anon_sym_enum] = ACTIONS(1321), - [anon_sym_struct] = ACTIONS(1321), - [anon_sym_union] = ACTIONS(1321), - [anon_sym_if] = ACTIONS(1321), - [anon_sym_else] = ACTIONS(1321), - [anon_sym_switch] = ACTIONS(1321), - [anon_sym_case] = ACTIONS(1321), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_while] = ACTIONS(1321), - [anon_sym_do] = ACTIONS(1321), - [anon_sym_for] = ACTIONS(1321), - [anon_sym_return] = ACTIONS(1321), - [anon_sym_break] = ACTIONS(1321), - [anon_sym_continue] = ACTIONS(1321), - [anon_sym_goto] = ACTIONS(1321), - [anon_sym___try] = ACTIONS(1321), - [anon_sym___leave] = ACTIONS(1321), - [anon_sym_DASH_DASH] = ACTIONS(1323), - [anon_sym_PLUS_PLUS] = ACTIONS(1323), - [anon_sym_sizeof] = ACTIONS(1321), - [anon_sym___alignof__] = ACTIONS(1321), - [anon_sym___alignof] = ACTIONS(1321), - [anon_sym__alignof] = ACTIONS(1321), - [anon_sym_alignof] = ACTIONS(1321), - [anon_sym__Alignof] = ACTIONS(1321), - [anon_sym_offsetof] = ACTIONS(1321), - [anon_sym__Generic] = ACTIONS(1321), - [anon_sym_asm] = ACTIONS(1321), - [anon_sym___asm__] = ACTIONS(1321), - [sym_number_literal] = ACTIONS(1323), - [anon_sym_L_SQUOTE] = ACTIONS(1323), - [anon_sym_u_SQUOTE] = ACTIONS(1323), - [anon_sym_U_SQUOTE] = ACTIONS(1323), - [anon_sym_u8_SQUOTE] = ACTIONS(1323), - [anon_sym_SQUOTE] = ACTIONS(1323), - [anon_sym_L_DQUOTE] = ACTIONS(1323), - [anon_sym_u_DQUOTE] = ACTIONS(1323), - [anon_sym_U_DQUOTE] = ACTIONS(1323), - [anon_sym_u8_DQUOTE] = ACTIONS(1323), - [anon_sym_DQUOTE] = ACTIONS(1323), - [sym_true] = ACTIONS(1321), - [sym_false] = ACTIONS(1321), - [anon_sym_NULL] = ACTIONS(1321), - [anon_sym_nullptr] = ACTIONS(1321), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1321), - [anon_sym_rayPayloadInEXT] = ACTIONS(1321), - [anon_sym_hitAttributeEXT] = ACTIONS(1321), - [anon_sym_callableDataEXT] = ACTIONS(1321), - [anon_sym_callableDataInEXT] = ACTIONS(1321), - [anon_sym_shaderRecordEXT] = ACTIONS(1321), - [anon_sym_rayPayloadNV] = ACTIONS(1321), - [anon_sym_rayPayloadInNV] = ACTIONS(1321), - [anon_sym_hitAttributeNV] = ACTIONS(1321), - [anon_sym_callableDataNV] = ACTIONS(1321), - [anon_sym_callableDataInNV] = ACTIONS(1321), - [anon_sym_shaderRecordNV] = ACTIONS(1321), - [anon_sym_layout] = ACTIONS(1321), + [243] = { + [ts_builtin_sym_end] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_subroutine] = ACTIONS(1295), + [anon_sym_invariant] = ACTIONS(1295), + [anon_sym_precise] = ACTIONS(1295), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_in] = ACTIONS(1295), + [anon_sym_out] = ACTIONS(1295), + [anon_sym_inout] = ACTIONS(1295), + [anon_sym_uniform] = ACTIONS(1295), + [anon_sym_shared] = ACTIONS(1295), + [anon_sym_attribute] = ACTIONS(1295), + [anon_sym_varying] = ACTIONS(1295), + [anon_sym_buffer] = ACTIONS(1295), + [anon_sym_coherent] = ACTIONS(1295), + [anon_sym_readonly] = ACTIONS(1295), + [anon_sym_writeonly] = ACTIONS(1295), + [anon_sym_precision] = ACTIONS(1295), + [anon_sym_highp] = ACTIONS(1295), + [anon_sym_mediump] = ACTIONS(1295), + [anon_sym_lowp] = ACTIONS(1295), + [anon_sym_centroid] = ACTIONS(1295), + [anon_sym_sample] = ACTIONS(1295), + [anon_sym_patch] = ACTIONS(1295), + [anon_sym_smooth] = ACTIONS(1295), + [anon_sym_flat] = ACTIONS(1295), + [anon_sym_noperspective] = ACTIONS(1295), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [anon_sym__Nonnull] = ACTIONS(1295), + [anon_sym_alignas] = ACTIONS(1295), + [anon_sym__Alignas] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym___try] = ACTIONS(1295), + [anon_sym___leave] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [anon_sym___asm] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1295), + [anon_sym_rayPayloadInEXT] = ACTIONS(1295), + [anon_sym_hitAttributeEXT] = ACTIONS(1295), + [anon_sym_callableDataEXT] = ACTIONS(1295), + [anon_sym_callableDataInEXT] = ACTIONS(1295), + [anon_sym_shaderRecordEXT] = ACTIONS(1295), + [anon_sym_rayPayloadNV] = ACTIONS(1295), + [anon_sym_rayPayloadInNV] = ACTIONS(1295), + [anon_sym_hitAttributeNV] = ACTIONS(1295), + [anon_sym_callableDataNV] = ACTIONS(1295), + [anon_sym_callableDataInNV] = ACTIONS(1295), + [anon_sym_shaderRecordNV] = ACTIONS(1295), + [anon_sym_layout] = ACTIONS(1295), }, - [274] = { - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token2] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), + [244] = { + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_subroutine] = ACTIONS(1383), + [anon_sym_invariant] = ACTIONS(1383), + [anon_sym_precise] = ACTIONS(1383), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_in] = ACTIONS(1383), + [anon_sym_out] = ACTIONS(1383), + [anon_sym_inout] = ACTIONS(1383), + [anon_sym_uniform] = ACTIONS(1383), + [anon_sym_shared] = ACTIONS(1383), + [anon_sym_attribute] = ACTIONS(1383), + [anon_sym_varying] = ACTIONS(1383), + [anon_sym_buffer] = ACTIONS(1383), + [anon_sym_coherent] = ACTIONS(1383), + [anon_sym_readonly] = ACTIONS(1383), + [anon_sym_writeonly] = ACTIONS(1383), + [anon_sym_precision] = ACTIONS(1383), + [anon_sym_highp] = ACTIONS(1383), + [anon_sym_mediump] = ACTIONS(1383), + [anon_sym_lowp] = ACTIONS(1383), + [anon_sym_centroid] = ACTIONS(1383), + [anon_sym_sample] = ACTIONS(1383), + [anon_sym_patch] = ACTIONS(1383), + [anon_sym_smooth] = ACTIONS(1383), + [anon_sym_flat] = ACTIONS(1383), + [anon_sym_noperspective] = ACTIONS(1383), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_RBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [anon_sym__Nonnull] = ACTIONS(1383), + [anon_sym_alignas] = ACTIONS(1383), + [anon_sym__Alignas] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_else] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym___try] = ACTIONS(1383), + [anon_sym___leave] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [anon_sym___asm] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1383), + [anon_sym_rayPayloadInEXT] = ACTIONS(1383), + [anon_sym_hitAttributeEXT] = ACTIONS(1383), + [anon_sym_callableDataEXT] = ACTIONS(1383), + [anon_sym_callableDataInEXT] = ACTIONS(1383), + [anon_sym_shaderRecordEXT] = ACTIONS(1383), + [anon_sym_rayPayloadNV] = ACTIONS(1383), + [anon_sym_rayPayloadInNV] = ACTIONS(1383), + [anon_sym_hitAttributeNV] = ACTIONS(1383), + [anon_sym_callableDataNV] = ACTIONS(1383), + [anon_sym_callableDataInNV] = ACTIONS(1383), + [anon_sym_shaderRecordNV] = ACTIONS(1383), + [anon_sym_layout] = ACTIONS(1383), }, - [275] = { - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token2] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), + [245] = { + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym_subroutine] = ACTIONS(1375), + [anon_sym_invariant] = ACTIONS(1375), + [anon_sym_precise] = ACTIONS(1375), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_in] = ACTIONS(1375), + [anon_sym_out] = ACTIONS(1375), + [anon_sym_inout] = ACTIONS(1375), + [anon_sym_uniform] = ACTIONS(1375), + [anon_sym_shared] = ACTIONS(1375), + [anon_sym_attribute] = ACTIONS(1375), + [anon_sym_varying] = ACTIONS(1375), + [anon_sym_buffer] = ACTIONS(1375), + [anon_sym_coherent] = ACTIONS(1375), + [anon_sym_readonly] = ACTIONS(1375), + [anon_sym_writeonly] = ACTIONS(1375), + [anon_sym_precision] = ACTIONS(1375), + [anon_sym_highp] = ACTIONS(1375), + [anon_sym_mediump] = ACTIONS(1375), + [anon_sym_lowp] = ACTIONS(1375), + [anon_sym_centroid] = ACTIONS(1375), + [anon_sym_sample] = ACTIONS(1375), + [anon_sym_patch] = ACTIONS(1375), + [anon_sym_smooth] = ACTIONS(1375), + [anon_sym_flat] = ACTIONS(1375), + [anon_sym_noperspective] = ACTIONS(1375), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_RBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [anon_sym__Nonnull] = ACTIONS(1375), + [anon_sym_alignas] = ACTIONS(1375), + [anon_sym__Alignas] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_else] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym___try] = ACTIONS(1375), + [anon_sym___leave] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [anon_sym___asm] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1375), + [anon_sym_rayPayloadInEXT] = ACTIONS(1375), + [anon_sym_hitAttributeEXT] = ACTIONS(1375), + [anon_sym_callableDataEXT] = ACTIONS(1375), + [anon_sym_callableDataInEXT] = ACTIONS(1375), + [anon_sym_shaderRecordEXT] = ACTIONS(1375), + [anon_sym_rayPayloadNV] = ACTIONS(1375), + [anon_sym_rayPayloadInNV] = ACTIONS(1375), + [anon_sym_hitAttributeNV] = ACTIONS(1375), + [anon_sym_callableDataNV] = ACTIONS(1375), + [anon_sym_callableDataInNV] = ACTIONS(1375), + [anon_sym_shaderRecordNV] = ACTIONS(1375), + [anon_sym_layout] = ACTIONS(1375), }, - [276] = { - [sym_identifier] = ACTIONS(1381), - [aux_sym_preproc_include_token1] = ACTIONS(1381), - [aux_sym_preproc_def_token1] = ACTIONS(1381), - [aux_sym_preproc_if_token1] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1381), - [sym_preproc_directive] = ACTIONS(1381), - [anon_sym_LPAREN2] = ACTIONS(1383), - [anon_sym_BANG] = ACTIONS(1383), - [anon_sym_TILDE] = ACTIONS(1383), - [anon_sym_DASH] = ACTIONS(1381), - [anon_sym_PLUS] = ACTIONS(1381), - [anon_sym_STAR] = ACTIONS(1383), - [anon_sym_AMP] = ACTIONS(1383), - [anon_sym_subroutine] = ACTIONS(1381), - [anon_sym_invariant] = ACTIONS(1381), - [anon_sym_precise] = ACTIONS(1381), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_in] = ACTIONS(1381), - [anon_sym_out] = ACTIONS(1381), - [anon_sym_inout] = ACTIONS(1381), - [anon_sym_uniform] = ACTIONS(1381), - [anon_sym_shared] = ACTIONS(1381), - [anon_sym_attribute] = ACTIONS(1381), - [anon_sym_varying] = ACTIONS(1381), - [anon_sym_buffer] = ACTIONS(1381), - [anon_sym_coherent] = ACTIONS(1381), - [anon_sym_readonly] = ACTIONS(1381), - [anon_sym_writeonly] = ACTIONS(1381), - [anon_sym_precision] = ACTIONS(1381), - [anon_sym_highp] = ACTIONS(1381), - [anon_sym_mediump] = ACTIONS(1381), - [anon_sym_lowp] = ACTIONS(1381), - [anon_sym_centroid] = ACTIONS(1381), - [anon_sym_sample] = ACTIONS(1381), - [anon_sym_patch] = ACTIONS(1381), - [anon_sym_smooth] = ACTIONS(1381), - [anon_sym_flat] = ACTIONS(1381), - [anon_sym_noperspective] = ACTIONS(1381), - [anon_sym___extension__] = ACTIONS(1381), - [anon_sym_typedef] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym___attribute__] = ACTIONS(1381), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1383), - [anon_sym___declspec] = ACTIONS(1381), - [anon_sym___cdecl] = ACTIONS(1381), - [anon_sym___clrcall] = ACTIONS(1381), - [anon_sym___stdcall] = ACTIONS(1381), - [anon_sym___fastcall] = ACTIONS(1381), - [anon_sym___thiscall] = ACTIONS(1381), - [anon_sym___vectorcall] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_RBRACE] = ACTIONS(1383), - [anon_sym_signed] = ACTIONS(1381), - [anon_sym_unsigned] = ACTIONS(1381), - [anon_sym_long] = ACTIONS(1381), - [anon_sym_short] = ACTIONS(1381), - [anon_sym_static] = ACTIONS(1381), - [anon_sym_auto] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_inline] = ACTIONS(1381), - [anon_sym___inline] = ACTIONS(1381), - [anon_sym___inline__] = ACTIONS(1381), - [anon_sym___forceinline] = ACTIONS(1381), - [anon_sym_thread_local] = ACTIONS(1381), - [anon_sym___thread] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [anon_sym_constexpr] = ACTIONS(1381), - [anon_sym_volatile] = ACTIONS(1381), - [anon_sym_restrict] = ACTIONS(1381), - [anon_sym___restrict__] = ACTIONS(1381), - [anon_sym__Atomic] = ACTIONS(1381), - [anon_sym__Noreturn] = ACTIONS(1381), - [anon_sym_noreturn] = ACTIONS(1381), - [anon_sym_alignas] = ACTIONS(1381), - [anon_sym__Alignas] = ACTIONS(1381), - [sym_primitive_type] = ACTIONS(1381), - [anon_sym_enum] = ACTIONS(1381), - [anon_sym_struct] = ACTIONS(1381), - [anon_sym_union] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_else] = ACTIONS(1381), - [anon_sym_switch] = ACTIONS(1381), - [anon_sym_case] = ACTIONS(1381), - [anon_sym_default] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_goto] = ACTIONS(1381), - [anon_sym___try] = ACTIONS(1381), - [anon_sym___leave] = ACTIONS(1381), - [anon_sym_DASH_DASH] = ACTIONS(1383), - [anon_sym_PLUS_PLUS] = ACTIONS(1383), - [anon_sym_sizeof] = ACTIONS(1381), - [anon_sym___alignof__] = ACTIONS(1381), - [anon_sym___alignof] = ACTIONS(1381), - [anon_sym__alignof] = ACTIONS(1381), - [anon_sym_alignof] = ACTIONS(1381), - [anon_sym__Alignof] = ACTIONS(1381), - [anon_sym_offsetof] = ACTIONS(1381), - [anon_sym__Generic] = ACTIONS(1381), - [anon_sym_asm] = ACTIONS(1381), - [anon_sym___asm__] = ACTIONS(1381), - [sym_number_literal] = ACTIONS(1383), - [anon_sym_L_SQUOTE] = ACTIONS(1383), - [anon_sym_u_SQUOTE] = ACTIONS(1383), - [anon_sym_U_SQUOTE] = ACTIONS(1383), - [anon_sym_u8_SQUOTE] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1383), - [anon_sym_L_DQUOTE] = ACTIONS(1383), - [anon_sym_u_DQUOTE] = ACTIONS(1383), - [anon_sym_U_DQUOTE] = ACTIONS(1383), - [anon_sym_u8_DQUOTE] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym_true] = ACTIONS(1381), - [sym_false] = ACTIONS(1381), - [anon_sym_NULL] = ACTIONS(1381), - [anon_sym_nullptr] = ACTIONS(1381), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1381), - [anon_sym_rayPayloadInEXT] = ACTIONS(1381), - [anon_sym_hitAttributeEXT] = ACTIONS(1381), - [anon_sym_callableDataEXT] = ACTIONS(1381), - [anon_sym_callableDataInEXT] = ACTIONS(1381), - [anon_sym_shaderRecordEXT] = ACTIONS(1381), - [anon_sym_rayPayloadNV] = ACTIONS(1381), - [anon_sym_rayPayloadInNV] = ACTIONS(1381), - [anon_sym_hitAttributeNV] = ACTIONS(1381), - [anon_sym_callableDataNV] = ACTIONS(1381), - [anon_sym_callableDataInNV] = ACTIONS(1381), - [anon_sym_shaderRecordNV] = ACTIONS(1381), - [anon_sym_layout] = ACTIONS(1381), + [246] = { + [ts_builtin_sym_end] = ACTIONS(1369), + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_subroutine] = ACTIONS(1367), + [anon_sym_invariant] = ACTIONS(1367), + [anon_sym_precise] = ACTIONS(1367), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1367), + [anon_sym_out] = ACTIONS(1367), + [anon_sym_inout] = ACTIONS(1367), + [anon_sym_uniform] = ACTIONS(1367), + [anon_sym_shared] = ACTIONS(1367), + [anon_sym_attribute] = ACTIONS(1367), + [anon_sym_varying] = ACTIONS(1367), + [anon_sym_buffer] = ACTIONS(1367), + [anon_sym_coherent] = ACTIONS(1367), + [anon_sym_readonly] = ACTIONS(1367), + [anon_sym_writeonly] = ACTIONS(1367), + [anon_sym_precision] = ACTIONS(1367), + [anon_sym_highp] = ACTIONS(1367), + [anon_sym_mediump] = ACTIONS(1367), + [anon_sym_lowp] = ACTIONS(1367), + [anon_sym_centroid] = ACTIONS(1367), + [anon_sym_sample] = ACTIONS(1367), + [anon_sym_patch] = ACTIONS(1367), + [anon_sym_smooth] = ACTIONS(1367), + [anon_sym_flat] = ACTIONS(1367), + [anon_sym_noperspective] = ACTIONS(1367), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [anon_sym__Nonnull] = ACTIONS(1367), + [anon_sym_alignas] = ACTIONS(1367), + [anon_sym__Alignas] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_else] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym___try] = ACTIONS(1367), + [anon_sym___leave] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [anon_sym___asm] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1367), + [anon_sym_rayPayloadInEXT] = ACTIONS(1367), + [anon_sym_hitAttributeEXT] = ACTIONS(1367), + [anon_sym_callableDataEXT] = ACTIONS(1367), + [anon_sym_callableDataInEXT] = ACTIONS(1367), + [anon_sym_shaderRecordEXT] = ACTIONS(1367), + [anon_sym_rayPayloadNV] = ACTIONS(1367), + [anon_sym_rayPayloadInNV] = ACTIONS(1367), + [anon_sym_hitAttributeNV] = ACTIONS(1367), + [anon_sym_callableDataNV] = ACTIONS(1367), + [anon_sym_callableDataInNV] = ACTIONS(1367), + [anon_sym_shaderRecordNV] = ACTIONS(1367), + [anon_sym_layout] = ACTIONS(1367), }, - [277] = { - [sym_identifier] = ACTIONS(1373), - [aux_sym_preproc_include_token1] = ACTIONS(1373), - [aux_sym_preproc_def_token1] = ACTIONS(1373), - [aux_sym_preproc_if_token1] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1373), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1373), - [sym_preproc_directive] = ACTIONS(1373), - [anon_sym_LPAREN2] = ACTIONS(1375), - [anon_sym_BANG] = ACTIONS(1375), - [anon_sym_TILDE] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1375), - [anon_sym_AMP] = ACTIONS(1375), - [anon_sym_subroutine] = ACTIONS(1373), - [anon_sym_invariant] = ACTIONS(1373), - [anon_sym_precise] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_out] = ACTIONS(1373), - [anon_sym_inout] = ACTIONS(1373), - [anon_sym_uniform] = ACTIONS(1373), - [anon_sym_shared] = ACTIONS(1373), - [anon_sym_attribute] = ACTIONS(1373), - [anon_sym_varying] = ACTIONS(1373), - [anon_sym_buffer] = ACTIONS(1373), - [anon_sym_coherent] = ACTIONS(1373), - [anon_sym_readonly] = ACTIONS(1373), - [anon_sym_writeonly] = ACTIONS(1373), - [anon_sym_precision] = ACTIONS(1373), - [anon_sym_highp] = ACTIONS(1373), - [anon_sym_mediump] = ACTIONS(1373), - [anon_sym_lowp] = ACTIONS(1373), - [anon_sym_centroid] = ACTIONS(1373), - [anon_sym_sample] = ACTIONS(1373), - [anon_sym_patch] = ACTIONS(1373), - [anon_sym_smooth] = ACTIONS(1373), - [anon_sym_flat] = ACTIONS(1373), - [anon_sym_noperspective] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1373), - [anon_sym_typedef] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym___attribute__] = ACTIONS(1373), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1375), - [anon_sym___declspec] = ACTIONS(1373), - [anon_sym___cdecl] = ACTIONS(1373), - [anon_sym___clrcall] = ACTIONS(1373), - [anon_sym___stdcall] = ACTIONS(1373), - [anon_sym___fastcall] = ACTIONS(1373), - [anon_sym___thiscall] = ACTIONS(1373), - [anon_sym___vectorcall] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1375), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_signed] = ACTIONS(1373), - [anon_sym_unsigned] = ACTIONS(1373), - [anon_sym_long] = ACTIONS(1373), - [anon_sym_short] = ACTIONS(1373), - [anon_sym_static] = ACTIONS(1373), - [anon_sym_auto] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_inline] = ACTIONS(1373), - [anon_sym___inline] = ACTIONS(1373), - [anon_sym___inline__] = ACTIONS(1373), - [anon_sym___forceinline] = ACTIONS(1373), - [anon_sym_thread_local] = ACTIONS(1373), - [anon_sym___thread] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_constexpr] = ACTIONS(1373), - [anon_sym_volatile] = ACTIONS(1373), - [anon_sym_restrict] = ACTIONS(1373), - [anon_sym___restrict__] = ACTIONS(1373), - [anon_sym__Atomic] = ACTIONS(1373), - [anon_sym__Noreturn] = ACTIONS(1373), - [anon_sym_noreturn] = ACTIONS(1373), - [anon_sym_alignas] = ACTIONS(1373), - [anon_sym__Alignas] = ACTIONS(1373), - [sym_primitive_type] = ACTIONS(1373), - [anon_sym_enum] = ACTIONS(1373), - [anon_sym_struct] = ACTIONS(1373), - [anon_sym_union] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1373), - [anon_sym_switch] = ACTIONS(1373), - [anon_sym_case] = ACTIONS(1373), - [anon_sym_default] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_goto] = ACTIONS(1373), - [anon_sym___try] = ACTIONS(1373), - [anon_sym___leave] = ACTIONS(1373), - [anon_sym_DASH_DASH] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_sizeof] = ACTIONS(1373), - [anon_sym___alignof__] = ACTIONS(1373), - [anon_sym___alignof] = ACTIONS(1373), - [anon_sym__alignof] = ACTIONS(1373), - [anon_sym_alignof] = ACTIONS(1373), - [anon_sym__Alignof] = ACTIONS(1373), - [anon_sym_offsetof] = ACTIONS(1373), - [anon_sym__Generic] = ACTIONS(1373), - [anon_sym_asm] = ACTIONS(1373), - [anon_sym___asm__] = ACTIONS(1373), - [sym_number_literal] = ACTIONS(1375), - [anon_sym_L_SQUOTE] = ACTIONS(1375), - [anon_sym_u_SQUOTE] = ACTIONS(1375), - [anon_sym_U_SQUOTE] = ACTIONS(1375), - [anon_sym_u8_SQUOTE] = ACTIONS(1375), - [anon_sym_SQUOTE] = ACTIONS(1375), - [anon_sym_L_DQUOTE] = ACTIONS(1375), - [anon_sym_u_DQUOTE] = ACTIONS(1375), - [anon_sym_U_DQUOTE] = ACTIONS(1375), - [anon_sym_u8_DQUOTE] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym_true] = ACTIONS(1373), - [sym_false] = ACTIONS(1373), - [anon_sym_NULL] = ACTIONS(1373), - [anon_sym_nullptr] = ACTIONS(1373), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1373), - [anon_sym_rayPayloadInEXT] = ACTIONS(1373), - [anon_sym_hitAttributeEXT] = ACTIONS(1373), - [anon_sym_callableDataEXT] = ACTIONS(1373), - [anon_sym_callableDataInEXT] = ACTIONS(1373), - [anon_sym_shaderRecordEXT] = ACTIONS(1373), - [anon_sym_rayPayloadNV] = ACTIONS(1373), - [anon_sym_rayPayloadInNV] = ACTIONS(1373), - [anon_sym_hitAttributeNV] = ACTIONS(1373), - [anon_sym_callableDataNV] = ACTIONS(1373), - [anon_sym_callableDataInNV] = ACTIONS(1373), - [anon_sym_shaderRecordNV] = ACTIONS(1373), - [anon_sym_layout] = ACTIONS(1373), + [247] = { + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token2] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), }, - [278] = { - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token2] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), + [248] = { + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_subroutine] = ACTIONS(1247), + [anon_sym_invariant] = ACTIONS(1247), + [anon_sym_precise] = ACTIONS(1247), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym_in] = ACTIONS(1247), + [anon_sym_out] = ACTIONS(1247), + [anon_sym_inout] = ACTIONS(1247), + [anon_sym_uniform] = ACTIONS(1247), + [anon_sym_shared] = ACTIONS(1247), + [anon_sym_attribute] = ACTIONS(1247), + [anon_sym_varying] = ACTIONS(1247), + [anon_sym_buffer] = ACTIONS(1247), + [anon_sym_coherent] = ACTIONS(1247), + [anon_sym_readonly] = ACTIONS(1247), + [anon_sym_writeonly] = ACTIONS(1247), + [anon_sym_precision] = ACTIONS(1247), + [anon_sym_highp] = ACTIONS(1247), + [anon_sym_mediump] = ACTIONS(1247), + [anon_sym_lowp] = ACTIONS(1247), + [anon_sym_centroid] = ACTIONS(1247), + [anon_sym_sample] = ACTIONS(1247), + [anon_sym_patch] = ACTIONS(1247), + [anon_sym_smooth] = ACTIONS(1247), + [anon_sym_flat] = ACTIONS(1247), + [anon_sym_noperspective] = ACTIONS(1247), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_RBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [anon_sym__Nonnull] = ACTIONS(1247), + [anon_sym_alignas] = ACTIONS(1247), + [anon_sym__Alignas] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym___try] = ACTIONS(1247), + [anon_sym___leave] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [anon_sym___asm] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1247), + [anon_sym_rayPayloadInEXT] = ACTIONS(1247), + [anon_sym_hitAttributeEXT] = ACTIONS(1247), + [anon_sym_callableDataEXT] = ACTIONS(1247), + [anon_sym_callableDataInEXT] = ACTIONS(1247), + [anon_sym_shaderRecordEXT] = ACTIONS(1247), + [anon_sym_rayPayloadNV] = ACTIONS(1247), + [anon_sym_rayPayloadInNV] = ACTIONS(1247), + [anon_sym_hitAttributeNV] = ACTIONS(1247), + [anon_sym_callableDataNV] = ACTIONS(1247), + [anon_sym_callableDataInNV] = ACTIONS(1247), + [anon_sym_shaderRecordNV] = ACTIONS(1247), + [anon_sym_layout] = ACTIONS(1247), }, - [279] = { - [sym_identifier] = ACTIONS(1269), - [aux_sym_preproc_include_token1] = ACTIONS(1269), - [aux_sym_preproc_def_token1] = ACTIONS(1269), - [aux_sym_preproc_if_token1] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1269), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1269), - [sym_preproc_directive] = ACTIONS(1269), - [anon_sym_LPAREN2] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1271), - [anon_sym_TILDE] = ACTIONS(1271), - [anon_sym_DASH] = ACTIONS(1269), - [anon_sym_PLUS] = ACTIONS(1269), - [anon_sym_STAR] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(1271), - [anon_sym_subroutine] = ACTIONS(1269), - [anon_sym_invariant] = ACTIONS(1269), - [anon_sym_precise] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1271), - [anon_sym_in] = ACTIONS(1269), - [anon_sym_out] = ACTIONS(1269), - [anon_sym_inout] = ACTIONS(1269), - [anon_sym_uniform] = ACTIONS(1269), - [anon_sym_shared] = ACTIONS(1269), - [anon_sym_attribute] = ACTIONS(1269), - [anon_sym_varying] = ACTIONS(1269), - [anon_sym_buffer] = ACTIONS(1269), - [anon_sym_coherent] = ACTIONS(1269), - [anon_sym_readonly] = ACTIONS(1269), - [anon_sym_writeonly] = ACTIONS(1269), - [anon_sym_precision] = ACTIONS(1269), - [anon_sym_highp] = ACTIONS(1269), - [anon_sym_mediump] = ACTIONS(1269), - [anon_sym_lowp] = ACTIONS(1269), - [anon_sym_centroid] = ACTIONS(1269), - [anon_sym_sample] = ACTIONS(1269), - [anon_sym_patch] = ACTIONS(1269), - [anon_sym_smooth] = ACTIONS(1269), - [anon_sym_flat] = ACTIONS(1269), - [anon_sym_noperspective] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1269), - [anon_sym_typedef] = ACTIONS(1269), - [anon_sym_extern] = ACTIONS(1269), - [anon_sym___attribute__] = ACTIONS(1269), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1271), - [anon_sym___declspec] = ACTIONS(1269), - [anon_sym___cdecl] = ACTIONS(1269), - [anon_sym___clrcall] = ACTIONS(1269), - [anon_sym___stdcall] = ACTIONS(1269), - [anon_sym___fastcall] = ACTIONS(1269), - [anon_sym___thiscall] = ACTIONS(1269), - [anon_sym___vectorcall] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1271), - [anon_sym_RBRACE] = ACTIONS(1271), - [anon_sym_signed] = ACTIONS(1269), - [anon_sym_unsigned] = ACTIONS(1269), - [anon_sym_long] = ACTIONS(1269), - [anon_sym_short] = ACTIONS(1269), - [anon_sym_static] = ACTIONS(1269), - [anon_sym_auto] = ACTIONS(1269), - [anon_sym_register] = ACTIONS(1269), - [anon_sym_inline] = ACTIONS(1269), - [anon_sym___inline] = ACTIONS(1269), - [anon_sym___inline__] = ACTIONS(1269), - [anon_sym___forceinline] = ACTIONS(1269), - [anon_sym_thread_local] = ACTIONS(1269), - [anon_sym___thread] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [anon_sym_constexpr] = ACTIONS(1269), - [anon_sym_volatile] = ACTIONS(1269), - [anon_sym_restrict] = ACTIONS(1269), - [anon_sym___restrict__] = ACTIONS(1269), - [anon_sym__Atomic] = ACTIONS(1269), - [anon_sym__Noreturn] = ACTIONS(1269), - [anon_sym_noreturn] = ACTIONS(1269), - [anon_sym_alignas] = ACTIONS(1269), - [anon_sym__Alignas] = ACTIONS(1269), - [sym_primitive_type] = ACTIONS(1269), - [anon_sym_enum] = ACTIONS(1269), - [anon_sym_struct] = ACTIONS(1269), - [anon_sym_union] = ACTIONS(1269), - [anon_sym_if] = ACTIONS(1269), - [anon_sym_else] = ACTIONS(1269), - [anon_sym_switch] = ACTIONS(1269), - [anon_sym_case] = ACTIONS(1269), - [anon_sym_default] = ACTIONS(1269), - [anon_sym_while] = ACTIONS(1269), - [anon_sym_do] = ACTIONS(1269), - [anon_sym_for] = ACTIONS(1269), - [anon_sym_return] = ACTIONS(1269), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1269), - [anon_sym_goto] = ACTIONS(1269), - [anon_sym___try] = ACTIONS(1269), - [anon_sym___leave] = ACTIONS(1269), - [anon_sym_DASH_DASH] = ACTIONS(1271), - [anon_sym_PLUS_PLUS] = ACTIONS(1271), - [anon_sym_sizeof] = ACTIONS(1269), - [anon_sym___alignof__] = ACTIONS(1269), - [anon_sym___alignof] = ACTIONS(1269), - [anon_sym__alignof] = ACTIONS(1269), - [anon_sym_alignof] = ACTIONS(1269), - [anon_sym__Alignof] = ACTIONS(1269), - [anon_sym_offsetof] = ACTIONS(1269), - [anon_sym__Generic] = ACTIONS(1269), - [anon_sym_asm] = ACTIONS(1269), - [anon_sym___asm__] = ACTIONS(1269), - [sym_number_literal] = ACTIONS(1271), - [anon_sym_L_SQUOTE] = ACTIONS(1271), - [anon_sym_u_SQUOTE] = ACTIONS(1271), - [anon_sym_U_SQUOTE] = ACTIONS(1271), - [anon_sym_u8_SQUOTE] = ACTIONS(1271), - [anon_sym_SQUOTE] = ACTIONS(1271), - [anon_sym_L_DQUOTE] = ACTIONS(1271), - [anon_sym_u_DQUOTE] = ACTIONS(1271), - [anon_sym_U_DQUOTE] = ACTIONS(1271), - [anon_sym_u8_DQUOTE] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(1271), - [sym_true] = ACTIONS(1269), - [sym_false] = ACTIONS(1269), - [anon_sym_NULL] = ACTIONS(1269), - [anon_sym_nullptr] = ACTIONS(1269), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1269), - [anon_sym_rayPayloadInEXT] = ACTIONS(1269), - [anon_sym_hitAttributeEXT] = ACTIONS(1269), - [anon_sym_callableDataEXT] = ACTIONS(1269), - [anon_sym_callableDataInEXT] = ACTIONS(1269), - [anon_sym_shaderRecordEXT] = ACTIONS(1269), - [anon_sym_rayPayloadNV] = ACTIONS(1269), - [anon_sym_rayPayloadInNV] = ACTIONS(1269), - [anon_sym_hitAttributeNV] = ACTIONS(1269), - [anon_sym_callableDataNV] = ACTIONS(1269), - [anon_sym_callableDataInNV] = ACTIONS(1269), - [anon_sym_shaderRecordNV] = ACTIONS(1269), - [anon_sym_layout] = ACTIONS(1269), + [249] = { + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token2] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_subroutine] = ACTIONS(1319), + [anon_sym_invariant] = ACTIONS(1319), + [anon_sym_precise] = ACTIONS(1319), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym_in] = ACTIONS(1319), + [anon_sym_out] = ACTIONS(1319), + [anon_sym_inout] = ACTIONS(1319), + [anon_sym_uniform] = ACTIONS(1319), + [anon_sym_shared] = ACTIONS(1319), + [anon_sym_attribute] = ACTIONS(1319), + [anon_sym_varying] = ACTIONS(1319), + [anon_sym_buffer] = ACTIONS(1319), + [anon_sym_coherent] = ACTIONS(1319), + [anon_sym_readonly] = ACTIONS(1319), + [anon_sym_writeonly] = ACTIONS(1319), + [anon_sym_precision] = ACTIONS(1319), + [anon_sym_highp] = ACTIONS(1319), + [anon_sym_mediump] = ACTIONS(1319), + [anon_sym_lowp] = ACTIONS(1319), + [anon_sym_centroid] = ACTIONS(1319), + [anon_sym_sample] = ACTIONS(1319), + [anon_sym_patch] = ACTIONS(1319), + [anon_sym_smooth] = ACTIONS(1319), + [anon_sym_flat] = ACTIONS(1319), + [anon_sym_noperspective] = ACTIONS(1319), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [anon_sym__Nonnull] = ACTIONS(1319), + [anon_sym_alignas] = ACTIONS(1319), + [anon_sym__Alignas] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_else] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym___try] = ACTIONS(1319), + [anon_sym___leave] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [anon_sym___asm] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1319), + [anon_sym_rayPayloadInEXT] = ACTIONS(1319), + [anon_sym_hitAttributeEXT] = ACTIONS(1319), + [anon_sym_callableDataEXT] = ACTIONS(1319), + [anon_sym_callableDataInEXT] = ACTIONS(1319), + [anon_sym_shaderRecordEXT] = ACTIONS(1319), + [anon_sym_rayPayloadNV] = ACTIONS(1319), + [anon_sym_rayPayloadInNV] = ACTIONS(1319), + [anon_sym_hitAttributeNV] = ACTIONS(1319), + [anon_sym_callableDataNV] = ACTIONS(1319), + [anon_sym_callableDataInNV] = ACTIONS(1319), + [anon_sym_shaderRecordNV] = ACTIONS(1319), + [anon_sym_layout] = ACTIONS(1319), }, - [280] = { - [sym_identifier] = ACTIONS(1265), - [aux_sym_preproc_include_token1] = ACTIONS(1265), - [aux_sym_preproc_def_token1] = ACTIONS(1265), - [aux_sym_preproc_if_token1] = ACTIONS(1265), - [aux_sym_preproc_if_token2] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1265), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1265), - [sym_preproc_directive] = ACTIONS(1265), - [anon_sym_LPAREN2] = ACTIONS(1267), - [anon_sym_BANG] = ACTIONS(1267), - [anon_sym_TILDE] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1265), - [anon_sym_PLUS] = ACTIONS(1265), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_subroutine] = ACTIONS(1265), - [anon_sym_invariant] = ACTIONS(1265), - [anon_sym_precise] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1267), - [anon_sym_in] = ACTIONS(1265), - [anon_sym_out] = ACTIONS(1265), - [anon_sym_inout] = ACTIONS(1265), - [anon_sym_uniform] = ACTIONS(1265), - [anon_sym_shared] = ACTIONS(1265), - [anon_sym_attribute] = ACTIONS(1265), - [anon_sym_varying] = ACTIONS(1265), - [anon_sym_buffer] = ACTIONS(1265), - [anon_sym_coherent] = ACTIONS(1265), - [anon_sym_readonly] = ACTIONS(1265), - [anon_sym_writeonly] = ACTIONS(1265), - [anon_sym_precision] = ACTIONS(1265), - [anon_sym_highp] = ACTIONS(1265), - [anon_sym_mediump] = ACTIONS(1265), - [anon_sym_lowp] = ACTIONS(1265), - [anon_sym_centroid] = ACTIONS(1265), - [anon_sym_sample] = ACTIONS(1265), - [anon_sym_patch] = ACTIONS(1265), - [anon_sym_smooth] = ACTIONS(1265), - [anon_sym_flat] = ACTIONS(1265), - [anon_sym_noperspective] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1265), - [anon_sym_typedef] = ACTIONS(1265), - [anon_sym_extern] = ACTIONS(1265), - [anon_sym___attribute__] = ACTIONS(1265), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1267), - [anon_sym___declspec] = ACTIONS(1265), - [anon_sym___cdecl] = ACTIONS(1265), - [anon_sym___clrcall] = ACTIONS(1265), - [anon_sym___stdcall] = ACTIONS(1265), - [anon_sym___fastcall] = ACTIONS(1265), - [anon_sym___thiscall] = ACTIONS(1265), - [anon_sym___vectorcall] = ACTIONS(1265), - [anon_sym_LBRACE] = ACTIONS(1267), - [anon_sym_signed] = ACTIONS(1265), - [anon_sym_unsigned] = ACTIONS(1265), - [anon_sym_long] = ACTIONS(1265), - [anon_sym_short] = ACTIONS(1265), - [anon_sym_static] = ACTIONS(1265), - [anon_sym_auto] = ACTIONS(1265), - [anon_sym_register] = ACTIONS(1265), - [anon_sym_inline] = ACTIONS(1265), - [anon_sym___inline] = ACTIONS(1265), - [anon_sym___inline__] = ACTIONS(1265), - [anon_sym___forceinline] = ACTIONS(1265), - [anon_sym_thread_local] = ACTIONS(1265), - [anon_sym___thread] = ACTIONS(1265), - [anon_sym_const] = ACTIONS(1265), - [anon_sym_constexpr] = ACTIONS(1265), - [anon_sym_volatile] = ACTIONS(1265), - [anon_sym_restrict] = ACTIONS(1265), - [anon_sym___restrict__] = ACTIONS(1265), - [anon_sym__Atomic] = ACTIONS(1265), - [anon_sym__Noreturn] = ACTIONS(1265), - [anon_sym_noreturn] = ACTIONS(1265), - [anon_sym_alignas] = ACTIONS(1265), - [anon_sym__Alignas] = ACTIONS(1265), - [sym_primitive_type] = ACTIONS(1265), - [anon_sym_enum] = ACTIONS(1265), - [anon_sym_struct] = ACTIONS(1265), - [anon_sym_union] = ACTIONS(1265), - [anon_sym_if] = ACTIONS(1265), - [anon_sym_else] = ACTIONS(1265), - [anon_sym_switch] = ACTIONS(1265), - [anon_sym_case] = ACTIONS(1265), - [anon_sym_default] = ACTIONS(1265), - [anon_sym_while] = ACTIONS(1265), - [anon_sym_do] = ACTIONS(1265), - [anon_sym_for] = ACTIONS(1265), - [anon_sym_return] = ACTIONS(1265), - [anon_sym_break] = ACTIONS(1265), - [anon_sym_continue] = ACTIONS(1265), - [anon_sym_goto] = ACTIONS(1265), - [anon_sym___try] = ACTIONS(1265), - [anon_sym___leave] = ACTIONS(1265), - [anon_sym_DASH_DASH] = ACTIONS(1267), - [anon_sym_PLUS_PLUS] = ACTIONS(1267), - [anon_sym_sizeof] = ACTIONS(1265), - [anon_sym___alignof__] = ACTIONS(1265), - [anon_sym___alignof] = ACTIONS(1265), - [anon_sym__alignof] = ACTIONS(1265), - [anon_sym_alignof] = ACTIONS(1265), - [anon_sym__Alignof] = ACTIONS(1265), - [anon_sym_offsetof] = ACTIONS(1265), - [anon_sym__Generic] = ACTIONS(1265), - [anon_sym_asm] = ACTIONS(1265), - [anon_sym___asm__] = ACTIONS(1265), - [sym_number_literal] = ACTIONS(1267), - [anon_sym_L_SQUOTE] = ACTIONS(1267), - [anon_sym_u_SQUOTE] = ACTIONS(1267), - [anon_sym_U_SQUOTE] = ACTIONS(1267), - [anon_sym_u8_SQUOTE] = ACTIONS(1267), - [anon_sym_SQUOTE] = ACTIONS(1267), - [anon_sym_L_DQUOTE] = ACTIONS(1267), - [anon_sym_u_DQUOTE] = ACTIONS(1267), - [anon_sym_U_DQUOTE] = ACTIONS(1267), - [anon_sym_u8_DQUOTE] = ACTIONS(1267), - [anon_sym_DQUOTE] = ACTIONS(1267), - [sym_true] = ACTIONS(1265), - [sym_false] = ACTIONS(1265), - [anon_sym_NULL] = ACTIONS(1265), - [anon_sym_nullptr] = ACTIONS(1265), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1265), - [anon_sym_rayPayloadInEXT] = ACTIONS(1265), - [anon_sym_hitAttributeEXT] = ACTIONS(1265), - [anon_sym_callableDataEXT] = ACTIONS(1265), - [anon_sym_callableDataInEXT] = ACTIONS(1265), - [anon_sym_shaderRecordEXT] = ACTIONS(1265), - [anon_sym_rayPayloadNV] = ACTIONS(1265), - [anon_sym_rayPayloadInNV] = ACTIONS(1265), - [anon_sym_hitAttributeNV] = ACTIONS(1265), - [anon_sym_callableDataNV] = ACTIONS(1265), - [anon_sym_callableDataInNV] = ACTIONS(1265), - [anon_sym_shaderRecordNV] = ACTIONS(1265), - [anon_sym_layout] = ACTIONS(1265), + [250] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token2] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), }, - [281] = { - [ts_builtin_sym_end] = ACTIONS(1259), - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), + [251] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token2] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), }, - [282] = { - [ts_builtin_sym_end] = ACTIONS(1331), - [sym_identifier] = ACTIONS(1329), - [aux_sym_preproc_include_token1] = ACTIONS(1329), - [aux_sym_preproc_def_token1] = ACTIONS(1329), - [aux_sym_preproc_if_token1] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1329), - [sym_preproc_directive] = ACTIONS(1329), - [anon_sym_LPAREN2] = ACTIONS(1331), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_DASH] = ACTIONS(1329), - [anon_sym_PLUS] = ACTIONS(1329), - [anon_sym_STAR] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1331), - [anon_sym_subroutine] = ACTIONS(1329), - [anon_sym_invariant] = ACTIONS(1329), - [anon_sym_precise] = ACTIONS(1329), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_in] = ACTIONS(1329), - [anon_sym_out] = ACTIONS(1329), - [anon_sym_inout] = ACTIONS(1329), - [anon_sym_uniform] = ACTIONS(1329), - [anon_sym_shared] = ACTIONS(1329), - [anon_sym_attribute] = ACTIONS(1329), - [anon_sym_varying] = ACTIONS(1329), - [anon_sym_buffer] = ACTIONS(1329), - [anon_sym_coherent] = ACTIONS(1329), - [anon_sym_readonly] = ACTIONS(1329), - [anon_sym_writeonly] = ACTIONS(1329), - [anon_sym_precision] = ACTIONS(1329), - [anon_sym_highp] = ACTIONS(1329), - [anon_sym_mediump] = ACTIONS(1329), - [anon_sym_lowp] = ACTIONS(1329), - [anon_sym_centroid] = ACTIONS(1329), - [anon_sym_sample] = ACTIONS(1329), - [anon_sym_patch] = ACTIONS(1329), - [anon_sym_smooth] = ACTIONS(1329), - [anon_sym_flat] = ACTIONS(1329), - [anon_sym_noperspective] = ACTIONS(1329), - [anon_sym___extension__] = ACTIONS(1329), - [anon_sym_typedef] = ACTIONS(1329), - [anon_sym_extern] = ACTIONS(1329), - [anon_sym___attribute__] = ACTIONS(1329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1331), - [anon_sym___declspec] = ACTIONS(1329), - [anon_sym___cdecl] = ACTIONS(1329), - [anon_sym___clrcall] = ACTIONS(1329), - [anon_sym___stdcall] = ACTIONS(1329), - [anon_sym___fastcall] = ACTIONS(1329), - [anon_sym___thiscall] = ACTIONS(1329), - [anon_sym___vectorcall] = ACTIONS(1329), - [anon_sym_LBRACE] = ACTIONS(1331), - [anon_sym_signed] = ACTIONS(1329), - [anon_sym_unsigned] = ACTIONS(1329), - [anon_sym_long] = ACTIONS(1329), - [anon_sym_short] = ACTIONS(1329), - [anon_sym_static] = ACTIONS(1329), - [anon_sym_auto] = ACTIONS(1329), - [anon_sym_register] = ACTIONS(1329), - [anon_sym_inline] = ACTIONS(1329), - [anon_sym___inline] = ACTIONS(1329), - [anon_sym___inline__] = ACTIONS(1329), - [anon_sym___forceinline] = ACTIONS(1329), - [anon_sym_thread_local] = ACTIONS(1329), - [anon_sym___thread] = ACTIONS(1329), - [anon_sym_const] = ACTIONS(1329), - [anon_sym_constexpr] = ACTIONS(1329), - [anon_sym_volatile] = ACTIONS(1329), - [anon_sym_restrict] = ACTIONS(1329), - [anon_sym___restrict__] = ACTIONS(1329), - [anon_sym__Atomic] = ACTIONS(1329), - [anon_sym__Noreturn] = ACTIONS(1329), - [anon_sym_noreturn] = ACTIONS(1329), - [anon_sym_alignas] = ACTIONS(1329), - [anon_sym__Alignas] = ACTIONS(1329), - [sym_primitive_type] = ACTIONS(1329), - [anon_sym_enum] = ACTIONS(1329), - [anon_sym_struct] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1329), - [anon_sym_if] = ACTIONS(1329), - [anon_sym_else] = ACTIONS(1329), - [anon_sym_switch] = ACTIONS(1329), - [anon_sym_case] = ACTIONS(1329), - [anon_sym_default] = ACTIONS(1329), - [anon_sym_while] = ACTIONS(1329), - [anon_sym_do] = ACTIONS(1329), - [anon_sym_for] = ACTIONS(1329), - [anon_sym_return] = ACTIONS(1329), - [anon_sym_break] = ACTIONS(1329), - [anon_sym_continue] = ACTIONS(1329), - [anon_sym_goto] = ACTIONS(1329), - [anon_sym___try] = ACTIONS(1329), - [anon_sym___leave] = ACTIONS(1329), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_sizeof] = ACTIONS(1329), - [anon_sym___alignof__] = ACTIONS(1329), - [anon_sym___alignof] = ACTIONS(1329), - [anon_sym__alignof] = ACTIONS(1329), - [anon_sym_alignof] = ACTIONS(1329), - [anon_sym__Alignof] = ACTIONS(1329), - [anon_sym_offsetof] = ACTIONS(1329), - [anon_sym__Generic] = ACTIONS(1329), - [anon_sym_asm] = ACTIONS(1329), - [anon_sym___asm__] = ACTIONS(1329), - [sym_number_literal] = ACTIONS(1331), - [anon_sym_L_SQUOTE] = ACTIONS(1331), - [anon_sym_u_SQUOTE] = ACTIONS(1331), - [anon_sym_U_SQUOTE] = ACTIONS(1331), - [anon_sym_u8_SQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [anon_sym_L_DQUOTE] = ACTIONS(1331), - [anon_sym_u_DQUOTE] = ACTIONS(1331), - [anon_sym_U_DQUOTE] = ACTIONS(1331), - [anon_sym_u8_DQUOTE] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [sym_true] = ACTIONS(1329), - [sym_false] = ACTIONS(1329), - [anon_sym_NULL] = ACTIONS(1329), - [anon_sym_nullptr] = ACTIONS(1329), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1329), - [anon_sym_rayPayloadInEXT] = ACTIONS(1329), - [anon_sym_hitAttributeEXT] = ACTIONS(1329), - [anon_sym_callableDataEXT] = ACTIONS(1329), - [anon_sym_callableDataInEXT] = ACTIONS(1329), - [anon_sym_shaderRecordEXT] = ACTIONS(1329), - [anon_sym_rayPayloadNV] = ACTIONS(1329), - [anon_sym_rayPayloadInNV] = ACTIONS(1329), - [anon_sym_hitAttributeNV] = ACTIONS(1329), - [anon_sym_callableDataNV] = ACTIONS(1329), - [anon_sym_callableDataInNV] = ACTIONS(1329), - [anon_sym_shaderRecordNV] = ACTIONS(1329), - [anon_sym_layout] = ACTIONS(1329), + [252] = { + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token2] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_subroutine] = ACTIONS(1271), + [anon_sym_invariant] = ACTIONS(1271), + [anon_sym_precise] = ACTIONS(1271), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym_in] = ACTIONS(1271), + [anon_sym_out] = ACTIONS(1271), + [anon_sym_inout] = ACTIONS(1271), + [anon_sym_uniform] = ACTIONS(1271), + [anon_sym_shared] = ACTIONS(1271), + [anon_sym_attribute] = ACTIONS(1271), + [anon_sym_varying] = ACTIONS(1271), + [anon_sym_buffer] = ACTIONS(1271), + [anon_sym_coherent] = ACTIONS(1271), + [anon_sym_readonly] = ACTIONS(1271), + [anon_sym_writeonly] = ACTIONS(1271), + [anon_sym_precision] = ACTIONS(1271), + [anon_sym_highp] = ACTIONS(1271), + [anon_sym_mediump] = ACTIONS(1271), + [anon_sym_lowp] = ACTIONS(1271), + [anon_sym_centroid] = ACTIONS(1271), + [anon_sym_sample] = ACTIONS(1271), + [anon_sym_patch] = ACTIONS(1271), + [anon_sym_smooth] = ACTIONS(1271), + [anon_sym_flat] = ACTIONS(1271), + [anon_sym_noperspective] = ACTIONS(1271), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [anon_sym__Nonnull] = ACTIONS(1271), + [anon_sym_alignas] = ACTIONS(1271), + [anon_sym__Alignas] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym___try] = ACTIONS(1271), + [anon_sym___leave] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [anon_sym___asm] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1271), + [anon_sym_rayPayloadInEXT] = ACTIONS(1271), + [anon_sym_hitAttributeEXT] = ACTIONS(1271), + [anon_sym_callableDataEXT] = ACTIONS(1271), + [anon_sym_callableDataInEXT] = ACTIONS(1271), + [anon_sym_shaderRecordEXT] = ACTIONS(1271), + [anon_sym_rayPayloadNV] = ACTIONS(1271), + [anon_sym_rayPayloadInNV] = ACTIONS(1271), + [anon_sym_hitAttributeNV] = ACTIONS(1271), + [anon_sym_callableDataNV] = ACTIONS(1271), + [anon_sym_callableDataInNV] = ACTIONS(1271), + [anon_sym_shaderRecordNV] = ACTIONS(1271), + [anon_sym_layout] = ACTIONS(1271), }, - [283] = { - [sym_identifier] = ACTIONS(1289), - [aux_sym_preproc_include_token1] = ACTIONS(1289), - [aux_sym_preproc_def_token1] = ACTIONS(1289), - [aux_sym_preproc_if_token1] = ACTIONS(1289), - [aux_sym_preproc_if_token2] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1289), - [sym_preproc_directive] = ACTIONS(1289), - [anon_sym_LPAREN2] = ACTIONS(1291), - [anon_sym_BANG] = ACTIONS(1291), - [anon_sym_TILDE] = ACTIONS(1291), - [anon_sym_DASH] = ACTIONS(1289), - [anon_sym_PLUS] = ACTIONS(1289), - [anon_sym_STAR] = ACTIONS(1291), - [anon_sym_AMP] = ACTIONS(1291), - [anon_sym_subroutine] = ACTIONS(1289), - [anon_sym_invariant] = ACTIONS(1289), - [anon_sym_precise] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1291), - [anon_sym_in] = ACTIONS(1289), - [anon_sym_out] = ACTIONS(1289), - [anon_sym_inout] = ACTIONS(1289), - [anon_sym_uniform] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(1289), - [anon_sym_attribute] = ACTIONS(1289), - [anon_sym_varying] = ACTIONS(1289), - [anon_sym_buffer] = ACTIONS(1289), - [anon_sym_coherent] = ACTIONS(1289), - [anon_sym_readonly] = ACTIONS(1289), - [anon_sym_writeonly] = ACTIONS(1289), - [anon_sym_precision] = ACTIONS(1289), - [anon_sym_highp] = ACTIONS(1289), - [anon_sym_mediump] = ACTIONS(1289), - [anon_sym_lowp] = ACTIONS(1289), - [anon_sym_centroid] = ACTIONS(1289), - [anon_sym_sample] = ACTIONS(1289), - [anon_sym_patch] = ACTIONS(1289), - [anon_sym_smooth] = ACTIONS(1289), - [anon_sym_flat] = ACTIONS(1289), - [anon_sym_noperspective] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1289), - [anon_sym_typedef] = ACTIONS(1289), - [anon_sym_extern] = ACTIONS(1289), - [anon_sym___attribute__] = ACTIONS(1289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1291), - [anon_sym___declspec] = ACTIONS(1289), - [anon_sym___cdecl] = ACTIONS(1289), - [anon_sym___clrcall] = ACTIONS(1289), - [anon_sym___stdcall] = ACTIONS(1289), - [anon_sym___fastcall] = ACTIONS(1289), - [anon_sym___thiscall] = ACTIONS(1289), - [anon_sym___vectorcall] = ACTIONS(1289), - [anon_sym_LBRACE] = ACTIONS(1291), - [anon_sym_signed] = ACTIONS(1289), - [anon_sym_unsigned] = ACTIONS(1289), - [anon_sym_long] = ACTIONS(1289), - [anon_sym_short] = ACTIONS(1289), - [anon_sym_static] = ACTIONS(1289), - [anon_sym_auto] = ACTIONS(1289), - [anon_sym_register] = ACTIONS(1289), - [anon_sym_inline] = ACTIONS(1289), - [anon_sym___inline] = ACTIONS(1289), - [anon_sym___inline__] = ACTIONS(1289), - [anon_sym___forceinline] = ACTIONS(1289), - [anon_sym_thread_local] = ACTIONS(1289), - [anon_sym___thread] = ACTIONS(1289), - [anon_sym_const] = ACTIONS(1289), - [anon_sym_constexpr] = ACTIONS(1289), - [anon_sym_volatile] = ACTIONS(1289), - [anon_sym_restrict] = ACTIONS(1289), - [anon_sym___restrict__] = ACTIONS(1289), - [anon_sym__Atomic] = ACTIONS(1289), - [anon_sym__Noreturn] = ACTIONS(1289), - [anon_sym_noreturn] = ACTIONS(1289), - [anon_sym_alignas] = ACTIONS(1289), - [anon_sym__Alignas] = ACTIONS(1289), - [sym_primitive_type] = ACTIONS(1289), - [anon_sym_enum] = ACTIONS(1289), - [anon_sym_struct] = ACTIONS(1289), - [anon_sym_union] = ACTIONS(1289), - [anon_sym_if] = ACTIONS(1289), - [anon_sym_else] = ACTIONS(1289), - [anon_sym_switch] = ACTIONS(1289), - [anon_sym_case] = ACTIONS(1289), - [anon_sym_default] = ACTIONS(1289), - [anon_sym_while] = ACTIONS(1289), - [anon_sym_do] = ACTIONS(1289), - [anon_sym_for] = ACTIONS(1289), - [anon_sym_return] = ACTIONS(1289), - [anon_sym_break] = ACTIONS(1289), - [anon_sym_continue] = ACTIONS(1289), - [anon_sym_goto] = ACTIONS(1289), - [anon_sym___try] = ACTIONS(1289), - [anon_sym___leave] = ACTIONS(1289), - [anon_sym_DASH_DASH] = ACTIONS(1291), - [anon_sym_PLUS_PLUS] = ACTIONS(1291), - [anon_sym_sizeof] = ACTIONS(1289), - [anon_sym___alignof__] = ACTIONS(1289), - [anon_sym___alignof] = ACTIONS(1289), - [anon_sym__alignof] = ACTIONS(1289), - [anon_sym_alignof] = ACTIONS(1289), - [anon_sym__Alignof] = ACTIONS(1289), - [anon_sym_offsetof] = ACTIONS(1289), - [anon_sym__Generic] = ACTIONS(1289), - [anon_sym_asm] = ACTIONS(1289), - [anon_sym___asm__] = ACTIONS(1289), - [sym_number_literal] = ACTIONS(1291), - [anon_sym_L_SQUOTE] = ACTIONS(1291), - [anon_sym_u_SQUOTE] = ACTIONS(1291), - [anon_sym_U_SQUOTE] = ACTIONS(1291), - [anon_sym_u8_SQUOTE] = ACTIONS(1291), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_L_DQUOTE] = ACTIONS(1291), - [anon_sym_u_DQUOTE] = ACTIONS(1291), - [anon_sym_U_DQUOTE] = ACTIONS(1291), - [anon_sym_u8_DQUOTE] = ACTIONS(1291), - [anon_sym_DQUOTE] = ACTIONS(1291), - [sym_true] = ACTIONS(1289), - [sym_false] = ACTIONS(1289), - [anon_sym_NULL] = ACTIONS(1289), - [anon_sym_nullptr] = ACTIONS(1289), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1289), - [anon_sym_rayPayloadInEXT] = ACTIONS(1289), - [anon_sym_hitAttributeEXT] = ACTIONS(1289), - [anon_sym_callableDataEXT] = ACTIONS(1289), - [anon_sym_callableDataInEXT] = ACTIONS(1289), - [anon_sym_shaderRecordEXT] = ACTIONS(1289), - [anon_sym_rayPayloadNV] = ACTIONS(1289), - [anon_sym_rayPayloadInNV] = ACTIONS(1289), - [anon_sym_hitAttributeNV] = ACTIONS(1289), - [anon_sym_callableDataNV] = ACTIONS(1289), - [anon_sym_callableDataInNV] = ACTIONS(1289), - [anon_sym_shaderRecordNV] = ACTIONS(1289), - [anon_sym_layout] = ACTIONS(1289), + [253] = { + [ts_builtin_sym_end] = ACTIONS(1257), + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(1255), + [aux_sym_preproc_def_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), + [sym_preproc_directive] = ACTIONS(1255), + [anon_sym_LPAREN2] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_TILDE] = ACTIONS(1257), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_subroutine] = ACTIONS(1255), + [anon_sym_invariant] = ACTIONS(1255), + [anon_sym_precise] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_in] = ACTIONS(1255), + [anon_sym_out] = ACTIONS(1255), + [anon_sym_inout] = ACTIONS(1255), + [anon_sym_uniform] = ACTIONS(1255), + [anon_sym_shared] = ACTIONS(1255), + [anon_sym_attribute] = ACTIONS(1255), + [anon_sym_varying] = ACTIONS(1255), + [anon_sym_buffer] = ACTIONS(1255), + [anon_sym_coherent] = ACTIONS(1255), + [anon_sym_readonly] = ACTIONS(1255), + [anon_sym_writeonly] = ACTIONS(1255), + [anon_sym_precision] = ACTIONS(1255), + [anon_sym_highp] = ACTIONS(1255), + [anon_sym_mediump] = ACTIONS(1255), + [anon_sym_lowp] = ACTIONS(1255), + [anon_sym_centroid] = ACTIONS(1255), + [anon_sym_sample] = ACTIONS(1255), + [anon_sym_patch] = ACTIONS(1255), + [anon_sym_smooth] = ACTIONS(1255), + [anon_sym_flat] = ACTIONS(1255), + [anon_sym_noperspective] = ACTIONS(1255), + [anon_sym___extension__] = ACTIONS(1255), + [anon_sym_typedef] = ACTIONS(1255), + [anon_sym_extern] = ACTIONS(1255), + [anon_sym___attribute__] = ACTIONS(1255), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), + [anon_sym___declspec] = ACTIONS(1255), + [anon_sym___cdecl] = ACTIONS(1255), + [anon_sym___clrcall] = ACTIONS(1255), + [anon_sym___stdcall] = ACTIONS(1255), + [anon_sym___fastcall] = ACTIONS(1255), + [anon_sym___thiscall] = ACTIONS(1255), + [anon_sym___vectorcall] = ACTIONS(1255), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_signed] = ACTIONS(1255), + [anon_sym_unsigned] = ACTIONS(1255), + [anon_sym_long] = ACTIONS(1255), + [anon_sym_short] = ACTIONS(1255), + [anon_sym_static] = ACTIONS(1255), + [anon_sym_auto] = ACTIONS(1255), + [anon_sym_register] = ACTIONS(1255), + [anon_sym_inline] = ACTIONS(1255), + [anon_sym___inline] = ACTIONS(1255), + [anon_sym___inline__] = ACTIONS(1255), + [anon_sym___forceinline] = ACTIONS(1255), + [anon_sym_thread_local] = ACTIONS(1255), + [anon_sym___thread] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1255), + [anon_sym_constexpr] = ACTIONS(1255), + [anon_sym_volatile] = ACTIONS(1255), + [anon_sym_restrict] = ACTIONS(1255), + [anon_sym___restrict__] = ACTIONS(1255), + [anon_sym__Atomic] = ACTIONS(1255), + [anon_sym__Noreturn] = ACTIONS(1255), + [anon_sym_noreturn] = ACTIONS(1255), + [anon_sym__Nonnull] = ACTIONS(1255), + [anon_sym_alignas] = ACTIONS(1255), + [anon_sym__Alignas] = ACTIONS(1255), + [sym_primitive_type] = ACTIONS(1255), + [anon_sym_enum] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1255), + [anon_sym_union] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1255), + [anon_sym_else] = ACTIONS(1255), + [anon_sym_switch] = ACTIONS(1255), + [anon_sym_case] = ACTIONS(1255), + [anon_sym_default] = ACTIONS(1255), + [anon_sym_while] = ACTIONS(1255), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1255), + [anon_sym_break] = ACTIONS(1255), + [anon_sym_continue] = ACTIONS(1255), + [anon_sym_goto] = ACTIONS(1255), + [anon_sym___try] = ACTIONS(1255), + [anon_sym___leave] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1257), + [anon_sym_PLUS_PLUS] = ACTIONS(1257), + [anon_sym_sizeof] = ACTIONS(1255), + [anon_sym___alignof__] = ACTIONS(1255), + [anon_sym___alignof] = ACTIONS(1255), + [anon_sym__alignof] = ACTIONS(1255), + [anon_sym_alignof] = ACTIONS(1255), + [anon_sym__Alignof] = ACTIONS(1255), + [anon_sym_offsetof] = ACTIONS(1255), + [anon_sym__Generic] = ACTIONS(1255), + [anon_sym_asm] = ACTIONS(1255), + [anon_sym___asm__] = ACTIONS(1255), + [anon_sym___asm] = ACTIONS(1255), + [sym_number_literal] = ACTIONS(1257), + [anon_sym_L_SQUOTE] = ACTIONS(1257), + [anon_sym_u_SQUOTE] = ACTIONS(1257), + [anon_sym_U_SQUOTE] = ACTIONS(1257), + [anon_sym_u8_SQUOTE] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1257), + [anon_sym_L_DQUOTE] = ACTIONS(1257), + [anon_sym_u_DQUOTE] = ACTIONS(1257), + [anon_sym_U_DQUOTE] = ACTIONS(1257), + [anon_sym_u8_DQUOTE] = ACTIONS(1257), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_true] = ACTIONS(1255), + [sym_false] = ACTIONS(1255), + [anon_sym_NULL] = ACTIONS(1255), + [anon_sym_nullptr] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1255), + [anon_sym_rayPayloadInEXT] = ACTIONS(1255), + [anon_sym_hitAttributeEXT] = ACTIONS(1255), + [anon_sym_callableDataEXT] = ACTIONS(1255), + [anon_sym_callableDataInEXT] = ACTIONS(1255), + [anon_sym_shaderRecordEXT] = ACTIONS(1255), + [anon_sym_rayPayloadNV] = ACTIONS(1255), + [anon_sym_rayPayloadInNV] = ACTIONS(1255), + [anon_sym_hitAttributeNV] = ACTIONS(1255), + [anon_sym_callableDataNV] = ACTIONS(1255), + [anon_sym_callableDataInNV] = ACTIONS(1255), + [anon_sym_shaderRecordNV] = ACTIONS(1255), + [anon_sym_layout] = ACTIONS(1255), }, - [284] = { - [sym_identifier] = ACTIONS(1349), - [aux_sym_preproc_include_token1] = ACTIONS(1349), - [aux_sym_preproc_def_token1] = ACTIONS(1349), - [aux_sym_preproc_if_token1] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1349), - [sym_preproc_directive] = ACTIONS(1349), - [anon_sym_LPAREN2] = ACTIONS(1351), - [anon_sym_BANG] = ACTIONS(1351), - [anon_sym_TILDE] = ACTIONS(1351), - [anon_sym_DASH] = ACTIONS(1349), - [anon_sym_PLUS] = ACTIONS(1349), - [anon_sym_STAR] = ACTIONS(1351), - [anon_sym_AMP] = ACTIONS(1351), - [anon_sym_subroutine] = ACTIONS(1349), - [anon_sym_invariant] = ACTIONS(1349), - [anon_sym_precise] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_in] = ACTIONS(1349), - [anon_sym_out] = ACTIONS(1349), - [anon_sym_inout] = ACTIONS(1349), - [anon_sym_uniform] = ACTIONS(1349), - [anon_sym_shared] = ACTIONS(1349), - [anon_sym_attribute] = ACTIONS(1349), - [anon_sym_varying] = ACTIONS(1349), - [anon_sym_buffer] = ACTIONS(1349), - [anon_sym_coherent] = ACTIONS(1349), - [anon_sym_readonly] = ACTIONS(1349), - [anon_sym_writeonly] = ACTIONS(1349), - [anon_sym_precision] = ACTIONS(1349), - [anon_sym_highp] = ACTIONS(1349), - [anon_sym_mediump] = ACTIONS(1349), - [anon_sym_lowp] = ACTIONS(1349), - [anon_sym_centroid] = ACTIONS(1349), - [anon_sym_sample] = ACTIONS(1349), - [anon_sym_patch] = ACTIONS(1349), - [anon_sym_smooth] = ACTIONS(1349), - [anon_sym_flat] = ACTIONS(1349), - [anon_sym_noperspective] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1349), - [anon_sym_typedef] = ACTIONS(1349), - [anon_sym_extern] = ACTIONS(1349), - [anon_sym___attribute__] = ACTIONS(1349), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1351), - [anon_sym___declspec] = ACTIONS(1349), - [anon_sym___cdecl] = ACTIONS(1349), - [anon_sym___clrcall] = ACTIONS(1349), - [anon_sym___stdcall] = ACTIONS(1349), - [anon_sym___fastcall] = ACTIONS(1349), - [anon_sym___thiscall] = ACTIONS(1349), - [anon_sym___vectorcall] = ACTIONS(1349), - [anon_sym_LBRACE] = ACTIONS(1351), - [anon_sym_RBRACE] = ACTIONS(1351), - [anon_sym_signed] = ACTIONS(1349), - [anon_sym_unsigned] = ACTIONS(1349), - [anon_sym_long] = ACTIONS(1349), - [anon_sym_short] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1349), - [anon_sym_auto] = ACTIONS(1349), - [anon_sym_register] = ACTIONS(1349), - [anon_sym_inline] = ACTIONS(1349), - [anon_sym___inline] = ACTIONS(1349), - [anon_sym___inline__] = ACTIONS(1349), - [anon_sym___forceinline] = ACTIONS(1349), - [anon_sym_thread_local] = ACTIONS(1349), - [anon_sym___thread] = ACTIONS(1349), - [anon_sym_const] = ACTIONS(1349), - [anon_sym_constexpr] = ACTIONS(1349), - [anon_sym_volatile] = ACTIONS(1349), - [anon_sym_restrict] = ACTIONS(1349), - [anon_sym___restrict__] = ACTIONS(1349), - [anon_sym__Atomic] = ACTIONS(1349), - [anon_sym__Noreturn] = ACTIONS(1349), - [anon_sym_noreturn] = ACTIONS(1349), - [anon_sym_alignas] = ACTIONS(1349), - [anon_sym__Alignas] = ACTIONS(1349), - [sym_primitive_type] = ACTIONS(1349), - [anon_sym_enum] = ACTIONS(1349), - [anon_sym_struct] = ACTIONS(1349), - [anon_sym_union] = ACTIONS(1349), - [anon_sym_if] = ACTIONS(1349), - [anon_sym_else] = ACTIONS(1349), - [anon_sym_switch] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1349), - [anon_sym_default] = ACTIONS(1349), - [anon_sym_while] = ACTIONS(1349), - [anon_sym_do] = ACTIONS(1349), - [anon_sym_for] = ACTIONS(1349), - [anon_sym_return] = ACTIONS(1349), - [anon_sym_break] = ACTIONS(1349), - [anon_sym_continue] = ACTIONS(1349), - [anon_sym_goto] = ACTIONS(1349), - [anon_sym___try] = ACTIONS(1349), - [anon_sym___leave] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1351), - [anon_sym_PLUS_PLUS] = ACTIONS(1351), - [anon_sym_sizeof] = ACTIONS(1349), - [anon_sym___alignof__] = ACTIONS(1349), - [anon_sym___alignof] = ACTIONS(1349), - [anon_sym__alignof] = ACTIONS(1349), - [anon_sym_alignof] = ACTIONS(1349), - [anon_sym__Alignof] = ACTIONS(1349), - [anon_sym_offsetof] = ACTIONS(1349), - [anon_sym__Generic] = ACTIONS(1349), - [anon_sym_asm] = ACTIONS(1349), - [anon_sym___asm__] = ACTIONS(1349), - [sym_number_literal] = ACTIONS(1351), - [anon_sym_L_SQUOTE] = ACTIONS(1351), - [anon_sym_u_SQUOTE] = ACTIONS(1351), - [anon_sym_U_SQUOTE] = ACTIONS(1351), - [anon_sym_u8_SQUOTE] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1351), - [anon_sym_L_DQUOTE] = ACTIONS(1351), - [anon_sym_u_DQUOTE] = ACTIONS(1351), - [anon_sym_U_DQUOTE] = ACTIONS(1351), - [anon_sym_u8_DQUOTE] = ACTIONS(1351), - [anon_sym_DQUOTE] = ACTIONS(1351), - [sym_true] = ACTIONS(1349), - [sym_false] = ACTIONS(1349), - [anon_sym_NULL] = ACTIONS(1349), - [anon_sym_nullptr] = ACTIONS(1349), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1349), - [anon_sym_rayPayloadInEXT] = ACTIONS(1349), - [anon_sym_hitAttributeEXT] = ACTIONS(1349), - [anon_sym_callableDataEXT] = ACTIONS(1349), - [anon_sym_callableDataInEXT] = ACTIONS(1349), - [anon_sym_shaderRecordEXT] = ACTIONS(1349), - [anon_sym_rayPayloadNV] = ACTIONS(1349), - [anon_sym_rayPayloadInNV] = ACTIONS(1349), - [anon_sym_hitAttributeNV] = ACTIONS(1349), - [anon_sym_callableDataNV] = ACTIONS(1349), - [anon_sym_callableDataInNV] = ACTIONS(1349), - [anon_sym_shaderRecordNV] = ACTIONS(1349), - [anon_sym_layout] = ACTIONS(1349), + [254] = { + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token2] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym_subroutine] = ACTIONS(1311), + [anon_sym_invariant] = ACTIONS(1311), + [anon_sym_precise] = ACTIONS(1311), + [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym_in] = ACTIONS(1311), + [anon_sym_out] = ACTIONS(1311), + [anon_sym_inout] = ACTIONS(1311), + [anon_sym_uniform] = ACTIONS(1311), + [anon_sym_shared] = ACTIONS(1311), + [anon_sym_attribute] = ACTIONS(1311), + [anon_sym_varying] = ACTIONS(1311), + [anon_sym_buffer] = ACTIONS(1311), + [anon_sym_coherent] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1311), + [anon_sym_writeonly] = ACTIONS(1311), + [anon_sym_precision] = ACTIONS(1311), + [anon_sym_highp] = ACTIONS(1311), + [anon_sym_mediump] = ACTIONS(1311), + [anon_sym_lowp] = ACTIONS(1311), + [anon_sym_centroid] = ACTIONS(1311), + [anon_sym_sample] = ACTIONS(1311), + [anon_sym_patch] = ACTIONS(1311), + [anon_sym_smooth] = ACTIONS(1311), + [anon_sym_flat] = ACTIONS(1311), + [anon_sym_noperspective] = ACTIONS(1311), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [anon_sym__Nonnull] = ACTIONS(1311), + [anon_sym_alignas] = ACTIONS(1311), + [anon_sym__Alignas] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_else] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym___try] = ACTIONS(1311), + [anon_sym___leave] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [anon_sym___asm] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1311), + [anon_sym_rayPayloadInEXT] = ACTIONS(1311), + [anon_sym_hitAttributeEXT] = ACTIONS(1311), + [anon_sym_callableDataEXT] = ACTIONS(1311), + [anon_sym_callableDataInEXT] = ACTIONS(1311), + [anon_sym_shaderRecordEXT] = ACTIONS(1311), + [anon_sym_rayPayloadNV] = ACTIONS(1311), + [anon_sym_rayPayloadInNV] = ACTIONS(1311), + [anon_sym_hitAttributeNV] = ACTIONS(1311), + [anon_sym_callableDataNV] = ACTIONS(1311), + [anon_sym_callableDataInNV] = ACTIONS(1311), + [anon_sym_shaderRecordNV] = ACTIONS(1311), + [anon_sym_layout] = ACTIONS(1311), }, - [285] = { - [sym_identifier] = ACTIONS(1281), - [aux_sym_preproc_include_token1] = ACTIONS(1281), - [aux_sym_preproc_def_token1] = ACTIONS(1281), - [aux_sym_preproc_if_token1] = ACTIONS(1281), - [aux_sym_preproc_if_token2] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1281), - [sym_preproc_directive] = ACTIONS(1281), - [anon_sym_LPAREN2] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_DASH] = ACTIONS(1281), - [anon_sym_PLUS] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_subroutine] = ACTIONS(1281), - [anon_sym_invariant] = ACTIONS(1281), - [anon_sym_precise] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_in] = ACTIONS(1281), - [anon_sym_out] = ACTIONS(1281), - [anon_sym_inout] = ACTIONS(1281), - [anon_sym_uniform] = ACTIONS(1281), - [anon_sym_shared] = ACTIONS(1281), - [anon_sym_attribute] = ACTIONS(1281), - [anon_sym_varying] = ACTIONS(1281), - [anon_sym_buffer] = ACTIONS(1281), - [anon_sym_coherent] = ACTIONS(1281), - [anon_sym_readonly] = ACTIONS(1281), - [anon_sym_writeonly] = ACTIONS(1281), - [anon_sym_precision] = ACTIONS(1281), - [anon_sym_highp] = ACTIONS(1281), - [anon_sym_mediump] = ACTIONS(1281), - [anon_sym_lowp] = ACTIONS(1281), - [anon_sym_centroid] = ACTIONS(1281), - [anon_sym_sample] = ACTIONS(1281), - [anon_sym_patch] = ACTIONS(1281), - [anon_sym_smooth] = ACTIONS(1281), - [anon_sym_flat] = ACTIONS(1281), - [anon_sym_noperspective] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1281), - [anon_sym_typedef] = ACTIONS(1281), - [anon_sym_extern] = ACTIONS(1281), - [anon_sym___attribute__] = ACTIONS(1281), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1283), - [anon_sym___declspec] = ACTIONS(1281), - [anon_sym___cdecl] = ACTIONS(1281), - [anon_sym___clrcall] = ACTIONS(1281), - [anon_sym___stdcall] = ACTIONS(1281), - [anon_sym___fastcall] = ACTIONS(1281), - [anon_sym___thiscall] = ACTIONS(1281), - [anon_sym___vectorcall] = ACTIONS(1281), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_signed] = ACTIONS(1281), - [anon_sym_unsigned] = ACTIONS(1281), - [anon_sym_long] = ACTIONS(1281), - [anon_sym_short] = ACTIONS(1281), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_auto] = ACTIONS(1281), - [anon_sym_register] = ACTIONS(1281), - [anon_sym_inline] = ACTIONS(1281), - [anon_sym___inline] = ACTIONS(1281), - [anon_sym___inline__] = ACTIONS(1281), - [anon_sym___forceinline] = ACTIONS(1281), - [anon_sym_thread_local] = ACTIONS(1281), - [anon_sym___thread] = ACTIONS(1281), - [anon_sym_const] = ACTIONS(1281), - [anon_sym_constexpr] = ACTIONS(1281), - [anon_sym_volatile] = ACTIONS(1281), - [anon_sym_restrict] = ACTIONS(1281), - [anon_sym___restrict__] = ACTIONS(1281), - [anon_sym__Atomic] = ACTIONS(1281), - [anon_sym__Noreturn] = ACTIONS(1281), - [anon_sym_noreturn] = ACTIONS(1281), - [anon_sym_alignas] = ACTIONS(1281), - [anon_sym__Alignas] = ACTIONS(1281), - [sym_primitive_type] = ACTIONS(1281), - [anon_sym_enum] = ACTIONS(1281), - [anon_sym_struct] = ACTIONS(1281), - [anon_sym_union] = ACTIONS(1281), - [anon_sym_if] = ACTIONS(1281), - [anon_sym_else] = ACTIONS(1281), - [anon_sym_switch] = ACTIONS(1281), - [anon_sym_case] = ACTIONS(1281), - [anon_sym_default] = ACTIONS(1281), - [anon_sym_while] = ACTIONS(1281), - [anon_sym_do] = ACTIONS(1281), - [anon_sym_for] = ACTIONS(1281), - [anon_sym_return] = ACTIONS(1281), - [anon_sym_break] = ACTIONS(1281), - [anon_sym_continue] = ACTIONS(1281), - [anon_sym_goto] = ACTIONS(1281), - [anon_sym___try] = ACTIONS(1281), - [anon_sym___leave] = ACTIONS(1281), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1281), - [anon_sym___alignof__] = ACTIONS(1281), - [anon_sym___alignof] = ACTIONS(1281), - [anon_sym__alignof] = ACTIONS(1281), - [anon_sym_alignof] = ACTIONS(1281), - [anon_sym__Alignof] = ACTIONS(1281), - [anon_sym_offsetof] = ACTIONS(1281), - [anon_sym__Generic] = ACTIONS(1281), - [anon_sym_asm] = ACTIONS(1281), - [anon_sym___asm__] = ACTIONS(1281), - [sym_number_literal] = ACTIONS(1283), - [anon_sym_L_SQUOTE] = ACTIONS(1283), - [anon_sym_u_SQUOTE] = ACTIONS(1283), - [anon_sym_U_SQUOTE] = ACTIONS(1283), - [anon_sym_u8_SQUOTE] = ACTIONS(1283), - [anon_sym_SQUOTE] = ACTIONS(1283), - [anon_sym_L_DQUOTE] = ACTIONS(1283), - [anon_sym_u_DQUOTE] = ACTIONS(1283), - [anon_sym_U_DQUOTE] = ACTIONS(1283), - [anon_sym_u8_DQUOTE] = ACTIONS(1283), - [anon_sym_DQUOTE] = ACTIONS(1283), - [sym_true] = ACTIONS(1281), - [sym_false] = ACTIONS(1281), - [anon_sym_NULL] = ACTIONS(1281), - [anon_sym_nullptr] = ACTIONS(1281), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1281), - [anon_sym_rayPayloadInEXT] = ACTIONS(1281), - [anon_sym_hitAttributeEXT] = ACTIONS(1281), - [anon_sym_callableDataEXT] = ACTIONS(1281), - [anon_sym_callableDataInEXT] = ACTIONS(1281), - [anon_sym_shaderRecordEXT] = ACTIONS(1281), - [anon_sym_rayPayloadNV] = ACTIONS(1281), - [anon_sym_rayPayloadInNV] = ACTIONS(1281), - [anon_sym_hitAttributeNV] = ACTIONS(1281), - [anon_sym_callableDataNV] = ACTIONS(1281), - [anon_sym_callableDataInNV] = ACTIONS(1281), - [anon_sym_shaderRecordNV] = ACTIONS(1281), - [anon_sym_layout] = ACTIONS(1281), + [255] = { + [ts_builtin_sym_end] = ACTIONS(1333), + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym_subroutine] = ACTIONS(1331), + [anon_sym_invariant] = ACTIONS(1331), + [anon_sym_precise] = ACTIONS(1331), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_in] = ACTIONS(1331), + [anon_sym_out] = ACTIONS(1331), + [anon_sym_inout] = ACTIONS(1331), + [anon_sym_uniform] = ACTIONS(1331), + [anon_sym_shared] = ACTIONS(1331), + [anon_sym_attribute] = ACTIONS(1331), + [anon_sym_varying] = ACTIONS(1331), + [anon_sym_buffer] = ACTIONS(1331), + [anon_sym_coherent] = ACTIONS(1331), + [anon_sym_readonly] = ACTIONS(1331), + [anon_sym_writeonly] = ACTIONS(1331), + [anon_sym_precision] = ACTIONS(1331), + [anon_sym_highp] = ACTIONS(1331), + [anon_sym_mediump] = ACTIONS(1331), + [anon_sym_lowp] = ACTIONS(1331), + [anon_sym_centroid] = ACTIONS(1331), + [anon_sym_sample] = ACTIONS(1331), + [anon_sym_patch] = ACTIONS(1331), + [anon_sym_smooth] = ACTIONS(1331), + [anon_sym_flat] = ACTIONS(1331), + [anon_sym_noperspective] = ACTIONS(1331), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [anon_sym__Nonnull] = ACTIONS(1331), + [anon_sym_alignas] = ACTIONS(1331), + [anon_sym__Alignas] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_else] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym___try] = ACTIONS(1331), + [anon_sym___leave] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [anon_sym___asm] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1331), + [anon_sym_rayPayloadInEXT] = ACTIONS(1331), + [anon_sym_hitAttributeEXT] = ACTIONS(1331), + [anon_sym_callableDataEXT] = ACTIONS(1331), + [anon_sym_callableDataInEXT] = ACTIONS(1331), + [anon_sym_shaderRecordEXT] = ACTIONS(1331), + [anon_sym_rayPayloadNV] = ACTIONS(1331), + [anon_sym_rayPayloadInNV] = ACTIONS(1331), + [anon_sym_hitAttributeNV] = ACTIONS(1331), + [anon_sym_callableDataNV] = ACTIONS(1331), + [anon_sym_callableDataInNV] = ACTIONS(1331), + [anon_sym_shaderRecordNV] = ACTIONS(1331), + [anon_sym_layout] = ACTIONS(1331), }, - [286] = { - [ts_builtin_sym_end] = ACTIONS(1263), - [sym_identifier] = ACTIONS(1261), - [aux_sym_preproc_include_token1] = ACTIONS(1261), - [aux_sym_preproc_def_token1] = ACTIONS(1261), - [aux_sym_preproc_if_token1] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1261), - [sym_preproc_directive] = ACTIONS(1261), - [anon_sym_LPAREN2] = ACTIONS(1263), - [anon_sym_BANG] = ACTIONS(1263), - [anon_sym_TILDE] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_subroutine] = ACTIONS(1261), - [anon_sym_invariant] = ACTIONS(1261), - [anon_sym_precise] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_in] = ACTIONS(1261), - [anon_sym_out] = ACTIONS(1261), - [anon_sym_inout] = ACTIONS(1261), - [anon_sym_uniform] = ACTIONS(1261), - [anon_sym_shared] = ACTIONS(1261), - [anon_sym_attribute] = ACTIONS(1261), - [anon_sym_varying] = ACTIONS(1261), - [anon_sym_buffer] = ACTIONS(1261), - [anon_sym_coherent] = ACTIONS(1261), - [anon_sym_readonly] = ACTIONS(1261), - [anon_sym_writeonly] = ACTIONS(1261), - [anon_sym_precision] = ACTIONS(1261), - [anon_sym_highp] = ACTIONS(1261), - [anon_sym_mediump] = ACTIONS(1261), - [anon_sym_lowp] = ACTIONS(1261), - [anon_sym_centroid] = ACTIONS(1261), - [anon_sym_sample] = ACTIONS(1261), - [anon_sym_patch] = ACTIONS(1261), - [anon_sym_smooth] = ACTIONS(1261), - [anon_sym_flat] = ACTIONS(1261), - [anon_sym_noperspective] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1261), - [anon_sym_typedef] = ACTIONS(1261), - [anon_sym_extern] = ACTIONS(1261), - [anon_sym___attribute__] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1263), - [anon_sym___declspec] = ACTIONS(1261), - [anon_sym___cdecl] = ACTIONS(1261), - [anon_sym___clrcall] = ACTIONS(1261), - [anon_sym___stdcall] = ACTIONS(1261), - [anon_sym___fastcall] = ACTIONS(1261), - [anon_sym___thiscall] = ACTIONS(1261), - [anon_sym___vectorcall] = ACTIONS(1261), - [anon_sym_LBRACE] = ACTIONS(1263), - [anon_sym_signed] = ACTIONS(1261), - [anon_sym_unsigned] = ACTIONS(1261), - [anon_sym_long] = ACTIONS(1261), - [anon_sym_short] = ACTIONS(1261), - [anon_sym_static] = ACTIONS(1261), - [anon_sym_auto] = ACTIONS(1261), - [anon_sym_register] = ACTIONS(1261), - [anon_sym_inline] = ACTIONS(1261), - [anon_sym___inline] = ACTIONS(1261), - [anon_sym___inline__] = ACTIONS(1261), - [anon_sym___forceinline] = ACTIONS(1261), - [anon_sym_thread_local] = ACTIONS(1261), - [anon_sym___thread] = ACTIONS(1261), - [anon_sym_const] = ACTIONS(1261), - [anon_sym_constexpr] = ACTIONS(1261), - [anon_sym_volatile] = ACTIONS(1261), - [anon_sym_restrict] = ACTIONS(1261), - [anon_sym___restrict__] = ACTIONS(1261), - [anon_sym__Atomic] = ACTIONS(1261), - [anon_sym__Noreturn] = ACTIONS(1261), - [anon_sym_noreturn] = ACTIONS(1261), - [anon_sym_alignas] = ACTIONS(1261), - [anon_sym__Alignas] = ACTIONS(1261), - [sym_primitive_type] = ACTIONS(1261), - [anon_sym_enum] = ACTIONS(1261), - [anon_sym_struct] = ACTIONS(1261), - [anon_sym_union] = ACTIONS(1261), - [anon_sym_if] = ACTIONS(1261), - [anon_sym_else] = ACTIONS(1261), - [anon_sym_switch] = ACTIONS(1261), - [anon_sym_case] = ACTIONS(1261), - [anon_sym_default] = ACTIONS(1261), - [anon_sym_while] = ACTIONS(1261), - [anon_sym_do] = ACTIONS(1261), - [anon_sym_for] = ACTIONS(1261), - [anon_sym_return] = ACTIONS(1261), - [anon_sym_break] = ACTIONS(1261), - [anon_sym_continue] = ACTIONS(1261), - [anon_sym_goto] = ACTIONS(1261), - [anon_sym___try] = ACTIONS(1261), - [anon_sym___leave] = ACTIONS(1261), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_sizeof] = ACTIONS(1261), - [anon_sym___alignof__] = ACTIONS(1261), - [anon_sym___alignof] = ACTIONS(1261), - [anon_sym__alignof] = ACTIONS(1261), - [anon_sym_alignof] = ACTIONS(1261), - [anon_sym__Alignof] = ACTIONS(1261), - [anon_sym_offsetof] = ACTIONS(1261), - [anon_sym__Generic] = ACTIONS(1261), - [anon_sym_asm] = ACTIONS(1261), - [anon_sym___asm__] = ACTIONS(1261), - [sym_number_literal] = ACTIONS(1263), - [anon_sym_L_SQUOTE] = ACTIONS(1263), - [anon_sym_u_SQUOTE] = ACTIONS(1263), - [anon_sym_U_SQUOTE] = ACTIONS(1263), - [anon_sym_u8_SQUOTE] = ACTIONS(1263), - [anon_sym_SQUOTE] = ACTIONS(1263), - [anon_sym_L_DQUOTE] = ACTIONS(1263), - [anon_sym_u_DQUOTE] = ACTIONS(1263), - [anon_sym_U_DQUOTE] = ACTIONS(1263), - [anon_sym_u8_DQUOTE] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_true] = ACTIONS(1261), - [sym_false] = ACTIONS(1261), - [anon_sym_NULL] = ACTIONS(1261), - [anon_sym_nullptr] = ACTIONS(1261), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1261), - [anon_sym_rayPayloadInEXT] = ACTIONS(1261), - [anon_sym_hitAttributeEXT] = ACTIONS(1261), - [anon_sym_callableDataEXT] = ACTIONS(1261), - [anon_sym_callableDataInEXT] = ACTIONS(1261), - [anon_sym_shaderRecordEXT] = ACTIONS(1261), - [anon_sym_rayPayloadNV] = ACTIONS(1261), - [anon_sym_rayPayloadInNV] = ACTIONS(1261), - [anon_sym_hitAttributeNV] = ACTIONS(1261), - [anon_sym_callableDataNV] = ACTIONS(1261), - [anon_sym_callableDataInNV] = ACTIONS(1261), - [anon_sym_shaderRecordNV] = ACTIONS(1261), - [anon_sym_layout] = ACTIONS(1261), + [256] = { + [ts_builtin_sym_end] = ACTIONS(1273), + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_subroutine] = ACTIONS(1271), + [anon_sym_invariant] = ACTIONS(1271), + [anon_sym_precise] = ACTIONS(1271), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym_in] = ACTIONS(1271), + [anon_sym_out] = ACTIONS(1271), + [anon_sym_inout] = ACTIONS(1271), + [anon_sym_uniform] = ACTIONS(1271), + [anon_sym_shared] = ACTIONS(1271), + [anon_sym_attribute] = ACTIONS(1271), + [anon_sym_varying] = ACTIONS(1271), + [anon_sym_buffer] = ACTIONS(1271), + [anon_sym_coherent] = ACTIONS(1271), + [anon_sym_readonly] = ACTIONS(1271), + [anon_sym_writeonly] = ACTIONS(1271), + [anon_sym_precision] = ACTIONS(1271), + [anon_sym_highp] = ACTIONS(1271), + [anon_sym_mediump] = ACTIONS(1271), + [anon_sym_lowp] = ACTIONS(1271), + [anon_sym_centroid] = ACTIONS(1271), + [anon_sym_sample] = ACTIONS(1271), + [anon_sym_patch] = ACTIONS(1271), + [anon_sym_smooth] = ACTIONS(1271), + [anon_sym_flat] = ACTIONS(1271), + [anon_sym_noperspective] = ACTIONS(1271), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [anon_sym__Nonnull] = ACTIONS(1271), + [anon_sym_alignas] = ACTIONS(1271), + [anon_sym__Alignas] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym___try] = ACTIONS(1271), + [anon_sym___leave] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [anon_sym___asm] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1271), + [anon_sym_rayPayloadInEXT] = ACTIONS(1271), + [anon_sym_hitAttributeEXT] = ACTIONS(1271), + [anon_sym_callableDataEXT] = ACTIONS(1271), + [anon_sym_callableDataInEXT] = ACTIONS(1271), + [anon_sym_shaderRecordEXT] = ACTIONS(1271), + [anon_sym_rayPayloadNV] = ACTIONS(1271), + [anon_sym_rayPayloadInNV] = ACTIONS(1271), + [anon_sym_hitAttributeNV] = ACTIONS(1271), + [anon_sym_callableDataNV] = ACTIONS(1271), + [anon_sym_callableDataInNV] = ACTIONS(1271), + [anon_sym_shaderRecordNV] = ACTIONS(1271), + [anon_sym_layout] = ACTIONS(1271), }, - [287] = { - [ts_builtin_sym_end] = ACTIONS(1283), - [sym_identifier] = ACTIONS(1281), - [aux_sym_preproc_include_token1] = ACTIONS(1281), - [aux_sym_preproc_def_token1] = ACTIONS(1281), - [aux_sym_preproc_if_token1] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1281), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1281), - [sym_preproc_directive] = ACTIONS(1281), - [anon_sym_LPAREN2] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_DASH] = ACTIONS(1281), - [anon_sym_PLUS] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_subroutine] = ACTIONS(1281), - [anon_sym_invariant] = ACTIONS(1281), - [anon_sym_precise] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_in] = ACTIONS(1281), - [anon_sym_out] = ACTIONS(1281), - [anon_sym_inout] = ACTIONS(1281), - [anon_sym_uniform] = ACTIONS(1281), - [anon_sym_shared] = ACTIONS(1281), - [anon_sym_attribute] = ACTIONS(1281), - [anon_sym_varying] = ACTIONS(1281), - [anon_sym_buffer] = ACTIONS(1281), - [anon_sym_coherent] = ACTIONS(1281), - [anon_sym_readonly] = ACTIONS(1281), - [anon_sym_writeonly] = ACTIONS(1281), - [anon_sym_precision] = ACTIONS(1281), - [anon_sym_highp] = ACTIONS(1281), - [anon_sym_mediump] = ACTIONS(1281), - [anon_sym_lowp] = ACTIONS(1281), - [anon_sym_centroid] = ACTIONS(1281), - [anon_sym_sample] = ACTIONS(1281), - [anon_sym_patch] = ACTIONS(1281), - [anon_sym_smooth] = ACTIONS(1281), - [anon_sym_flat] = ACTIONS(1281), - [anon_sym_noperspective] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1281), - [anon_sym_typedef] = ACTIONS(1281), - [anon_sym_extern] = ACTIONS(1281), - [anon_sym___attribute__] = ACTIONS(1281), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1283), - [anon_sym___declspec] = ACTIONS(1281), - [anon_sym___cdecl] = ACTIONS(1281), - [anon_sym___clrcall] = ACTIONS(1281), - [anon_sym___stdcall] = ACTIONS(1281), - [anon_sym___fastcall] = ACTIONS(1281), - [anon_sym___thiscall] = ACTIONS(1281), - [anon_sym___vectorcall] = ACTIONS(1281), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_signed] = ACTIONS(1281), - [anon_sym_unsigned] = ACTIONS(1281), - [anon_sym_long] = ACTIONS(1281), - [anon_sym_short] = ACTIONS(1281), - [anon_sym_static] = ACTIONS(1281), - [anon_sym_auto] = ACTIONS(1281), - [anon_sym_register] = ACTIONS(1281), - [anon_sym_inline] = ACTIONS(1281), - [anon_sym___inline] = ACTIONS(1281), - [anon_sym___inline__] = ACTIONS(1281), - [anon_sym___forceinline] = ACTIONS(1281), - [anon_sym_thread_local] = ACTIONS(1281), - [anon_sym___thread] = ACTIONS(1281), - [anon_sym_const] = ACTIONS(1281), - [anon_sym_constexpr] = ACTIONS(1281), - [anon_sym_volatile] = ACTIONS(1281), - [anon_sym_restrict] = ACTIONS(1281), - [anon_sym___restrict__] = ACTIONS(1281), - [anon_sym__Atomic] = ACTIONS(1281), - [anon_sym__Noreturn] = ACTIONS(1281), - [anon_sym_noreturn] = ACTIONS(1281), - [anon_sym_alignas] = ACTIONS(1281), - [anon_sym__Alignas] = ACTIONS(1281), - [sym_primitive_type] = ACTIONS(1281), - [anon_sym_enum] = ACTIONS(1281), - [anon_sym_struct] = ACTIONS(1281), - [anon_sym_union] = ACTIONS(1281), - [anon_sym_if] = ACTIONS(1281), - [anon_sym_else] = ACTIONS(1281), - [anon_sym_switch] = ACTIONS(1281), - [anon_sym_case] = ACTIONS(1281), - [anon_sym_default] = ACTIONS(1281), - [anon_sym_while] = ACTIONS(1281), - [anon_sym_do] = ACTIONS(1281), - [anon_sym_for] = ACTIONS(1281), - [anon_sym_return] = ACTIONS(1281), - [anon_sym_break] = ACTIONS(1281), - [anon_sym_continue] = ACTIONS(1281), - [anon_sym_goto] = ACTIONS(1281), - [anon_sym___try] = ACTIONS(1281), - [anon_sym___leave] = ACTIONS(1281), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1281), - [anon_sym___alignof__] = ACTIONS(1281), - [anon_sym___alignof] = ACTIONS(1281), - [anon_sym__alignof] = ACTIONS(1281), - [anon_sym_alignof] = ACTIONS(1281), - [anon_sym__Alignof] = ACTIONS(1281), - [anon_sym_offsetof] = ACTIONS(1281), - [anon_sym__Generic] = ACTIONS(1281), - [anon_sym_asm] = ACTIONS(1281), - [anon_sym___asm__] = ACTIONS(1281), - [sym_number_literal] = ACTIONS(1283), - [anon_sym_L_SQUOTE] = ACTIONS(1283), - [anon_sym_u_SQUOTE] = ACTIONS(1283), - [anon_sym_U_SQUOTE] = ACTIONS(1283), - [anon_sym_u8_SQUOTE] = ACTIONS(1283), - [anon_sym_SQUOTE] = ACTIONS(1283), - [anon_sym_L_DQUOTE] = ACTIONS(1283), - [anon_sym_u_DQUOTE] = ACTIONS(1283), - [anon_sym_U_DQUOTE] = ACTIONS(1283), - [anon_sym_u8_DQUOTE] = ACTIONS(1283), - [anon_sym_DQUOTE] = ACTIONS(1283), - [sym_true] = ACTIONS(1281), - [sym_false] = ACTIONS(1281), - [anon_sym_NULL] = ACTIONS(1281), - [anon_sym_nullptr] = ACTIONS(1281), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1281), - [anon_sym_rayPayloadInEXT] = ACTIONS(1281), - [anon_sym_hitAttributeEXT] = ACTIONS(1281), - [anon_sym_callableDataEXT] = ACTIONS(1281), - [anon_sym_callableDataInEXT] = ACTIONS(1281), - [anon_sym_shaderRecordEXT] = ACTIONS(1281), - [anon_sym_rayPayloadNV] = ACTIONS(1281), - [anon_sym_rayPayloadInNV] = ACTIONS(1281), - [anon_sym_hitAttributeNV] = ACTIONS(1281), - [anon_sym_callableDataNV] = ACTIONS(1281), - [anon_sym_callableDataInNV] = ACTIONS(1281), - [anon_sym_shaderRecordNV] = ACTIONS(1281), - [anon_sym_layout] = ACTIONS(1281), + [257] = { + [ts_builtin_sym_end] = ACTIONS(1309), + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_subroutine] = ACTIONS(1307), + [anon_sym_invariant] = ACTIONS(1307), + [anon_sym_precise] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_in] = ACTIONS(1307), + [anon_sym_out] = ACTIONS(1307), + [anon_sym_inout] = ACTIONS(1307), + [anon_sym_uniform] = ACTIONS(1307), + [anon_sym_shared] = ACTIONS(1307), + [anon_sym_attribute] = ACTIONS(1307), + [anon_sym_varying] = ACTIONS(1307), + [anon_sym_buffer] = ACTIONS(1307), + [anon_sym_coherent] = ACTIONS(1307), + [anon_sym_readonly] = ACTIONS(1307), + [anon_sym_writeonly] = ACTIONS(1307), + [anon_sym_precision] = ACTIONS(1307), + [anon_sym_highp] = ACTIONS(1307), + [anon_sym_mediump] = ACTIONS(1307), + [anon_sym_lowp] = ACTIONS(1307), + [anon_sym_centroid] = ACTIONS(1307), + [anon_sym_sample] = ACTIONS(1307), + [anon_sym_patch] = ACTIONS(1307), + [anon_sym_smooth] = ACTIONS(1307), + [anon_sym_flat] = ACTIONS(1307), + [anon_sym_noperspective] = ACTIONS(1307), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [anon_sym__Nonnull] = ACTIONS(1307), + [anon_sym_alignas] = ACTIONS(1307), + [anon_sym__Alignas] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym___try] = ACTIONS(1307), + [anon_sym___leave] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [anon_sym___asm] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1307), + [anon_sym_rayPayloadInEXT] = ACTIONS(1307), + [anon_sym_hitAttributeEXT] = ACTIONS(1307), + [anon_sym_callableDataEXT] = ACTIONS(1307), + [anon_sym_callableDataInEXT] = ACTIONS(1307), + [anon_sym_shaderRecordEXT] = ACTIONS(1307), + [anon_sym_rayPayloadNV] = ACTIONS(1307), + [anon_sym_rayPayloadInNV] = ACTIONS(1307), + [anon_sym_hitAttributeNV] = ACTIONS(1307), + [anon_sym_callableDataNV] = ACTIONS(1307), + [anon_sym_callableDataInNV] = ACTIONS(1307), + [anon_sym_shaderRecordNV] = ACTIONS(1307), + [anon_sym_layout] = ACTIONS(1307), }, - [288] = { - [ts_builtin_sym_end] = ACTIONS(1335), - [sym_identifier] = ACTIONS(1333), - [aux_sym_preproc_include_token1] = ACTIONS(1333), - [aux_sym_preproc_def_token1] = ACTIONS(1333), - [aux_sym_preproc_if_token1] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1333), - [sym_preproc_directive] = ACTIONS(1333), - [anon_sym_LPAREN2] = ACTIONS(1335), - [anon_sym_BANG] = ACTIONS(1335), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1335), - [anon_sym_subroutine] = ACTIONS(1333), - [anon_sym_invariant] = ACTIONS(1333), - [anon_sym_precise] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_in] = ACTIONS(1333), - [anon_sym_out] = ACTIONS(1333), - [anon_sym_inout] = ACTIONS(1333), - [anon_sym_uniform] = ACTIONS(1333), - [anon_sym_shared] = ACTIONS(1333), - [anon_sym_attribute] = ACTIONS(1333), - [anon_sym_varying] = ACTIONS(1333), - [anon_sym_buffer] = ACTIONS(1333), - [anon_sym_coherent] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_writeonly] = ACTIONS(1333), - [anon_sym_precision] = ACTIONS(1333), - [anon_sym_highp] = ACTIONS(1333), - [anon_sym_mediump] = ACTIONS(1333), - [anon_sym_lowp] = ACTIONS(1333), - [anon_sym_centroid] = ACTIONS(1333), - [anon_sym_sample] = ACTIONS(1333), - [anon_sym_patch] = ACTIONS(1333), - [anon_sym_smooth] = ACTIONS(1333), - [anon_sym_flat] = ACTIONS(1333), - [anon_sym_noperspective] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1333), - [anon_sym_typedef] = ACTIONS(1333), - [anon_sym_extern] = ACTIONS(1333), - [anon_sym___attribute__] = ACTIONS(1333), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), - [anon_sym___declspec] = ACTIONS(1333), - [anon_sym___cdecl] = ACTIONS(1333), - [anon_sym___clrcall] = ACTIONS(1333), - [anon_sym___stdcall] = ACTIONS(1333), - [anon_sym___fastcall] = ACTIONS(1333), - [anon_sym___thiscall] = ACTIONS(1333), - [anon_sym___vectorcall] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_signed] = ACTIONS(1333), - [anon_sym_unsigned] = ACTIONS(1333), - [anon_sym_long] = ACTIONS(1333), - [anon_sym_short] = ACTIONS(1333), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_auto] = ACTIONS(1333), - [anon_sym_register] = ACTIONS(1333), - [anon_sym_inline] = ACTIONS(1333), - [anon_sym___inline] = ACTIONS(1333), - [anon_sym___inline__] = ACTIONS(1333), - [anon_sym___forceinline] = ACTIONS(1333), - [anon_sym_thread_local] = ACTIONS(1333), - [anon_sym___thread] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_constexpr] = ACTIONS(1333), - [anon_sym_volatile] = ACTIONS(1333), - [anon_sym_restrict] = ACTIONS(1333), - [anon_sym___restrict__] = ACTIONS(1333), - [anon_sym__Atomic] = ACTIONS(1333), - [anon_sym__Noreturn] = ACTIONS(1333), - [anon_sym_noreturn] = ACTIONS(1333), - [anon_sym_alignas] = ACTIONS(1333), - [anon_sym__Alignas] = ACTIONS(1333), - [sym_primitive_type] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - [anon_sym_struct] = ACTIONS(1333), - [anon_sym_union] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_goto] = ACTIONS(1333), - [anon_sym___try] = ACTIONS(1333), - [anon_sym___leave] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_PLUS_PLUS] = ACTIONS(1335), - [anon_sym_sizeof] = ACTIONS(1333), - [anon_sym___alignof__] = ACTIONS(1333), - [anon_sym___alignof] = ACTIONS(1333), - [anon_sym__alignof] = ACTIONS(1333), - [anon_sym_alignof] = ACTIONS(1333), - [anon_sym__Alignof] = ACTIONS(1333), - [anon_sym_offsetof] = ACTIONS(1333), - [anon_sym__Generic] = ACTIONS(1333), - [anon_sym_asm] = ACTIONS(1333), - [anon_sym___asm__] = ACTIONS(1333), - [sym_number_literal] = ACTIONS(1335), - [anon_sym_L_SQUOTE] = ACTIONS(1335), - [anon_sym_u_SQUOTE] = ACTIONS(1335), - [anon_sym_U_SQUOTE] = ACTIONS(1335), - [anon_sym_u8_SQUOTE] = ACTIONS(1335), - [anon_sym_SQUOTE] = ACTIONS(1335), - [anon_sym_L_DQUOTE] = ACTIONS(1335), - [anon_sym_u_DQUOTE] = ACTIONS(1335), - [anon_sym_U_DQUOTE] = ACTIONS(1335), - [anon_sym_u8_DQUOTE] = ACTIONS(1335), - [anon_sym_DQUOTE] = ACTIONS(1335), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [anon_sym_NULL] = ACTIONS(1333), - [anon_sym_nullptr] = ACTIONS(1333), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1333), - [anon_sym_rayPayloadInEXT] = ACTIONS(1333), - [anon_sym_hitAttributeEXT] = ACTIONS(1333), - [anon_sym_callableDataEXT] = ACTIONS(1333), - [anon_sym_callableDataInEXT] = ACTIONS(1333), - [anon_sym_shaderRecordEXT] = ACTIONS(1333), - [anon_sym_rayPayloadNV] = ACTIONS(1333), - [anon_sym_rayPayloadInNV] = ACTIONS(1333), - [anon_sym_hitAttributeNV] = ACTIONS(1333), - [anon_sym_callableDataNV] = ACTIONS(1333), - [anon_sym_callableDataInNV] = ACTIONS(1333), - [anon_sym_shaderRecordNV] = ACTIONS(1333), - [anon_sym_layout] = ACTIONS(1333), + [258] = { + [ts_builtin_sym_end] = ACTIONS(1277), + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), }, - [289] = { - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token2] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), + [259] = { + [ts_builtin_sym_end] = ACTIONS(1341), + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_subroutine] = ACTIONS(1339), + [anon_sym_invariant] = ACTIONS(1339), + [anon_sym_precise] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_in] = ACTIONS(1339), + [anon_sym_out] = ACTIONS(1339), + [anon_sym_inout] = ACTIONS(1339), + [anon_sym_uniform] = ACTIONS(1339), + [anon_sym_shared] = ACTIONS(1339), + [anon_sym_attribute] = ACTIONS(1339), + [anon_sym_varying] = ACTIONS(1339), + [anon_sym_buffer] = ACTIONS(1339), + [anon_sym_coherent] = ACTIONS(1339), + [anon_sym_readonly] = ACTIONS(1339), + [anon_sym_writeonly] = ACTIONS(1339), + [anon_sym_precision] = ACTIONS(1339), + [anon_sym_highp] = ACTIONS(1339), + [anon_sym_mediump] = ACTIONS(1339), + [anon_sym_lowp] = ACTIONS(1339), + [anon_sym_centroid] = ACTIONS(1339), + [anon_sym_sample] = ACTIONS(1339), + [anon_sym_patch] = ACTIONS(1339), + [anon_sym_smooth] = ACTIONS(1339), + [anon_sym_flat] = ACTIONS(1339), + [anon_sym_noperspective] = ACTIONS(1339), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [anon_sym__Nonnull] = ACTIONS(1339), + [anon_sym_alignas] = ACTIONS(1339), + [anon_sym__Alignas] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_else] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym___try] = ACTIONS(1339), + [anon_sym___leave] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1339), + [anon_sym_rayPayloadInEXT] = ACTIONS(1339), + [anon_sym_hitAttributeEXT] = ACTIONS(1339), + [anon_sym_callableDataEXT] = ACTIONS(1339), + [anon_sym_callableDataInEXT] = ACTIONS(1339), + [anon_sym_shaderRecordEXT] = ACTIONS(1339), + [anon_sym_rayPayloadNV] = ACTIONS(1339), + [anon_sym_rayPayloadInNV] = ACTIONS(1339), + [anon_sym_hitAttributeNV] = ACTIONS(1339), + [anon_sym_callableDataNV] = ACTIONS(1339), + [anon_sym_callableDataInNV] = ACTIONS(1339), + [anon_sym_shaderRecordNV] = ACTIONS(1339), + [anon_sym_layout] = ACTIONS(1339), }, - [290] = { - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token2] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), + [260] = { + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token2] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym_subroutine] = ACTIONS(1331), + [anon_sym_invariant] = ACTIONS(1331), + [anon_sym_precise] = ACTIONS(1331), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_in] = ACTIONS(1331), + [anon_sym_out] = ACTIONS(1331), + [anon_sym_inout] = ACTIONS(1331), + [anon_sym_uniform] = ACTIONS(1331), + [anon_sym_shared] = ACTIONS(1331), + [anon_sym_attribute] = ACTIONS(1331), + [anon_sym_varying] = ACTIONS(1331), + [anon_sym_buffer] = ACTIONS(1331), + [anon_sym_coherent] = ACTIONS(1331), + [anon_sym_readonly] = ACTIONS(1331), + [anon_sym_writeonly] = ACTIONS(1331), + [anon_sym_precision] = ACTIONS(1331), + [anon_sym_highp] = ACTIONS(1331), + [anon_sym_mediump] = ACTIONS(1331), + [anon_sym_lowp] = ACTIONS(1331), + [anon_sym_centroid] = ACTIONS(1331), + [anon_sym_sample] = ACTIONS(1331), + [anon_sym_patch] = ACTIONS(1331), + [anon_sym_smooth] = ACTIONS(1331), + [anon_sym_flat] = ACTIONS(1331), + [anon_sym_noperspective] = ACTIONS(1331), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [anon_sym__Nonnull] = ACTIONS(1331), + [anon_sym_alignas] = ACTIONS(1331), + [anon_sym__Alignas] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_else] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym___try] = ACTIONS(1331), + [anon_sym___leave] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [anon_sym___asm] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1331), + [anon_sym_rayPayloadInEXT] = ACTIONS(1331), + [anon_sym_hitAttributeEXT] = ACTIONS(1331), + [anon_sym_callableDataEXT] = ACTIONS(1331), + [anon_sym_callableDataInEXT] = ACTIONS(1331), + [anon_sym_shaderRecordEXT] = ACTIONS(1331), + [anon_sym_rayPayloadNV] = ACTIONS(1331), + [anon_sym_rayPayloadInNV] = ACTIONS(1331), + [anon_sym_hitAttributeNV] = ACTIONS(1331), + [anon_sym_callableDataNV] = ACTIONS(1331), + [anon_sym_callableDataInNV] = ACTIONS(1331), + [anon_sym_shaderRecordNV] = ACTIONS(1331), + [anon_sym_layout] = ACTIONS(1331), }, - [291] = { - [sym_identifier] = ACTIONS(1289), - [aux_sym_preproc_include_token1] = ACTIONS(1289), - [aux_sym_preproc_def_token1] = ACTIONS(1289), - [aux_sym_preproc_if_token1] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1289), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1289), - [sym_preproc_directive] = ACTIONS(1289), - [anon_sym_LPAREN2] = ACTIONS(1291), - [anon_sym_BANG] = ACTIONS(1291), - [anon_sym_TILDE] = ACTIONS(1291), - [anon_sym_DASH] = ACTIONS(1289), - [anon_sym_PLUS] = ACTIONS(1289), - [anon_sym_STAR] = ACTIONS(1291), - [anon_sym_AMP] = ACTIONS(1291), - [anon_sym_subroutine] = ACTIONS(1289), - [anon_sym_invariant] = ACTIONS(1289), - [anon_sym_precise] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1291), - [anon_sym_in] = ACTIONS(1289), - [anon_sym_out] = ACTIONS(1289), - [anon_sym_inout] = ACTIONS(1289), - [anon_sym_uniform] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(1289), - [anon_sym_attribute] = ACTIONS(1289), - [anon_sym_varying] = ACTIONS(1289), - [anon_sym_buffer] = ACTIONS(1289), - [anon_sym_coherent] = ACTIONS(1289), - [anon_sym_readonly] = ACTIONS(1289), - [anon_sym_writeonly] = ACTIONS(1289), - [anon_sym_precision] = ACTIONS(1289), - [anon_sym_highp] = ACTIONS(1289), - [anon_sym_mediump] = ACTIONS(1289), - [anon_sym_lowp] = ACTIONS(1289), - [anon_sym_centroid] = ACTIONS(1289), - [anon_sym_sample] = ACTIONS(1289), - [anon_sym_patch] = ACTIONS(1289), - [anon_sym_smooth] = ACTIONS(1289), - [anon_sym_flat] = ACTIONS(1289), - [anon_sym_noperspective] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1289), - [anon_sym_typedef] = ACTIONS(1289), - [anon_sym_extern] = ACTIONS(1289), - [anon_sym___attribute__] = ACTIONS(1289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1291), - [anon_sym___declspec] = ACTIONS(1289), - [anon_sym___cdecl] = ACTIONS(1289), - [anon_sym___clrcall] = ACTIONS(1289), - [anon_sym___stdcall] = ACTIONS(1289), - [anon_sym___fastcall] = ACTIONS(1289), - [anon_sym___thiscall] = ACTIONS(1289), - [anon_sym___vectorcall] = ACTIONS(1289), - [anon_sym_LBRACE] = ACTIONS(1291), - [anon_sym_RBRACE] = ACTIONS(1291), - [anon_sym_signed] = ACTIONS(1289), - [anon_sym_unsigned] = ACTIONS(1289), - [anon_sym_long] = ACTIONS(1289), - [anon_sym_short] = ACTIONS(1289), - [anon_sym_static] = ACTIONS(1289), - [anon_sym_auto] = ACTIONS(1289), - [anon_sym_register] = ACTIONS(1289), - [anon_sym_inline] = ACTIONS(1289), - [anon_sym___inline] = ACTIONS(1289), - [anon_sym___inline__] = ACTIONS(1289), - [anon_sym___forceinline] = ACTIONS(1289), - [anon_sym_thread_local] = ACTIONS(1289), - [anon_sym___thread] = ACTIONS(1289), - [anon_sym_const] = ACTIONS(1289), - [anon_sym_constexpr] = ACTIONS(1289), - [anon_sym_volatile] = ACTIONS(1289), - [anon_sym_restrict] = ACTIONS(1289), - [anon_sym___restrict__] = ACTIONS(1289), - [anon_sym__Atomic] = ACTIONS(1289), - [anon_sym__Noreturn] = ACTIONS(1289), - [anon_sym_noreturn] = ACTIONS(1289), - [anon_sym_alignas] = ACTIONS(1289), - [anon_sym__Alignas] = ACTIONS(1289), - [sym_primitive_type] = ACTIONS(1289), - [anon_sym_enum] = ACTIONS(1289), - [anon_sym_struct] = ACTIONS(1289), - [anon_sym_union] = ACTIONS(1289), - [anon_sym_if] = ACTIONS(1289), - [anon_sym_else] = ACTIONS(1289), - [anon_sym_switch] = ACTIONS(1289), - [anon_sym_case] = ACTIONS(1289), - [anon_sym_default] = ACTIONS(1289), - [anon_sym_while] = ACTIONS(1289), - [anon_sym_do] = ACTIONS(1289), - [anon_sym_for] = ACTIONS(1289), - [anon_sym_return] = ACTIONS(1289), - [anon_sym_break] = ACTIONS(1289), - [anon_sym_continue] = ACTIONS(1289), - [anon_sym_goto] = ACTIONS(1289), - [anon_sym___try] = ACTIONS(1289), - [anon_sym___leave] = ACTIONS(1289), - [anon_sym_DASH_DASH] = ACTIONS(1291), - [anon_sym_PLUS_PLUS] = ACTIONS(1291), - [anon_sym_sizeof] = ACTIONS(1289), - [anon_sym___alignof__] = ACTIONS(1289), - [anon_sym___alignof] = ACTIONS(1289), - [anon_sym__alignof] = ACTIONS(1289), - [anon_sym_alignof] = ACTIONS(1289), - [anon_sym__Alignof] = ACTIONS(1289), - [anon_sym_offsetof] = ACTIONS(1289), - [anon_sym__Generic] = ACTIONS(1289), - [anon_sym_asm] = ACTIONS(1289), - [anon_sym___asm__] = ACTIONS(1289), - [sym_number_literal] = ACTIONS(1291), - [anon_sym_L_SQUOTE] = ACTIONS(1291), - [anon_sym_u_SQUOTE] = ACTIONS(1291), - [anon_sym_U_SQUOTE] = ACTIONS(1291), - [anon_sym_u8_SQUOTE] = ACTIONS(1291), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_L_DQUOTE] = ACTIONS(1291), - [anon_sym_u_DQUOTE] = ACTIONS(1291), - [anon_sym_U_DQUOTE] = ACTIONS(1291), - [anon_sym_u8_DQUOTE] = ACTIONS(1291), - [anon_sym_DQUOTE] = ACTIONS(1291), - [sym_true] = ACTIONS(1289), - [sym_false] = ACTIONS(1289), - [anon_sym_NULL] = ACTIONS(1289), - [anon_sym_nullptr] = ACTIONS(1289), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1289), - [anon_sym_rayPayloadInEXT] = ACTIONS(1289), - [anon_sym_hitAttributeEXT] = ACTIONS(1289), - [anon_sym_callableDataEXT] = ACTIONS(1289), - [anon_sym_callableDataInEXT] = ACTIONS(1289), - [anon_sym_shaderRecordEXT] = ACTIONS(1289), - [anon_sym_rayPayloadNV] = ACTIONS(1289), - [anon_sym_rayPayloadInNV] = ACTIONS(1289), - [anon_sym_hitAttributeNV] = ACTIONS(1289), - [anon_sym_callableDataNV] = ACTIONS(1289), - [anon_sym_callableDataInNV] = ACTIONS(1289), - [anon_sym_shaderRecordNV] = ACTIONS(1289), - [anon_sym_layout] = ACTIONS(1289), + [261] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), }, - [292] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token2] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_subroutine] = ACTIONS(1389), - [anon_sym_invariant] = ACTIONS(1389), - [anon_sym_precise] = ACTIONS(1389), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_in] = ACTIONS(1389), - [anon_sym_out] = ACTIONS(1389), - [anon_sym_inout] = ACTIONS(1389), - [anon_sym_uniform] = ACTIONS(1389), - [anon_sym_shared] = ACTIONS(1389), - [anon_sym_attribute] = ACTIONS(1389), - [anon_sym_varying] = ACTIONS(1389), - [anon_sym_buffer] = ACTIONS(1389), - [anon_sym_coherent] = ACTIONS(1389), - [anon_sym_readonly] = ACTIONS(1389), - [anon_sym_writeonly] = ACTIONS(1389), - [anon_sym_precision] = ACTIONS(1389), - [anon_sym_highp] = ACTIONS(1389), - [anon_sym_mediump] = ACTIONS(1389), - [anon_sym_lowp] = ACTIONS(1389), - [anon_sym_centroid] = ACTIONS(1389), - [anon_sym_sample] = ACTIONS(1389), - [anon_sym_patch] = ACTIONS(1389), - [anon_sym_smooth] = ACTIONS(1389), - [anon_sym_flat] = ACTIONS(1389), - [anon_sym_noperspective] = ACTIONS(1389), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [anon_sym_alignas] = ACTIONS(1389), - [anon_sym__Alignas] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_else] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym___try] = ACTIONS(1389), - [anon_sym___leave] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1389), - [anon_sym_rayPayloadInEXT] = ACTIONS(1389), - [anon_sym_hitAttributeEXT] = ACTIONS(1389), - [anon_sym_callableDataEXT] = ACTIONS(1389), - [anon_sym_callableDataInEXT] = ACTIONS(1389), - [anon_sym_shaderRecordEXT] = ACTIONS(1389), - [anon_sym_rayPayloadNV] = ACTIONS(1389), - [anon_sym_rayPayloadInNV] = ACTIONS(1389), - [anon_sym_hitAttributeNV] = ACTIONS(1389), - [anon_sym_callableDataNV] = ACTIONS(1389), - [anon_sym_callableDataInNV] = ACTIONS(1389), - [anon_sym_shaderRecordNV] = ACTIONS(1389), - [anon_sym_layout] = ACTIONS(1389), + [262] = { + [ts_builtin_sym_end] = ACTIONS(1321), + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_subroutine] = ACTIONS(1319), + [anon_sym_invariant] = ACTIONS(1319), + [anon_sym_precise] = ACTIONS(1319), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym_in] = ACTIONS(1319), + [anon_sym_out] = ACTIONS(1319), + [anon_sym_inout] = ACTIONS(1319), + [anon_sym_uniform] = ACTIONS(1319), + [anon_sym_shared] = ACTIONS(1319), + [anon_sym_attribute] = ACTIONS(1319), + [anon_sym_varying] = ACTIONS(1319), + [anon_sym_buffer] = ACTIONS(1319), + [anon_sym_coherent] = ACTIONS(1319), + [anon_sym_readonly] = ACTIONS(1319), + [anon_sym_writeonly] = ACTIONS(1319), + [anon_sym_precision] = ACTIONS(1319), + [anon_sym_highp] = ACTIONS(1319), + [anon_sym_mediump] = ACTIONS(1319), + [anon_sym_lowp] = ACTIONS(1319), + [anon_sym_centroid] = ACTIONS(1319), + [anon_sym_sample] = ACTIONS(1319), + [anon_sym_patch] = ACTIONS(1319), + [anon_sym_smooth] = ACTIONS(1319), + [anon_sym_flat] = ACTIONS(1319), + [anon_sym_noperspective] = ACTIONS(1319), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [anon_sym__Nonnull] = ACTIONS(1319), + [anon_sym_alignas] = ACTIONS(1319), + [anon_sym__Alignas] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_else] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym___try] = ACTIONS(1319), + [anon_sym___leave] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [anon_sym___asm] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1319), + [anon_sym_rayPayloadInEXT] = ACTIONS(1319), + [anon_sym_hitAttributeEXT] = ACTIONS(1319), + [anon_sym_callableDataEXT] = ACTIONS(1319), + [anon_sym_callableDataInEXT] = ACTIONS(1319), + [anon_sym_shaderRecordEXT] = ACTIONS(1319), + [anon_sym_rayPayloadNV] = ACTIONS(1319), + [anon_sym_rayPayloadInNV] = ACTIONS(1319), + [anon_sym_hitAttributeNV] = ACTIONS(1319), + [anon_sym_callableDataNV] = ACTIONS(1319), + [anon_sym_callableDataInNV] = ACTIONS(1319), + [anon_sym_shaderRecordNV] = ACTIONS(1319), + [anon_sym_layout] = ACTIONS(1319), }, - [293] = { - [sym_identifier] = ACTIONS(1345), - [aux_sym_preproc_include_token1] = ACTIONS(1345), - [aux_sym_preproc_def_token1] = ACTIONS(1345), - [aux_sym_preproc_if_token1] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1345), - [sym_preproc_directive] = ACTIONS(1345), - [anon_sym_LPAREN2] = ACTIONS(1347), - [anon_sym_BANG] = ACTIONS(1347), - [anon_sym_TILDE] = ACTIONS(1347), - [anon_sym_DASH] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1345), - [anon_sym_STAR] = ACTIONS(1347), - [anon_sym_AMP] = ACTIONS(1347), - [anon_sym_subroutine] = ACTIONS(1345), - [anon_sym_invariant] = ACTIONS(1345), - [anon_sym_precise] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_in] = ACTIONS(1345), - [anon_sym_out] = ACTIONS(1345), - [anon_sym_inout] = ACTIONS(1345), - [anon_sym_uniform] = ACTIONS(1345), - [anon_sym_shared] = ACTIONS(1345), - [anon_sym_attribute] = ACTIONS(1345), - [anon_sym_varying] = ACTIONS(1345), - [anon_sym_buffer] = ACTIONS(1345), - [anon_sym_coherent] = ACTIONS(1345), - [anon_sym_readonly] = ACTIONS(1345), - [anon_sym_writeonly] = ACTIONS(1345), - [anon_sym_precision] = ACTIONS(1345), - [anon_sym_highp] = ACTIONS(1345), - [anon_sym_mediump] = ACTIONS(1345), - [anon_sym_lowp] = ACTIONS(1345), - [anon_sym_centroid] = ACTIONS(1345), - [anon_sym_sample] = ACTIONS(1345), - [anon_sym_patch] = ACTIONS(1345), - [anon_sym_smooth] = ACTIONS(1345), - [anon_sym_flat] = ACTIONS(1345), - [anon_sym_noperspective] = ACTIONS(1345), - [anon_sym___extension__] = ACTIONS(1345), - [anon_sym_typedef] = ACTIONS(1345), - [anon_sym_extern] = ACTIONS(1345), - [anon_sym___attribute__] = ACTIONS(1345), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1347), - [anon_sym___declspec] = ACTIONS(1345), - [anon_sym___cdecl] = ACTIONS(1345), - [anon_sym___clrcall] = ACTIONS(1345), - [anon_sym___stdcall] = ACTIONS(1345), - [anon_sym___fastcall] = ACTIONS(1345), - [anon_sym___thiscall] = ACTIONS(1345), - [anon_sym___vectorcall] = ACTIONS(1345), - [anon_sym_LBRACE] = ACTIONS(1347), - [anon_sym_RBRACE] = ACTIONS(1347), - [anon_sym_signed] = ACTIONS(1345), - [anon_sym_unsigned] = ACTIONS(1345), - [anon_sym_long] = ACTIONS(1345), - [anon_sym_short] = ACTIONS(1345), - [anon_sym_static] = ACTIONS(1345), - [anon_sym_auto] = ACTIONS(1345), - [anon_sym_register] = ACTIONS(1345), - [anon_sym_inline] = ACTIONS(1345), - [anon_sym___inline] = ACTIONS(1345), - [anon_sym___inline__] = ACTIONS(1345), - [anon_sym___forceinline] = ACTIONS(1345), - [anon_sym_thread_local] = ACTIONS(1345), - [anon_sym___thread] = ACTIONS(1345), - [anon_sym_const] = ACTIONS(1345), - [anon_sym_constexpr] = ACTIONS(1345), - [anon_sym_volatile] = ACTIONS(1345), - [anon_sym_restrict] = ACTIONS(1345), - [anon_sym___restrict__] = ACTIONS(1345), - [anon_sym__Atomic] = ACTIONS(1345), - [anon_sym__Noreturn] = ACTIONS(1345), - [anon_sym_noreturn] = ACTIONS(1345), - [anon_sym_alignas] = ACTIONS(1345), - [anon_sym__Alignas] = ACTIONS(1345), - [sym_primitive_type] = ACTIONS(1345), - [anon_sym_enum] = ACTIONS(1345), - [anon_sym_struct] = ACTIONS(1345), - [anon_sym_union] = ACTIONS(1345), - [anon_sym_if] = ACTIONS(1345), - [anon_sym_else] = ACTIONS(1345), - [anon_sym_switch] = ACTIONS(1345), - [anon_sym_case] = ACTIONS(1345), - [anon_sym_default] = ACTIONS(1345), - [anon_sym_while] = ACTIONS(1345), - [anon_sym_do] = ACTIONS(1345), - [anon_sym_for] = ACTIONS(1345), - [anon_sym_return] = ACTIONS(1345), - [anon_sym_break] = ACTIONS(1345), - [anon_sym_continue] = ACTIONS(1345), - [anon_sym_goto] = ACTIONS(1345), - [anon_sym___try] = ACTIONS(1345), - [anon_sym___leave] = ACTIONS(1345), - [anon_sym_DASH_DASH] = ACTIONS(1347), - [anon_sym_PLUS_PLUS] = ACTIONS(1347), - [anon_sym_sizeof] = ACTIONS(1345), - [anon_sym___alignof__] = ACTIONS(1345), - [anon_sym___alignof] = ACTIONS(1345), - [anon_sym__alignof] = ACTIONS(1345), - [anon_sym_alignof] = ACTIONS(1345), - [anon_sym__Alignof] = ACTIONS(1345), - [anon_sym_offsetof] = ACTIONS(1345), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1345), - [anon_sym___asm__] = ACTIONS(1345), - [sym_number_literal] = ACTIONS(1347), - [anon_sym_L_SQUOTE] = ACTIONS(1347), - [anon_sym_u_SQUOTE] = ACTIONS(1347), - [anon_sym_U_SQUOTE] = ACTIONS(1347), - [anon_sym_u8_SQUOTE] = ACTIONS(1347), - [anon_sym_SQUOTE] = ACTIONS(1347), - [anon_sym_L_DQUOTE] = ACTIONS(1347), - [anon_sym_u_DQUOTE] = ACTIONS(1347), - [anon_sym_U_DQUOTE] = ACTIONS(1347), - [anon_sym_u8_DQUOTE] = ACTIONS(1347), - [anon_sym_DQUOTE] = ACTIONS(1347), - [sym_true] = ACTIONS(1345), - [sym_false] = ACTIONS(1345), - [anon_sym_NULL] = ACTIONS(1345), - [anon_sym_nullptr] = ACTIONS(1345), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1345), - [anon_sym_rayPayloadInEXT] = ACTIONS(1345), - [anon_sym_hitAttributeEXT] = ACTIONS(1345), - [anon_sym_callableDataEXT] = ACTIONS(1345), - [anon_sym_callableDataInEXT] = ACTIONS(1345), - [anon_sym_shaderRecordEXT] = ACTIONS(1345), - [anon_sym_rayPayloadNV] = ACTIONS(1345), - [anon_sym_rayPayloadInNV] = ACTIONS(1345), - [anon_sym_hitAttributeNV] = ACTIONS(1345), - [anon_sym_callableDataNV] = ACTIONS(1345), - [anon_sym_callableDataInNV] = ACTIONS(1345), - [anon_sym_shaderRecordNV] = ACTIONS(1345), - [anon_sym_layout] = ACTIONS(1345), + [263] = { + [ts_builtin_sym_end] = ACTIONS(1349), + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_subroutine] = ACTIONS(1347), + [anon_sym_invariant] = ACTIONS(1347), + [anon_sym_precise] = ACTIONS(1347), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_in] = ACTIONS(1347), + [anon_sym_out] = ACTIONS(1347), + [anon_sym_inout] = ACTIONS(1347), + [anon_sym_uniform] = ACTIONS(1347), + [anon_sym_shared] = ACTIONS(1347), + [anon_sym_attribute] = ACTIONS(1347), + [anon_sym_varying] = ACTIONS(1347), + [anon_sym_buffer] = ACTIONS(1347), + [anon_sym_coherent] = ACTIONS(1347), + [anon_sym_readonly] = ACTIONS(1347), + [anon_sym_writeonly] = ACTIONS(1347), + [anon_sym_precision] = ACTIONS(1347), + [anon_sym_highp] = ACTIONS(1347), + [anon_sym_mediump] = ACTIONS(1347), + [anon_sym_lowp] = ACTIONS(1347), + [anon_sym_centroid] = ACTIONS(1347), + [anon_sym_sample] = ACTIONS(1347), + [anon_sym_patch] = ACTIONS(1347), + [anon_sym_smooth] = ACTIONS(1347), + [anon_sym_flat] = ACTIONS(1347), + [anon_sym_noperspective] = ACTIONS(1347), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [anon_sym__Nonnull] = ACTIONS(1347), + [anon_sym_alignas] = ACTIONS(1347), + [anon_sym__Alignas] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_else] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym___try] = ACTIONS(1347), + [anon_sym___leave] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [anon_sym___asm] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1347), + [anon_sym_rayPayloadInEXT] = ACTIONS(1347), + [anon_sym_hitAttributeEXT] = ACTIONS(1347), + [anon_sym_callableDataEXT] = ACTIONS(1347), + [anon_sym_callableDataInEXT] = ACTIONS(1347), + [anon_sym_shaderRecordEXT] = ACTIONS(1347), + [anon_sym_rayPayloadNV] = ACTIONS(1347), + [anon_sym_rayPayloadInNV] = ACTIONS(1347), + [anon_sym_hitAttributeNV] = ACTIONS(1347), + [anon_sym_callableDataNV] = ACTIONS(1347), + [anon_sym_callableDataInNV] = ACTIONS(1347), + [anon_sym_shaderRecordNV] = ACTIONS(1347), + [anon_sym_layout] = ACTIONS(1347), }, - [294] = { - [sym_identifier] = ACTIONS(1341), - [aux_sym_preproc_include_token1] = ACTIONS(1341), - [aux_sym_preproc_def_token1] = ACTIONS(1341), - [aux_sym_preproc_if_token1] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1341), - [sym_preproc_directive] = ACTIONS(1341), - [anon_sym_LPAREN2] = ACTIONS(1343), - [anon_sym_BANG] = ACTIONS(1343), - [anon_sym_TILDE] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1341), - [anon_sym_PLUS] = ACTIONS(1341), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_AMP] = ACTIONS(1343), - [anon_sym_subroutine] = ACTIONS(1341), - [anon_sym_invariant] = ACTIONS(1341), - [anon_sym_precise] = ACTIONS(1341), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1341), - [anon_sym_out] = ACTIONS(1341), - [anon_sym_inout] = ACTIONS(1341), - [anon_sym_uniform] = ACTIONS(1341), - [anon_sym_shared] = ACTIONS(1341), - [anon_sym_attribute] = ACTIONS(1341), - [anon_sym_varying] = ACTIONS(1341), - [anon_sym_buffer] = ACTIONS(1341), - [anon_sym_coherent] = ACTIONS(1341), - [anon_sym_readonly] = ACTIONS(1341), - [anon_sym_writeonly] = ACTIONS(1341), - [anon_sym_precision] = ACTIONS(1341), - [anon_sym_highp] = ACTIONS(1341), - [anon_sym_mediump] = ACTIONS(1341), - [anon_sym_lowp] = ACTIONS(1341), - [anon_sym_centroid] = ACTIONS(1341), - [anon_sym_sample] = ACTIONS(1341), - [anon_sym_patch] = ACTIONS(1341), - [anon_sym_smooth] = ACTIONS(1341), - [anon_sym_flat] = ACTIONS(1341), - [anon_sym_noperspective] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1341), - [anon_sym_typedef] = ACTIONS(1341), - [anon_sym_extern] = ACTIONS(1341), - [anon_sym___attribute__] = ACTIONS(1341), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1343), - [anon_sym___declspec] = ACTIONS(1341), - [anon_sym___cdecl] = ACTIONS(1341), - [anon_sym___clrcall] = ACTIONS(1341), - [anon_sym___stdcall] = ACTIONS(1341), - [anon_sym___fastcall] = ACTIONS(1341), - [anon_sym___thiscall] = ACTIONS(1341), - [anon_sym___vectorcall] = ACTIONS(1341), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_signed] = ACTIONS(1341), - [anon_sym_unsigned] = ACTIONS(1341), - [anon_sym_long] = ACTIONS(1341), - [anon_sym_short] = ACTIONS(1341), - [anon_sym_static] = ACTIONS(1341), - [anon_sym_auto] = ACTIONS(1341), - [anon_sym_register] = ACTIONS(1341), - [anon_sym_inline] = ACTIONS(1341), - [anon_sym___inline] = ACTIONS(1341), - [anon_sym___inline__] = ACTIONS(1341), - [anon_sym___forceinline] = ACTIONS(1341), - [anon_sym_thread_local] = ACTIONS(1341), - [anon_sym___thread] = ACTIONS(1341), - [anon_sym_const] = ACTIONS(1341), - [anon_sym_constexpr] = ACTIONS(1341), - [anon_sym_volatile] = ACTIONS(1341), - [anon_sym_restrict] = ACTIONS(1341), - [anon_sym___restrict__] = ACTIONS(1341), - [anon_sym__Atomic] = ACTIONS(1341), - [anon_sym__Noreturn] = ACTIONS(1341), - [anon_sym_noreturn] = ACTIONS(1341), - [anon_sym_alignas] = ACTIONS(1341), - [anon_sym__Alignas] = ACTIONS(1341), - [sym_primitive_type] = ACTIONS(1341), - [anon_sym_enum] = ACTIONS(1341), - [anon_sym_struct] = ACTIONS(1341), - [anon_sym_union] = ACTIONS(1341), - [anon_sym_if] = ACTIONS(1341), - [anon_sym_else] = ACTIONS(1341), - [anon_sym_switch] = ACTIONS(1341), - [anon_sym_case] = ACTIONS(1341), - [anon_sym_default] = ACTIONS(1341), - [anon_sym_while] = ACTIONS(1341), - [anon_sym_do] = ACTIONS(1341), - [anon_sym_for] = ACTIONS(1341), - [anon_sym_return] = ACTIONS(1341), - [anon_sym_break] = ACTIONS(1341), - [anon_sym_continue] = ACTIONS(1341), - [anon_sym_goto] = ACTIONS(1341), - [anon_sym___try] = ACTIONS(1341), - [anon_sym___leave] = ACTIONS(1341), - [anon_sym_DASH_DASH] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_sizeof] = ACTIONS(1341), - [anon_sym___alignof__] = ACTIONS(1341), - [anon_sym___alignof] = ACTIONS(1341), - [anon_sym__alignof] = ACTIONS(1341), - [anon_sym_alignof] = ACTIONS(1341), - [anon_sym__Alignof] = ACTIONS(1341), - [anon_sym_offsetof] = ACTIONS(1341), - [anon_sym__Generic] = ACTIONS(1341), - [anon_sym_asm] = ACTIONS(1341), - [anon_sym___asm__] = ACTIONS(1341), - [sym_number_literal] = ACTIONS(1343), - [anon_sym_L_SQUOTE] = ACTIONS(1343), - [anon_sym_u_SQUOTE] = ACTIONS(1343), - [anon_sym_U_SQUOTE] = ACTIONS(1343), - [anon_sym_u8_SQUOTE] = ACTIONS(1343), - [anon_sym_SQUOTE] = ACTIONS(1343), - [anon_sym_L_DQUOTE] = ACTIONS(1343), - [anon_sym_u_DQUOTE] = ACTIONS(1343), - [anon_sym_U_DQUOTE] = ACTIONS(1343), - [anon_sym_u8_DQUOTE] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym_true] = ACTIONS(1341), - [sym_false] = ACTIONS(1341), - [anon_sym_NULL] = ACTIONS(1341), - [anon_sym_nullptr] = ACTIONS(1341), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1341), - [anon_sym_rayPayloadInEXT] = ACTIONS(1341), - [anon_sym_hitAttributeEXT] = ACTIONS(1341), - [anon_sym_callableDataEXT] = ACTIONS(1341), - [anon_sym_callableDataInEXT] = ACTIONS(1341), - [anon_sym_shaderRecordEXT] = ACTIONS(1341), - [anon_sym_rayPayloadNV] = ACTIONS(1341), - [anon_sym_rayPayloadInNV] = ACTIONS(1341), - [anon_sym_hitAttributeNV] = ACTIONS(1341), - [anon_sym_callableDataNV] = ACTIONS(1341), - [anon_sym_callableDataInNV] = ACTIONS(1341), - [anon_sym_shaderRecordNV] = ACTIONS(1341), - [anon_sym_layout] = ACTIONS(1341), + [264] = { + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token2] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_subroutine] = ACTIONS(1339), + [anon_sym_invariant] = ACTIONS(1339), + [anon_sym_precise] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_in] = ACTIONS(1339), + [anon_sym_out] = ACTIONS(1339), + [anon_sym_inout] = ACTIONS(1339), + [anon_sym_uniform] = ACTIONS(1339), + [anon_sym_shared] = ACTIONS(1339), + [anon_sym_attribute] = ACTIONS(1339), + [anon_sym_varying] = ACTIONS(1339), + [anon_sym_buffer] = ACTIONS(1339), + [anon_sym_coherent] = ACTIONS(1339), + [anon_sym_readonly] = ACTIONS(1339), + [anon_sym_writeonly] = ACTIONS(1339), + [anon_sym_precision] = ACTIONS(1339), + [anon_sym_highp] = ACTIONS(1339), + [anon_sym_mediump] = ACTIONS(1339), + [anon_sym_lowp] = ACTIONS(1339), + [anon_sym_centroid] = ACTIONS(1339), + [anon_sym_sample] = ACTIONS(1339), + [anon_sym_patch] = ACTIONS(1339), + [anon_sym_smooth] = ACTIONS(1339), + [anon_sym_flat] = ACTIONS(1339), + [anon_sym_noperspective] = ACTIONS(1339), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [anon_sym__Nonnull] = ACTIONS(1339), + [anon_sym_alignas] = ACTIONS(1339), + [anon_sym__Alignas] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_else] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym___try] = ACTIONS(1339), + [anon_sym___leave] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1339), + [anon_sym_rayPayloadInEXT] = ACTIONS(1339), + [anon_sym_hitAttributeEXT] = ACTIONS(1339), + [anon_sym_callableDataEXT] = ACTIONS(1339), + [anon_sym_callableDataInEXT] = ACTIONS(1339), + [anon_sym_shaderRecordEXT] = ACTIONS(1339), + [anon_sym_rayPayloadNV] = ACTIONS(1339), + [anon_sym_rayPayloadInNV] = ACTIONS(1339), + [anon_sym_hitAttributeNV] = ACTIONS(1339), + [anon_sym_callableDataNV] = ACTIONS(1339), + [anon_sym_callableDataInNV] = ACTIONS(1339), + [anon_sym_shaderRecordNV] = ACTIONS(1339), + [anon_sym_layout] = ACTIONS(1339), }, - [295] = { - [ts_builtin_sym_end] = ACTIONS(1339), + [265] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_subroutine] = ACTIONS(1251), + [anon_sym_invariant] = ACTIONS(1251), + [anon_sym_precise] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym_in] = ACTIONS(1251), + [anon_sym_out] = ACTIONS(1251), + [anon_sym_inout] = ACTIONS(1251), + [anon_sym_uniform] = ACTIONS(1251), + [anon_sym_shared] = ACTIONS(1251), + [anon_sym_attribute] = ACTIONS(1251), + [anon_sym_varying] = ACTIONS(1251), + [anon_sym_buffer] = ACTIONS(1251), + [anon_sym_coherent] = ACTIONS(1251), + [anon_sym_readonly] = ACTIONS(1251), + [anon_sym_writeonly] = ACTIONS(1251), + [anon_sym_precision] = ACTIONS(1251), + [anon_sym_highp] = ACTIONS(1251), + [anon_sym_mediump] = ACTIONS(1251), + [anon_sym_lowp] = ACTIONS(1251), + [anon_sym_centroid] = ACTIONS(1251), + [anon_sym_sample] = ACTIONS(1251), + [anon_sym_patch] = ACTIONS(1251), + [anon_sym_smooth] = ACTIONS(1251), + [anon_sym_flat] = ACTIONS(1251), + [anon_sym_noperspective] = ACTIONS(1251), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [anon_sym__Nonnull] = ACTIONS(1251), + [anon_sym_alignas] = ACTIONS(1251), + [anon_sym__Alignas] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym___try] = ACTIONS(1251), + [anon_sym___leave] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [anon_sym___asm] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1251), + [anon_sym_rayPayloadInEXT] = ACTIONS(1251), + [anon_sym_hitAttributeEXT] = ACTIONS(1251), + [anon_sym_callableDataEXT] = ACTIONS(1251), + [anon_sym_callableDataInEXT] = ACTIONS(1251), + [anon_sym_shaderRecordEXT] = ACTIONS(1251), + [anon_sym_rayPayloadNV] = ACTIONS(1251), + [anon_sym_rayPayloadInNV] = ACTIONS(1251), + [anon_sym_hitAttributeNV] = ACTIONS(1251), + [anon_sym_callableDataNV] = ACTIONS(1251), + [anon_sym_callableDataInNV] = ACTIONS(1251), + [anon_sym_shaderRecordNV] = ACTIONS(1251), + [anon_sym_layout] = ACTIONS(1251), + }, + [266] = { + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym_subroutine] = ACTIONS(1311), + [anon_sym_invariant] = ACTIONS(1311), + [anon_sym_precise] = ACTIONS(1311), + [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym_in] = ACTIONS(1311), + [anon_sym_out] = ACTIONS(1311), + [anon_sym_inout] = ACTIONS(1311), + [anon_sym_uniform] = ACTIONS(1311), + [anon_sym_shared] = ACTIONS(1311), + [anon_sym_attribute] = ACTIONS(1311), + [anon_sym_varying] = ACTIONS(1311), + [anon_sym_buffer] = ACTIONS(1311), + [anon_sym_coherent] = ACTIONS(1311), + [anon_sym_readonly] = ACTIONS(1311), + [anon_sym_writeonly] = ACTIONS(1311), + [anon_sym_precision] = ACTIONS(1311), + [anon_sym_highp] = ACTIONS(1311), + [anon_sym_mediump] = ACTIONS(1311), + [anon_sym_lowp] = ACTIONS(1311), + [anon_sym_centroid] = ACTIONS(1311), + [anon_sym_sample] = ACTIONS(1311), + [anon_sym_patch] = ACTIONS(1311), + [anon_sym_smooth] = ACTIONS(1311), + [anon_sym_flat] = ACTIONS(1311), + [anon_sym_noperspective] = ACTIONS(1311), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_RBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [anon_sym__Nonnull] = ACTIONS(1311), + [anon_sym_alignas] = ACTIONS(1311), + [anon_sym__Alignas] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_else] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym___try] = ACTIONS(1311), + [anon_sym___leave] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [anon_sym___asm] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1311), + [anon_sym_rayPayloadInEXT] = ACTIONS(1311), + [anon_sym_hitAttributeEXT] = ACTIONS(1311), + [anon_sym_callableDataEXT] = ACTIONS(1311), + [anon_sym_callableDataInEXT] = ACTIONS(1311), + [anon_sym_shaderRecordEXT] = ACTIONS(1311), + [anon_sym_rayPayloadNV] = ACTIONS(1311), + [anon_sym_rayPayloadInNV] = ACTIONS(1311), + [anon_sym_hitAttributeNV] = ACTIONS(1311), + [anon_sym_callableDataNV] = ACTIONS(1311), + [anon_sym_callableDataInNV] = ACTIONS(1311), + [anon_sym_shaderRecordNV] = ACTIONS(1311), + [anon_sym_layout] = ACTIONS(1311), + }, + [267] = { + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), + }, + [268] = { + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token2] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_subroutine] = ACTIONS(1347), + [anon_sym_invariant] = ACTIONS(1347), + [anon_sym_precise] = ACTIONS(1347), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_in] = ACTIONS(1347), + [anon_sym_out] = ACTIONS(1347), + [anon_sym_inout] = ACTIONS(1347), + [anon_sym_uniform] = ACTIONS(1347), + [anon_sym_shared] = ACTIONS(1347), + [anon_sym_attribute] = ACTIONS(1347), + [anon_sym_varying] = ACTIONS(1347), + [anon_sym_buffer] = ACTIONS(1347), + [anon_sym_coherent] = ACTIONS(1347), + [anon_sym_readonly] = ACTIONS(1347), + [anon_sym_writeonly] = ACTIONS(1347), + [anon_sym_precision] = ACTIONS(1347), + [anon_sym_highp] = ACTIONS(1347), + [anon_sym_mediump] = ACTIONS(1347), + [anon_sym_lowp] = ACTIONS(1347), + [anon_sym_centroid] = ACTIONS(1347), + [anon_sym_sample] = ACTIONS(1347), + [anon_sym_patch] = ACTIONS(1347), + [anon_sym_smooth] = ACTIONS(1347), + [anon_sym_flat] = ACTIONS(1347), + [anon_sym_noperspective] = ACTIONS(1347), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [anon_sym__Nonnull] = ACTIONS(1347), + [anon_sym_alignas] = ACTIONS(1347), + [anon_sym__Alignas] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_else] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym___try] = ACTIONS(1347), + [anon_sym___leave] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [anon_sym___asm] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1347), + [anon_sym_rayPayloadInEXT] = ACTIONS(1347), + [anon_sym_hitAttributeEXT] = ACTIONS(1347), + [anon_sym_callableDataEXT] = ACTIONS(1347), + [anon_sym_callableDataInEXT] = ACTIONS(1347), + [anon_sym_shaderRecordEXT] = ACTIONS(1347), + [anon_sym_rayPayloadNV] = ACTIONS(1347), + [anon_sym_rayPayloadInNV] = ACTIONS(1347), + [anon_sym_hitAttributeNV] = ACTIONS(1347), + [anon_sym_callableDataNV] = ACTIONS(1347), + [anon_sym_callableDataInNV] = ACTIONS(1347), + [anon_sym_shaderRecordNV] = ACTIONS(1347), + [anon_sym_layout] = ACTIONS(1347), + }, + [269] = { + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_subroutine] = ACTIONS(1279), + [anon_sym_invariant] = ACTIONS(1279), + [anon_sym_precise] = ACTIONS(1279), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym_in] = ACTIONS(1279), + [anon_sym_out] = ACTIONS(1279), + [anon_sym_inout] = ACTIONS(1279), + [anon_sym_uniform] = ACTIONS(1279), + [anon_sym_shared] = ACTIONS(1279), + [anon_sym_attribute] = ACTIONS(1279), + [anon_sym_varying] = ACTIONS(1279), + [anon_sym_buffer] = ACTIONS(1279), + [anon_sym_coherent] = ACTIONS(1279), + [anon_sym_readonly] = ACTIONS(1279), + [anon_sym_writeonly] = ACTIONS(1279), + [anon_sym_precision] = ACTIONS(1279), + [anon_sym_highp] = ACTIONS(1279), + [anon_sym_mediump] = ACTIONS(1279), + [anon_sym_lowp] = ACTIONS(1279), + [anon_sym_centroid] = ACTIONS(1279), + [anon_sym_sample] = ACTIONS(1279), + [anon_sym_patch] = ACTIONS(1279), + [anon_sym_smooth] = ACTIONS(1279), + [anon_sym_flat] = ACTIONS(1279), + [anon_sym_noperspective] = ACTIONS(1279), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_RBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [anon_sym__Nonnull] = ACTIONS(1279), + [anon_sym_alignas] = ACTIONS(1279), + [anon_sym__Alignas] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym___try] = ACTIONS(1279), + [anon_sym___leave] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [anon_sym___asm] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1279), + [anon_sym_rayPayloadInEXT] = ACTIONS(1279), + [anon_sym_hitAttributeEXT] = ACTIONS(1279), + [anon_sym_callableDataEXT] = ACTIONS(1279), + [anon_sym_callableDataInEXT] = ACTIONS(1279), + [anon_sym_shaderRecordEXT] = ACTIONS(1279), + [anon_sym_rayPayloadNV] = ACTIONS(1279), + [anon_sym_rayPayloadInNV] = ACTIONS(1279), + [anon_sym_hitAttributeNV] = ACTIONS(1279), + [anon_sym_callableDataNV] = ACTIONS(1279), + [anon_sym_callableDataInNV] = ACTIONS(1279), + [anon_sym_shaderRecordNV] = ACTIONS(1279), + [anon_sym_layout] = ACTIONS(1279), + }, + [270] = { + [sym_identifier] = ACTIONS(1359), + [aux_sym_preproc_include_token1] = ACTIONS(1359), + [aux_sym_preproc_def_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token2] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), + [sym_preproc_directive] = ACTIONS(1359), + [anon_sym_LPAREN2] = ACTIONS(1361), + [anon_sym_BANG] = ACTIONS(1361), + [anon_sym_TILDE] = ACTIONS(1361), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_STAR] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(1361), + [anon_sym_subroutine] = ACTIONS(1359), + [anon_sym_invariant] = ACTIONS(1359), + [anon_sym_precise] = ACTIONS(1359), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_in] = ACTIONS(1359), + [anon_sym_out] = ACTIONS(1359), + [anon_sym_inout] = ACTIONS(1359), + [anon_sym_uniform] = ACTIONS(1359), + [anon_sym_shared] = ACTIONS(1359), + [anon_sym_attribute] = ACTIONS(1359), + [anon_sym_varying] = ACTIONS(1359), + [anon_sym_buffer] = ACTIONS(1359), + [anon_sym_coherent] = ACTIONS(1359), + [anon_sym_readonly] = ACTIONS(1359), + [anon_sym_writeonly] = ACTIONS(1359), + [anon_sym_precision] = ACTIONS(1359), + [anon_sym_highp] = ACTIONS(1359), + [anon_sym_mediump] = ACTIONS(1359), + [anon_sym_lowp] = ACTIONS(1359), + [anon_sym_centroid] = ACTIONS(1359), + [anon_sym_sample] = ACTIONS(1359), + [anon_sym_patch] = ACTIONS(1359), + [anon_sym_smooth] = ACTIONS(1359), + [anon_sym_flat] = ACTIONS(1359), + [anon_sym_noperspective] = ACTIONS(1359), + [anon_sym___extension__] = ACTIONS(1359), + [anon_sym_typedef] = ACTIONS(1359), + [anon_sym_extern] = ACTIONS(1359), + [anon_sym___attribute__] = ACTIONS(1359), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), + [anon_sym___declspec] = ACTIONS(1359), + [anon_sym___cdecl] = ACTIONS(1359), + [anon_sym___clrcall] = ACTIONS(1359), + [anon_sym___stdcall] = ACTIONS(1359), + [anon_sym___fastcall] = ACTIONS(1359), + [anon_sym___thiscall] = ACTIONS(1359), + [anon_sym___vectorcall] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_signed] = ACTIONS(1359), + [anon_sym_unsigned] = ACTIONS(1359), + [anon_sym_long] = ACTIONS(1359), + [anon_sym_short] = ACTIONS(1359), + [anon_sym_static] = ACTIONS(1359), + [anon_sym_auto] = ACTIONS(1359), + [anon_sym_register] = ACTIONS(1359), + [anon_sym_inline] = ACTIONS(1359), + [anon_sym___inline] = ACTIONS(1359), + [anon_sym___inline__] = ACTIONS(1359), + [anon_sym___forceinline] = ACTIONS(1359), + [anon_sym_thread_local] = ACTIONS(1359), + [anon_sym___thread] = ACTIONS(1359), + [anon_sym_const] = ACTIONS(1359), + [anon_sym_constexpr] = ACTIONS(1359), + [anon_sym_volatile] = ACTIONS(1359), + [anon_sym_restrict] = ACTIONS(1359), + [anon_sym___restrict__] = ACTIONS(1359), + [anon_sym__Atomic] = ACTIONS(1359), + [anon_sym__Noreturn] = ACTIONS(1359), + [anon_sym_noreturn] = ACTIONS(1359), + [anon_sym__Nonnull] = ACTIONS(1359), + [anon_sym_alignas] = ACTIONS(1359), + [anon_sym__Alignas] = ACTIONS(1359), + [sym_primitive_type] = ACTIONS(1359), + [anon_sym_enum] = ACTIONS(1359), + [anon_sym_struct] = ACTIONS(1359), + [anon_sym_union] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1359), + [anon_sym_else] = ACTIONS(1359), + [anon_sym_switch] = ACTIONS(1359), + [anon_sym_case] = ACTIONS(1359), + [anon_sym_default] = ACTIONS(1359), + [anon_sym_while] = ACTIONS(1359), + [anon_sym_do] = ACTIONS(1359), + [anon_sym_for] = ACTIONS(1359), + [anon_sym_return] = ACTIONS(1359), + [anon_sym_break] = ACTIONS(1359), + [anon_sym_continue] = ACTIONS(1359), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym___try] = ACTIONS(1359), + [anon_sym___leave] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1361), + [anon_sym_PLUS_PLUS] = ACTIONS(1361), + [anon_sym_sizeof] = ACTIONS(1359), + [anon_sym___alignof__] = ACTIONS(1359), + [anon_sym___alignof] = ACTIONS(1359), + [anon_sym__alignof] = ACTIONS(1359), + [anon_sym_alignof] = ACTIONS(1359), + [anon_sym__Alignof] = ACTIONS(1359), + [anon_sym_offsetof] = ACTIONS(1359), + [anon_sym__Generic] = ACTIONS(1359), + [anon_sym_asm] = ACTIONS(1359), + [anon_sym___asm__] = ACTIONS(1359), + [anon_sym___asm] = ACTIONS(1359), + [sym_number_literal] = ACTIONS(1361), + [anon_sym_L_SQUOTE] = ACTIONS(1361), + [anon_sym_u_SQUOTE] = ACTIONS(1361), + [anon_sym_U_SQUOTE] = ACTIONS(1361), + [anon_sym_u8_SQUOTE] = ACTIONS(1361), + [anon_sym_SQUOTE] = ACTIONS(1361), + [anon_sym_L_DQUOTE] = ACTIONS(1361), + [anon_sym_u_DQUOTE] = ACTIONS(1361), + [anon_sym_U_DQUOTE] = ACTIONS(1361), + [anon_sym_u8_DQUOTE] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1361), + [sym_true] = ACTIONS(1359), + [sym_false] = ACTIONS(1359), + [anon_sym_NULL] = ACTIONS(1359), + [anon_sym_nullptr] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1359), + [anon_sym_rayPayloadInEXT] = ACTIONS(1359), + [anon_sym_hitAttributeEXT] = ACTIONS(1359), + [anon_sym_callableDataEXT] = ACTIONS(1359), + [anon_sym_callableDataInEXT] = ACTIONS(1359), + [anon_sym_shaderRecordEXT] = ACTIONS(1359), + [anon_sym_rayPayloadNV] = ACTIONS(1359), + [anon_sym_rayPayloadInNV] = ACTIONS(1359), + [anon_sym_hitAttributeNV] = ACTIONS(1359), + [anon_sym_callableDataNV] = ACTIONS(1359), + [anon_sym_callableDataInNV] = ACTIONS(1359), + [anon_sym_shaderRecordNV] = ACTIONS(1359), + [anon_sym_layout] = ACTIONS(1359), + }, + [271] = { + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token2] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_subroutine] = ACTIONS(1279), + [anon_sym_invariant] = ACTIONS(1279), + [anon_sym_precise] = ACTIONS(1279), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym_in] = ACTIONS(1279), + [anon_sym_out] = ACTIONS(1279), + [anon_sym_inout] = ACTIONS(1279), + [anon_sym_uniform] = ACTIONS(1279), + [anon_sym_shared] = ACTIONS(1279), + [anon_sym_attribute] = ACTIONS(1279), + [anon_sym_varying] = ACTIONS(1279), + [anon_sym_buffer] = ACTIONS(1279), + [anon_sym_coherent] = ACTIONS(1279), + [anon_sym_readonly] = ACTIONS(1279), + [anon_sym_writeonly] = ACTIONS(1279), + [anon_sym_precision] = ACTIONS(1279), + [anon_sym_highp] = ACTIONS(1279), + [anon_sym_mediump] = ACTIONS(1279), + [anon_sym_lowp] = ACTIONS(1279), + [anon_sym_centroid] = ACTIONS(1279), + [anon_sym_sample] = ACTIONS(1279), + [anon_sym_patch] = ACTIONS(1279), + [anon_sym_smooth] = ACTIONS(1279), + [anon_sym_flat] = ACTIONS(1279), + [anon_sym_noperspective] = ACTIONS(1279), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [anon_sym__Nonnull] = ACTIONS(1279), + [anon_sym_alignas] = ACTIONS(1279), + [anon_sym__Alignas] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym___try] = ACTIONS(1279), + [anon_sym___leave] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [anon_sym___asm] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1279), + [anon_sym_rayPayloadInEXT] = ACTIONS(1279), + [anon_sym_hitAttributeEXT] = ACTIONS(1279), + [anon_sym_callableDataEXT] = ACTIONS(1279), + [anon_sym_callableDataInEXT] = ACTIONS(1279), + [anon_sym_shaderRecordEXT] = ACTIONS(1279), + [anon_sym_rayPayloadNV] = ACTIONS(1279), + [anon_sym_rayPayloadInNV] = ACTIONS(1279), + [anon_sym_hitAttributeNV] = ACTIONS(1279), + [anon_sym_callableDataNV] = ACTIONS(1279), + [anon_sym_callableDataInNV] = ACTIONS(1279), + [anon_sym_shaderRecordNV] = ACTIONS(1279), + [anon_sym_layout] = ACTIONS(1279), + }, + [272] = { [sym_identifier] = ACTIONS(1337), [aux_sym_preproc_include_token1] = ACTIONS(1337), [aux_sym_preproc_def_token1] = ACTIONS(1337), [aux_sym_preproc_if_token1] = ACTIONS(1337), + [aux_sym_preproc_if_token2] = ACTIONS(1337), [aux_sym_preproc_ifdef_token1] = ACTIONS(1337), [aux_sym_preproc_ifdef_token2] = ACTIONS(1337), [sym_preproc_directive] = ACTIONS(1337), - [anon_sym_LPAREN2] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_TILDE] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1335), + [anon_sym_BANG] = ACTIONS(1335), + [anon_sym_TILDE] = ACTIONS(1335), [anon_sym_DASH] = ACTIONS(1337), [anon_sym_PLUS] = ACTIONS(1337), - [anon_sym_STAR] = ACTIONS(1339), - [anon_sym_AMP] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(1335), [anon_sym_subroutine] = ACTIONS(1337), [anon_sym_invariant] = ACTIONS(1337), [anon_sym_precise] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_SEMI] = ACTIONS(1335), [anon_sym_in] = ACTIONS(1337), [anon_sym_out] = ACTIONS(1337), [anon_sym_inout] = ACTIONS(1337), @@ -59281,7 +57124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1337), [anon_sym_extern] = ACTIONS(1337), [anon_sym___attribute__] = ACTIONS(1337), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), [anon_sym___declspec] = ACTIONS(1337), [anon_sym___cdecl] = ACTIONS(1337), [anon_sym___clrcall] = ACTIONS(1337), @@ -59289,7 +57132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1337), [anon_sym___thiscall] = ACTIONS(1337), [anon_sym___vectorcall] = ACTIONS(1337), - [anon_sym_LBRACE] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1335), [anon_sym_signed] = ACTIONS(1337), [anon_sym_unsigned] = ACTIONS(1337), [anon_sym_long] = ACTIONS(1337), @@ -59311,6 +57154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1337), [anon_sym__Noreturn] = ACTIONS(1337), [anon_sym_noreturn] = ACTIONS(1337), + [anon_sym__Nonnull] = ACTIONS(1337), [anon_sym_alignas] = ACTIONS(1337), [anon_sym__Alignas] = ACTIONS(1337), [sym_primitive_type] = ACTIONS(1337), @@ -59331,8 +57175,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1337), [anon_sym___try] = ACTIONS(1337), [anon_sym___leave] = ACTIONS(1337), - [anon_sym_DASH_DASH] = ACTIONS(1339), - [anon_sym_PLUS_PLUS] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1335), + [anon_sym_PLUS_PLUS] = ACTIONS(1335), [anon_sym_sizeof] = ACTIONS(1337), [anon_sym___alignof__] = ACTIONS(1337), [anon_sym___alignof] = ACTIONS(1337), @@ -59343,17 +57187,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1337), [anon_sym_asm] = ACTIONS(1337), [anon_sym___asm__] = ACTIONS(1337), - [sym_number_literal] = ACTIONS(1339), - [anon_sym_L_SQUOTE] = ACTIONS(1339), - [anon_sym_u_SQUOTE] = ACTIONS(1339), - [anon_sym_U_SQUOTE] = ACTIONS(1339), - [anon_sym_u8_SQUOTE] = ACTIONS(1339), - [anon_sym_SQUOTE] = ACTIONS(1339), - [anon_sym_L_DQUOTE] = ACTIONS(1339), - [anon_sym_u_DQUOTE] = ACTIONS(1339), - [anon_sym_U_DQUOTE] = ACTIONS(1339), - [anon_sym_u8_DQUOTE] = ACTIONS(1339), - [anon_sym_DQUOTE] = ACTIONS(1339), + [anon_sym___asm] = ACTIONS(1337), + [sym_number_literal] = ACTIONS(1335), + [anon_sym_L_SQUOTE] = ACTIONS(1335), + [anon_sym_u_SQUOTE] = ACTIONS(1335), + [anon_sym_U_SQUOTE] = ACTIONS(1335), + [anon_sym_u8_SQUOTE] = ACTIONS(1335), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_L_DQUOTE] = ACTIONS(1335), + [anon_sym_u_DQUOTE] = ACTIONS(1335), + [anon_sym_U_DQUOTE] = ACTIONS(1335), + [anon_sym_u8_DQUOTE] = ACTIONS(1335), + [anon_sym_DQUOTE] = ACTIONS(1335), [sym_true] = ACTIONS(1337), [sym_false] = ACTIONS(1337), [anon_sym_NULL] = ACTIONS(1337), @@ -59373,10654 +57218,10147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1337), [anon_sym_layout] = ACTIONS(1337), }, + [273] = { + [ts_builtin_sym_end] = ACTIONS(1277), + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), + }, + [274] = { + [ts_builtin_sym_end] = ACTIONS(1249), + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_subroutine] = ACTIONS(1247), + [anon_sym_invariant] = ACTIONS(1247), + [anon_sym_precise] = ACTIONS(1247), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym_in] = ACTIONS(1247), + [anon_sym_out] = ACTIONS(1247), + [anon_sym_inout] = ACTIONS(1247), + [anon_sym_uniform] = ACTIONS(1247), + [anon_sym_shared] = ACTIONS(1247), + [anon_sym_attribute] = ACTIONS(1247), + [anon_sym_varying] = ACTIONS(1247), + [anon_sym_buffer] = ACTIONS(1247), + [anon_sym_coherent] = ACTIONS(1247), + [anon_sym_readonly] = ACTIONS(1247), + [anon_sym_writeonly] = ACTIONS(1247), + [anon_sym_precision] = ACTIONS(1247), + [anon_sym_highp] = ACTIONS(1247), + [anon_sym_mediump] = ACTIONS(1247), + [anon_sym_lowp] = ACTIONS(1247), + [anon_sym_centroid] = ACTIONS(1247), + [anon_sym_sample] = ACTIONS(1247), + [anon_sym_patch] = ACTIONS(1247), + [anon_sym_smooth] = ACTIONS(1247), + [anon_sym_flat] = ACTIONS(1247), + [anon_sym_noperspective] = ACTIONS(1247), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [anon_sym__Nonnull] = ACTIONS(1247), + [anon_sym_alignas] = ACTIONS(1247), + [anon_sym__Alignas] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym___try] = ACTIONS(1247), + [anon_sym___leave] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [anon_sym___asm] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1247), + [anon_sym_rayPayloadInEXT] = ACTIONS(1247), + [anon_sym_hitAttributeEXT] = ACTIONS(1247), + [anon_sym_callableDataEXT] = ACTIONS(1247), + [anon_sym_callableDataInEXT] = ACTIONS(1247), + [anon_sym_shaderRecordEXT] = ACTIONS(1247), + [anon_sym_rayPayloadNV] = ACTIONS(1247), + [anon_sym_rayPayloadInNV] = ACTIONS(1247), + [anon_sym_hitAttributeNV] = ACTIONS(1247), + [anon_sym_callableDataNV] = ACTIONS(1247), + [anon_sym_callableDataInNV] = ACTIONS(1247), + [anon_sym_shaderRecordNV] = ACTIONS(1247), + [anon_sym_layout] = ACTIONS(1247), + }, + [275] = { + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), + }, + [276] = { + [ts_builtin_sym_end] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_subroutine] = ACTIONS(1387), + [anon_sym_invariant] = ACTIONS(1387), + [anon_sym_precise] = ACTIONS(1387), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1387), + [anon_sym_out] = ACTIONS(1387), + [anon_sym_inout] = ACTIONS(1387), + [anon_sym_uniform] = ACTIONS(1387), + [anon_sym_shared] = ACTIONS(1387), + [anon_sym_attribute] = ACTIONS(1387), + [anon_sym_varying] = ACTIONS(1387), + [anon_sym_buffer] = ACTIONS(1387), + [anon_sym_coherent] = ACTIONS(1387), + [anon_sym_readonly] = ACTIONS(1387), + [anon_sym_writeonly] = ACTIONS(1387), + [anon_sym_precision] = ACTIONS(1387), + [anon_sym_highp] = ACTIONS(1387), + [anon_sym_mediump] = ACTIONS(1387), + [anon_sym_lowp] = ACTIONS(1387), + [anon_sym_centroid] = ACTIONS(1387), + [anon_sym_sample] = ACTIONS(1387), + [anon_sym_patch] = ACTIONS(1387), + [anon_sym_smooth] = ACTIONS(1387), + [anon_sym_flat] = ACTIONS(1387), + [anon_sym_noperspective] = ACTIONS(1387), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [anon_sym__Nonnull] = ACTIONS(1387), + [anon_sym_alignas] = ACTIONS(1387), + [anon_sym__Alignas] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym___try] = ACTIONS(1387), + [anon_sym___leave] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [anon_sym___asm] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1387), + [anon_sym_rayPayloadInEXT] = ACTIONS(1387), + [anon_sym_hitAttributeEXT] = ACTIONS(1387), + [anon_sym_callableDataEXT] = ACTIONS(1387), + [anon_sym_callableDataInEXT] = ACTIONS(1387), + [anon_sym_shaderRecordEXT] = ACTIONS(1387), + [anon_sym_rayPayloadNV] = ACTIONS(1387), + [anon_sym_rayPayloadInNV] = ACTIONS(1387), + [anon_sym_hitAttributeNV] = ACTIONS(1387), + [anon_sym_callableDataNV] = ACTIONS(1387), + [anon_sym_callableDataInNV] = ACTIONS(1387), + [anon_sym_shaderRecordNV] = ACTIONS(1387), + [anon_sym_layout] = ACTIONS(1387), + }, + [277] = { + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token2] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_subroutine] = ACTIONS(1367), + [anon_sym_invariant] = ACTIONS(1367), + [anon_sym_precise] = ACTIONS(1367), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1367), + [anon_sym_out] = ACTIONS(1367), + [anon_sym_inout] = ACTIONS(1367), + [anon_sym_uniform] = ACTIONS(1367), + [anon_sym_shared] = ACTIONS(1367), + [anon_sym_attribute] = ACTIONS(1367), + [anon_sym_varying] = ACTIONS(1367), + [anon_sym_buffer] = ACTIONS(1367), + [anon_sym_coherent] = ACTIONS(1367), + [anon_sym_readonly] = ACTIONS(1367), + [anon_sym_writeonly] = ACTIONS(1367), + [anon_sym_precision] = ACTIONS(1367), + [anon_sym_highp] = ACTIONS(1367), + [anon_sym_mediump] = ACTIONS(1367), + [anon_sym_lowp] = ACTIONS(1367), + [anon_sym_centroid] = ACTIONS(1367), + [anon_sym_sample] = ACTIONS(1367), + [anon_sym_patch] = ACTIONS(1367), + [anon_sym_smooth] = ACTIONS(1367), + [anon_sym_flat] = ACTIONS(1367), + [anon_sym_noperspective] = ACTIONS(1367), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [anon_sym__Nonnull] = ACTIONS(1367), + [anon_sym_alignas] = ACTIONS(1367), + [anon_sym__Alignas] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_else] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym___try] = ACTIONS(1367), + [anon_sym___leave] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [anon_sym___asm] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1367), + [anon_sym_rayPayloadInEXT] = ACTIONS(1367), + [anon_sym_hitAttributeEXT] = ACTIONS(1367), + [anon_sym_callableDataEXT] = ACTIONS(1367), + [anon_sym_callableDataInEXT] = ACTIONS(1367), + [anon_sym_shaderRecordEXT] = ACTIONS(1367), + [anon_sym_rayPayloadNV] = ACTIONS(1367), + [anon_sym_rayPayloadInNV] = ACTIONS(1367), + [anon_sym_hitAttributeNV] = ACTIONS(1367), + [anon_sym_callableDataNV] = ACTIONS(1367), + [anon_sym_callableDataInNV] = ACTIONS(1367), + [anon_sym_shaderRecordNV] = ACTIONS(1367), + [anon_sym_layout] = ACTIONS(1367), + }, + [278] = { + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_RBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), + }, + [279] = { + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_subroutine] = ACTIONS(1267), + [anon_sym_invariant] = ACTIONS(1267), + [anon_sym_precise] = ACTIONS(1267), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_in] = ACTIONS(1267), + [anon_sym_out] = ACTIONS(1267), + [anon_sym_inout] = ACTIONS(1267), + [anon_sym_uniform] = ACTIONS(1267), + [anon_sym_shared] = ACTIONS(1267), + [anon_sym_attribute] = ACTIONS(1267), + [anon_sym_varying] = ACTIONS(1267), + [anon_sym_buffer] = ACTIONS(1267), + [anon_sym_coherent] = ACTIONS(1267), + [anon_sym_readonly] = ACTIONS(1267), + [anon_sym_writeonly] = ACTIONS(1267), + [anon_sym_precision] = ACTIONS(1267), + [anon_sym_highp] = ACTIONS(1267), + [anon_sym_mediump] = ACTIONS(1267), + [anon_sym_lowp] = ACTIONS(1267), + [anon_sym_centroid] = ACTIONS(1267), + [anon_sym_sample] = ACTIONS(1267), + [anon_sym_patch] = ACTIONS(1267), + [anon_sym_smooth] = ACTIONS(1267), + [anon_sym_flat] = ACTIONS(1267), + [anon_sym_noperspective] = ACTIONS(1267), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_RBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [anon_sym__Nonnull] = ACTIONS(1267), + [anon_sym_alignas] = ACTIONS(1267), + [anon_sym__Alignas] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym___try] = ACTIONS(1267), + [anon_sym___leave] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [anon_sym___asm] = ACTIONS(1267), + [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(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1267), + [anon_sym_rayPayloadInEXT] = ACTIONS(1267), + [anon_sym_hitAttributeEXT] = ACTIONS(1267), + [anon_sym_callableDataEXT] = ACTIONS(1267), + [anon_sym_callableDataInEXT] = ACTIONS(1267), + [anon_sym_shaderRecordEXT] = ACTIONS(1267), + [anon_sym_rayPayloadNV] = ACTIONS(1267), + [anon_sym_rayPayloadInNV] = ACTIONS(1267), + [anon_sym_hitAttributeNV] = ACTIONS(1267), + [anon_sym_callableDataNV] = ACTIONS(1267), + [anon_sym_callableDataInNV] = ACTIONS(1267), + [anon_sym_shaderRecordNV] = ACTIONS(1267), + [anon_sym_layout] = ACTIONS(1267), + }, + [280] = { + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_subroutine] = ACTIONS(1263), + [anon_sym_invariant] = ACTIONS(1263), + [anon_sym_precise] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_in] = ACTIONS(1263), + [anon_sym_out] = ACTIONS(1263), + [anon_sym_inout] = ACTIONS(1263), + [anon_sym_uniform] = ACTIONS(1263), + [anon_sym_shared] = ACTIONS(1263), + [anon_sym_attribute] = ACTIONS(1263), + [anon_sym_varying] = ACTIONS(1263), + [anon_sym_buffer] = ACTIONS(1263), + [anon_sym_coherent] = ACTIONS(1263), + [anon_sym_readonly] = ACTIONS(1263), + [anon_sym_writeonly] = ACTIONS(1263), + [anon_sym_precision] = ACTIONS(1263), + [anon_sym_highp] = ACTIONS(1263), + [anon_sym_mediump] = ACTIONS(1263), + [anon_sym_lowp] = ACTIONS(1263), + [anon_sym_centroid] = ACTIONS(1263), + [anon_sym_sample] = ACTIONS(1263), + [anon_sym_patch] = ACTIONS(1263), + [anon_sym_smooth] = ACTIONS(1263), + [anon_sym_flat] = ACTIONS(1263), + [anon_sym_noperspective] = ACTIONS(1263), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [anon_sym__Nonnull] = ACTIONS(1263), + [anon_sym_alignas] = ACTIONS(1263), + [anon_sym__Alignas] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym___try] = ACTIONS(1263), + [anon_sym___leave] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [anon_sym___asm] = ACTIONS(1263), + [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(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1263), + [anon_sym_rayPayloadInEXT] = ACTIONS(1263), + [anon_sym_hitAttributeEXT] = ACTIONS(1263), + [anon_sym_callableDataEXT] = ACTIONS(1263), + [anon_sym_callableDataInEXT] = ACTIONS(1263), + [anon_sym_shaderRecordEXT] = ACTIONS(1263), + [anon_sym_rayPayloadNV] = ACTIONS(1263), + [anon_sym_rayPayloadInNV] = ACTIONS(1263), + [anon_sym_hitAttributeNV] = ACTIONS(1263), + [anon_sym_callableDataNV] = ACTIONS(1263), + [anon_sym_callableDataInNV] = ACTIONS(1263), + [anon_sym_shaderRecordNV] = ACTIONS(1263), + [anon_sym_layout] = ACTIONS(1263), + }, + [281] = { + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_subroutine] = ACTIONS(1275), + [anon_sym_invariant] = ACTIONS(1275), + [anon_sym_precise] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym_in] = ACTIONS(1275), + [anon_sym_out] = ACTIONS(1275), + [anon_sym_inout] = ACTIONS(1275), + [anon_sym_uniform] = ACTIONS(1275), + [anon_sym_shared] = ACTIONS(1275), + [anon_sym_attribute] = ACTIONS(1275), + [anon_sym_varying] = ACTIONS(1275), + [anon_sym_buffer] = ACTIONS(1275), + [anon_sym_coherent] = ACTIONS(1275), + [anon_sym_readonly] = ACTIONS(1275), + [anon_sym_writeonly] = ACTIONS(1275), + [anon_sym_precision] = ACTIONS(1275), + [anon_sym_highp] = ACTIONS(1275), + [anon_sym_mediump] = ACTIONS(1275), + [anon_sym_lowp] = ACTIONS(1275), + [anon_sym_centroid] = ACTIONS(1275), + [anon_sym_sample] = ACTIONS(1275), + [anon_sym_patch] = ACTIONS(1275), + [anon_sym_smooth] = ACTIONS(1275), + [anon_sym_flat] = ACTIONS(1275), + [anon_sym_noperspective] = ACTIONS(1275), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_RBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [anon_sym__Nonnull] = ACTIONS(1275), + [anon_sym_alignas] = ACTIONS(1275), + [anon_sym__Alignas] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym___try] = ACTIONS(1275), + [anon_sym___leave] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [anon_sym___asm] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1275), + [anon_sym_rayPayloadInEXT] = ACTIONS(1275), + [anon_sym_hitAttributeEXT] = ACTIONS(1275), + [anon_sym_callableDataEXT] = ACTIONS(1275), + [anon_sym_callableDataInEXT] = ACTIONS(1275), + [anon_sym_shaderRecordEXT] = ACTIONS(1275), + [anon_sym_rayPayloadNV] = ACTIONS(1275), + [anon_sym_rayPayloadInNV] = ACTIONS(1275), + [anon_sym_hitAttributeNV] = ACTIONS(1275), + [anon_sym_callableDataNV] = ACTIONS(1275), + [anon_sym_callableDataInNV] = ACTIONS(1275), + [anon_sym_shaderRecordNV] = ACTIONS(1275), + [anon_sym_layout] = ACTIONS(1275), + }, + [282] = { + [ts_builtin_sym_end] = ACTIONS(1261), + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), + }, + [283] = { + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(1255), + [aux_sym_preproc_def_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token2] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), + [sym_preproc_directive] = ACTIONS(1255), + [anon_sym_LPAREN2] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_TILDE] = ACTIONS(1257), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_subroutine] = ACTIONS(1255), + [anon_sym_invariant] = ACTIONS(1255), + [anon_sym_precise] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_in] = ACTIONS(1255), + [anon_sym_out] = ACTIONS(1255), + [anon_sym_inout] = ACTIONS(1255), + [anon_sym_uniform] = ACTIONS(1255), + [anon_sym_shared] = ACTIONS(1255), + [anon_sym_attribute] = ACTIONS(1255), + [anon_sym_varying] = ACTIONS(1255), + [anon_sym_buffer] = ACTIONS(1255), + [anon_sym_coherent] = ACTIONS(1255), + [anon_sym_readonly] = ACTIONS(1255), + [anon_sym_writeonly] = ACTIONS(1255), + [anon_sym_precision] = ACTIONS(1255), + [anon_sym_highp] = ACTIONS(1255), + [anon_sym_mediump] = ACTIONS(1255), + [anon_sym_lowp] = ACTIONS(1255), + [anon_sym_centroid] = ACTIONS(1255), + [anon_sym_sample] = ACTIONS(1255), + [anon_sym_patch] = ACTIONS(1255), + [anon_sym_smooth] = ACTIONS(1255), + [anon_sym_flat] = ACTIONS(1255), + [anon_sym_noperspective] = ACTIONS(1255), + [anon_sym___extension__] = ACTIONS(1255), + [anon_sym_typedef] = ACTIONS(1255), + [anon_sym_extern] = ACTIONS(1255), + [anon_sym___attribute__] = ACTIONS(1255), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), + [anon_sym___declspec] = ACTIONS(1255), + [anon_sym___cdecl] = ACTIONS(1255), + [anon_sym___clrcall] = ACTIONS(1255), + [anon_sym___stdcall] = ACTIONS(1255), + [anon_sym___fastcall] = ACTIONS(1255), + [anon_sym___thiscall] = ACTIONS(1255), + [anon_sym___vectorcall] = ACTIONS(1255), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_signed] = ACTIONS(1255), + [anon_sym_unsigned] = ACTIONS(1255), + [anon_sym_long] = ACTIONS(1255), + [anon_sym_short] = ACTIONS(1255), + [anon_sym_static] = ACTIONS(1255), + [anon_sym_auto] = ACTIONS(1255), + [anon_sym_register] = ACTIONS(1255), + [anon_sym_inline] = ACTIONS(1255), + [anon_sym___inline] = ACTIONS(1255), + [anon_sym___inline__] = ACTIONS(1255), + [anon_sym___forceinline] = ACTIONS(1255), + [anon_sym_thread_local] = ACTIONS(1255), + [anon_sym___thread] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1255), + [anon_sym_constexpr] = ACTIONS(1255), + [anon_sym_volatile] = ACTIONS(1255), + [anon_sym_restrict] = ACTIONS(1255), + [anon_sym___restrict__] = ACTIONS(1255), + [anon_sym__Atomic] = ACTIONS(1255), + [anon_sym__Noreturn] = ACTIONS(1255), + [anon_sym_noreturn] = ACTIONS(1255), + [anon_sym__Nonnull] = ACTIONS(1255), + [anon_sym_alignas] = ACTIONS(1255), + [anon_sym__Alignas] = ACTIONS(1255), + [sym_primitive_type] = ACTIONS(1255), + [anon_sym_enum] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1255), + [anon_sym_union] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1255), + [anon_sym_else] = ACTIONS(1255), + [anon_sym_switch] = ACTIONS(1255), + [anon_sym_case] = ACTIONS(1255), + [anon_sym_default] = ACTIONS(1255), + [anon_sym_while] = ACTIONS(1255), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1255), + [anon_sym_break] = ACTIONS(1255), + [anon_sym_continue] = ACTIONS(1255), + [anon_sym_goto] = ACTIONS(1255), + [anon_sym___try] = ACTIONS(1255), + [anon_sym___leave] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1257), + [anon_sym_PLUS_PLUS] = ACTIONS(1257), + [anon_sym_sizeof] = ACTIONS(1255), + [anon_sym___alignof__] = ACTIONS(1255), + [anon_sym___alignof] = ACTIONS(1255), + [anon_sym__alignof] = ACTIONS(1255), + [anon_sym_alignof] = ACTIONS(1255), + [anon_sym__Alignof] = ACTIONS(1255), + [anon_sym_offsetof] = ACTIONS(1255), + [anon_sym__Generic] = ACTIONS(1255), + [anon_sym_asm] = ACTIONS(1255), + [anon_sym___asm__] = ACTIONS(1255), + [anon_sym___asm] = ACTIONS(1255), + [sym_number_literal] = ACTIONS(1257), + [anon_sym_L_SQUOTE] = ACTIONS(1257), + [anon_sym_u_SQUOTE] = ACTIONS(1257), + [anon_sym_U_SQUOTE] = ACTIONS(1257), + [anon_sym_u8_SQUOTE] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1257), + [anon_sym_L_DQUOTE] = ACTIONS(1257), + [anon_sym_u_DQUOTE] = ACTIONS(1257), + [anon_sym_U_DQUOTE] = ACTIONS(1257), + [anon_sym_u8_DQUOTE] = ACTIONS(1257), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_true] = ACTIONS(1255), + [sym_false] = ACTIONS(1255), + [anon_sym_NULL] = ACTIONS(1255), + [anon_sym_nullptr] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1255), + [anon_sym_rayPayloadInEXT] = ACTIONS(1255), + [anon_sym_hitAttributeEXT] = ACTIONS(1255), + [anon_sym_callableDataEXT] = ACTIONS(1255), + [anon_sym_callableDataInEXT] = ACTIONS(1255), + [anon_sym_shaderRecordEXT] = ACTIONS(1255), + [anon_sym_rayPayloadNV] = ACTIONS(1255), + [anon_sym_rayPayloadInNV] = ACTIONS(1255), + [anon_sym_hitAttributeNV] = ACTIONS(1255), + [anon_sym_callableDataNV] = ACTIONS(1255), + [anon_sym_callableDataInNV] = ACTIONS(1255), + [anon_sym_shaderRecordNV] = ACTIONS(1255), + [anon_sym_layout] = ACTIONS(1255), + }, + [284] = { + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_subroutine] = ACTIONS(1295), + [anon_sym_invariant] = ACTIONS(1295), + [anon_sym_precise] = ACTIONS(1295), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_in] = ACTIONS(1295), + [anon_sym_out] = ACTIONS(1295), + [anon_sym_inout] = ACTIONS(1295), + [anon_sym_uniform] = ACTIONS(1295), + [anon_sym_shared] = ACTIONS(1295), + [anon_sym_attribute] = ACTIONS(1295), + [anon_sym_varying] = ACTIONS(1295), + [anon_sym_buffer] = ACTIONS(1295), + [anon_sym_coherent] = ACTIONS(1295), + [anon_sym_readonly] = ACTIONS(1295), + [anon_sym_writeonly] = ACTIONS(1295), + [anon_sym_precision] = ACTIONS(1295), + [anon_sym_highp] = ACTIONS(1295), + [anon_sym_mediump] = ACTIONS(1295), + [anon_sym_lowp] = ACTIONS(1295), + [anon_sym_centroid] = ACTIONS(1295), + [anon_sym_sample] = ACTIONS(1295), + [anon_sym_patch] = ACTIONS(1295), + [anon_sym_smooth] = ACTIONS(1295), + [anon_sym_flat] = ACTIONS(1295), + [anon_sym_noperspective] = ACTIONS(1295), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_RBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [anon_sym__Nonnull] = ACTIONS(1295), + [anon_sym_alignas] = ACTIONS(1295), + [anon_sym__Alignas] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym___try] = ACTIONS(1295), + [anon_sym___leave] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [anon_sym___asm] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1295), + [anon_sym_rayPayloadInEXT] = ACTIONS(1295), + [anon_sym_hitAttributeEXT] = ACTIONS(1295), + [anon_sym_callableDataEXT] = ACTIONS(1295), + [anon_sym_callableDataInEXT] = ACTIONS(1295), + [anon_sym_shaderRecordEXT] = ACTIONS(1295), + [anon_sym_rayPayloadNV] = ACTIONS(1295), + [anon_sym_rayPayloadInNV] = ACTIONS(1295), + [anon_sym_hitAttributeNV] = ACTIONS(1295), + [anon_sym_callableDataNV] = ACTIONS(1295), + [anon_sym_callableDataInNV] = ACTIONS(1295), + [anon_sym_shaderRecordNV] = ACTIONS(1295), + [anon_sym_layout] = ACTIONS(1295), + }, + [285] = { + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token2] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1325), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_STAR] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_subroutine] = ACTIONS(1323), + [anon_sym_invariant] = ACTIONS(1323), + [anon_sym_precise] = ACTIONS(1323), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_in] = ACTIONS(1323), + [anon_sym_out] = ACTIONS(1323), + [anon_sym_inout] = ACTIONS(1323), + [anon_sym_uniform] = ACTIONS(1323), + [anon_sym_shared] = ACTIONS(1323), + [anon_sym_attribute] = ACTIONS(1323), + [anon_sym_varying] = ACTIONS(1323), + [anon_sym_buffer] = ACTIONS(1323), + [anon_sym_coherent] = ACTIONS(1323), + [anon_sym_readonly] = ACTIONS(1323), + [anon_sym_writeonly] = ACTIONS(1323), + [anon_sym_precision] = ACTIONS(1323), + [anon_sym_highp] = ACTIONS(1323), + [anon_sym_mediump] = ACTIONS(1323), + [anon_sym_lowp] = ACTIONS(1323), + [anon_sym_centroid] = ACTIONS(1323), + [anon_sym_sample] = ACTIONS(1323), + [anon_sym_patch] = ACTIONS(1323), + [anon_sym_smooth] = ACTIONS(1323), + [anon_sym_flat] = ACTIONS(1323), + [anon_sym_noperspective] = ACTIONS(1323), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [anon_sym__Nonnull] = ACTIONS(1323), + [anon_sym_alignas] = ACTIONS(1323), + [anon_sym__Alignas] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_else] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym___try] = ACTIONS(1323), + [anon_sym___leave] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [anon_sym___asm] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1323), + [anon_sym_rayPayloadInEXT] = ACTIONS(1323), + [anon_sym_hitAttributeEXT] = ACTIONS(1323), + [anon_sym_callableDataEXT] = ACTIONS(1323), + [anon_sym_callableDataInEXT] = ACTIONS(1323), + [anon_sym_shaderRecordEXT] = ACTIONS(1323), + [anon_sym_rayPayloadNV] = ACTIONS(1323), + [anon_sym_rayPayloadInNV] = ACTIONS(1323), + [anon_sym_hitAttributeNV] = ACTIONS(1323), + [anon_sym_callableDataNV] = ACTIONS(1323), + [anon_sym_callableDataInNV] = ACTIONS(1323), + [anon_sym_shaderRecordNV] = ACTIONS(1323), + [anon_sym_layout] = ACTIONS(1323), + }, + [286] = { + [sym_identifier] = ACTIONS(1327), + [aux_sym_preproc_include_token1] = ACTIONS(1327), + [aux_sym_preproc_def_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token2] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), + [sym_preproc_directive] = ACTIONS(1327), + [anon_sym_LPAREN2] = ACTIONS(1329), + [anon_sym_BANG] = ACTIONS(1329), + [anon_sym_TILDE] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(1329), + [anon_sym_subroutine] = ACTIONS(1327), + [anon_sym_invariant] = ACTIONS(1327), + [anon_sym_precise] = ACTIONS(1327), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_in] = ACTIONS(1327), + [anon_sym_out] = ACTIONS(1327), + [anon_sym_inout] = ACTIONS(1327), + [anon_sym_uniform] = ACTIONS(1327), + [anon_sym_shared] = ACTIONS(1327), + [anon_sym_attribute] = ACTIONS(1327), + [anon_sym_varying] = ACTIONS(1327), + [anon_sym_buffer] = ACTIONS(1327), + [anon_sym_coherent] = ACTIONS(1327), + [anon_sym_readonly] = ACTIONS(1327), + [anon_sym_writeonly] = ACTIONS(1327), + [anon_sym_precision] = ACTIONS(1327), + [anon_sym_highp] = ACTIONS(1327), + [anon_sym_mediump] = ACTIONS(1327), + [anon_sym_lowp] = ACTIONS(1327), + [anon_sym_centroid] = ACTIONS(1327), + [anon_sym_sample] = ACTIONS(1327), + [anon_sym_patch] = ACTIONS(1327), + [anon_sym_smooth] = ACTIONS(1327), + [anon_sym_flat] = ACTIONS(1327), + [anon_sym_noperspective] = ACTIONS(1327), + [anon_sym___extension__] = ACTIONS(1327), + [anon_sym_typedef] = ACTIONS(1327), + [anon_sym_extern] = ACTIONS(1327), + [anon_sym___attribute__] = ACTIONS(1327), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), + [anon_sym___declspec] = ACTIONS(1327), + [anon_sym___cdecl] = ACTIONS(1327), + [anon_sym___clrcall] = ACTIONS(1327), + [anon_sym___stdcall] = ACTIONS(1327), + [anon_sym___fastcall] = ACTIONS(1327), + [anon_sym___thiscall] = ACTIONS(1327), + [anon_sym___vectorcall] = ACTIONS(1327), + [anon_sym_LBRACE] = ACTIONS(1329), + [anon_sym_signed] = ACTIONS(1327), + [anon_sym_unsigned] = ACTIONS(1327), + [anon_sym_long] = ACTIONS(1327), + [anon_sym_short] = ACTIONS(1327), + [anon_sym_static] = ACTIONS(1327), + [anon_sym_auto] = ACTIONS(1327), + [anon_sym_register] = ACTIONS(1327), + [anon_sym_inline] = ACTIONS(1327), + [anon_sym___inline] = ACTIONS(1327), + [anon_sym___inline__] = ACTIONS(1327), + [anon_sym___forceinline] = ACTIONS(1327), + [anon_sym_thread_local] = ACTIONS(1327), + [anon_sym___thread] = ACTIONS(1327), + [anon_sym_const] = ACTIONS(1327), + [anon_sym_constexpr] = ACTIONS(1327), + [anon_sym_volatile] = ACTIONS(1327), + [anon_sym_restrict] = ACTIONS(1327), + [anon_sym___restrict__] = ACTIONS(1327), + [anon_sym__Atomic] = ACTIONS(1327), + [anon_sym__Noreturn] = ACTIONS(1327), + [anon_sym_noreturn] = ACTIONS(1327), + [anon_sym__Nonnull] = ACTIONS(1327), + [anon_sym_alignas] = ACTIONS(1327), + [anon_sym__Alignas] = ACTIONS(1327), + [sym_primitive_type] = ACTIONS(1327), + [anon_sym_enum] = ACTIONS(1327), + [anon_sym_struct] = ACTIONS(1327), + [anon_sym_union] = ACTIONS(1327), + [anon_sym_if] = ACTIONS(1327), + [anon_sym_else] = ACTIONS(1327), + [anon_sym_switch] = ACTIONS(1327), + [anon_sym_case] = ACTIONS(1327), + [anon_sym_default] = ACTIONS(1327), + [anon_sym_while] = ACTIONS(1327), + [anon_sym_do] = ACTIONS(1327), + [anon_sym_for] = ACTIONS(1327), + [anon_sym_return] = ACTIONS(1327), + [anon_sym_break] = ACTIONS(1327), + [anon_sym_continue] = ACTIONS(1327), + [anon_sym_goto] = ACTIONS(1327), + [anon_sym___try] = ACTIONS(1327), + [anon_sym___leave] = ACTIONS(1327), + [anon_sym_DASH_DASH] = ACTIONS(1329), + [anon_sym_PLUS_PLUS] = ACTIONS(1329), + [anon_sym_sizeof] = ACTIONS(1327), + [anon_sym___alignof__] = ACTIONS(1327), + [anon_sym___alignof] = ACTIONS(1327), + [anon_sym__alignof] = ACTIONS(1327), + [anon_sym_alignof] = ACTIONS(1327), + [anon_sym__Alignof] = ACTIONS(1327), + [anon_sym_offsetof] = ACTIONS(1327), + [anon_sym__Generic] = ACTIONS(1327), + [anon_sym_asm] = ACTIONS(1327), + [anon_sym___asm__] = ACTIONS(1327), + [anon_sym___asm] = ACTIONS(1327), + [sym_number_literal] = ACTIONS(1329), + [anon_sym_L_SQUOTE] = ACTIONS(1329), + [anon_sym_u_SQUOTE] = ACTIONS(1329), + [anon_sym_U_SQUOTE] = ACTIONS(1329), + [anon_sym_u8_SQUOTE] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1329), + [anon_sym_L_DQUOTE] = ACTIONS(1329), + [anon_sym_u_DQUOTE] = ACTIONS(1329), + [anon_sym_U_DQUOTE] = ACTIONS(1329), + [anon_sym_u8_DQUOTE] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(1329), + [sym_true] = ACTIONS(1327), + [sym_false] = ACTIONS(1327), + [anon_sym_NULL] = ACTIONS(1327), + [anon_sym_nullptr] = ACTIONS(1327), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1327), + [anon_sym_rayPayloadInEXT] = ACTIONS(1327), + [anon_sym_hitAttributeEXT] = ACTIONS(1327), + [anon_sym_callableDataEXT] = ACTIONS(1327), + [anon_sym_callableDataInEXT] = ACTIONS(1327), + [anon_sym_shaderRecordEXT] = ACTIONS(1327), + [anon_sym_rayPayloadNV] = ACTIONS(1327), + [anon_sym_rayPayloadInNV] = ACTIONS(1327), + [anon_sym_hitAttributeNV] = ACTIONS(1327), + [anon_sym_callableDataNV] = ACTIONS(1327), + [anon_sym_callableDataInNV] = ACTIONS(1327), + [anon_sym_shaderRecordNV] = ACTIONS(1327), + [anon_sym_layout] = ACTIONS(1327), + }, + [287] = { + [sym_identifier] = ACTIONS(1343), + [aux_sym_preproc_include_token1] = ACTIONS(1343), + [aux_sym_preproc_def_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token2] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), + [sym_preproc_directive] = ACTIONS(1343), + [anon_sym_LPAREN2] = ACTIONS(1345), + [anon_sym_BANG] = ACTIONS(1345), + [anon_sym_TILDE] = ACTIONS(1345), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_subroutine] = ACTIONS(1343), + [anon_sym_invariant] = ACTIONS(1343), + [anon_sym_precise] = ACTIONS(1343), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_in] = ACTIONS(1343), + [anon_sym_out] = ACTIONS(1343), + [anon_sym_inout] = ACTIONS(1343), + [anon_sym_uniform] = ACTIONS(1343), + [anon_sym_shared] = ACTIONS(1343), + [anon_sym_attribute] = ACTIONS(1343), + [anon_sym_varying] = ACTIONS(1343), + [anon_sym_buffer] = ACTIONS(1343), + [anon_sym_coherent] = ACTIONS(1343), + [anon_sym_readonly] = ACTIONS(1343), + [anon_sym_writeonly] = ACTIONS(1343), + [anon_sym_precision] = ACTIONS(1343), + [anon_sym_highp] = ACTIONS(1343), + [anon_sym_mediump] = ACTIONS(1343), + [anon_sym_lowp] = ACTIONS(1343), + [anon_sym_centroid] = ACTIONS(1343), + [anon_sym_sample] = ACTIONS(1343), + [anon_sym_patch] = ACTIONS(1343), + [anon_sym_smooth] = ACTIONS(1343), + [anon_sym_flat] = ACTIONS(1343), + [anon_sym_noperspective] = ACTIONS(1343), + [anon_sym___extension__] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1343), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym___attribute__] = ACTIONS(1343), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), + [anon_sym___declspec] = ACTIONS(1343), + [anon_sym___cdecl] = ACTIONS(1343), + [anon_sym___clrcall] = ACTIONS(1343), + [anon_sym___stdcall] = ACTIONS(1343), + [anon_sym___fastcall] = ACTIONS(1343), + [anon_sym___thiscall] = ACTIONS(1343), + [anon_sym___vectorcall] = ACTIONS(1343), + [anon_sym_LBRACE] = ACTIONS(1345), + [anon_sym_signed] = ACTIONS(1343), + [anon_sym_unsigned] = ACTIONS(1343), + [anon_sym_long] = ACTIONS(1343), + [anon_sym_short] = ACTIONS(1343), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym___inline] = ACTIONS(1343), + [anon_sym___inline__] = ACTIONS(1343), + [anon_sym___forceinline] = ACTIONS(1343), + [anon_sym_thread_local] = ACTIONS(1343), + [anon_sym___thread] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_constexpr] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym___restrict__] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym__Noreturn] = ACTIONS(1343), + [anon_sym_noreturn] = ACTIONS(1343), + [anon_sym__Nonnull] = ACTIONS(1343), + [anon_sym_alignas] = ACTIONS(1343), + [anon_sym__Alignas] = ACTIONS(1343), + [sym_primitive_type] = ACTIONS(1343), + [anon_sym_enum] = ACTIONS(1343), + [anon_sym_struct] = ACTIONS(1343), + [anon_sym_union] = ACTIONS(1343), + [anon_sym_if] = ACTIONS(1343), + [anon_sym_else] = ACTIONS(1343), + [anon_sym_switch] = ACTIONS(1343), + [anon_sym_case] = ACTIONS(1343), + [anon_sym_default] = ACTIONS(1343), + [anon_sym_while] = ACTIONS(1343), + [anon_sym_do] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1343), + [anon_sym_return] = ACTIONS(1343), + [anon_sym_break] = ACTIONS(1343), + [anon_sym_continue] = ACTIONS(1343), + [anon_sym_goto] = ACTIONS(1343), + [anon_sym___try] = ACTIONS(1343), + [anon_sym___leave] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1345), + [anon_sym_PLUS_PLUS] = ACTIONS(1345), + [anon_sym_sizeof] = ACTIONS(1343), + [anon_sym___alignof__] = ACTIONS(1343), + [anon_sym___alignof] = ACTIONS(1343), + [anon_sym__alignof] = ACTIONS(1343), + [anon_sym_alignof] = ACTIONS(1343), + [anon_sym__Alignof] = ACTIONS(1343), + [anon_sym_offsetof] = ACTIONS(1343), + [anon_sym__Generic] = ACTIONS(1343), + [anon_sym_asm] = ACTIONS(1343), + [anon_sym___asm__] = ACTIONS(1343), + [anon_sym___asm] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1345), + [anon_sym_L_SQUOTE] = ACTIONS(1345), + [anon_sym_u_SQUOTE] = ACTIONS(1345), + [anon_sym_U_SQUOTE] = ACTIONS(1345), + [anon_sym_u8_SQUOTE] = ACTIONS(1345), + [anon_sym_SQUOTE] = ACTIONS(1345), + [anon_sym_L_DQUOTE] = ACTIONS(1345), + [anon_sym_u_DQUOTE] = ACTIONS(1345), + [anon_sym_U_DQUOTE] = ACTIONS(1345), + [anon_sym_u8_DQUOTE] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(1345), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [anon_sym_NULL] = ACTIONS(1343), + [anon_sym_nullptr] = ACTIONS(1343), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1343), + [anon_sym_rayPayloadInEXT] = ACTIONS(1343), + [anon_sym_hitAttributeEXT] = ACTIONS(1343), + [anon_sym_callableDataEXT] = ACTIONS(1343), + [anon_sym_callableDataInEXT] = ACTIONS(1343), + [anon_sym_shaderRecordEXT] = ACTIONS(1343), + [anon_sym_rayPayloadNV] = ACTIONS(1343), + [anon_sym_rayPayloadInNV] = ACTIONS(1343), + [anon_sym_hitAttributeNV] = ACTIONS(1343), + [anon_sym_callableDataNV] = ACTIONS(1343), + [anon_sym_callableDataInNV] = ACTIONS(1343), + [anon_sym_shaderRecordNV] = ACTIONS(1343), + [anon_sym_layout] = ACTIONS(1343), + }, + [288] = { + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_subroutine] = ACTIONS(1299), + [anon_sym_invariant] = ACTIONS(1299), + [anon_sym_precise] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_in] = ACTIONS(1299), + [anon_sym_out] = ACTIONS(1299), + [anon_sym_inout] = ACTIONS(1299), + [anon_sym_uniform] = ACTIONS(1299), + [anon_sym_shared] = ACTIONS(1299), + [anon_sym_attribute] = ACTIONS(1299), + [anon_sym_varying] = ACTIONS(1299), + [anon_sym_buffer] = ACTIONS(1299), + [anon_sym_coherent] = ACTIONS(1299), + [anon_sym_readonly] = ACTIONS(1299), + [anon_sym_writeonly] = ACTIONS(1299), + [anon_sym_precision] = ACTIONS(1299), + [anon_sym_highp] = ACTIONS(1299), + [anon_sym_mediump] = ACTIONS(1299), + [anon_sym_lowp] = ACTIONS(1299), + [anon_sym_centroid] = ACTIONS(1299), + [anon_sym_sample] = ACTIONS(1299), + [anon_sym_patch] = ACTIONS(1299), + [anon_sym_smooth] = ACTIONS(1299), + [anon_sym_flat] = ACTIONS(1299), + [anon_sym_noperspective] = ACTIONS(1299), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_RBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [anon_sym__Nonnull] = ACTIONS(1299), + [anon_sym_alignas] = ACTIONS(1299), + [anon_sym__Alignas] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym___try] = ACTIONS(1299), + [anon_sym___leave] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [anon_sym___asm] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1299), + [anon_sym_rayPayloadInEXT] = ACTIONS(1299), + [anon_sym_hitAttributeEXT] = ACTIONS(1299), + [anon_sym_callableDataEXT] = ACTIONS(1299), + [anon_sym_callableDataInEXT] = ACTIONS(1299), + [anon_sym_shaderRecordEXT] = ACTIONS(1299), + [anon_sym_rayPayloadNV] = ACTIONS(1299), + [anon_sym_rayPayloadInNV] = ACTIONS(1299), + [anon_sym_hitAttributeNV] = ACTIONS(1299), + [anon_sym_callableDataNV] = ACTIONS(1299), + [anon_sym_callableDataInNV] = ACTIONS(1299), + [anon_sym_shaderRecordNV] = ACTIONS(1299), + [anon_sym_layout] = ACTIONS(1299), + }, + [289] = { + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token2] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), + [anon_sym_LPAREN2] = ACTIONS(1353), + [anon_sym_BANG] = ACTIONS(1353), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), + [anon_sym_STAR] = ACTIONS(1353), + [anon_sym_AMP] = ACTIONS(1353), + [anon_sym_subroutine] = ACTIONS(1351), + [anon_sym_invariant] = ACTIONS(1351), + [anon_sym_precise] = ACTIONS(1351), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_in] = ACTIONS(1351), + [anon_sym_out] = ACTIONS(1351), + [anon_sym_inout] = ACTIONS(1351), + [anon_sym_uniform] = ACTIONS(1351), + [anon_sym_shared] = ACTIONS(1351), + [anon_sym_attribute] = ACTIONS(1351), + [anon_sym_varying] = ACTIONS(1351), + [anon_sym_buffer] = ACTIONS(1351), + [anon_sym_coherent] = ACTIONS(1351), + [anon_sym_readonly] = ACTIONS(1351), + [anon_sym_writeonly] = ACTIONS(1351), + [anon_sym_precision] = ACTIONS(1351), + [anon_sym_highp] = ACTIONS(1351), + [anon_sym_mediump] = ACTIONS(1351), + [anon_sym_lowp] = ACTIONS(1351), + [anon_sym_centroid] = ACTIONS(1351), + [anon_sym_sample] = ACTIONS(1351), + [anon_sym_patch] = ACTIONS(1351), + [anon_sym_smooth] = ACTIONS(1351), + [anon_sym_flat] = ACTIONS(1351), + [anon_sym_noperspective] = ACTIONS(1351), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [anon_sym__Nonnull] = ACTIONS(1351), + [anon_sym_alignas] = ACTIONS(1351), + [anon_sym__Alignas] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_else] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym___try] = ACTIONS(1351), + [anon_sym___leave] = ACTIONS(1351), + [anon_sym_DASH_DASH] = ACTIONS(1353), + [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [anon_sym___asm] = ACTIONS(1351), + [sym_number_literal] = ACTIONS(1353), + [anon_sym_L_SQUOTE] = ACTIONS(1353), + [anon_sym_u_SQUOTE] = ACTIONS(1353), + [anon_sym_U_SQUOTE] = ACTIONS(1353), + [anon_sym_u8_SQUOTE] = ACTIONS(1353), + [anon_sym_SQUOTE] = ACTIONS(1353), + [anon_sym_L_DQUOTE] = ACTIONS(1353), + [anon_sym_u_DQUOTE] = ACTIONS(1353), + [anon_sym_U_DQUOTE] = ACTIONS(1353), + [anon_sym_u8_DQUOTE] = ACTIONS(1353), + [anon_sym_DQUOTE] = ACTIONS(1353), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1351), + [anon_sym_rayPayloadInEXT] = ACTIONS(1351), + [anon_sym_hitAttributeEXT] = ACTIONS(1351), + [anon_sym_callableDataEXT] = ACTIONS(1351), + [anon_sym_callableDataInEXT] = ACTIONS(1351), + [anon_sym_shaderRecordEXT] = ACTIONS(1351), + [anon_sym_rayPayloadNV] = ACTIONS(1351), + [anon_sym_rayPayloadInNV] = ACTIONS(1351), + [anon_sym_hitAttributeNV] = ACTIONS(1351), + [anon_sym_callableDataNV] = ACTIONS(1351), + [anon_sym_callableDataInNV] = ACTIONS(1351), + [anon_sym_shaderRecordNV] = ACTIONS(1351), + [anon_sym_layout] = ACTIONS(1351), + }, + [290] = { + [ts_builtin_sym_end] = ACTIONS(1373), + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_subroutine] = ACTIONS(1371), + [anon_sym_invariant] = ACTIONS(1371), + [anon_sym_precise] = ACTIONS(1371), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_in] = ACTIONS(1371), + [anon_sym_out] = ACTIONS(1371), + [anon_sym_inout] = ACTIONS(1371), + [anon_sym_uniform] = ACTIONS(1371), + [anon_sym_shared] = ACTIONS(1371), + [anon_sym_attribute] = ACTIONS(1371), + [anon_sym_varying] = ACTIONS(1371), + [anon_sym_buffer] = ACTIONS(1371), + [anon_sym_coherent] = ACTIONS(1371), + [anon_sym_readonly] = ACTIONS(1371), + [anon_sym_writeonly] = ACTIONS(1371), + [anon_sym_precision] = ACTIONS(1371), + [anon_sym_highp] = ACTIONS(1371), + [anon_sym_mediump] = ACTIONS(1371), + [anon_sym_lowp] = ACTIONS(1371), + [anon_sym_centroid] = ACTIONS(1371), + [anon_sym_sample] = ACTIONS(1371), + [anon_sym_patch] = ACTIONS(1371), + [anon_sym_smooth] = ACTIONS(1371), + [anon_sym_flat] = ACTIONS(1371), + [anon_sym_noperspective] = ACTIONS(1371), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [anon_sym__Nonnull] = ACTIONS(1371), + [anon_sym_alignas] = ACTIONS(1371), + [anon_sym__Alignas] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_else] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym___try] = ACTIONS(1371), + [anon_sym___leave] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [anon_sym___asm] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1371), + [anon_sym_rayPayloadInEXT] = ACTIONS(1371), + [anon_sym_hitAttributeEXT] = ACTIONS(1371), + [anon_sym_callableDataEXT] = ACTIONS(1371), + [anon_sym_callableDataInEXT] = ACTIONS(1371), + [anon_sym_shaderRecordEXT] = ACTIONS(1371), + [anon_sym_rayPayloadNV] = ACTIONS(1371), + [anon_sym_rayPayloadInNV] = ACTIONS(1371), + [anon_sym_hitAttributeNV] = ACTIONS(1371), + [anon_sym_callableDataNV] = ACTIONS(1371), + [anon_sym_callableDataInNV] = ACTIONS(1371), + [anon_sym_shaderRecordNV] = ACTIONS(1371), + [anon_sym_layout] = ACTIONS(1371), + }, + [291] = { + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token2] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_subroutine] = ACTIONS(1383), + [anon_sym_invariant] = ACTIONS(1383), + [anon_sym_precise] = ACTIONS(1383), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_in] = ACTIONS(1383), + [anon_sym_out] = ACTIONS(1383), + [anon_sym_inout] = ACTIONS(1383), + [anon_sym_uniform] = ACTIONS(1383), + [anon_sym_shared] = ACTIONS(1383), + [anon_sym_attribute] = ACTIONS(1383), + [anon_sym_varying] = ACTIONS(1383), + [anon_sym_buffer] = ACTIONS(1383), + [anon_sym_coherent] = ACTIONS(1383), + [anon_sym_readonly] = ACTIONS(1383), + [anon_sym_writeonly] = ACTIONS(1383), + [anon_sym_precision] = ACTIONS(1383), + [anon_sym_highp] = ACTIONS(1383), + [anon_sym_mediump] = ACTIONS(1383), + [anon_sym_lowp] = ACTIONS(1383), + [anon_sym_centroid] = ACTIONS(1383), + [anon_sym_sample] = ACTIONS(1383), + [anon_sym_patch] = ACTIONS(1383), + [anon_sym_smooth] = ACTIONS(1383), + [anon_sym_flat] = ACTIONS(1383), + [anon_sym_noperspective] = ACTIONS(1383), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [anon_sym__Nonnull] = ACTIONS(1383), + [anon_sym_alignas] = ACTIONS(1383), + [anon_sym__Alignas] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_else] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym___try] = ACTIONS(1383), + [anon_sym___leave] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [anon_sym___asm] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1383), + [anon_sym_rayPayloadInEXT] = ACTIONS(1383), + [anon_sym_hitAttributeEXT] = ACTIONS(1383), + [anon_sym_callableDataEXT] = ACTIONS(1383), + [anon_sym_callableDataInEXT] = ACTIONS(1383), + [anon_sym_shaderRecordEXT] = ACTIONS(1383), + [anon_sym_rayPayloadNV] = ACTIONS(1383), + [anon_sym_rayPayloadInNV] = ACTIONS(1383), + [anon_sym_hitAttributeNV] = ACTIONS(1383), + [anon_sym_callableDataNV] = ACTIONS(1383), + [anon_sym_callableDataInNV] = ACTIONS(1383), + [anon_sym_shaderRecordNV] = ACTIONS(1383), + [anon_sym_layout] = ACTIONS(1383), + }, + [292] = { + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token2] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym_subroutine] = ACTIONS(1375), + [anon_sym_invariant] = ACTIONS(1375), + [anon_sym_precise] = ACTIONS(1375), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_in] = ACTIONS(1375), + [anon_sym_out] = ACTIONS(1375), + [anon_sym_inout] = ACTIONS(1375), + [anon_sym_uniform] = ACTIONS(1375), + [anon_sym_shared] = ACTIONS(1375), + [anon_sym_attribute] = ACTIONS(1375), + [anon_sym_varying] = ACTIONS(1375), + [anon_sym_buffer] = ACTIONS(1375), + [anon_sym_coherent] = ACTIONS(1375), + [anon_sym_readonly] = ACTIONS(1375), + [anon_sym_writeonly] = ACTIONS(1375), + [anon_sym_precision] = ACTIONS(1375), + [anon_sym_highp] = ACTIONS(1375), + [anon_sym_mediump] = ACTIONS(1375), + [anon_sym_lowp] = ACTIONS(1375), + [anon_sym_centroid] = ACTIONS(1375), + [anon_sym_sample] = ACTIONS(1375), + [anon_sym_patch] = ACTIONS(1375), + [anon_sym_smooth] = ACTIONS(1375), + [anon_sym_flat] = ACTIONS(1375), + [anon_sym_noperspective] = ACTIONS(1375), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [anon_sym__Nonnull] = ACTIONS(1375), + [anon_sym_alignas] = ACTIONS(1375), + [anon_sym__Alignas] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_else] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym___try] = ACTIONS(1375), + [anon_sym___leave] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [anon_sym___asm] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1375), + [anon_sym_rayPayloadInEXT] = ACTIONS(1375), + [anon_sym_hitAttributeEXT] = ACTIONS(1375), + [anon_sym_callableDataEXT] = ACTIONS(1375), + [anon_sym_callableDataInEXT] = ACTIONS(1375), + [anon_sym_shaderRecordEXT] = ACTIONS(1375), + [anon_sym_rayPayloadNV] = ACTIONS(1375), + [anon_sym_rayPayloadInNV] = ACTIONS(1375), + [anon_sym_hitAttributeNV] = ACTIONS(1375), + [anon_sym_callableDataNV] = ACTIONS(1375), + [anon_sym_callableDataInNV] = ACTIONS(1375), + [anon_sym_shaderRecordNV] = ACTIONS(1375), + [anon_sym_layout] = ACTIONS(1375), + }, + [293] = { + [ts_builtin_sym_end] = ACTIONS(1261), + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_subroutine] = ACTIONS(1259), + [anon_sym_invariant] = ACTIONS(1259), + [anon_sym_precise] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_in] = ACTIONS(1259), + [anon_sym_out] = ACTIONS(1259), + [anon_sym_inout] = ACTIONS(1259), + [anon_sym_uniform] = ACTIONS(1259), + [anon_sym_shared] = ACTIONS(1259), + [anon_sym_attribute] = ACTIONS(1259), + [anon_sym_varying] = ACTIONS(1259), + [anon_sym_buffer] = ACTIONS(1259), + [anon_sym_coherent] = ACTIONS(1259), + [anon_sym_readonly] = ACTIONS(1259), + [anon_sym_writeonly] = ACTIONS(1259), + [anon_sym_precision] = ACTIONS(1259), + [anon_sym_highp] = ACTIONS(1259), + [anon_sym_mediump] = ACTIONS(1259), + [anon_sym_lowp] = ACTIONS(1259), + [anon_sym_centroid] = ACTIONS(1259), + [anon_sym_sample] = ACTIONS(1259), + [anon_sym_patch] = ACTIONS(1259), + [anon_sym_smooth] = ACTIONS(1259), + [anon_sym_flat] = ACTIONS(1259), + [anon_sym_noperspective] = ACTIONS(1259), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [anon_sym__Nonnull] = ACTIONS(1259), + [anon_sym_alignas] = ACTIONS(1259), + [anon_sym__Alignas] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym___try] = ACTIONS(1259), + [anon_sym___leave] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [anon_sym___asm] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1259), + [anon_sym_rayPayloadInEXT] = ACTIONS(1259), + [anon_sym_hitAttributeEXT] = ACTIONS(1259), + [anon_sym_callableDataEXT] = ACTIONS(1259), + [anon_sym_callableDataInEXT] = ACTIONS(1259), + [anon_sym_shaderRecordEXT] = ACTIONS(1259), + [anon_sym_rayPayloadNV] = ACTIONS(1259), + [anon_sym_rayPayloadInNV] = ACTIONS(1259), + [anon_sym_hitAttributeNV] = ACTIONS(1259), + [anon_sym_callableDataNV] = ACTIONS(1259), + [anon_sym_callableDataInNV] = ACTIONS(1259), + [anon_sym_shaderRecordNV] = ACTIONS(1259), + [anon_sym_layout] = ACTIONS(1259), + }, + [294] = { + [ts_builtin_sym_end] = ACTIONS(1365), + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_subroutine] = ACTIONS(1363), + [anon_sym_invariant] = ACTIONS(1363), + [anon_sym_precise] = ACTIONS(1363), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1363), + [anon_sym_out] = ACTIONS(1363), + [anon_sym_inout] = ACTIONS(1363), + [anon_sym_uniform] = ACTIONS(1363), + [anon_sym_shared] = ACTIONS(1363), + [anon_sym_attribute] = ACTIONS(1363), + [anon_sym_varying] = ACTIONS(1363), + [anon_sym_buffer] = ACTIONS(1363), + [anon_sym_coherent] = ACTIONS(1363), + [anon_sym_readonly] = ACTIONS(1363), + [anon_sym_writeonly] = ACTIONS(1363), + [anon_sym_precision] = ACTIONS(1363), + [anon_sym_highp] = ACTIONS(1363), + [anon_sym_mediump] = ACTIONS(1363), + [anon_sym_lowp] = ACTIONS(1363), + [anon_sym_centroid] = ACTIONS(1363), + [anon_sym_sample] = ACTIONS(1363), + [anon_sym_patch] = ACTIONS(1363), + [anon_sym_smooth] = ACTIONS(1363), + [anon_sym_flat] = ACTIONS(1363), + [anon_sym_noperspective] = ACTIONS(1363), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [anon_sym__Nonnull] = ACTIONS(1363), + [anon_sym_alignas] = ACTIONS(1363), + [anon_sym__Alignas] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_else] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym___try] = ACTIONS(1363), + [anon_sym___leave] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [anon_sym___asm] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1363), + [anon_sym_rayPayloadInEXT] = ACTIONS(1363), + [anon_sym_hitAttributeEXT] = ACTIONS(1363), + [anon_sym_callableDataEXT] = ACTIONS(1363), + [anon_sym_callableDataInEXT] = ACTIONS(1363), + [anon_sym_shaderRecordEXT] = ACTIONS(1363), + [anon_sym_rayPayloadNV] = ACTIONS(1363), + [anon_sym_rayPayloadInNV] = ACTIONS(1363), + [anon_sym_hitAttributeNV] = ACTIONS(1363), + [anon_sym_callableDataNV] = ACTIONS(1363), + [anon_sym_callableDataInNV] = ACTIONS(1363), + [anon_sym_shaderRecordNV] = ACTIONS(1363), + [anon_sym_layout] = ACTIONS(1363), + }, + [295] = { + [sym_identifier] = ACTIONS(1359), + [aux_sym_preproc_include_token1] = ACTIONS(1359), + [aux_sym_preproc_def_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), + [sym_preproc_directive] = ACTIONS(1359), + [anon_sym_LPAREN2] = ACTIONS(1361), + [anon_sym_BANG] = ACTIONS(1361), + [anon_sym_TILDE] = ACTIONS(1361), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_STAR] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(1361), + [anon_sym_subroutine] = ACTIONS(1359), + [anon_sym_invariant] = ACTIONS(1359), + [anon_sym_precise] = ACTIONS(1359), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_in] = ACTIONS(1359), + [anon_sym_out] = ACTIONS(1359), + [anon_sym_inout] = ACTIONS(1359), + [anon_sym_uniform] = ACTIONS(1359), + [anon_sym_shared] = ACTIONS(1359), + [anon_sym_attribute] = ACTIONS(1359), + [anon_sym_varying] = ACTIONS(1359), + [anon_sym_buffer] = ACTIONS(1359), + [anon_sym_coherent] = ACTIONS(1359), + [anon_sym_readonly] = ACTIONS(1359), + [anon_sym_writeonly] = ACTIONS(1359), + [anon_sym_precision] = ACTIONS(1359), + [anon_sym_highp] = ACTIONS(1359), + [anon_sym_mediump] = ACTIONS(1359), + [anon_sym_lowp] = ACTIONS(1359), + [anon_sym_centroid] = ACTIONS(1359), + [anon_sym_sample] = ACTIONS(1359), + [anon_sym_patch] = ACTIONS(1359), + [anon_sym_smooth] = ACTIONS(1359), + [anon_sym_flat] = ACTIONS(1359), + [anon_sym_noperspective] = ACTIONS(1359), + [anon_sym___extension__] = ACTIONS(1359), + [anon_sym_typedef] = ACTIONS(1359), + [anon_sym_extern] = ACTIONS(1359), + [anon_sym___attribute__] = ACTIONS(1359), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), + [anon_sym___declspec] = ACTIONS(1359), + [anon_sym___cdecl] = ACTIONS(1359), + [anon_sym___clrcall] = ACTIONS(1359), + [anon_sym___stdcall] = ACTIONS(1359), + [anon_sym___fastcall] = ACTIONS(1359), + [anon_sym___thiscall] = ACTIONS(1359), + [anon_sym___vectorcall] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_RBRACE] = ACTIONS(1361), + [anon_sym_signed] = ACTIONS(1359), + [anon_sym_unsigned] = ACTIONS(1359), + [anon_sym_long] = ACTIONS(1359), + [anon_sym_short] = ACTIONS(1359), + [anon_sym_static] = ACTIONS(1359), + [anon_sym_auto] = ACTIONS(1359), + [anon_sym_register] = ACTIONS(1359), + [anon_sym_inline] = ACTIONS(1359), + [anon_sym___inline] = ACTIONS(1359), + [anon_sym___inline__] = ACTIONS(1359), + [anon_sym___forceinline] = ACTIONS(1359), + [anon_sym_thread_local] = ACTIONS(1359), + [anon_sym___thread] = ACTIONS(1359), + [anon_sym_const] = ACTIONS(1359), + [anon_sym_constexpr] = ACTIONS(1359), + [anon_sym_volatile] = ACTIONS(1359), + [anon_sym_restrict] = ACTIONS(1359), + [anon_sym___restrict__] = ACTIONS(1359), + [anon_sym__Atomic] = ACTIONS(1359), + [anon_sym__Noreturn] = ACTIONS(1359), + [anon_sym_noreturn] = ACTIONS(1359), + [anon_sym__Nonnull] = ACTIONS(1359), + [anon_sym_alignas] = ACTIONS(1359), + [anon_sym__Alignas] = ACTIONS(1359), + [sym_primitive_type] = ACTIONS(1359), + [anon_sym_enum] = ACTIONS(1359), + [anon_sym_struct] = ACTIONS(1359), + [anon_sym_union] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1359), + [anon_sym_else] = ACTIONS(1359), + [anon_sym_switch] = ACTIONS(1359), + [anon_sym_case] = ACTIONS(1359), + [anon_sym_default] = ACTIONS(1359), + [anon_sym_while] = ACTIONS(1359), + [anon_sym_do] = ACTIONS(1359), + [anon_sym_for] = ACTIONS(1359), + [anon_sym_return] = ACTIONS(1359), + [anon_sym_break] = ACTIONS(1359), + [anon_sym_continue] = ACTIONS(1359), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym___try] = ACTIONS(1359), + [anon_sym___leave] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1361), + [anon_sym_PLUS_PLUS] = ACTIONS(1361), + [anon_sym_sizeof] = ACTIONS(1359), + [anon_sym___alignof__] = ACTIONS(1359), + [anon_sym___alignof] = ACTIONS(1359), + [anon_sym__alignof] = ACTIONS(1359), + [anon_sym_alignof] = ACTIONS(1359), + [anon_sym__Alignof] = ACTIONS(1359), + [anon_sym_offsetof] = ACTIONS(1359), + [anon_sym__Generic] = ACTIONS(1359), + [anon_sym_asm] = ACTIONS(1359), + [anon_sym___asm__] = ACTIONS(1359), + [anon_sym___asm] = ACTIONS(1359), + [sym_number_literal] = ACTIONS(1361), + [anon_sym_L_SQUOTE] = ACTIONS(1361), + [anon_sym_u_SQUOTE] = ACTIONS(1361), + [anon_sym_U_SQUOTE] = ACTIONS(1361), + [anon_sym_u8_SQUOTE] = ACTIONS(1361), + [anon_sym_SQUOTE] = ACTIONS(1361), + [anon_sym_L_DQUOTE] = ACTIONS(1361), + [anon_sym_u_DQUOTE] = ACTIONS(1361), + [anon_sym_U_DQUOTE] = ACTIONS(1361), + [anon_sym_u8_DQUOTE] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1361), + [sym_true] = ACTIONS(1359), + [sym_false] = ACTIONS(1359), + [anon_sym_NULL] = ACTIONS(1359), + [anon_sym_nullptr] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1359), + [anon_sym_rayPayloadInEXT] = ACTIONS(1359), + [anon_sym_hitAttributeEXT] = ACTIONS(1359), + [anon_sym_callableDataEXT] = ACTIONS(1359), + [anon_sym_callableDataInEXT] = ACTIONS(1359), + [anon_sym_shaderRecordEXT] = ACTIONS(1359), + [anon_sym_rayPayloadNV] = ACTIONS(1359), + [anon_sym_rayPayloadInNV] = ACTIONS(1359), + [anon_sym_hitAttributeNV] = ACTIONS(1359), + [anon_sym_callableDataNV] = ACTIONS(1359), + [anon_sym_callableDataInNV] = ACTIONS(1359), + [anon_sym_shaderRecordNV] = ACTIONS(1359), + [anon_sym_layout] = ACTIONS(1359), + }, [296] = { - [ts_builtin_sym_end] = ACTIONS(1259), - [sym_identifier] = ACTIONS(1257), - [aux_sym_preproc_include_token1] = ACTIONS(1257), - [aux_sym_preproc_def_token1] = ACTIONS(1257), - [aux_sym_preproc_if_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1257), - [sym_preproc_directive] = ACTIONS(1257), - [anon_sym_LPAREN2] = ACTIONS(1259), - [anon_sym_BANG] = ACTIONS(1259), - [anon_sym_TILDE] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_PLUS] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_subroutine] = ACTIONS(1257), - [anon_sym_invariant] = ACTIONS(1257), - [anon_sym_precise] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_in] = ACTIONS(1257), - [anon_sym_out] = ACTIONS(1257), - [anon_sym_inout] = ACTIONS(1257), - [anon_sym_uniform] = ACTIONS(1257), - [anon_sym_shared] = ACTIONS(1257), - [anon_sym_attribute] = ACTIONS(1257), - [anon_sym_varying] = ACTIONS(1257), - [anon_sym_buffer] = ACTIONS(1257), - [anon_sym_coherent] = ACTIONS(1257), - [anon_sym_readonly] = ACTIONS(1257), - [anon_sym_writeonly] = ACTIONS(1257), - [anon_sym_precision] = ACTIONS(1257), - [anon_sym_highp] = ACTIONS(1257), - [anon_sym_mediump] = ACTIONS(1257), - [anon_sym_lowp] = ACTIONS(1257), - [anon_sym_centroid] = ACTIONS(1257), - [anon_sym_sample] = ACTIONS(1257), - [anon_sym_patch] = ACTIONS(1257), - [anon_sym_smooth] = ACTIONS(1257), - [anon_sym_flat] = ACTIONS(1257), - [anon_sym_noperspective] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1257), - [anon_sym_typedef] = ACTIONS(1257), - [anon_sym_extern] = ACTIONS(1257), - [anon_sym___attribute__] = ACTIONS(1257), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1259), - [anon_sym___declspec] = ACTIONS(1257), - [anon_sym___cdecl] = ACTIONS(1257), - [anon_sym___clrcall] = ACTIONS(1257), - [anon_sym___stdcall] = ACTIONS(1257), - [anon_sym___fastcall] = ACTIONS(1257), - [anon_sym___thiscall] = ACTIONS(1257), - [anon_sym___vectorcall] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1259), - [anon_sym_signed] = ACTIONS(1257), - [anon_sym_unsigned] = ACTIONS(1257), - [anon_sym_long] = ACTIONS(1257), - [anon_sym_short] = ACTIONS(1257), - [anon_sym_static] = ACTIONS(1257), - [anon_sym_auto] = ACTIONS(1257), - [anon_sym_register] = ACTIONS(1257), - [anon_sym_inline] = ACTIONS(1257), - [anon_sym___inline] = ACTIONS(1257), - [anon_sym___inline__] = ACTIONS(1257), - [anon_sym___forceinline] = ACTIONS(1257), - [anon_sym_thread_local] = ACTIONS(1257), - [anon_sym___thread] = ACTIONS(1257), - [anon_sym_const] = ACTIONS(1257), - [anon_sym_constexpr] = ACTIONS(1257), - [anon_sym_volatile] = ACTIONS(1257), - [anon_sym_restrict] = ACTIONS(1257), - [anon_sym___restrict__] = ACTIONS(1257), - [anon_sym__Atomic] = ACTIONS(1257), - [anon_sym__Noreturn] = ACTIONS(1257), - [anon_sym_noreturn] = ACTIONS(1257), - [anon_sym_alignas] = ACTIONS(1257), - [anon_sym__Alignas] = ACTIONS(1257), - [sym_primitive_type] = ACTIONS(1257), - [anon_sym_enum] = ACTIONS(1257), - [anon_sym_struct] = ACTIONS(1257), - [anon_sym_union] = ACTIONS(1257), - [anon_sym_if] = ACTIONS(1257), - [anon_sym_else] = ACTIONS(1257), - [anon_sym_switch] = ACTIONS(1257), - [anon_sym_case] = ACTIONS(1257), - [anon_sym_default] = ACTIONS(1257), - [anon_sym_while] = ACTIONS(1257), - [anon_sym_do] = ACTIONS(1257), - [anon_sym_for] = ACTIONS(1257), - [anon_sym_return] = ACTIONS(1257), - [anon_sym_break] = ACTIONS(1257), - [anon_sym_continue] = ACTIONS(1257), - [anon_sym_goto] = ACTIONS(1257), - [anon_sym___try] = ACTIONS(1257), - [anon_sym___leave] = ACTIONS(1257), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_sizeof] = ACTIONS(1257), - [anon_sym___alignof__] = ACTIONS(1257), - [anon_sym___alignof] = ACTIONS(1257), - [anon_sym__alignof] = ACTIONS(1257), - [anon_sym_alignof] = ACTIONS(1257), - [anon_sym__Alignof] = ACTIONS(1257), - [anon_sym_offsetof] = ACTIONS(1257), - [anon_sym__Generic] = ACTIONS(1257), - [anon_sym_asm] = ACTIONS(1257), - [anon_sym___asm__] = ACTIONS(1257), - [sym_number_literal] = ACTIONS(1259), - [anon_sym_L_SQUOTE] = ACTIONS(1259), - [anon_sym_u_SQUOTE] = ACTIONS(1259), - [anon_sym_U_SQUOTE] = ACTIONS(1259), - [anon_sym_u8_SQUOTE] = ACTIONS(1259), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_L_DQUOTE] = ACTIONS(1259), - [anon_sym_u_DQUOTE] = ACTIONS(1259), - [anon_sym_U_DQUOTE] = ACTIONS(1259), - [anon_sym_u8_DQUOTE] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_true] = ACTIONS(1257), - [sym_false] = ACTIONS(1257), - [anon_sym_NULL] = ACTIONS(1257), - [anon_sym_nullptr] = ACTIONS(1257), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1257), - [anon_sym_rayPayloadInEXT] = ACTIONS(1257), - [anon_sym_hitAttributeEXT] = ACTIONS(1257), - [anon_sym_callableDataEXT] = ACTIONS(1257), - [anon_sym_callableDataInEXT] = ACTIONS(1257), - [anon_sym_shaderRecordEXT] = ACTIONS(1257), - [anon_sym_rayPayloadNV] = ACTIONS(1257), - [anon_sym_rayPayloadInNV] = ACTIONS(1257), - [anon_sym_hitAttributeNV] = ACTIONS(1257), - [anon_sym_callableDataNV] = ACTIONS(1257), - [anon_sym_callableDataInNV] = ACTIONS(1257), - [anon_sym_shaderRecordNV] = ACTIONS(1257), - [anon_sym_layout] = ACTIONS(1257), + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_subroutine] = ACTIONS(1371), + [anon_sym_invariant] = ACTIONS(1371), + [anon_sym_precise] = ACTIONS(1371), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_in] = ACTIONS(1371), + [anon_sym_out] = ACTIONS(1371), + [anon_sym_inout] = ACTIONS(1371), + [anon_sym_uniform] = ACTIONS(1371), + [anon_sym_shared] = ACTIONS(1371), + [anon_sym_attribute] = ACTIONS(1371), + [anon_sym_varying] = ACTIONS(1371), + [anon_sym_buffer] = ACTIONS(1371), + [anon_sym_coherent] = ACTIONS(1371), + [anon_sym_readonly] = ACTIONS(1371), + [anon_sym_writeonly] = ACTIONS(1371), + [anon_sym_precision] = ACTIONS(1371), + [anon_sym_highp] = ACTIONS(1371), + [anon_sym_mediump] = ACTIONS(1371), + [anon_sym_lowp] = ACTIONS(1371), + [anon_sym_centroid] = ACTIONS(1371), + [anon_sym_sample] = ACTIONS(1371), + [anon_sym_patch] = ACTIONS(1371), + [anon_sym_smooth] = ACTIONS(1371), + [anon_sym_flat] = ACTIONS(1371), + [anon_sym_noperspective] = ACTIONS(1371), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_RBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [anon_sym__Nonnull] = ACTIONS(1371), + [anon_sym_alignas] = ACTIONS(1371), + [anon_sym__Alignas] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_else] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym___try] = ACTIONS(1371), + [anon_sym___leave] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [anon_sym___asm] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1371), + [anon_sym_rayPayloadInEXT] = ACTIONS(1371), + [anon_sym_hitAttributeEXT] = ACTIONS(1371), + [anon_sym_callableDataEXT] = ACTIONS(1371), + [anon_sym_callableDataInEXT] = ACTIONS(1371), + [anon_sym_shaderRecordEXT] = ACTIONS(1371), + [anon_sym_rayPayloadNV] = ACTIONS(1371), + [anon_sym_rayPayloadInNV] = ACTIONS(1371), + [anon_sym_hitAttributeNV] = ACTIONS(1371), + [anon_sym_callableDataNV] = ACTIONS(1371), + [anon_sym_callableDataInNV] = ACTIONS(1371), + [anon_sym_shaderRecordNV] = ACTIONS(1371), + [anon_sym_layout] = ACTIONS(1371), }, [297] = { - [sym_identifier] = ACTIONS(1337), - [aux_sym_preproc_include_token1] = ACTIONS(1337), - [aux_sym_preproc_def_token1] = ACTIONS(1337), - [aux_sym_preproc_if_token1] = ACTIONS(1337), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1337), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1337), - [sym_preproc_directive] = ACTIONS(1337), - [anon_sym_LPAREN2] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_TILDE] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1337), - [anon_sym_STAR] = ACTIONS(1339), - [anon_sym_AMP] = ACTIONS(1339), - [anon_sym_subroutine] = ACTIONS(1337), - [anon_sym_invariant] = ACTIONS(1337), - [anon_sym_precise] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1339), - [anon_sym_in] = ACTIONS(1337), - [anon_sym_out] = ACTIONS(1337), - [anon_sym_inout] = ACTIONS(1337), - [anon_sym_uniform] = ACTIONS(1337), - [anon_sym_shared] = ACTIONS(1337), - [anon_sym_attribute] = ACTIONS(1337), - [anon_sym_varying] = ACTIONS(1337), - [anon_sym_buffer] = ACTIONS(1337), - [anon_sym_coherent] = ACTIONS(1337), - [anon_sym_readonly] = ACTIONS(1337), - [anon_sym_writeonly] = ACTIONS(1337), - [anon_sym_precision] = ACTIONS(1337), - [anon_sym_highp] = ACTIONS(1337), - [anon_sym_mediump] = ACTIONS(1337), - [anon_sym_lowp] = ACTIONS(1337), - [anon_sym_centroid] = ACTIONS(1337), - [anon_sym_sample] = ACTIONS(1337), - [anon_sym_patch] = ACTIONS(1337), - [anon_sym_smooth] = ACTIONS(1337), - [anon_sym_flat] = ACTIONS(1337), - [anon_sym_noperspective] = ACTIONS(1337), - [anon_sym___extension__] = ACTIONS(1337), - [anon_sym_typedef] = ACTIONS(1337), - [anon_sym_extern] = ACTIONS(1337), - [anon_sym___attribute__] = ACTIONS(1337), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1339), - [anon_sym___declspec] = ACTIONS(1337), - [anon_sym___cdecl] = ACTIONS(1337), - [anon_sym___clrcall] = ACTIONS(1337), - [anon_sym___stdcall] = ACTIONS(1337), - [anon_sym___fastcall] = ACTIONS(1337), - [anon_sym___thiscall] = ACTIONS(1337), - [anon_sym___vectorcall] = ACTIONS(1337), - [anon_sym_LBRACE] = ACTIONS(1339), - [anon_sym_RBRACE] = ACTIONS(1339), - [anon_sym_signed] = ACTIONS(1337), - [anon_sym_unsigned] = ACTIONS(1337), - [anon_sym_long] = ACTIONS(1337), - [anon_sym_short] = ACTIONS(1337), - [anon_sym_static] = ACTIONS(1337), - [anon_sym_auto] = ACTIONS(1337), - [anon_sym_register] = ACTIONS(1337), - [anon_sym_inline] = ACTIONS(1337), - [anon_sym___inline] = ACTIONS(1337), - [anon_sym___inline__] = ACTIONS(1337), - [anon_sym___forceinline] = ACTIONS(1337), - [anon_sym_thread_local] = ACTIONS(1337), - [anon_sym___thread] = ACTIONS(1337), - [anon_sym_const] = ACTIONS(1337), - [anon_sym_constexpr] = ACTIONS(1337), - [anon_sym_volatile] = ACTIONS(1337), - [anon_sym_restrict] = ACTIONS(1337), - [anon_sym___restrict__] = ACTIONS(1337), - [anon_sym__Atomic] = ACTIONS(1337), - [anon_sym__Noreturn] = ACTIONS(1337), - [anon_sym_noreturn] = ACTIONS(1337), - [anon_sym_alignas] = ACTIONS(1337), - [anon_sym__Alignas] = ACTIONS(1337), - [sym_primitive_type] = ACTIONS(1337), - [anon_sym_enum] = ACTIONS(1337), - [anon_sym_struct] = ACTIONS(1337), - [anon_sym_union] = ACTIONS(1337), - [anon_sym_if] = ACTIONS(1337), - [anon_sym_else] = ACTIONS(1337), - [anon_sym_switch] = ACTIONS(1337), - [anon_sym_case] = ACTIONS(1337), - [anon_sym_default] = ACTIONS(1337), - [anon_sym_while] = ACTIONS(1337), - [anon_sym_do] = ACTIONS(1337), - [anon_sym_for] = ACTIONS(1337), - [anon_sym_return] = ACTIONS(1337), - [anon_sym_break] = ACTIONS(1337), - [anon_sym_continue] = ACTIONS(1337), - [anon_sym_goto] = ACTIONS(1337), - [anon_sym___try] = ACTIONS(1337), - [anon_sym___leave] = ACTIONS(1337), - [anon_sym_DASH_DASH] = ACTIONS(1339), - [anon_sym_PLUS_PLUS] = ACTIONS(1339), - [anon_sym_sizeof] = ACTIONS(1337), - [anon_sym___alignof__] = ACTIONS(1337), - [anon_sym___alignof] = ACTIONS(1337), - [anon_sym__alignof] = ACTIONS(1337), - [anon_sym_alignof] = ACTIONS(1337), - [anon_sym__Alignof] = ACTIONS(1337), - [anon_sym_offsetof] = ACTIONS(1337), - [anon_sym__Generic] = ACTIONS(1337), - [anon_sym_asm] = ACTIONS(1337), - [anon_sym___asm__] = ACTIONS(1337), - [sym_number_literal] = ACTIONS(1339), - [anon_sym_L_SQUOTE] = ACTIONS(1339), - [anon_sym_u_SQUOTE] = ACTIONS(1339), - [anon_sym_U_SQUOTE] = ACTIONS(1339), - [anon_sym_u8_SQUOTE] = ACTIONS(1339), - [anon_sym_SQUOTE] = ACTIONS(1339), - [anon_sym_L_DQUOTE] = ACTIONS(1339), - [anon_sym_u_DQUOTE] = ACTIONS(1339), - [anon_sym_U_DQUOTE] = ACTIONS(1339), - [anon_sym_u8_DQUOTE] = ACTIONS(1339), - [anon_sym_DQUOTE] = ACTIONS(1339), - [sym_true] = ACTIONS(1337), - [sym_false] = ACTIONS(1337), - [anon_sym_NULL] = ACTIONS(1337), - [anon_sym_nullptr] = ACTIONS(1337), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1337), - [anon_sym_rayPayloadInEXT] = ACTIONS(1337), - [anon_sym_hitAttributeEXT] = ACTIONS(1337), - [anon_sym_callableDataEXT] = ACTIONS(1337), - [anon_sym_callableDataInEXT] = ACTIONS(1337), - [anon_sym_shaderRecordEXT] = ACTIONS(1337), - [anon_sym_rayPayloadNV] = ACTIONS(1337), - [anon_sym_rayPayloadInNV] = ACTIONS(1337), - [anon_sym_hitAttributeNV] = ACTIONS(1337), - [anon_sym_callableDataNV] = ACTIONS(1337), - [anon_sym_callableDataInNV] = ACTIONS(1337), - [anon_sym_shaderRecordNV] = ACTIONS(1337), - [anon_sym_layout] = ACTIONS(1337), + [ts_builtin_sym_end] = ACTIONS(1325), + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1325), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_STAR] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_subroutine] = ACTIONS(1323), + [anon_sym_invariant] = ACTIONS(1323), + [anon_sym_precise] = ACTIONS(1323), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_in] = ACTIONS(1323), + [anon_sym_out] = ACTIONS(1323), + [anon_sym_inout] = ACTIONS(1323), + [anon_sym_uniform] = ACTIONS(1323), + [anon_sym_shared] = ACTIONS(1323), + [anon_sym_attribute] = ACTIONS(1323), + [anon_sym_varying] = ACTIONS(1323), + [anon_sym_buffer] = ACTIONS(1323), + [anon_sym_coherent] = ACTIONS(1323), + [anon_sym_readonly] = ACTIONS(1323), + [anon_sym_writeonly] = ACTIONS(1323), + [anon_sym_precision] = ACTIONS(1323), + [anon_sym_highp] = ACTIONS(1323), + [anon_sym_mediump] = ACTIONS(1323), + [anon_sym_lowp] = ACTIONS(1323), + [anon_sym_centroid] = ACTIONS(1323), + [anon_sym_sample] = ACTIONS(1323), + [anon_sym_patch] = ACTIONS(1323), + [anon_sym_smooth] = ACTIONS(1323), + [anon_sym_flat] = ACTIONS(1323), + [anon_sym_noperspective] = ACTIONS(1323), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [anon_sym__Nonnull] = ACTIONS(1323), + [anon_sym_alignas] = ACTIONS(1323), + [anon_sym__Alignas] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_else] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym___try] = ACTIONS(1323), + [anon_sym___leave] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [anon_sym___asm] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1323), + [anon_sym_rayPayloadInEXT] = ACTIONS(1323), + [anon_sym_hitAttributeEXT] = ACTIONS(1323), + [anon_sym_callableDataEXT] = ACTIONS(1323), + [anon_sym_callableDataInEXT] = ACTIONS(1323), + [anon_sym_shaderRecordEXT] = ACTIONS(1323), + [anon_sym_rayPayloadNV] = ACTIONS(1323), + [anon_sym_rayPayloadInNV] = ACTIONS(1323), + [anon_sym_hitAttributeNV] = ACTIONS(1323), + [anon_sym_callableDataNV] = ACTIONS(1323), + [anon_sym_callableDataInNV] = ACTIONS(1323), + [anon_sym_shaderRecordNV] = ACTIONS(1323), + [anon_sym_layout] = ACTIONS(1323), }, [298] = { - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_RBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_subroutine] = ACTIONS(1367), + [anon_sym_invariant] = ACTIONS(1367), + [anon_sym_precise] = ACTIONS(1367), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1367), + [anon_sym_out] = ACTIONS(1367), + [anon_sym_inout] = ACTIONS(1367), + [anon_sym_uniform] = ACTIONS(1367), + [anon_sym_shared] = ACTIONS(1367), + [anon_sym_attribute] = ACTIONS(1367), + [anon_sym_varying] = ACTIONS(1367), + [anon_sym_buffer] = ACTIONS(1367), + [anon_sym_coherent] = ACTIONS(1367), + [anon_sym_readonly] = ACTIONS(1367), + [anon_sym_writeonly] = ACTIONS(1367), + [anon_sym_precision] = ACTIONS(1367), + [anon_sym_highp] = ACTIONS(1367), + [anon_sym_mediump] = ACTIONS(1367), + [anon_sym_lowp] = ACTIONS(1367), + [anon_sym_centroid] = ACTIONS(1367), + [anon_sym_sample] = ACTIONS(1367), + [anon_sym_patch] = ACTIONS(1367), + [anon_sym_smooth] = ACTIONS(1367), + [anon_sym_flat] = ACTIONS(1367), + [anon_sym_noperspective] = ACTIONS(1367), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [anon_sym__Nonnull] = ACTIONS(1367), + [anon_sym_alignas] = ACTIONS(1367), + [anon_sym__Alignas] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_else] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym___try] = ACTIONS(1367), + [anon_sym___leave] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [anon_sym___asm] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1367), + [anon_sym_rayPayloadInEXT] = ACTIONS(1367), + [anon_sym_hitAttributeEXT] = ACTIONS(1367), + [anon_sym_callableDataEXT] = ACTIONS(1367), + [anon_sym_callableDataInEXT] = ACTIONS(1367), + [anon_sym_shaderRecordEXT] = ACTIONS(1367), + [anon_sym_rayPayloadNV] = ACTIONS(1367), + [anon_sym_rayPayloadInNV] = ACTIONS(1367), + [anon_sym_hitAttributeNV] = ACTIONS(1367), + [anon_sym_callableDataNV] = ACTIONS(1367), + [anon_sym_callableDataInNV] = ACTIONS(1367), + [anon_sym_shaderRecordNV] = ACTIONS(1367), + [anon_sym_layout] = ACTIONS(1367), }, [299] = { - [ts_builtin_sym_end] = ACTIONS(1243), - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_subroutine] = ACTIONS(1363), + [anon_sym_invariant] = ACTIONS(1363), + [anon_sym_precise] = ACTIONS(1363), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1363), + [anon_sym_out] = ACTIONS(1363), + [anon_sym_inout] = ACTIONS(1363), + [anon_sym_uniform] = ACTIONS(1363), + [anon_sym_shared] = ACTIONS(1363), + [anon_sym_attribute] = ACTIONS(1363), + [anon_sym_varying] = ACTIONS(1363), + [anon_sym_buffer] = ACTIONS(1363), + [anon_sym_coherent] = ACTIONS(1363), + [anon_sym_readonly] = ACTIONS(1363), + [anon_sym_writeonly] = ACTIONS(1363), + [anon_sym_precision] = ACTIONS(1363), + [anon_sym_highp] = ACTIONS(1363), + [anon_sym_mediump] = ACTIONS(1363), + [anon_sym_lowp] = ACTIONS(1363), + [anon_sym_centroid] = ACTIONS(1363), + [anon_sym_sample] = ACTIONS(1363), + [anon_sym_patch] = ACTIONS(1363), + [anon_sym_smooth] = ACTIONS(1363), + [anon_sym_flat] = ACTIONS(1363), + [anon_sym_noperspective] = ACTIONS(1363), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_RBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [anon_sym__Nonnull] = ACTIONS(1363), + [anon_sym_alignas] = ACTIONS(1363), + [anon_sym__Alignas] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_else] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym___try] = ACTIONS(1363), + [anon_sym___leave] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [anon_sym___asm] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1363), + [anon_sym_rayPayloadInEXT] = ACTIONS(1363), + [anon_sym_hitAttributeEXT] = ACTIONS(1363), + [anon_sym_callableDataEXT] = ACTIONS(1363), + [anon_sym_callableDataInEXT] = ACTIONS(1363), + [anon_sym_shaderRecordEXT] = ACTIONS(1363), + [anon_sym_rayPayloadNV] = ACTIONS(1363), + [anon_sym_rayPayloadInNV] = ACTIONS(1363), + [anon_sym_hitAttributeNV] = ACTIONS(1363), + [anon_sym_callableDataNV] = ACTIONS(1363), + [anon_sym_callableDataInNV] = ACTIONS(1363), + [anon_sym_shaderRecordNV] = ACTIONS(1363), + [anon_sym_layout] = ACTIONS(1363), }, [300] = { - [sym_identifier] = ACTIONS(1333), - [aux_sym_preproc_include_token1] = ACTIONS(1333), - [aux_sym_preproc_def_token1] = ACTIONS(1333), - [aux_sym_preproc_if_token1] = ACTIONS(1333), - [aux_sym_preproc_if_token2] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1333), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1333), - [sym_preproc_directive] = ACTIONS(1333), - [anon_sym_LPAREN2] = ACTIONS(1335), - [anon_sym_BANG] = ACTIONS(1335), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1335), - [anon_sym_subroutine] = ACTIONS(1333), - [anon_sym_invariant] = ACTIONS(1333), - [anon_sym_precise] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_in] = ACTIONS(1333), - [anon_sym_out] = ACTIONS(1333), - [anon_sym_inout] = ACTIONS(1333), - [anon_sym_uniform] = ACTIONS(1333), - [anon_sym_shared] = ACTIONS(1333), - [anon_sym_attribute] = ACTIONS(1333), - [anon_sym_varying] = ACTIONS(1333), - [anon_sym_buffer] = ACTIONS(1333), - [anon_sym_coherent] = ACTIONS(1333), - [anon_sym_readonly] = ACTIONS(1333), - [anon_sym_writeonly] = ACTIONS(1333), - [anon_sym_precision] = ACTIONS(1333), - [anon_sym_highp] = ACTIONS(1333), - [anon_sym_mediump] = ACTIONS(1333), - [anon_sym_lowp] = ACTIONS(1333), - [anon_sym_centroid] = ACTIONS(1333), - [anon_sym_sample] = ACTIONS(1333), - [anon_sym_patch] = ACTIONS(1333), - [anon_sym_smooth] = ACTIONS(1333), - [anon_sym_flat] = ACTIONS(1333), - [anon_sym_noperspective] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1333), - [anon_sym_typedef] = ACTIONS(1333), - [anon_sym_extern] = ACTIONS(1333), - [anon_sym___attribute__] = ACTIONS(1333), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1335), - [anon_sym___declspec] = ACTIONS(1333), - [anon_sym___cdecl] = ACTIONS(1333), - [anon_sym___clrcall] = ACTIONS(1333), - [anon_sym___stdcall] = ACTIONS(1333), - [anon_sym___fastcall] = ACTIONS(1333), - [anon_sym___thiscall] = ACTIONS(1333), - [anon_sym___vectorcall] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1335), - [anon_sym_signed] = ACTIONS(1333), - [anon_sym_unsigned] = ACTIONS(1333), - [anon_sym_long] = ACTIONS(1333), - [anon_sym_short] = ACTIONS(1333), - [anon_sym_static] = ACTIONS(1333), - [anon_sym_auto] = ACTIONS(1333), - [anon_sym_register] = ACTIONS(1333), - [anon_sym_inline] = ACTIONS(1333), - [anon_sym___inline] = ACTIONS(1333), - [anon_sym___inline__] = ACTIONS(1333), - [anon_sym___forceinline] = ACTIONS(1333), - [anon_sym_thread_local] = ACTIONS(1333), - [anon_sym___thread] = ACTIONS(1333), - [anon_sym_const] = ACTIONS(1333), - [anon_sym_constexpr] = ACTIONS(1333), - [anon_sym_volatile] = ACTIONS(1333), - [anon_sym_restrict] = ACTIONS(1333), - [anon_sym___restrict__] = ACTIONS(1333), - [anon_sym__Atomic] = ACTIONS(1333), - [anon_sym__Noreturn] = ACTIONS(1333), - [anon_sym_noreturn] = ACTIONS(1333), - [anon_sym_alignas] = ACTIONS(1333), - [anon_sym__Alignas] = ACTIONS(1333), - [sym_primitive_type] = ACTIONS(1333), - [anon_sym_enum] = ACTIONS(1333), - [anon_sym_struct] = ACTIONS(1333), - [anon_sym_union] = ACTIONS(1333), - [anon_sym_if] = ACTIONS(1333), - [anon_sym_else] = ACTIONS(1333), - [anon_sym_switch] = ACTIONS(1333), - [anon_sym_case] = ACTIONS(1333), - [anon_sym_default] = ACTIONS(1333), - [anon_sym_while] = ACTIONS(1333), - [anon_sym_do] = ACTIONS(1333), - [anon_sym_for] = ACTIONS(1333), - [anon_sym_return] = ACTIONS(1333), - [anon_sym_break] = ACTIONS(1333), - [anon_sym_continue] = ACTIONS(1333), - [anon_sym_goto] = ACTIONS(1333), - [anon_sym___try] = ACTIONS(1333), - [anon_sym___leave] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_PLUS_PLUS] = ACTIONS(1335), - [anon_sym_sizeof] = ACTIONS(1333), - [anon_sym___alignof__] = ACTIONS(1333), - [anon_sym___alignof] = ACTIONS(1333), - [anon_sym__alignof] = ACTIONS(1333), - [anon_sym_alignof] = ACTIONS(1333), - [anon_sym__Alignof] = ACTIONS(1333), - [anon_sym_offsetof] = ACTIONS(1333), - [anon_sym__Generic] = ACTIONS(1333), - [anon_sym_asm] = ACTIONS(1333), - [anon_sym___asm__] = ACTIONS(1333), - [sym_number_literal] = ACTIONS(1335), - [anon_sym_L_SQUOTE] = ACTIONS(1335), - [anon_sym_u_SQUOTE] = ACTIONS(1335), - [anon_sym_U_SQUOTE] = ACTIONS(1335), - [anon_sym_u8_SQUOTE] = ACTIONS(1335), - [anon_sym_SQUOTE] = ACTIONS(1335), - [anon_sym_L_DQUOTE] = ACTIONS(1335), - [anon_sym_u_DQUOTE] = ACTIONS(1335), - [anon_sym_U_DQUOTE] = ACTIONS(1335), - [anon_sym_u8_DQUOTE] = ACTIONS(1335), - [anon_sym_DQUOTE] = ACTIONS(1335), - [sym_true] = ACTIONS(1333), - [sym_false] = ACTIONS(1333), - [anon_sym_NULL] = ACTIONS(1333), - [anon_sym_nullptr] = ACTIONS(1333), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1333), - [anon_sym_rayPayloadInEXT] = ACTIONS(1333), - [anon_sym_hitAttributeEXT] = ACTIONS(1333), - [anon_sym_callableDataEXT] = ACTIONS(1333), - [anon_sym_callableDataInEXT] = ACTIONS(1333), - [anon_sym_shaderRecordEXT] = ACTIONS(1333), - [anon_sym_rayPayloadNV] = ACTIONS(1333), - [anon_sym_rayPayloadInNV] = ACTIONS(1333), - [anon_sym_hitAttributeNV] = ACTIONS(1333), - [anon_sym_callableDataNV] = ACTIONS(1333), - [anon_sym_callableDataInNV] = ACTIONS(1333), - [anon_sym_shaderRecordNV] = ACTIONS(1333), - [anon_sym_layout] = ACTIONS(1333), + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token2] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_subroutine] = ACTIONS(1299), + [anon_sym_invariant] = ACTIONS(1299), + [anon_sym_precise] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_in] = ACTIONS(1299), + [anon_sym_out] = ACTIONS(1299), + [anon_sym_inout] = ACTIONS(1299), + [anon_sym_uniform] = ACTIONS(1299), + [anon_sym_shared] = ACTIONS(1299), + [anon_sym_attribute] = ACTIONS(1299), + [anon_sym_varying] = ACTIONS(1299), + [anon_sym_buffer] = ACTIONS(1299), + [anon_sym_coherent] = ACTIONS(1299), + [anon_sym_readonly] = ACTIONS(1299), + [anon_sym_writeonly] = ACTIONS(1299), + [anon_sym_precision] = ACTIONS(1299), + [anon_sym_highp] = ACTIONS(1299), + [anon_sym_mediump] = ACTIONS(1299), + [anon_sym_lowp] = ACTIONS(1299), + [anon_sym_centroid] = ACTIONS(1299), + [anon_sym_sample] = ACTIONS(1299), + [anon_sym_patch] = ACTIONS(1299), + [anon_sym_smooth] = ACTIONS(1299), + [anon_sym_flat] = ACTIONS(1299), + [anon_sym_noperspective] = ACTIONS(1299), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [anon_sym__Nonnull] = ACTIONS(1299), + [anon_sym_alignas] = ACTIONS(1299), + [anon_sym__Alignas] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym___try] = ACTIONS(1299), + [anon_sym___leave] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [anon_sym___asm] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1299), + [anon_sym_rayPayloadInEXT] = ACTIONS(1299), + [anon_sym_hitAttributeEXT] = ACTIONS(1299), + [anon_sym_callableDataEXT] = ACTIONS(1299), + [anon_sym_callableDataInEXT] = ACTIONS(1299), + [anon_sym_shaderRecordEXT] = ACTIONS(1299), + [anon_sym_rayPayloadNV] = ACTIONS(1299), + [anon_sym_rayPayloadInNV] = ACTIONS(1299), + [anon_sym_hitAttributeNV] = ACTIONS(1299), + [anon_sym_callableDataNV] = ACTIONS(1299), + [anon_sym_callableDataInNV] = ACTIONS(1299), + [anon_sym_shaderRecordNV] = ACTIONS(1299), + [anon_sym_layout] = ACTIONS(1299), }, [301] = { - [sym_identifier] = ACTIONS(1329), - [aux_sym_preproc_include_token1] = ACTIONS(1329), - [aux_sym_preproc_def_token1] = ACTIONS(1329), - [aux_sym_preproc_if_token1] = ACTIONS(1329), - [aux_sym_preproc_if_token2] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1329), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1329), - [sym_preproc_directive] = ACTIONS(1329), - [anon_sym_LPAREN2] = ACTIONS(1331), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_TILDE] = ACTIONS(1331), - [anon_sym_DASH] = ACTIONS(1329), - [anon_sym_PLUS] = ACTIONS(1329), - [anon_sym_STAR] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1331), - [anon_sym_subroutine] = ACTIONS(1329), - [anon_sym_invariant] = ACTIONS(1329), - [anon_sym_precise] = ACTIONS(1329), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_in] = ACTIONS(1329), - [anon_sym_out] = ACTIONS(1329), - [anon_sym_inout] = ACTIONS(1329), - [anon_sym_uniform] = ACTIONS(1329), - [anon_sym_shared] = ACTIONS(1329), - [anon_sym_attribute] = ACTIONS(1329), - [anon_sym_varying] = ACTIONS(1329), - [anon_sym_buffer] = ACTIONS(1329), - [anon_sym_coherent] = ACTIONS(1329), - [anon_sym_readonly] = ACTIONS(1329), - [anon_sym_writeonly] = ACTIONS(1329), - [anon_sym_precision] = ACTIONS(1329), - [anon_sym_highp] = ACTIONS(1329), - [anon_sym_mediump] = ACTIONS(1329), - [anon_sym_lowp] = ACTIONS(1329), - [anon_sym_centroid] = ACTIONS(1329), - [anon_sym_sample] = ACTIONS(1329), - [anon_sym_patch] = ACTIONS(1329), - [anon_sym_smooth] = ACTIONS(1329), - [anon_sym_flat] = ACTIONS(1329), - [anon_sym_noperspective] = ACTIONS(1329), - [anon_sym___extension__] = ACTIONS(1329), - [anon_sym_typedef] = ACTIONS(1329), - [anon_sym_extern] = ACTIONS(1329), - [anon_sym___attribute__] = ACTIONS(1329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1331), - [anon_sym___declspec] = ACTIONS(1329), - [anon_sym___cdecl] = ACTIONS(1329), - [anon_sym___clrcall] = ACTIONS(1329), - [anon_sym___stdcall] = ACTIONS(1329), - [anon_sym___fastcall] = ACTIONS(1329), - [anon_sym___thiscall] = ACTIONS(1329), - [anon_sym___vectorcall] = ACTIONS(1329), - [anon_sym_LBRACE] = ACTIONS(1331), - [anon_sym_signed] = ACTIONS(1329), - [anon_sym_unsigned] = ACTIONS(1329), - [anon_sym_long] = ACTIONS(1329), - [anon_sym_short] = ACTIONS(1329), - [anon_sym_static] = ACTIONS(1329), - [anon_sym_auto] = ACTIONS(1329), - [anon_sym_register] = ACTIONS(1329), - [anon_sym_inline] = ACTIONS(1329), - [anon_sym___inline] = ACTIONS(1329), - [anon_sym___inline__] = ACTIONS(1329), - [anon_sym___forceinline] = ACTIONS(1329), - [anon_sym_thread_local] = ACTIONS(1329), - [anon_sym___thread] = ACTIONS(1329), - [anon_sym_const] = ACTIONS(1329), - [anon_sym_constexpr] = ACTIONS(1329), - [anon_sym_volatile] = ACTIONS(1329), - [anon_sym_restrict] = ACTIONS(1329), - [anon_sym___restrict__] = ACTIONS(1329), - [anon_sym__Atomic] = ACTIONS(1329), - [anon_sym__Noreturn] = ACTIONS(1329), - [anon_sym_noreturn] = ACTIONS(1329), - [anon_sym_alignas] = ACTIONS(1329), - [anon_sym__Alignas] = ACTIONS(1329), - [sym_primitive_type] = ACTIONS(1329), - [anon_sym_enum] = ACTIONS(1329), - [anon_sym_struct] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1329), - [anon_sym_if] = ACTIONS(1329), - [anon_sym_else] = ACTIONS(1329), - [anon_sym_switch] = ACTIONS(1329), - [anon_sym_case] = ACTIONS(1329), - [anon_sym_default] = ACTIONS(1329), - [anon_sym_while] = ACTIONS(1329), - [anon_sym_do] = ACTIONS(1329), - [anon_sym_for] = ACTIONS(1329), - [anon_sym_return] = ACTIONS(1329), - [anon_sym_break] = ACTIONS(1329), - [anon_sym_continue] = ACTIONS(1329), - [anon_sym_goto] = ACTIONS(1329), - [anon_sym___try] = ACTIONS(1329), - [anon_sym___leave] = ACTIONS(1329), - [anon_sym_DASH_DASH] = ACTIONS(1331), - [anon_sym_PLUS_PLUS] = ACTIONS(1331), - [anon_sym_sizeof] = ACTIONS(1329), - [anon_sym___alignof__] = ACTIONS(1329), - [anon_sym___alignof] = ACTIONS(1329), - [anon_sym__alignof] = ACTIONS(1329), - [anon_sym_alignof] = ACTIONS(1329), - [anon_sym__Alignof] = ACTIONS(1329), - [anon_sym_offsetof] = ACTIONS(1329), - [anon_sym__Generic] = ACTIONS(1329), - [anon_sym_asm] = ACTIONS(1329), - [anon_sym___asm__] = ACTIONS(1329), - [sym_number_literal] = ACTIONS(1331), - [anon_sym_L_SQUOTE] = ACTIONS(1331), - [anon_sym_u_SQUOTE] = ACTIONS(1331), - [anon_sym_U_SQUOTE] = ACTIONS(1331), - [anon_sym_u8_SQUOTE] = ACTIONS(1331), - [anon_sym_SQUOTE] = ACTIONS(1331), - [anon_sym_L_DQUOTE] = ACTIONS(1331), - [anon_sym_u_DQUOTE] = ACTIONS(1331), - [anon_sym_U_DQUOTE] = ACTIONS(1331), - [anon_sym_u8_DQUOTE] = ACTIONS(1331), - [anon_sym_DQUOTE] = ACTIONS(1331), - [sym_true] = ACTIONS(1329), - [sym_false] = ACTIONS(1329), - [anon_sym_NULL] = ACTIONS(1329), - [anon_sym_nullptr] = ACTIONS(1329), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1329), - [anon_sym_rayPayloadInEXT] = ACTIONS(1329), - [anon_sym_hitAttributeEXT] = ACTIONS(1329), - [anon_sym_callableDataEXT] = ACTIONS(1329), - [anon_sym_callableDataInEXT] = ACTIONS(1329), - [anon_sym_shaderRecordEXT] = ACTIONS(1329), - [anon_sym_rayPayloadNV] = ACTIONS(1329), - [anon_sym_rayPayloadInNV] = ACTIONS(1329), - [anon_sym_hitAttributeNV] = ACTIONS(1329), - [anon_sym_callableDataNV] = ACTIONS(1329), - [anon_sym_callableDataInNV] = ACTIONS(1329), - [anon_sym_shaderRecordNV] = ACTIONS(1329), - [anon_sym_layout] = ACTIONS(1329), + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token2] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_subroutine] = ACTIONS(1363), + [anon_sym_invariant] = ACTIONS(1363), + [anon_sym_precise] = ACTIONS(1363), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_in] = ACTIONS(1363), + [anon_sym_out] = ACTIONS(1363), + [anon_sym_inout] = ACTIONS(1363), + [anon_sym_uniform] = ACTIONS(1363), + [anon_sym_shared] = ACTIONS(1363), + [anon_sym_attribute] = ACTIONS(1363), + [anon_sym_varying] = ACTIONS(1363), + [anon_sym_buffer] = ACTIONS(1363), + [anon_sym_coherent] = ACTIONS(1363), + [anon_sym_readonly] = ACTIONS(1363), + [anon_sym_writeonly] = ACTIONS(1363), + [anon_sym_precision] = ACTIONS(1363), + [anon_sym_highp] = ACTIONS(1363), + [anon_sym_mediump] = ACTIONS(1363), + [anon_sym_lowp] = ACTIONS(1363), + [anon_sym_centroid] = ACTIONS(1363), + [anon_sym_sample] = ACTIONS(1363), + [anon_sym_patch] = ACTIONS(1363), + [anon_sym_smooth] = ACTIONS(1363), + [anon_sym_flat] = ACTIONS(1363), + [anon_sym_noperspective] = ACTIONS(1363), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [anon_sym__Nonnull] = ACTIONS(1363), + [anon_sym_alignas] = ACTIONS(1363), + [anon_sym__Alignas] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_else] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym___try] = ACTIONS(1363), + [anon_sym___leave] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [anon_sym___asm] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1363), + [anon_sym_rayPayloadInEXT] = ACTIONS(1363), + [anon_sym_hitAttributeEXT] = ACTIONS(1363), + [anon_sym_callableDataEXT] = ACTIONS(1363), + [anon_sym_callableDataInEXT] = ACTIONS(1363), + [anon_sym_shaderRecordEXT] = ACTIONS(1363), + [anon_sym_rayPayloadNV] = ACTIONS(1363), + [anon_sym_rayPayloadInNV] = ACTIONS(1363), + [anon_sym_hitAttributeNV] = ACTIONS(1363), + [anon_sym_callableDataNV] = ACTIONS(1363), + [anon_sym_callableDataInNV] = ACTIONS(1363), + [anon_sym_shaderRecordNV] = ACTIONS(1363), + [anon_sym_layout] = ACTIONS(1363), }, [302] = { - [ts_builtin_sym_end] = ACTIONS(1243), - [sym_identifier] = ACTIONS(1241), - [aux_sym_preproc_include_token1] = ACTIONS(1241), - [aux_sym_preproc_def_token1] = ACTIONS(1241), - [aux_sym_preproc_if_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1241), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1241), - [sym_preproc_directive] = ACTIONS(1241), - [anon_sym_LPAREN2] = ACTIONS(1243), - [anon_sym_BANG] = ACTIONS(1243), - [anon_sym_TILDE] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_subroutine] = ACTIONS(1241), - [anon_sym_invariant] = ACTIONS(1241), - [anon_sym_precise] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_in] = ACTIONS(1241), - [anon_sym_out] = ACTIONS(1241), - [anon_sym_inout] = ACTIONS(1241), - [anon_sym_uniform] = ACTIONS(1241), - [anon_sym_shared] = ACTIONS(1241), - [anon_sym_attribute] = ACTIONS(1241), - [anon_sym_varying] = ACTIONS(1241), - [anon_sym_buffer] = ACTIONS(1241), - [anon_sym_coherent] = ACTIONS(1241), - [anon_sym_readonly] = ACTIONS(1241), - [anon_sym_writeonly] = ACTIONS(1241), - [anon_sym_precision] = ACTIONS(1241), - [anon_sym_highp] = ACTIONS(1241), - [anon_sym_mediump] = ACTIONS(1241), - [anon_sym_lowp] = ACTIONS(1241), - [anon_sym_centroid] = ACTIONS(1241), - [anon_sym_sample] = ACTIONS(1241), - [anon_sym_patch] = ACTIONS(1241), - [anon_sym_smooth] = ACTIONS(1241), - [anon_sym_flat] = ACTIONS(1241), - [anon_sym_noperspective] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1241), - [anon_sym_typedef] = ACTIONS(1241), - [anon_sym_extern] = ACTIONS(1241), - [anon_sym___attribute__] = ACTIONS(1241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1243), - [anon_sym___declspec] = ACTIONS(1241), - [anon_sym___cdecl] = ACTIONS(1241), - [anon_sym___clrcall] = ACTIONS(1241), - [anon_sym___stdcall] = ACTIONS(1241), - [anon_sym___fastcall] = ACTIONS(1241), - [anon_sym___thiscall] = ACTIONS(1241), - [anon_sym___vectorcall] = ACTIONS(1241), - [anon_sym_LBRACE] = ACTIONS(1243), - [anon_sym_signed] = ACTIONS(1241), - [anon_sym_unsigned] = ACTIONS(1241), - [anon_sym_long] = ACTIONS(1241), - [anon_sym_short] = ACTIONS(1241), - [anon_sym_static] = ACTIONS(1241), - [anon_sym_auto] = ACTIONS(1241), - [anon_sym_register] = ACTIONS(1241), - [anon_sym_inline] = ACTIONS(1241), - [anon_sym___inline] = ACTIONS(1241), - [anon_sym___inline__] = ACTIONS(1241), - [anon_sym___forceinline] = ACTIONS(1241), - [anon_sym_thread_local] = ACTIONS(1241), - [anon_sym___thread] = ACTIONS(1241), - [anon_sym_const] = ACTIONS(1241), - [anon_sym_constexpr] = ACTIONS(1241), - [anon_sym_volatile] = ACTIONS(1241), - [anon_sym_restrict] = ACTIONS(1241), - [anon_sym___restrict__] = ACTIONS(1241), - [anon_sym__Atomic] = ACTIONS(1241), - [anon_sym__Noreturn] = ACTIONS(1241), - [anon_sym_noreturn] = ACTIONS(1241), - [anon_sym_alignas] = ACTIONS(1241), - [anon_sym__Alignas] = ACTIONS(1241), - [sym_primitive_type] = ACTIONS(1241), - [anon_sym_enum] = ACTIONS(1241), - [anon_sym_struct] = ACTIONS(1241), - [anon_sym_union] = ACTIONS(1241), - [anon_sym_if] = ACTIONS(1241), - [anon_sym_else] = ACTIONS(1241), - [anon_sym_switch] = ACTIONS(1241), - [anon_sym_case] = ACTIONS(1241), - [anon_sym_default] = ACTIONS(1241), - [anon_sym_while] = ACTIONS(1241), - [anon_sym_do] = ACTIONS(1241), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_return] = ACTIONS(1241), - [anon_sym_break] = ACTIONS(1241), - [anon_sym_continue] = ACTIONS(1241), - [anon_sym_goto] = ACTIONS(1241), - [anon_sym___try] = ACTIONS(1241), - [anon_sym___leave] = ACTIONS(1241), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_sizeof] = ACTIONS(1241), - [anon_sym___alignof__] = ACTIONS(1241), - [anon_sym___alignof] = ACTIONS(1241), - [anon_sym__alignof] = ACTIONS(1241), - [anon_sym_alignof] = ACTIONS(1241), - [anon_sym__Alignof] = ACTIONS(1241), - [anon_sym_offsetof] = ACTIONS(1241), - [anon_sym__Generic] = ACTIONS(1241), - [anon_sym_asm] = ACTIONS(1241), - [anon_sym___asm__] = ACTIONS(1241), - [sym_number_literal] = ACTIONS(1243), - [anon_sym_L_SQUOTE] = ACTIONS(1243), - [anon_sym_u_SQUOTE] = ACTIONS(1243), - [anon_sym_U_SQUOTE] = ACTIONS(1243), - [anon_sym_u8_SQUOTE] = ACTIONS(1243), - [anon_sym_SQUOTE] = ACTIONS(1243), - [anon_sym_L_DQUOTE] = ACTIONS(1243), - [anon_sym_u_DQUOTE] = ACTIONS(1243), - [anon_sym_U_DQUOTE] = ACTIONS(1243), - [anon_sym_u8_DQUOTE] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_true] = ACTIONS(1241), - [sym_false] = ACTIONS(1241), - [anon_sym_NULL] = ACTIONS(1241), - [anon_sym_nullptr] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1241), - [anon_sym_rayPayloadInEXT] = ACTIONS(1241), - [anon_sym_hitAttributeEXT] = ACTIONS(1241), - [anon_sym_callableDataEXT] = ACTIONS(1241), - [anon_sym_callableDataInEXT] = ACTIONS(1241), - [anon_sym_shaderRecordEXT] = ACTIONS(1241), - [anon_sym_rayPayloadNV] = ACTIONS(1241), - [anon_sym_rayPayloadInNV] = ACTIONS(1241), - [anon_sym_hitAttributeNV] = ACTIONS(1241), - [anon_sym_callableDataNV] = ACTIONS(1241), - [anon_sym_callableDataInNV] = ACTIONS(1241), - [anon_sym_shaderRecordNV] = ACTIONS(1241), - [anon_sym_layout] = ACTIONS(1241), + [ts_builtin_sym_end] = ACTIONS(1401), + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_subroutine] = ACTIONS(1399), + [anon_sym_invariant] = ACTIONS(1399), + [anon_sym_precise] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_out] = ACTIONS(1399), + [anon_sym_inout] = ACTIONS(1399), + [anon_sym_uniform] = ACTIONS(1399), + [anon_sym_shared] = ACTIONS(1399), + [anon_sym_attribute] = ACTIONS(1399), + [anon_sym_varying] = ACTIONS(1399), + [anon_sym_buffer] = ACTIONS(1399), + [anon_sym_coherent] = ACTIONS(1399), + [anon_sym_readonly] = ACTIONS(1399), + [anon_sym_writeonly] = ACTIONS(1399), + [anon_sym_precision] = ACTIONS(1399), + [anon_sym_highp] = ACTIONS(1399), + [anon_sym_mediump] = ACTIONS(1399), + [anon_sym_lowp] = ACTIONS(1399), + [anon_sym_centroid] = ACTIONS(1399), + [anon_sym_sample] = ACTIONS(1399), + [anon_sym_patch] = ACTIONS(1399), + [anon_sym_smooth] = ACTIONS(1399), + [anon_sym_flat] = ACTIONS(1399), + [anon_sym_noperspective] = ACTIONS(1399), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [anon_sym__Nonnull] = ACTIONS(1399), + [anon_sym_alignas] = ACTIONS(1399), + [anon_sym__Alignas] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym___try] = ACTIONS(1399), + [anon_sym___leave] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [anon_sym___asm] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1399), + [anon_sym_rayPayloadInEXT] = ACTIONS(1399), + [anon_sym_hitAttributeEXT] = ACTIONS(1399), + [anon_sym_callableDataEXT] = ACTIONS(1399), + [anon_sym_callableDataInEXT] = ACTIONS(1399), + [anon_sym_shaderRecordEXT] = ACTIONS(1399), + [anon_sym_rayPayloadNV] = ACTIONS(1399), + [anon_sym_rayPayloadInNV] = ACTIONS(1399), + [anon_sym_hitAttributeNV] = ACTIONS(1399), + [anon_sym_callableDataNV] = ACTIONS(1399), + [anon_sym_callableDataInNV] = ACTIONS(1399), + [anon_sym_shaderRecordNV] = ACTIONS(1399), + [anon_sym_layout] = ACTIONS(1399), }, [303] = { - [sym_identifier] = ACTIONS(1321), - [aux_sym_preproc_include_token1] = ACTIONS(1321), - [aux_sym_preproc_def_token1] = ACTIONS(1321), - [aux_sym_preproc_if_token1] = ACTIONS(1321), - [aux_sym_preproc_if_token2] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1321), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1321), - [sym_preproc_directive] = ACTIONS(1321), - [anon_sym_LPAREN2] = ACTIONS(1323), - [anon_sym_BANG] = ACTIONS(1323), - [anon_sym_TILDE] = ACTIONS(1323), - [anon_sym_DASH] = ACTIONS(1321), - [anon_sym_PLUS] = ACTIONS(1321), - [anon_sym_STAR] = ACTIONS(1323), - [anon_sym_AMP] = ACTIONS(1323), - [anon_sym_subroutine] = ACTIONS(1321), - [anon_sym_invariant] = ACTIONS(1321), - [anon_sym_precise] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1323), - [anon_sym_in] = ACTIONS(1321), - [anon_sym_out] = ACTIONS(1321), - [anon_sym_inout] = ACTIONS(1321), - [anon_sym_uniform] = ACTIONS(1321), - [anon_sym_shared] = ACTIONS(1321), - [anon_sym_attribute] = ACTIONS(1321), - [anon_sym_varying] = ACTIONS(1321), - [anon_sym_buffer] = ACTIONS(1321), - [anon_sym_coherent] = ACTIONS(1321), - [anon_sym_readonly] = ACTIONS(1321), - [anon_sym_writeonly] = ACTIONS(1321), - [anon_sym_precision] = ACTIONS(1321), - [anon_sym_highp] = ACTIONS(1321), - [anon_sym_mediump] = ACTIONS(1321), - [anon_sym_lowp] = ACTIONS(1321), - [anon_sym_centroid] = ACTIONS(1321), - [anon_sym_sample] = ACTIONS(1321), - [anon_sym_patch] = ACTIONS(1321), - [anon_sym_smooth] = ACTIONS(1321), - [anon_sym_flat] = ACTIONS(1321), - [anon_sym_noperspective] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1321), - [anon_sym_typedef] = ACTIONS(1321), - [anon_sym_extern] = ACTIONS(1321), - [anon_sym___attribute__] = ACTIONS(1321), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1323), - [anon_sym___declspec] = ACTIONS(1321), - [anon_sym___cdecl] = ACTIONS(1321), - [anon_sym___clrcall] = ACTIONS(1321), - [anon_sym___stdcall] = ACTIONS(1321), - [anon_sym___fastcall] = ACTIONS(1321), - [anon_sym___thiscall] = ACTIONS(1321), - [anon_sym___vectorcall] = ACTIONS(1321), - [anon_sym_LBRACE] = ACTIONS(1323), - [anon_sym_signed] = ACTIONS(1321), - [anon_sym_unsigned] = ACTIONS(1321), - [anon_sym_long] = ACTIONS(1321), - [anon_sym_short] = ACTIONS(1321), - [anon_sym_static] = ACTIONS(1321), - [anon_sym_auto] = ACTIONS(1321), - [anon_sym_register] = ACTIONS(1321), - [anon_sym_inline] = ACTIONS(1321), - [anon_sym___inline] = ACTIONS(1321), - [anon_sym___inline__] = ACTIONS(1321), - [anon_sym___forceinline] = ACTIONS(1321), - [anon_sym_thread_local] = ACTIONS(1321), - [anon_sym___thread] = ACTIONS(1321), - [anon_sym_const] = ACTIONS(1321), - [anon_sym_constexpr] = ACTIONS(1321), - [anon_sym_volatile] = ACTIONS(1321), - [anon_sym_restrict] = ACTIONS(1321), - [anon_sym___restrict__] = ACTIONS(1321), - [anon_sym__Atomic] = ACTIONS(1321), - [anon_sym__Noreturn] = ACTIONS(1321), - [anon_sym_noreturn] = ACTIONS(1321), - [anon_sym_alignas] = ACTIONS(1321), - [anon_sym__Alignas] = ACTIONS(1321), - [sym_primitive_type] = ACTIONS(1321), - [anon_sym_enum] = ACTIONS(1321), - [anon_sym_struct] = ACTIONS(1321), - [anon_sym_union] = ACTIONS(1321), - [anon_sym_if] = ACTIONS(1321), - [anon_sym_else] = ACTIONS(1321), - [anon_sym_switch] = ACTIONS(1321), - [anon_sym_case] = ACTIONS(1321), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_while] = ACTIONS(1321), - [anon_sym_do] = ACTIONS(1321), - [anon_sym_for] = ACTIONS(1321), - [anon_sym_return] = ACTIONS(1321), - [anon_sym_break] = ACTIONS(1321), - [anon_sym_continue] = ACTIONS(1321), - [anon_sym_goto] = ACTIONS(1321), - [anon_sym___try] = ACTIONS(1321), - [anon_sym___leave] = ACTIONS(1321), - [anon_sym_DASH_DASH] = ACTIONS(1323), - [anon_sym_PLUS_PLUS] = ACTIONS(1323), - [anon_sym_sizeof] = ACTIONS(1321), - [anon_sym___alignof__] = ACTIONS(1321), - [anon_sym___alignof] = ACTIONS(1321), - [anon_sym__alignof] = ACTIONS(1321), - [anon_sym_alignof] = ACTIONS(1321), - [anon_sym__Alignof] = ACTIONS(1321), - [anon_sym_offsetof] = ACTIONS(1321), - [anon_sym__Generic] = ACTIONS(1321), - [anon_sym_asm] = ACTIONS(1321), - [anon_sym___asm__] = ACTIONS(1321), - [sym_number_literal] = ACTIONS(1323), - [anon_sym_L_SQUOTE] = ACTIONS(1323), - [anon_sym_u_SQUOTE] = ACTIONS(1323), - [anon_sym_U_SQUOTE] = ACTIONS(1323), - [anon_sym_u8_SQUOTE] = ACTIONS(1323), - [anon_sym_SQUOTE] = ACTIONS(1323), - [anon_sym_L_DQUOTE] = ACTIONS(1323), - [anon_sym_u_DQUOTE] = ACTIONS(1323), - [anon_sym_U_DQUOTE] = ACTIONS(1323), - [anon_sym_u8_DQUOTE] = ACTIONS(1323), - [anon_sym_DQUOTE] = ACTIONS(1323), - [sym_true] = ACTIONS(1321), - [sym_false] = ACTIONS(1321), - [anon_sym_NULL] = ACTIONS(1321), - [anon_sym_nullptr] = ACTIONS(1321), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1321), - [anon_sym_rayPayloadInEXT] = ACTIONS(1321), - [anon_sym_hitAttributeEXT] = ACTIONS(1321), - [anon_sym_callableDataEXT] = ACTIONS(1321), - [anon_sym_callableDataInEXT] = ACTIONS(1321), - [anon_sym_shaderRecordEXT] = ACTIONS(1321), - [anon_sym_rayPayloadNV] = ACTIONS(1321), - [anon_sym_rayPayloadInNV] = ACTIONS(1321), - [anon_sym_hitAttributeNV] = ACTIONS(1321), - [anon_sym_callableDataNV] = ACTIONS(1321), - [anon_sym_callableDataInNV] = ACTIONS(1321), - [anon_sym_shaderRecordNV] = ACTIONS(1321), - [anon_sym_layout] = ACTIONS(1321), + [ts_builtin_sym_end] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_subroutine] = ACTIONS(1395), + [anon_sym_invariant] = ACTIONS(1395), + [anon_sym_precise] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_out] = ACTIONS(1395), + [anon_sym_inout] = ACTIONS(1395), + [anon_sym_uniform] = ACTIONS(1395), + [anon_sym_shared] = ACTIONS(1395), + [anon_sym_attribute] = ACTIONS(1395), + [anon_sym_varying] = ACTIONS(1395), + [anon_sym_buffer] = ACTIONS(1395), + [anon_sym_coherent] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_writeonly] = ACTIONS(1395), + [anon_sym_precision] = ACTIONS(1395), + [anon_sym_highp] = ACTIONS(1395), + [anon_sym_mediump] = ACTIONS(1395), + [anon_sym_lowp] = ACTIONS(1395), + [anon_sym_centroid] = ACTIONS(1395), + [anon_sym_sample] = ACTIONS(1395), + [anon_sym_patch] = ACTIONS(1395), + [anon_sym_smooth] = ACTIONS(1395), + [anon_sym_flat] = ACTIONS(1395), + [anon_sym_noperspective] = ACTIONS(1395), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [anon_sym__Nonnull] = ACTIONS(1395), + [anon_sym_alignas] = ACTIONS(1395), + [anon_sym__Alignas] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym___try] = ACTIONS(1395), + [anon_sym___leave] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [anon_sym___asm] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1395), + [anon_sym_rayPayloadInEXT] = ACTIONS(1395), + [anon_sym_hitAttributeEXT] = ACTIONS(1395), + [anon_sym_callableDataEXT] = ACTIONS(1395), + [anon_sym_callableDataInEXT] = ACTIONS(1395), + [anon_sym_shaderRecordEXT] = ACTIONS(1395), + [anon_sym_rayPayloadNV] = ACTIONS(1395), + [anon_sym_rayPayloadInNV] = ACTIONS(1395), + [anon_sym_hitAttributeNV] = ACTIONS(1395), + [anon_sym_callableDataNV] = ACTIONS(1395), + [anon_sym_callableDataInNV] = ACTIONS(1395), + [anon_sym_shaderRecordNV] = ACTIONS(1395), + [anon_sym_layout] = ACTIONS(1395), }, [304] = { - [sym_identifier] = ACTIONS(1313), - [aux_sym_preproc_include_token1] = ACTIONS(1313), - [aux_sym_preproc_def_token1] = ACTIONS(1313), - [aux_sym_preproc_if_token1] = ACTIONS(1313), - [aux_sym_preproc_if_token2] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1313), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1313), - [sym_preproc_directive] = ACTIONS(1313), - [anon_sym_LPAREN2] = ACTIONS(1315), - [anon_sym_BANG] = ACTIONS(1315), - [anon_sym_TILDE] = ACTIONS(1315), - [anon_sym_DASH] = ACTIONS(1313), - [anon_sym_PLUS] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_subroutine] = ACTIONS(1313), - [anon_sym_invariant] = ACTIONS(1313), - [anon_sym_precise] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1315), - [anon_sym_in] = ACTIONS(1313), - [anon_sym_out] = ACTIONS(1313), - [anon_sym_inout] = ACTIONS(1313), - [anon_sym_uniform] = ACTIONS(1313), - [anon_sym_shared] = ACTIONS(1313), - [anon_sym_attribute] = ACTIONS(1313), - [anon_sym_varying] = ACTIONS(1313), - [anon_sym_buffer] = ACTIONS(1313), - [anon_sym_coherent] = ACTIONS(1313), - [anon_sym_readonly] = ACTIONS(1313), - [anon_sym_writeonly] = ACTIONS(1313), - [anon_sym_precision] = ACTIONS(1313), - [anon_sym_highp] = ACTIONS(1313), - [anon_sym_mediump] = ACTIONS(1313), - [anon_sym_lowp] = ACTIONS(1313), - [anon_sym_centroid] = ACTIONS(1313), - [anon_sym_sample] = ACTIONS(1313), - [anon_sym_patch] = ACTIONS(1313), - [anon_sym_smooth] = ACTIONS(1313), - [anon_sym_flat] = ACTIONS(1313), - [anon_sym_noperspective] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1313), - [anon_sym_typedef] = ACTIONS(1313), - [anon_sym_extern] = ACTIONS(1313), - [anon_sym___attribute__] = ACTIONS(1313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1315), - [anon_sym___declspec] = ACTIONS(1313), - [anon_sym___cdecl] = ACTIONS(1313), - [anon_sym___clrcall] = ACTIONS(1313), - [anon_sym___stdcall] = ACTIONS(1313), - [anon_sym___fastcall] = ACTIONS(1313), - [anon_sym___thiscall] = ACTIONS(1313), - [anon_sym___vectorcall] = ACTIONS(1313), - [anon_sym_LBRACE] = ACTIONS(1315), - [anon_sym_signed] = ACTIONS(1313), - [anon_sym_unsigned] = ACTIONS(1313), - [anon_sym_long] = ACTIONS(1313), - [anon_sym_short] = ACTIONS(1313), - [anon_sym_static] = ACTIONS(1313), - [anon_sym_auto] = ACTIONS(1313), - [anon_sym_register] = ACTIONS(1313), - [anon_sym_inline] = ACTIONS(1313), - [anon_sym___inline] = ACTIONS(1313), - [anon_sym___inline__] = ACTIONS(1313), - [anon_sym___forceinline] = ACTIONS(1313), - [anon_sym_thread_local] = ACTIONS(1313), - [anon_sym___thread] = ACTIONS(1313), - [anon_sym_const] = ACTIONS(1313), - [anon_sym_constexpr] = ACTIONS(1313), - [anon_sym_volatile] = ACTIONS(1313), - [anon_sym_restrict] = ACTIONS(1313), - [anon_sym___restrict__] = ACTIONS(1313), - [anon_sym__Atomic] = ACTIONS(1313), - [anon_sym__Noreturn] = ACTIONS(1313), - [anon_sym_noreturn] = ACTIONS(1313), - [anon_sym_alignas] = ACTIONS(1313), - [anon_sym__Alignas] = ACTIONS(1313), - [sym_primitive_type] = ACTIONS(1313), - [anon_sym_enum] = ACTIONS(1313), - [anon_sym_struct] = ACTIONS(1313), - [anon_sym_union] = ACTIONS(1313), - [anon_sym_if] = ACTIONS(1313), - [anon_sym_else] = ACTIONS(1313), - [anon_sym_switch] = ACTIONS(1313), - [anon_sym_case] = ACTIONS(1313), - [anon_sym_default] = ACTIONS(1313), - [anon_sym_while] = ACTIONS(1313), - [anon_sym_do] = ACTIONS(1313), - [anon_sym_for] = ACTIONS(1313), - [anon_sym_return] = ACTIONS(1313), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1313), - [anon_sym_goto] = ACTIONS(1313), - [anon_sym___try] = ACTIONS(1313), - [anon_sym___leave] = ACTIONS(1313), - [anon_sym_DASH_DASH] = ACTIONS(1315), - [anon_sym_PLUS_PLUS] = ACTIONS(1315), - [anon_sym_sizeof] = ACTIONS(1313), - [anon_sym___alignof__] = ACTIONS(1313), - [anon_sym___alignof] = ACTIONS(1313), - [anon_sym__alignof] = ACTIONS(1313), - [anon_sym_alignof] = ACTIONS(1313), - [anon_sym__Alignof] = ACTIONS(1313), - [anon_sym_offsetof] = ACTIONS(1313), - [anon_sym__Generic] = ACTIONS(1313), - [anon_sym_asm] = ACTIONS(1313), - [anon_sym___asm__] = ACTIONS(1313), - [sym_number_literal] = ACTIONS(1315), - [anon_sym_L_SQUOTE] = ACTIONS(1315), - [anon_sym_u_SQUOTE] = ACTIONS(1315), - [anon_sym_U_SQUOTE] = ACTIONS(1315), - [anon_sym_u8_SQUOTE] = ACTIONS(1315), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_L_DQUOTE] = ACTIONS(1315), - [anon_sym_u_DQUOTE] = ACTIONS(1315), - [anon_sym_U_DQUOTE] = ACTIONS(1315), - [anon_sym_u8_DQUOTE] = ACTIONS(1315), - [anon_sym_DQUOTE] = ACTIONS(1315), - [sym_true] = ACTIONS(1313), - [sym_false] = ACTIONS(1313), - [anon_sym_NULL] = ACTIONS(1313), - [anon_sym_nullptr] = ACTIONS(1313), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1313), - [anon_sym_rayPayloadInEXT] = ACTIONS(1313), - [anon_sym_hitAttributeEXT] = ACTIONS(1313), - [anon_sym_callableDataEXT] = ACTIONS(1313), - [anon_sym_callableDataInEXT] = ACTIONS(1313), - [anon_sym_shaderRecordEXT] = ACTIONS(1313), - [anon_sym_rayPayloadNV] = ACTIONS(1313), - [anon_sym_rayPayloadInNV] = ACTIONS(1313), - [anon_sym_hitAttributeNV] = ACTIONS(1313), - [anon_sym_callableDataNV] = ACTIONS(1313), - [anon_sym_callableDataInNV] = ACTIONS(1313), - [anon_sym_shaderRecordNV] = ACTIONS(1313), - [anon_sym_layout] = ACTIONS(1313), + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token2] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_subroutine] = ACTIONS(1371), + [anon_sym_invariant] = ACTIONS(1371), + [anon_sym_precise] = ACTIONS(1371), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_in] = ACTIONS(1371), + [anon_sym_out] = ACTIONS(1371), + [anon_sym_inout] = ACTIONS(1371), + [anon_sym_uniform] = ACTIONS(1371), + [anon_sym_shared] = ACTIONS(1371), + [anon_sym_attribute] = ACTIONS(1371), + [anon_sym_varying] = ACTIONS(1371), + [anon_sym_buffer] = ACTIONS(1371), + [anon_sym_coherent] = ACTIONS(1371), + [anon_sym_readonly] = ACTIONS(1371), + [anon_sym_writeonly] = ACTIONS(1371), + [anon_sym_precision] = ACTIONS(1371), + [anon_sym_highp] = ACTIONS(1371), + [anon_sym_mediump] = ACTIONS(1371), + [anon_sym_lowp] = ACTIONS(1371), + [anon_sym_centroid] = ACTIONS(1371), + [anon_sym_sample] = ACTIONS(1371), + [anon_sym_patch] = ACTIONS(1371), + [anon_sym_smooth] = ACTIONS(1371), + [anon_sym_flat] = ACTIONS(1371), + [anon_sym_noperspective] = ACTIONS(1371), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [anon_sym__Nonnull] = ACTIONS(1371), + [anon_sym_alignas] = ACTIONS(1371), + [anon_sym__Alignas] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_else] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym___try] = ACTIONS(1371), + [anon_sym___leave] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [anon_sym___asm] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1371), + [anon_sym_rayPayloadInEXT] = ACTIONS(1371), + [anon_sym_hitAttributeEXT] = ACTIONS(1371), + [anon_sym_callableDataEXT] = ACTIONS(1371), + [anon_sym_callableDataInEXT] = ACTIONS(1371), + [anon_sym_shaderRecordEXT] = ACTIONS(1371), + [anon_sym_rayPayloadNV] = ACTIONS(1371), + [anon_sym_rayPayloadInNV] = ACTIONS(1371), + [anon_sym_hitAttributeNV] = ACTIONS(1371), + [anon_sym_callableDataNV] = ACTIONS(1371), + [anon_sym_callableDataInNV] = ACTIONS(1371), + [anon_sym_shaderRecordNV] = ACTIONS(1371), + [anon_sym_layout] = ACTIONS(1371), }, [305] = { - [sym_identifier] = ACTIONS(1309), - [aux_sym_preproc_include_token1] = ACTIONS(1309), - [aux_sym_preproc_def_token1] = ACTIONS(1309), - [aux_sym_preproc_if_token1] = ACTIONS(1309), - [aux_sym_preproc_if_token2] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1309), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1309), - [sym_preproc_directive] = ACTIONS(1309), - [anon_sym_LPAREN2] = ACTIONS(1311), - [anon_sym_BANG] = ACTIONS(1311), - [anon_sym_TILDE] = ACTIONS(1311), - [anon_sym_DASH] = ACTIONS(1309), - [anon_sym_PLUS] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(1311), - [anon_sym_subroutine] = ACTIONS(1309), - [anon_sym_invariant] = ACTIONS(1309), - [anon_sym_precise] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1311), - [anon_sym_in] = ACTIONS(1309), - [anon_sym_out] = ACTIONS(1309), - [anon_sym_inout] = ACTIONS(1309), - [anon_sym_uniform] = ACTIONS(1309), - [anon_sym_shared] = ACTIONS(1309), - [anon_sym_attribute] = ACTIONS(1309), - [anon_sym_varying] = ACTIONS(1309), - [anon_sym_buffer] = ACTIONS(1309), - [anon_sym_coherent] = ACTIONS(1309), - [anon_sym_readonly] = ACTIONS(1309), - [anon_sym_writeonly] = ACTIONS(1309), - [anon_sym_precision] = ACTIONS(1309), - [anon_sym_highp] = ACTIONS(1309), - [anon_sym_mediump] = ACTIONS(1309), - [anon_sym_lowp] = ACTIONS(1309), - [anon_sym_centroid] = ACTIONS(1309), - [anon_sym_sample] = ACTIONS(1309), - [anon_sym_patch] = ACTIONS(1309), - [anon_sym_smooth] = ACTIONS(1309), - [anon_sym_flat] = ACTIONS(1309), - [anon_sym_noperspective] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1309), - [anon_sym_typedef] = ACTIONS(1309), - [anon_sym_extern] = ACTIONS(1309), - [anon_sym___attribute__] = ACTIONS(1309), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1311), - [anon_sym___declspec] = ACTIONS(1309), - [anon_sym___cdecl] = ACTIONS(1309), - [anon_sym___clrcall] = ACTIONS(1309), - [anon_sym___stdcall] = ACTIONS(1309), - [anon_sym___fastcall] = ACTIONS(1309), - [anon_sym___thiscall] = ACTIONS(1309), - [anon_sym___vectorcall] = ACTIONS(1309), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_signed] = ACTIONS(1309), - [anon_sym_unsigned] = ACTIONS(1309), - [anon_sym_long] = ACTIONS(1309), - [anon_sym_short] = ACTIONS(1309), - [anon_sym_static] = ACTIONS(1309), - [anon_sym_auto] = ACTIONS(1309), - [anon_sym_register] = ACTIONS(1309), - [anon_sym_inline] = ACTIONS(1309), - [anon_sym___inline] = ACTIONS(1309), - [anon_sym___inline__] = ACTIONS(1309), - [anon_sym___forceinline] = ACTIONS(1309), - [anon_sym_thread_local] = ACTIONS(1309), - [anon_sym___thread] = ACTIONS(1309), - [anon_sym_const] = ACTIONS(1309), - [anon_sym_constexpr] = ACTIONS(1309), - [anon_sym_volatile] = ACTIONS(1309), - [anon_sym_restrict] = ACTIONS(1309), - [anon_sym___restrict__] = ACTIONS(1309), - [anon_sym__Atomic] = ACTIONS(1309), - [anon_sym__Noreturn] = ACTIONS(1309), - [anon_sym_noreturn] = ACTIONS(1309), - [anon_sym_alignas] = ACTIONS(1309), - [anon_sym__Alignas] = ACTIONS(1309), - [sym_primitive_type] = ACTIONS(1309), - [anon_sym_enum] = ACTIONS(1309), - [anon_sym_struct] = ACTIONS(1309), - [anon_sym_union] = ACTIONS(1309), - [anon_sym_if] = ACTIONS(1309), - [anon_sym_else] = ACTIONS(1309), - [anon_sym_switch] = ACTIONS(1309), - [anon_sym_case] = ACTIONS(1309), - [anon_sym_default] = ACTIONS(1309), - [anon_sym_while] = ACTIONS(1309), - [anon_sym_do] = ACTIONS(1309), - [anon_sym_for] = ACTIONS(1309), - [anon_sym_return] = ACTIONS(1309), - [anon_sym_break] = ACTIONS(1309), - [anon_sym_continue] = ACTIONS(1309), - [anon_sym_goto] = ACTIONS(1309), - [anon_sym___try] = ACTIONS(1309), - [anon_sym___leave] = ACTIONS(1309), - [anon_sym_DASH_DASH] = ACTIONS(1311), - [anon_sym_PLUS_PLUS] = ACTIONS(1311), - [anon_sym_sizeof] = ACTIONS(1309), - [anon_sym___alignof__] = ACTIONS(1309), - [anon_sym___alignof] = ACTIONS(1309), - [anon_sym__alignof] = ACTIONS(1309), - [anon_sym_alignof] = ACTIONS(1309), - [anon_sym__Alignof] = ACTIONS(1309), - [anon_sym_offsetof] = ACTIONS(1309), - [anon_sym__Generic] = ACTIONS(1309), - [anon_sym_asm] = ACTIONS(1309), - [anon_sym___asm__] = ACTIONS(1309), - [sym_number_literal] = ACTIONS(1311), - [anon_sym_L_SQUOTE] = ACTIONS(1311), - [anon_sym_u_SQUOTE] = ACTIONS(1311), - [anon_sym_U_SQUOTE] = ACTIONS(1311), - [anon_sym_u8_SQUOTE] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1311), - [anon_sym_L_DQUOTE] = ACTIONS(1311), - [anon_sym_u_DQUOTE] = ACTIONS(1311), - [anon_sym_U_DQUOTE] = ACTIONS(1311), - [anon_sym_u8_DQUOTE] = ACTIONS(1311), - [anon_sym_DQUOTE] = ACTIONS(1311), - [sym_true] = ACTIONS(1309), - [sym_false] = ACTIONS(1309), - [anon_sym_NULL] = ACTIONS(1309), - [anon_sym_nullptr] = ACTIONS(1309), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1309), - [anon_sym_rayPayloadInEXT] = ACTIONS(1309), - [anon_sym_hitAttributeEXT] = ACTIONS(1309), - [anon_sym_callableDataEXT] = ACTIONS(1309), - [anon_sym_callableDataInEXT] = ACTIONS(1309), - [anon_sym_shaderRecordEXT] = ACTIONS(1309), - [anon_sym_rayPayloadNV] = ACTIONS(1309), - [anon_sym_rayPayloadInNV] = ACTIONS(1309), - [anon_sym_hitAttributeNV] = ACTIONS(1309), - [anon_sym_callableDataNV] = ACTIONS(1309), - [anon_sym_callableDataInNV] = ACTIONS(1309), - [anon_sym_shaderRecordNV] = ACTIONS(1309), - [anon_sym_layout] = ACTIONS(1309), - }, - [306] = { - [sym_identifier] = ACTIONS(1305), - [aux_sym_preproc_include_token1] = ACTIONS(1305), - [aux_sym_preproc_def_token1] = ACTIONS(1305), - [aux_sym_preproc_if_token1] = ACTIONS(1305), - [aux_sym_preproc_if_token2] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1305), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1305), - [sym_preproc_directive] = ACTIONS(1305), - [anon_sym_LPAREN2] = ACTIONS(1307), - [anon_sym_BANG] = ACTIONS(1307), - [anon_sym_TILDE] = ACTIONS(1307), - [anon_sym_DASH] = ACTIONS(1305), - [anon_sym_PLUS] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(1307), - [anon_sym_AMP] = ACTIONS(1307), - [anon_sym_subroutine] = ACTIONS(1305), - [anon_sym_invariant] = ACTIONS(1305), - [anon_sym_precise] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_in] = ACTIONS(1305), - [anon_sym_out] = ACTIONS(1305), - [anon_sym_inout] = ACTIONS(1305), - [anon_sym_uniform] = ACTIONS(1305), - [anon_sym_shared] = ACTIONS(1305), - [anon_sym_attribute] = ACTIONS(1305), - [anon_sym_varying] = ACTIONS(1305), - [anon_sym_buffer] = ACTIONS(1305), - [anon_sym_coherent] = ACTIONS(1305), - [anon_sym_readonly] = ACTIONS(1305), - [anon_sym_writeonly] = ACTIONS(1305), - [anon_sym_precision] = ACTIONS(1305), - [anon_sym_highp] = ACTIONS(1305), - [anon_sym_mediump] = ACTIONS(1305), - [anon_sym_lowp] = ACTIONS(1305), - [anon_sym_centroid] = ACTIONS(1305), - [anon_sym_sample] = ACTIONS(1305), - [anon_sym_patch] = ACTIONS(1305), - [anon_sym_smooth] = ACTIONS(1305), - [anon_sym_flat] = ACTIONS(1305), - [anon_sym_noperspective] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1305), - [anon_sym_typedef] = ACTIONS(1305), - [anon_sym_extern] = ACTIONS(1305), - [anon_sym___attribute__] = ACTIONS(1305), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1307), - [anon_sym___declspec] = ACTIONS(1305), - [anon_sym___cdecl] = ACTIONS(1305), - [anon_sym___clrcall] = ACTIONS(1305), - [anon_sym___stdcall] = ACTIONS(1305), - [anon_sym___fastcall] = ACTIONS(1305), - [anon_sym___thiscall] = ACTIONS(1305), - [anon_sym___vectorcall] = ACTIONS(1305), - [anon_sym_LBRACE] = ACTIONS(1307), - [anon_sym_signed] = ACTIONS(1305), - [anon_sym_unsigned] = ACTIONS(1305), - [anon_sym_long] = ACTIONS(1305), - [anon_sym_short] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1305), - [anon_sym_auto] = ACTIONS(1305), - [anon_sym_register] = ACTIONS(1305), - [anon_sym_inline] = ACTIONS(1305), - [anon_sym___inline] = ACTIONS(1305), - [anon_sym___inline__] = ACTIONS(1305), - [anon_sym___forceinline] = ACTIONS(1305), - [anon_sym_thread_local] = ACTIONS(1305), - [anon_sym___thread] = ACTIONS(1305), - [anon_sym_const] = ACTIONS(1305), - [anon_sym_constexpr] = ACTIONS(1305), - [anon_sym_volatile] = ACTIONS(1305), - [anon_sym_restrict] = ACTIONS(1305), - [anon_sym___restrict__] = ACTIONS(1305), - [anon_sym__Atomic] = ACTIONS(1305), - [anon_sym__Noreturn] = ACTIONS(1305), - [anon_sym_noreturn] = ACTIONS(1305), - [anon_sym_alignas] = ACTIONS(1305), - [anon_sym__Alignas] = ACTIONS(1305), - [sym_primitive_type] = ACTIONS(1305), - [anon_sym_enum] = ACTIONS(1305), - [anon_sym_struct] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1305), - [anon_sym_if] = ACTIONS(1305), - [anon_sym_else] = ACTIONS(1305), - [anon_sym_switch] = ACTIONS(1305), - [anon_sym_case] = ACTIONS(1305), - [anon_sym_default] = ACTIONS(1305), - [anon_sym_while] = ACTIONS(1305), - [anon_sym_do] = ACTIONS(1305), - [anon_sym_for] = ACTIONS(1305), - [anon_sym_return] = ACTIONS(1305), - [anon_sym_break] = ACTIONS(1305), - [anon_sym_continue] = ACTIONS(1305), - [anon_sym_goto] = ACTIONS(1305), - [anon_sym___try] = ACTIONS(1305), - [anon_sym___leave] = ACTIONS(1305), - [anon_sym_DASH_DASH] = ACTIONS(1307), - [anon_sym_PLUS_PLUS] = ACTIONS(1307), - [anon_sym_sizeof] = ACTIONS(1305), - [anon_sym___alignof__] = ACTIONS(1305), - [anon_sym___alignof] = ACTIONS(1305), - [anon_sym__alignof] = ACTIONS(1305), - [anon_sym_alignof] = ACTIONS(1305), - [anon_sym__Alignof] = ACTIONS(1305), - [anon_sym_offsetof] = ACTIONS(1305), - [anon_sym__Generic] = ACTIONS(1305), - [anon_sym_asm] = ACTIONS(1305), - [anon_sym___asm__] = ACTIONS(1305), - [sym_number_literal] = ACTIONS(1307), - [anon_sym_L_SQUOTE] = ACTIONS(1307), - [anon_sym_u_SQUOTE] = ACTIONS(1307), - [anon_sym_U_SQUOTE] = ACTIONS(1307), - [anon_sym_u8_SQUOTE] = ACTIONS(1307), - [anon_sym_SQUOTE] = ACTIONS(1307), - [anon_sym_L_DQUOTE] = ACTIONS(1307), - [anon_sym_u_DQUOTE] = ACTIONS(1307), - [anon_sym_U_DQUOTE] = ACTIONS(1307), - [anon_sym_u8_DQUOTE] = ACTIONS(1307), - [anon_sym_DQUOTE] = ACTIONS(1307), - [sym_true] = ACTIONS(1305), - [sym_false] = ACTIONS(1305), - [anon_sym_NULL] = ACTIONS(1305), - [anon_sym_nullptr] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1305), - [anon_sym_rayPayloadInEXT] = ACTIONS(1305), - [anon_sym_hitAttributeEXT] = ACTIONS(1305), - [anon_sym_callableDataEXT] = ACTIONS(1305), - [anon_sym_callableDataInEXT] = ACTIONS(1305), - [anon_sym_shaderRecordEXT] = ACTIONS(1305), - [anon_sym_rayPayloadNV] = ACTIONS(1305), - [anon_sym_rayPayloadInNV] = ACTIONS(1305), - [anon_sym_hitAttributeNV] = ACTIONS(1305), - [anon_sym_callableDataNV] = ACTIONS(1305), - [anon_sym_callableDataInNV] = ACTIONS(1305), - [anon_sym_shaderRecordNV] = ACTIONS(1305), - [anon_sym_layout] = ACTIONS(1305), - }, - [307] = { - [ts_builtin_sym_end] = ACTIONS(1343), - [sym_identifier] = ACTIONS(1341), - [aux_sym_preproc_include_token1] = ACTIONS(1341), - [aux_sym_preproc_def_token1] = ACTIONS(1341), - [aux_sym_preproc_if_token1] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1341), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1341), - [sym_preproc_directive] = ACTIONS(1341), - [anon_sym_LPAREN2] = ACTIONS(1343), - [anon_sym_BANG] = ACTIONS(1343), - [anon_sym_TILDE] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1341), - [anon_sym_PLUS] = ACTIONS(1341), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_AMP] = ACTIONS(1343), - [anon_sym_subroutine] = ACTIONS(1341), - [anon_sym_invariant] = ACTIONS(1341), - [anon_sym_precise] = ACTIONS(1341), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1341), - [anon_sym_out] = ACTIONS(1341), - [anon_sym_inout] = ACTIONS(1341), - [anon_sym_uniform] = ACTIONS(1341), - [anon_sym_shared] = ACTIONS(1341), - [anon_sym_attribute] = ACTIONS(1341), - [anon_sym_varying] = ACTIONS(1341), - [anon_sym_buffer] = ACTIONS(1341), - [anon_sym_coherent] = ACTIONS(1341), - [anon_sym_readonly] = ACTIONS(1341), - [anon_sym_writeonly] = ACTIONS(1341), - [anon_sym_precision] = ACTIONS(1341), - [anon_sym_highp] = ACTIONS(1341), - [anon_sym_mediump] = ACTIONS(1341), - [anon_sym_lowp] = ACTIONS(1341), - [anon_sym_centroid] = ACTIONS(1341), - [anon_sym_sample] = ACTIONS(1341), - [anon_sym_patch] = ACTIONS(1341), - [anon_sym_smooth] = ACTIONS(1341), - [anon_sym_flat] = ACTIONS(1341), - [anon_sym_noperspective] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1341), - [anon_sym_typedef] = ACTIONS(1341), - [anon_sym_extern] = ACTIONS(1341), - [anon_sym___attribute__] = ACTIONS(1341), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1343), - [anon_sym___declspec] = ACTIONS(1341), - [anon_sym___cdecl] = ACTIONS(1341), - [anon_sym___clrcall] = ACTIONS(1341), - [anon_sym___stdcall] = ACTIONS(1341), - [anon_sym___fastcall] = ACTIONS(1341), - [anon_sym___thiscall] = ACTIONS(1341), - [anon_sym___vectorcall] = ACTIONS(1341), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_signed] = ACTIONS(1341), - [anon_sym_unsigned] = ACTIONS(1341), - [anon_sym_long] = ACTIONS(1341), - [anon_sym_short] = ACTIONS(1341), - [anon_sym_static] = ACTIONS(1341), - [anon_sym_auto] = ACTIONS(1341), - [anon_sym_register] = ACTIONS(1341), - [anon_sym_inline] = ACTIONS(1341), - [anon_sym___inline] = ACTIONS(1341), - [anon_sym___inline__] = ACTIONS(1341), - [anon_sym___forceinline] = ACTIONS(1341), - [anon_sym_thread_local] = ACTIONS(1341), - [anon_sym___thread] = ACTIONS(1341), - [anon_sym_const] = ACTIONS(1341), - [anon_sym_constexpr] = ACTIONS(1341), - [anon_sym_volatile] = ACTIONS(1341), - [anon_sym_restrict] = ACTIONS(1341), - [anon_sym___restrict__] = ACTIONS(1341), - [anon_sym__Atomic] = ACTIONS(1341), - [anon_sym__Noreturn] = ACTIONS(1341), - [anon_sym_noreturn] = ACTIONS(1341), - [anon_sym_alignas] = ACTIONS(1341), - [anon_sym__Alignas] = ACTIONS(1341), - [sym_primitive_type] = ACTIONS(1341), - [anon_sym_enum] = ACTIONS(1341), - [anon_sym_struct] = ACTIONS(1341), - [anon_sym_union] = ACTIONS(1341), - [anon_sym_if] = ACTIONS(1341), - [anon_sym_else] = ACTIONS(1341), - [anon_sym_switch] = ACTIONS(1341), - [anon_sym_case] = ACTIONS(1341), - [anon_sym_default] = ACTIONS(1341), - [anon_sym_while] = ACTIONS(1341), - [anon_sym_do] = ACTIONS(1341), - [anon_sym_for] = ACTIONS(1341), - [anon_sym_return] = ACTIONS(1341), - [anon_sym_break] = ACTIONS(1341), - [anon_sym_continue] = ACTIONS(1341), - [anon_sym_goto] = ACTIONS(1341), - [anon_sym___try] = ACTIONS(1341), - [anon_sym___leave] = ACTIONS(1341), - [anon_sym_DASH_DASH] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_sizeof] = ACTIONS(1341), - [anon_sym___alignof__] = ACTIONS(1341), - [anon_sym___alignof] = ACTIONS(1341), - [anon_sym__alignof] = ACTIONS(1341), - [anon_sym_alignof] = ACTIONS(1341), - [anon_sym__Alignof] = ACTIONS(1341), - [anon_sym_offsetof] = ACTIONS(1341), - [anon_sym__Generic] = ACTIONS(1341), - [anon_sym_asm] = ACTIONS(1341), - [anon_sym___asm__] = ACTIONS(1341), - [sym_number_literal] = ACTIONS(1343), - [anon_sym_L_SQUOTE] = ACTIONS(1343), - [anon_sym_u_SQUOTE] = ACTIONS(1343), - [anon_sym_U_SQUOTE] = ACTIONS(1343), - [anon_sym_u8_SQUOTE] = ACTIONS(1343), - [anon_sym_SQUOTE] = ACTIONS(1343), - [anon_sym_L_DQUOTE] = ACTIONS(1343), - [anon_sym_u_DQUOTE] = ACTIONS(1343), - [anon_sym_U_DQUOTE] = ACTIONS(1343), - [anon_sym_u8_DQUOTE] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym_true] = ACTIONS(1341), - [sym_false] = ACTIONS(1341), - [anon_sym_NULL] = ACTIONS(1341), - [anon_sym_nullptr] = ACTIONS(1341), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1341), - [anon_sym_rayPayloadInEXT] = ACTIONS(1341), - [anon_sym_hitAttributeEXT] = ACTIONS(1341), - [anon_sym_callableDataEXT] = ACTIONS(1341), - [anon_sym_callableDataInEXT] = ACTIONS(1341), - [anon_sym_shaderRecordEXT] = ACTIONS(1341), - [anon_sym_rayPayloadNV] = ACTIONS(1341), - [anon_sym_rayPayloadInNV] = ACTIONS(1341), - [anon_sym_hitAttributeNV] = ACTIONS(1341), - [anon_sym_callableDataNV] = ACTIONS(1341), - [anon_sym_callableDataInNV] = ACTIONS(1341), - [anon_sym_shaderRecordNV] = ACTIONS(1341), - [anon_sym_layout] = ACTIONS(1341), - }, - [308] = { - [ts_builtin_sym_end] = ACTIONS(1347), - [sym_identifier] = ACTIONS(1345), - [aux_sym_preproc_include_token1] = ACTIONS(1345), - [aux_sym_preproc_def_token1] = ACTIONS(1345), - [aux_sym_preproc_if_token1] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1345), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1345), - [sym_preproc_directive] = ACTIONS(1345), - [anon_sym_LPAREN2] = ACTIONS(1347), - [anon_sym_BANG] = ACTIONS(1347), - [anon_sym_TILDE] = ACTIONS(1347), - [anon_sym_DASH] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1345), - [anon_sym_STAR] = ACTIONS(1347), - [anon_sym_AMP] = ACTIONS(1347), - [anon_sym_subroutine] = ACTIONS(1345), - [anon_sym_invariant] = ACTIONS(1345), - [anon_sym_precise] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_in] = ACTIONS(1345), - [anon_sym_out] = ACTIONS(1345), - [anon_sym_inout] = ACTIONS(1345), - [anon_sym_uniform] = ACTIONS(1345), - [anon_sym_shared] = ACTIONS(1345), - [anon_sym_attribute] = ACTIONS(1345), - [anon_sym_varying] = ACTIONS(1345), - [anon_sym_buffer] = ACTIONS(1345), - [anon_sym_coherent] = ACTIONS(1345), - [anon_sym_readonly] = ACTIONS(1345), - [anon_sym_writeonly] = ACTIONS(1345), - [anon_sym_precision] = ACTIONS(1345), - [anon_sym_highp] = ACTIONS(1345), - [anon_sym_mediump] = ACTIONS(1345), - [anon_sym_lowp] = ACTIONS(1345), - [anon_sym_centroid] = ACTIONS(1345), - [anon_sym_sample] = ACTIONS(1345), - [anon_sym_patch] = ACTIONS(1345), - [anon_sym_smooth] = ACTIONS(1345), - [anon_sym_flat] = ACTIONS(1345), - [anon_sym_noperspective] = ACTIONS(1345), - [anon_sym___extension__] = ACTIONS(1345), - [anon_sym_typedef] = ACTIONS(1345), - [anon_sym_extern] = ACTIONS(1345), - [anon_sym___attribute__] = ACTIONS(1345), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1347), - [anon_sym___declspec] = ACTIONS(1345), - [anon_sym___cdecl] = ACTIONS(1345), - [anon_sym___clrcall] = ACTIONS(1345), - [anon_sym___stdcall] = ACTIONS(1345), - [anon_sym___fastcall] = ACTIONS(1345), - [anon_sym___thiscall] = ACTIONS(1345), - [anon_sym___vectorcall] = ACTIONS(1345), - [anon_sym_LBRACE] = ACTIONS(1347), - [anon_sym_signed] = ACTIONS(1345), - [anon_sym_unsigned] = ACTIONS(1345), - [anon_sym_long] = ACTIONS(1345), - [anon_sym_short] = ACTIONS(1345), - [anon_sym_static] = ACTIONS(1345), - [anon_sym_auto] = ACTIONS(1345), - [anon_sym_register] = ACTIONS(1345), - [anon_sym_inline] = ACTIONS(1345), - [anon_sym___inline] = ACTIONS(1345), - [anon_sym___inline__] = ACTIONS(1345), - [anon_sym___forceinline] = ACTIONS(1345), - [anon_sym_thread_local] = ACTIONS(1345), - [anon_sym___thread] = ACTIONS(1345), - [anon_sym_const] = ACTIONS(1345), - [anon_sym_constexpr] = ACTIONS(1345), - [anon_sym_volatile] = ACTIONS(1345), - [anon_sym_restrict] = ACTIONS(1345), - [anon_sym___restrict__] = ACTIONS(1345), - [anon_sym__Atomic] = ACTIONS(1345), - [anon_sym__Noreturn] = ACTIONS(1345), - [anon_sym_noreturn] = ACTIONS(1345), - [anon_sym_alignas] = ACTIONS(1345), - [anon_sym__Alignas] = ACTIONS(1345), - [sym_primitive_type] = ACTIONS(1345), - [anon_sym_enum] = ACTIONS(1345), - [anon_sym_struct] = ACTIONS(1345), - [anon_sym_union] = ACTIONS(1345), - [anon_sym_if] = ACTIONS(1345), - [anon_sym_else] = ACTIONS(1345), - [anon_sym_switch] = ACTIONS(1345), - [anon_sym_case] = ACTIONS(1345), - [anon_sym_default] = ACTIONS(1345), - [anon_sym_while] = ACTIONS(1345), - [anon_sym_do] = ACTIONS(1345), - [anon_sym_for] = ACTIONS(1345), - [anon_sym_return] = ACTIONS(1345), - [anon_sym_break] = ACTIONS(1345), - [anon_sym_continue] = ACTIONS(1345), - [anon_sym_goto] = ACTIONS(1345), - [anon_sym___try] = ACTIONS(1345), - [anon_sym___leave] = ACTIONS(1345), - [anon_sym_DASH_DASH] = ACTIONS(1347), - [anon_sym_PLUS_PLUS] = ACTIONS(1347), - [anon_sym_sizeof] = ACTIONS(1345), - [anon_sym___alignof__] = ACTIONS(1345), - [anon_sym___alignof] = ACTIONS(1345), - [anon_sym__alignof] = ACTIONS(1345), - [anon_sym_alignof] = ACTIONS(1345), - [anon_sym__Alignof] = ACTIONS(1345), - [anon_sym_offsetof] = ACTIONS(1345), - [anon_sym__Generic] = ACTIONS(1345), - [anon_sym_asm] = ACTIONS(1345), - [anon_sym___asm__] = ACTIONS(1345), - [sym_number_literal] = ACTIONS(1347), - [anon_sym_L_SQUOTE] = ACTIONS(1347), - [anon_sym_u_SQUOTE] = ACTIONS(1347), - [anon_sym_U_SQUOTE] = ACTIONS(1347), - [anon_sym_u8_SQUOTE] = ACTIONS(1347), - [anon_sym_SQUOTE] = ACTIONS(1347), - [anon_sym_L_DQUOTE] = ACTIONS(1347), - [anon_sym_u_DQUOTE] = ACTIONS(1347), - [anon_sym_U_DQUOTE] = ACTIONS(1347), - [anon_sym_u8_DQUOTE] = ACTIONS(1347), - [anon_sym_DQUOTE] = ACTIONS(1347), - [sym_true] = ACTIONS(1345), - [sym_false] = ACTIONS(1345), - [anon_sym_NULL] = ACTIONS(1345), - [anon_sym_nullptr] = ACTIONS(1345), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1345), - [anon_sym_rayPayloadInEXT] = ACTIONS(1345), - [anon_sym_hitAttributeEXT] = ACTIONS(1345), - [anon_sym_callableDataEXT] = ACTIONS(1345), - [anon_sym_callableDataInEXT] = ACTIONS(1345), - [anon_sym_shaderRecordEXT] = ACTIONS(1345), - [anon_sym_rayPayloadNV] = ACTIONS(1345), - [anon_sym_rayPayloadInNV] = ACTIONS(1345), - [anon_sym_hitAttributeNV] = ACTIONS(1345), - [anon_sym_callableDataNV] = ACTIONS(1345), - [anon_sym_callableDataInNV] = ACTIONS(1345), - [anon_sym_shaderRecordNV] = ACTIONS(1345), - [anon_sym_layout] = ACTIONS(1345), - }, - [309] = { - [sym_identifier] = ACTIONS(1317), - [aux_sym_preproc_include_token1] = ACTIONS(1317), - [aux_sym_preproc_def_token1] = ACTIONS(1317), - [aux_sym_preproc_if_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1317), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1317), - [sym_preproc_directive] = ACTIONS(1317), - [anon_sym_LPAREN2] = ACTIONS(1319), - [anon_sym_BANG] = ACTIONS(1319), - [anon_sym_TILDE] = ACTIONS(1319), - [anon_sym_DASH] = ACTIONS(1317), - [anon_sym_PLUS] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1319), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_subroutine] = ACTIONS(1317), - [anon_sym_invariant] = ACTIONS(1317), - [anon_sym_precise] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1319), - [anon_sym_in] = ACTIONS(1317), - [anon_sym_out] = ACTIONS(1317), - [anon_sym_inout] = ACTIONS(1317), - [anon_sym_uniform] = ACTIONS(1317), - [anon_sym_shared] = ACTIONS(1317), - [anon_sym_attribute] = ACTIONS(1317), - [anon_sym_varying] = ACTIONS(1317), - [anon_sym_buffer] = ACTIONS(1317), - [anon_sym_coherent] = ACTIONS(1317), - [anon_sym_readonly] = ACTIONS(1317), - [anon_sym_writeonly] = ACTIONS(1317), - [anon_sym_precision] = ACTIONS(1317), - [anon_sym_highp] = ACTIONS(1317), - [anon_sym_mediump] = ACTIONS(1317), - [anon_sym_lowp] = ACTIONS(1317), - [anon_sym_centroid] = ACTIONS(1317), - [anon_sym_sample] = ACTIONS(1317), - [anon_sym_patch] = ACTIONS(1317), - [anon_sym_smooth] = ACTIONS(1317), - [anon_sym_flat] = ACTIONS(1317), - [anon_sym_noperspective] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1317), - [anon_sym_typedef] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1317), - [anon_sym___attribute__] = ACTIONS(1317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1319), - [anon_sym___declspec] = ACTIONS(1317), - [anon_sym___cdecl] = ACTIONS(1317), - [anon_sym___clrcall] = ACTIONS(1317), - [anon_sym___stdcall] = ACTIONS(1317), - [anon_sym___fastcall] = ACTIONS(1317), - [anon_sym___thiscall] = ACTIONS(1317), - [anon_sym___vectorcall] = ACTIONS(1317), - [anon_sym_LBRACE] = ACTIONS(1319), - [anon_sym_RBRACE] = ACTIONS(1319), - [anon_sym_signed] = ACTIONS(1317), - [anon_sym_unsigned] = ACTIONS(1317), - [anon_sym_long] = ACTIONS(1317), - [anon_sym_short] = ACTIONS(1317), - [anon_sym_static] = ACTIONS(1317), - [anon_sym_auto] = ACTIONS(1317), - [anon_sym_register] = ACTIONS(1317), - [anon_sym_inline] = ACTIONS(1317), - [anon_sym___inline] = ACTIONS(1317), - [anon_sym___inline__] = ACTIONS(1317), - [anon_sym___forceinline] = ACTIONS(1317), - [anon_sym_thread_local] = ACTIONS(1317), - [anon_sym___thread] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_constexpr] = ACTIONS(1317), - [anon_sym_volatile] = ACTIONS(1317), - [anon_sym_restrict] = ACTIONS(1317), - [anon_sym___restrict__] = ACTIONS(1317), - [anon_sym__Atomic] = ACTIONS(1317), - [anon_sym__Noreturn] = ACTIONS(1317), - [anon_sym_noreturn] = ACTIONS(1317), - [anon_sym_alignas] = ACTIONS(1317), - [anon_sym__Alignas] = ACTIONS(1317), - [sym_primitive_type] = ACTIONS(1317), - [anon_sym_enum] = ACTIONS(1317), - [anon_sym_struct] = ACTIONS(1317), - [anon_sym_union] = ACTIONS(1317), - [anon_sym_if] = ACTIONS(1317), - [anon_sym_else] = ACTIONS(1317), - [anon_sym_switch] = ACTIONS(1317), - [anon_sym_case] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1317), - [anon_sym_while] = ACTIONS(1317), - [anon_sym_do] = ACTIONS(1317), - [anon_sym_for] = ACTIONS(1317), - [anon_sym_return] = ACTIONS(1317), - [anon_sym_break] = ACTIONS(1317), - [anon_sym_continue] = ACTIONS(1317), - [anon_sym_goto] = ACTIONS(1317), - [anon_sym___try] = ACTIONS(1317), - [anon_sym___leave] = ACTIONS(1317), - [anon_sym_DASH_DASH] = ACTIONS(1319), - [anon_sym_PLUS_PLUS] = ACTIONS(1319), - [anon_sym_sizeof] = ACTIONS(1317), - [anon_sym___alignof__] = ACTIONS(1317), - [anon_sym___alignof] = ACTIONS(1317), - [anon_sym__alignof] = ACTIONS(1317), - [anon_sym_alignof] = ACTIONS(1317), - [anon_sym__Alignof] = ACTIONS(1317), - [anon_sym_offsetof] = ACTIONS(1317), - [anon_sym__Generic] = ACTIONS(1317), - [anon_sym_asm] = ACTIONS(1317), - [anon_sym___asm__] = ACTIONS(1317), - [sym_number_literal] = ACTIONS(1319), - [anon_sym_L_SQUOTE] = ACTIONS(1319), - [anon_sym_u_SQUOTE] = ACTIONS(1319), - [anon_sym_U_SQUOTE] = ACTIONS(1319), - [anon_sym_u8_SQUOTE] = ACTIONS(1319), - [anon_sym_SQUOTE] = ACTIONS(1319), - [anon_sym_L_DQUOTE] = ACTIONS(1319), - [anon_sym_u_DQUOTE] = ACTIONS(1319), - [anon_sym_U_DQUOTE] = ACTIONS(1319), - [anon_sym_u8_DQUOTE] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(1319), - [sym_true] = ACTIONS(1317), - [sym_false] = ACTIONS(1317), - [anon_sym_NULL] = ACTIONS(1317), - [anon_sym_nullptr] = ACTIONS(1317), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1317), - [anon_sym_rayPayloadInEXT] = ACTIONS(1317), - [anon_sym_hitAttributeEXT] = ACTIONS(1317), - [anon_sym_callableDataEXT] = ACTIONS(1317), - [anon_sym_callableDataInEXT] = ACTIONS(1317), - [anon_sym_shaderRecordEXT] = ACTIONS(1317), - [anon_sym_rayPayloadNV] = ACTIONS(1317), - [anon_sym_rayPayloadInNV] = ACTIONS(1317), - [anon_sym_hitAttributeNV] = ACTIONS(1317), - [anon_sym_callableDataNV] = ACTIONS(1317), - [anon_sym_callableDataInNV] = ACTIONS(1317), - [anon_sym_shaderRecordNV] = ACTIONS(1317), - [anon_sym_layout] = ACTIONS(1317), - }, - [310] = { - [ts_builtin_sym_end] = ACTIONS(1363), - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), - }, - [311] = { - [sym_identifier] = ACTIONS(1233), - [aux_sym_preproc_include_token1] = ACTIONS(1233), - [aux_sym_preproc_def_token1] = ACTIONS(1233), - [aux_sym_preproc_if_token1] = ACTIONS(1233), - [aux_sym_preproc_if_token2] = ACTIONS(1233), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1233), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1233), - [sym_preproc_directive] = ACTIONS(1233), - [anon_sym_LPAREN2] = ACTIONS(1235), - [anon_sym_BANG] = ACTIONS(1235), - [anon_sym_TILDE] = ACTIONS(1235), - [anon_sym_DASH] = ACTIONS(1233), - [anon_sym_PLUS] = ACTIONS(1233), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_AMP] = ACTIONS(1235), - [anon_sym_subroutine] = ACTIONS(1233), - [anon_sym_invariant] = ACTIONS(1233), - [anon_sym_precise] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1235), - [anon_sym_in] = ACTIONS(1233), - [anon_sym_out] = ACTIONS(1233), - [anon_sym_inout] = ACTIONS(1233), - [anon_sym_uniform] = ACTIONS(1233), - [anon_sym_shared] = ACTIONS(1233), - [anon_sym_attribute] = ACTIONS(1233), - [anon_sym_varying] = ACTIONS(1233), - [anon_sym_buffer] = ACTIONS(1233), - [anon_sym_coherent] = ACTIONS(1233), - [anon_sym_readonly] = ACTIONS(1233), - [anon_sym_writeonly] = ACTIONS(1233), - [anon_sym_precision] = ACTIONS(1233), - [anon_sym_highp] = ACTIONS(1233), - [anon_sym_mediump] = ACTIONS(1233), - [anon_sym_lowp] = ACTIONS(1233), - [anon_sym_centroid] = ACTIONS(1233), - [anon_sym_sample] = ACTIONS(1233), - [anon_sym_patch] = ACTIONS(1233), - [anon_sym_smooth] = ACTIONS(1233), - [anon_sym_flat] = ACTIONS(1233), - [anon_sym_noperspective] = ACTIONS(1233), - [anon_sym___extension__] = ACTIONS(1233), - [anon_sym_typedef] = ACTIONS(1233), - [anon_sym_extern] = ACTIONS(1233), - [anon_sym___attribute__] = ACTIONS(1233), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1235), - [anon_sym___declspec] = ACTIONS(1233), - [anon_sym___cdecl] = ACTIONS(1233), - [anon_sym___clrcall] = ACTIONS(1233), - [anon_sym___stdcall] = ACTIONS(1233), - [anon_sym___fastcall] = ACTIONS(1233), - [anon_sym___thiscall] = ACTIONS(1233), - [anon_sym___vectorcall] = ACTIONS(1233), - [anon_sym_LBRACE] = ACTIONS(1235), - [anon_sym_signed] = ACTIONS(1233), - [anon_sym_unsigned] = ACTIONS(1233), - [anon_sym_long] = ACTIONS(1233), - [anon_sym_short] = ACTIONS(1233), - [anon_sym_static] = ACTIONS(1233), - [anon_sym_auto] = ACTIONS(1233), - [anon_sym_register] = ACTIONS(1233), - [anon_sym_inline] = ACTIONS(1233), - [anon_sym___inline] = ACTIONS(1233), - [anon_sym___inline__] = ACTIONS(1233), - [anon_sym___forceinline] = ACTIONS(1233), - [anon_sym_thread_local] = ACTIONS(1233), - [anon_sym___thread] = ACTIONS(1233), - [anon_sym_const] = ACTIONS(1233), - [anon_sym_constexpr] = ACTIONS(1233), - [anon_sym_volatile] = ACTIONS(1233), - [anon_sym_restrict] = ACTIONS(1233), - [anon_sym___restrict__] = ACTIONS(1233), - [anon_sym__Atomic] = ACTIONS(1233), - [anon_sym__Noreturn] = ACTIONS(1233), - [anon_sym_noreturn] = ACTIONS(1233), - [anon_sym_alignas] = ACTIONS(1233), - [anon_sym__Alignas] = ACTIONS(1233), - [sym_primitive_type] = ACTIONS(1233), - [anon_sym_enum] = ACTIONS(1233), - [anon_sym_struct] = ACTIONS(1233), - [anon_sym_union] = ACTIONS(1233), - [anon_sym_if] = ACTIONS(1233), - [anon_sym_else] = ACTIONS(1233), - [anon_sym_switch] = ACTIONS(1233), - [anon_sym_case] = ACTIONS(1233), - [anon_sym_default] = ACTIONS(1233), - [anon_sym_while] = ACTIONS(1233), - [anon_sym_do] = ACTIONS(1233), - [anon_sym_for] = ACTIONS(1233), - [anon_sym_return] = ACTIONS(1233), - [anon_sym_break] = ACTIONS(1233), - [anon_sym_continue] = ACTIONS(1233), - [anon_sym_goto] = ACTIONS(1233), - [anon_sym___try] = ACTIONS(1233), - [anon_sym___leave] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(1235), - [anon_sym_PLUS_PLUS] = ACTIONS(1235), - [anon_sym_sizeof] = ACTIONS(1233), - [anon_sym___alignof__] = ACTIONS(1233), - [anon_sym___alignof] = ACTIONS(1233), - [anon_sym__alignof] = ACTIONS(1233), - [anon_sym_alignof] = ACTIONS(1233), - [anon_sym__Alignof] = ACTIONS(1233), - [anon_sym_offsetof] = ACTIONS(1233), - [anon_sym__Generic] = ACTIONS(1233), - [anon_sym_asm] = ACTIONS(1233), - [anon_sym___asm__] = ACTIONS(1233), - [sym_number_literal] = ACTIONS(1235), - [anon_sym_L_SQUOTE] = ACTIONS(1235), - [anon_sym_u_SQUOTE] = ACTIONS(1235), - [anon_sym_U_SQUOTE] = ACTIONS(1235), - [anon_sym_u8_SQUOTE] = ACTIONS(1235), - [anon_sym_SQUOTE] = ACTIONS(1235), - [anon_sym_L_DQUOTE] = ACTIONS(1235), - [anon_sym_u_DQUOTE] = ACTIONS(1235), - [anon_sym_U_DQUOTE] = ACTIONS(1235), - [anon_sym_u8_DQUOTE] = ACTIONS(1235), - [anon_sym_DQUOTE] = ACTIONS(1235), - [sym_true] = ACTIONS(1233), - [sym_false] = ACTIONS(1233), - [anon_sym_NULL] = ACTIONS(1233), - [anon_sym_nullptr] = ACTIONS(1233), + [ts_builtin_sym_end] = ACTIONS(1329), + [sym_identifier] = ACTIONS(1327), + [aux_sym_preproc_include_token1] = ACTIONS(1327), + [aux_sym_preproc_def_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), + [sym_preproc_directive] = ACTIONS(1327), + [anon_sym_LPAREN2] = ACTIONS(1329), + [anon_sym_BANG] = ACTIONS(1329), + [anon_sym_TILDE] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(1329), + [anon_sym_subroutine] = ACTIONS(1327), + [anon_sym_invariant] = ACTIONS(1327), + [anon_sym_precise] = ACTIONS(1327), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_in] = ACTIONS(1327), + [anon_sym_out] = ACTIONS(1327), + [anon_sym_inout] = ACTIONS(1327), + [anon_sym_uniform] = ACTIONS(1327), + [anon_sym_shared] = ACTIONS(1327), + [anon_sym_attribute] = ACTIONS(1327), + [anon_sym_varying] = ACTIONS(1327), + [anon_sym_buffer] = ACTIONS(1327), + [anon_sym_coherent] = ACTIONS(1327), + [anon_sym_readonly] = ACTIONS(1327), + [anon_sym_writeonly] = ACTIONS(1327), + [anon_sym_precision] = ACTIONS(1327), + [anon_sym_highp] = ACTIONS(1327), + [anon_sym_mediump] = ACTIONS(1327), + [anon_sym_lowp] = ACTIONS(1327), + [anon_sym_centroid] = ACTIONS(1327), + [anon_sym_sample] = ACTIONS(1327), + [anon_sym_patch] = ACTIONS(1327), + [anon_sym_smooth] = ACTIONS(1327), + [anon_sym_flat] = ACTIONS(1327), + [anon_sym_noperspective] = ACTIONS(1327), + [anon_sym___extension__] = ACTIONS(1327), + [anon_sym_typedef] = ACTIONS(1327), + [anon_sym_extern] = ACTIONS(1327), + [anon_sym___attribute__] = ACTIONS(1327), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), + [anon_sym___declspec] = ACTIONS(1327), + [anon_sym___cdecl] = ACTIONS(1327), + [anon_sym___clrcall] = ACTIONS(1327), + [anon_sym___stdcall] = ACTIONS(1327), + [anon_sym___fastcall] = ACTIONS(1327), + [anon_sym___thiscall] = ACTIONS(1327), + [anon_sym___vectorcall] = ACTIONS(1327), + [anon_sym_LBRACE] = ACTIONS(1329), + [anon_sym_signed] = ACTIONS(1327), + [anon_sym_unsigned] = ACTIONS(1327), + [anon_sym_long] = ACTIONS(1327), + [anon_sym_short] = ACTIONS(1327), + [anon_sym_static] = ACTIONS(1327), + [anon_sym_auto] = ACTIONS(1327), + [anon_sym_register] = ACTIONS(1327), + [anon_sym_inline] = ACTIONS(1327), + [anon_sym___inline] = ACTIONS(1327), + [anon_sym___inline__] = ACTIONS(1327), + [anon_sym___forceinline] = ACTIONS(1327), + [anon_sym_thread_local] = ACTIONS(1327), + [anon_sym___thread] = ACTIONS(1327), + [anon_sym_const] = ACTIONS(1327), + [anon_sym_constexpr] = ACTIONS(1327), + [anon_sym_volatile] = ACTIONS(1327), + [anon_sym_restrict] = ACTIONS(1327), + [anon_sym___restrict__] = ACTIONS(1327), + [anon_sym__Atomic] = ACTIONS(1327), + [anon_sym__Noreturn] = ACTIONS(1327), + [anon_sym_noreturn] = ACTIONS(1327), + [anon_sym__Nonnull] = ACTIONS(1327), + [anon_sym_alignas] = ACTIONS(1327), + [anon_sym__Alignas] = ACTIONS(1327), + [sym_primitive_type] = ACTIONS(1327), + [anon_sym_enum] = ACTIONS(1327), + [anon_sym_struct] = ACTIONS(1327), + [anon_sym_union] = ACTIONS(1327), + [anon_sym_if] = ACTIONS(1327), + [anon_sym_else] = ACTIONS(1327), + [anon_sym_switch] = ACTIONS(1327), + [anon_sym_case] = ACTIONS(1327), + [anon_sym_default] = ACTIONS(1327), + [anon_sym_while] = ACTIONS(1327), + [anon_sym_do] = ACTIONS(1327), + [anon_sym_for] = ACTIONS(1327), + [anon_sym_return] = ACTIONS(1327), + [anon_sym_break] = ACTIONS(1327), + [anon_sym_continue] = ACTIONS(1327), + [anon_sym_goto] = ACTIONS(1327), + [anon_sym___try] = ACTIONS(1327), + [anon_sym___leave] = ACTIONS(1327), + [anon_sym_DASH_DASH] = ACTIONS(1329), + [anon_sym_PLUS_PLUS] = ACTIONS(1329), + [anon_sym_sizeof] = ACTIONS(1327), + [anon_sym___alignof__] = ACTIONS(1327), + [anon_sym___alignof] = ACTIONS(1327), + [anon_sym__alignof] = ACTIONS(1327), + [anon_sym_alignof] = ACTIONS(1327), + [anon_sym__Alignof] = ACTIONS(1327), + [anon_sym_offsetof] = ACTIONS(1327), + [anon_sym__Generic] = ACTIONS(1327), + [anon_sym_asm] = ACTIONS(1327), + [anon_sym___asm__] = ACTIONS(1327), + [anon_sym___asm] = ACTIONS(1327), + [sym_number_literal] = ACTIONS(1329), + [anon_sym_L_SQUOTE] = ACTIONS(1329), + [anon_sym_u_SQUOTE] = ACTIONS(1329), + [anon_sym_U_SQUOTE] = ACTIONS(1329), + [anon_sym_u8_SQUOTE] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1329), + [anon_sym_L_DQUOTE] = ACTIONS(1329), + [anon_sym_u_DQUOTE] = ACTIONS(1329), + [anon_sym_U_DQUOTE] = ACTIONS(1329), + [anon_sym_u8_DQUOTE] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(1329), + [sym_true] = ACTIONS(1327), + [sym_false] = ACTIONS(1327), + [anon_sym_NULL] = ACTIONS(1327), + [anon_sym_nullptr] = ACTIONS(1327), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1233), - [anon_sym_rayPayloadInEXT] = ACTIONS(1233), - [anon_sym_hitAttributeEXT] = ACTIONS(1233), - [anon_sym_callableDataEXT] = ACTIONS(1233), - [anon_sym_callableDataInEXT] = ACTIONS(1233), - [anon_sym_shaderRecordEXT] = ACTIONS(1233), - [anon_sym_rayPayloadNV] = ACTIONS(1233), - [anon_sym_rayPayloadInNV] = ACTIONS(1233), - [anon_sym_hitAttributeNV] = ACTIONS(1233), - [anon_sym_callableDataNV] = ACTIONS(1233), - [anon_sym_callableDataInNV] = ACTIONS(1233), - [anon_sym_shaderRecordNV] = ACTIONS(1233), - [anon_sym_layout] = ACTIONS(1233), + [anon_sym_rayPayloadEXT] = ACTIONS(1327), + [anon_sym_rayPayloadInEXT] = ACTIONS(1327), + [anon_sym_hitAttributeEXT] = ACTIONS(1327), + [anon_sym_callableDataEXT] = ACTIONS(1327), + [anon_sym_callableDataInEXT] = ACTIONS(1327), + [anon_sym_shaderRecordEXT] = ACTIONS(1327), + [anon_sym_rayPayloadNV] = ACTIONS(1327), + [anon_sym_rayPayloadInNV] = ACTIONS(1327), + [anon_sym_hitAttributeNV] = ACTIONS(1327), + [anon_sym_callableDataNV] = ACTIONS(1327), + [anon_sym_callableDataInNV] = ACTIONS(1327), + [anon_sym_shaderRecordNV] = ACTIONS(1327), + [anon_sym_layout] = ACTIONS(1327), + }, + [306] = { + [ts_builtin_sym_end] = ACTIONS(1345), + [sym_identifier] = ACTIONS(1343), + [aux_sym_preproc_include_token1] = ACTIONS(1343), + [aux_sym_preproc_def_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), + [sym_preproc_directive] = ACTIONS(1343), + [anon_sym_LPAREN2] = ACTIONS(1345), + [anon_sym_BANG] = ACTIONS(1345), + [anon_sym_TILDE] = ACTIONS(1345), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_subroutine] = ACTIONS(1343), + [anon_sym_invariant] = ACTIONS(1343), + [anon_sym_precise] = ACTIONS(1343), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_in] = ACTIONS(1343), + [anon_sym_out] = ACTIONS(1343), + [anon_sym_inout] = ACTIONS(1343), + [anon_sym_uniform] = ACTIONS(1343), + [anon_sym_shared] = ACTIONS(1343), + [anon_sym_attribute] = ACTIONS(1343), + [anon_sym_varying] = ACTIONS(1343), + [anon_sym_buffer] = ACTIONS(1343), + [anon_sym_coherent] = ACTIONS(1343), + [anon_sym_readonly] = ACTIONS(1343), + [anon_sym_writeonly] = ACTIONS(1343), + [anon_sym_precision] = ACTIONS(1343), + [anon_sym_highp] = ACTIONS(1343), + [anon_sym_mediump] = ACTIONS(1343), + [anon_sym_lowp] = ACTIONS(1343), + [anon_sym_centroid] = ACTIONS(1343), + [anon_sym_sample] = ACTIONS(1343), + [anon_sym_patch] = ACTIONS(1343), + [anon_sym_smooth] = ACTIONS(1343), + [anon_sym_flat] = ACTIONS(1343), + [anon_sym_noperspective] = ACTIONS(1343), + [anon_sym___extension__] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1343), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym___attribute__] = ACTIONS(1343), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), + [anon_sym___declspec] = ACTIONS(1343), + [anon_sym___cdecl] = ACTIONS(1343), + [anon_sym___clrcall] = ACTIONS(1343), + [anon_sym___stdcall] = ACTIONS(1343), + [anon_sym___fastcall] = ACTIONS(1343), + [anon_sym___thiscall] = ACTIONS(1343), + [anon_sym___vectorcall] = ACTIONS(1343), + [anon_sym_LBRACE] = ACTIONS(1345), + [anon_sym_signed] = ACTIONS(1343), + [anon_sym_unsigned] = ACTIONS(1343), + [anon_sym_long] = ACTIONS(1343), + [anon_sym_short] = ACTIONS(1343), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym___inline] = ACTIONS(1343), + [anon_sym___inline__] = ACTIONS(1343), + [anon_sym___forceinline] = ACTIONS(1343), + [anon_sym_thread_local] = ACTIONS(1343), + [anon_sym___thread] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_constexpr] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym___restrict__] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym__Noreturn] = ACTIONS(1343), + [anon_sym_noreturn] = ACTIONS(1343), + [anon_sym__Nonnull] = ACTIONS(1343), + [anon_sym_alignas] = ACTIONS(1343), + [anon_sym__Alignas] = ACTIONS(1343), + [sym_primitive_type] = ACTIONS(1343), + [anon_sym_enum] = ACTIONS(1343), + [anon_sym_struct] = ACTIONS(1343), + [anon_sym_union] = ACTIONS(1343), + [anon_sym_if] = ACTIONS(1343), + [anon_sym_else] = ACTIONS(1343), + [anon_sym_switch] = ACTIONS(1343), + [anon_sym_case] = ACTIONS(1343), + [anon_sym_default] = ACTIONS(1343), + [anon_sym_while] = ACTIONS(1343), + [anon_sym_do] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1343), + [anon_sym_return] = ACTIONS(1343), + [anon_sym_break] = ACTIONS(1343), + [anon_sym_continue] = ACTIONS(1343), + [anon_sym_goto] = ACTIONS(1343), + [anon_sym___try] = ACTIONS(1343), + [anon_sym___leave] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1345), + [anon_sym_PLUS_PLUS] = ACTIONS(1345), + [anon_sym_sizeof] = ACTIONS(1343), + [anon_sym___alignof__] = ACTIONS(1343), + [anon_sym___alignof] = ACTIONS(1343), + [anon_sym__alignof] = ACTIONS(1343), + [anon_sym_alignof] = ACTIONS(1343), + [anon_sym__Alignof] = ACTIONS(1343), + [anon_sym_offsetof] = ACTIONS(1343), + [anon_sym__Generic] = ACTIONS(1343), + [anon_sym_asm] = ACTIONS(1343), + [anon_sym___asm__] = ACTIONS(1343), + [anon_sym___asm] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1345), + [anon_sym_L_SQUOTE] = ACTIONS(1345), + [anon_sym_u_SQUOTE] = ACTIONS(1345), + [anon_sym_U_SQUOTE] = ACTIONS(1345), + [anon_sym_u8_SQUOTE] = ACTIONS(1345), + [anon_sym_SQUOTE] = ACTIONS(1345), + [anon_sym_L_DQUOTE] = ACTIONS(1345), + [anon_sym_u_DQUOTE] = ACTIONS(1345), + [anon_sym_U_DQUOTE] = ACTIONS(1345), + [anon_sym_u8_DQUOTE] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(1345), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [anon_sym_NULL] = ACTIONS(1343), + [anon_sym_nullptr] = ACTIONS(1343), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1343), + [anon_sym_rayPayloadInEXT] = ACTIONS(1343), + [anon_sym_hitAttributeEXT] = ACTIONS(1343), + [anon_sym_callableDataEXT] = ACTIONS(1343), + [anon_sym_callableDataInEXT] = ACTIONS(1343), + [anon_sym_shaderRecordEXT] = ACTIONS(1343), + [anon_sym_rayPayloadNV] = ACTIONS(1343), + [anon_sym_rayPayloadInNV] = ACTIONS(1343), + [anon_sym_hitAttributeNV] = ACTIONS(1343), + [anon_sym_callableDataNV] = ACTIONS(1343), + [anon_sym_callableDataInNV] = ACTIONS(1343), + [anon_sym_shaderRecordNV] = ACTIONS(1343), + [anon_sym_layout] = ACTIONS(1343), + }, + [307] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_RBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), + }, + [308] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_subroutine] = ACTIONS(1379), + [anon_sym_invariant] = ACTIONS(1379), + [anon_sym_precise] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_in] = ACTIONS(1379), + [anon_sym_out] = ACTIONS(1379), + [anon_sym_inout] = ACTIONS(1379), + [anon_sym_uniform] = ACTIONS(1379), + [anon_sym_shared] = ACTIONS(1379), + [anon_sym_attribute] = ACTIONS(1379), + [anon_sym_varying] = ACTIONS(1379), + [anon_sym_buffer] = ACTIONS(1379), + [anon_sym_coherent] = ACTIONS(1379), + [anon_sym_readonly] = ACTIONS(1379), + [anon_sym_writeonly] = ACTIONS(1379), + [anon_sym_precision] = ACTIONS(1379), + [anon_sym_highp] = ACTIONS(1379), + [anon_sym_mediump] = ACTIONS(1379), + [anon_sym_lowp] = ACTIONS(1379), + [anon_sym_centroid] = ACTIONS(1379), + [anon_sym_sample] = ACTIONS(1379), + [anon_sym_patch] = ACTIONS(1379), + [anon_sym_smooth] = ACTIONS(1379), + [anon_sym_flat] = ACTIONS(1379), + [anon_sym_noperspective] = ACTIONS(1379), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_RBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [anon_sym__Nonnull] = ACTIONS(1379), + [anon_sym_alignas] = ACTIONS(1379), + [anon_sym__Alignas] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_else] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym___try] = ACTIONS(1379), + [anon_sym___leave] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [anon_sym___asm] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1379), + [anon_sym_rayPayloadInEXT] = ACTIONS(1379), + [anon_sym_hitAttributeEXT] = ACTIONS(1379), + [anon_sym_callableDataEXT] = ACTIONS(1379), + [anon_sym_callableDataInEXT] = ACTIONS(1379), + [anon_sym_shaderRecordEXT] = ACTIONS(1379), + [anon_sym_rayPayloadNV] = ACTIONS(1379), + [anon_sym_rayPayloadInNV] = ACTIONS(1379), + [anon_sym_hitAttributeNV] = ACTIONS(1379), + [anon_sym_callableDataNV] = ACTIONS(1379), + [anon_sym_callableDataInNV] = ACTIONS(1379), + [anon_sym_shaderRecordNV] = ACTIONS(1379), + [anon_sym_layout] = ACTIONS(1379), + }, + [309] = { + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token2] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_subroutine] = ACTIONS(1387), + [anon_sym_invariant] = ACTIONS(1387), + [anon_sym_precise] = ACTIONS(1387), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1387), + [anon_sym_out] = ACTIONS(1387), + [anon_sym_inout] = ACTIONS(1387), + [anon_sym_uniform] = ACTIONS(1387), + [anon_sym_shared] = ACTIONS(1387), + [anon_sym_attribute] = ACTIONS(1387), + [anon_sym_varying] = ACTIONS(1387), + [anon_sym_buffer] = ACTIONS(1387), + [anon_sym_coherent] = ACTIONS(1387), + [anon_sym_readonly] = ACTIONS(1387), + [anon_sym_writeonly] = ACTIONS(1387), + [anon_sym_precision] = ACTIONS(1387), + [anon_sym_highp] = ACTIONS(1387), + [anon_sym_mediump] = ACTIONS(1387), + [anon_sym_lowp] = ACTIONS(1387), + [anon_sym_centroid] = ACTIONS(1387), + [anon_sym_sample] = ACTIONS(1387), + [anon_sym_patch] = ACTIONS(1387), + [anon_sym_smooth] = ACTIONS(1387), + [anon_sym_flat] = ACTIONS(1387), + [anon_sym_noperspective] = ACTIONS(1387), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [anon_sym__Nonnull] = ACTIONS(1387), + [anon_sym_alignas] = ACTIONS(1387), + [anon_sym__Alignas] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym___try] = ACTIONS(1387), + [anon_sym___leave] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [anon_sym___asm] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1387), + [anon_sym_rayPayloadInEXT] = ACTIONS(1387), + [anon_sym_hitAttributeEXT] = ACTIONS(1387), + [anon_sym_callableDataEXT] = ACTIONS(1387), + [anon_sym_callableDataInEXT] = ACTIONS(1387), + [anon_sym_shaderRecordEXT] = ACTIONS(1387), + [anon_sym_rayPayloadNV] = ACTIONS(1387), + [anon_sym_rayPayloadInNV] = ACTIONS(1387), + [anon_sym_hitAttributeNV] = ACTIONS(1387), + [anon_sym_callableDataNV] = ACTIONS(1387), + [anon_sym_callableDataInNV] = ACTIONS(1387), + [anon_sym_shaderRecordNV] = ACTIONS(1387), + [anon_sym_layout] = ACTIONS(1387), + }, + [310] = { + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_subroutine] = ACTIONS(1387), + [anon_sym_invariant] = ACTIONS(1387), + [anon_sym_precise] = ACTIONS(1387), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1387), + [anon_sym_out] = ACTIONS(1387), + [anon_sym_inout] = ACTIONS(1387), + [anon_sym_uniform] = ACTIONS(1387), + [anon_sym_shared] = ACTIONS(1387), + [anon_sym_attribute] = ACTIONS(1387), + [anon_sym_varying] = ACTIONS(1387), + [anon_sym_buffer] = ACTIONS(1387), + [anon_sym_coherent] = ACTIONS(1387), + [anon_sym_readonly] = ACTIONS(1387), + [anon_sym_writeonly] = ACTIONS(1387), + [anon_sym_precision] = ACTIONS(1387), + [anon_sym_highp] = ACTIONS(1387), + [anon_sym_mediump] = ACTIONS(1387), + [anon_sym_lowp] = ACTIONS(1387), + [anon_sym_centroid] = ACTIONS(1387), + [anon_sym_sample] = ACTIONS(1387), + [anon_sym_patch] = ACTIONS(1387), + [anon_sym_smooth] = ACTIONS(1387), + [anon_sym_flat] = ACTIONS(1387), + [anon_sym_noperspective] = ACTIONS(1387), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [anon_sym__Nonnull] = ACTIONS(1387), + [anon_sym_alignas] = ACTIONS(1387), + [anon_sym__Alignas] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym___try] = ACTIONS(1387), + [anon_sym___leave] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [anon_sym___asm] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1387), + [anon_sym_rayPayloadInEXT] = ACTIONS(1387), + [anon_sym_hitAttributeEXT] = ACTIONS(1387), + [anon_sym_callableDataEXT] = ACTIONS(1387), + [anon_sym_callableDataInEXT] = ACTIONS(1387), + [anon_sym_shaderRecordEXT] = ACTIONS(1387), + [anon_sym_rayPayloadNV] = ACTIONS(1387), + [anon_sym_rayPayloadInNV] = ACTIONS(1387), + [anon_sym_hitAttributeNV] = ACTIONS(1387), + [anon_sym_callableDataNV] = ACTIONS(1387), + [anon_sym_callableDataInNV] = ACTIONS(1387), + [anon_sym_shaderRecordNV] = ACTIONS(1387), + [anon_sym_layout] = ACTIONS(1387), + }, + [311] = { + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token2] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_subroutine] = ACTIONS(1399), + [anon_sym_invariant] = ACTIONS(1399), + [anon_sym_precise] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_out] = ACTIONS(1399), + [anon_sym_inout] = ACTIONS(1399), + [anon_sym_uniform] = ACTIONS(1399), + [anon_sym_shared] = ACTIONS(1399), + [anon_sym_attribute] = ACTIONS(1399), + [anon_sym_varying] = ACTIONS(1399), + [anon_sym_buffer] = ACTIONS(1399), + [anon_sym_coherent] = ACTIONS(1399), + [anon_sym_readonly] = ACTIONS(1399), + [anon_sym_writeonly] = ACTIONS(1399), + [anon_sym_precision] = ACTIONS(1399), + [anon_sym_highp] = ACTIONS(1399), + [anon_sym_mediump] = ACTIONS(1399), + [anon_sym_lowp] = ACTIONS(1399), + [anon_sym_centroid] = ACTIONS(1399), + [anon_sym_sample] = ACTIONS(1399), + [anon_sym_patch] = ACTIONS(1399), + [anon_sym_smooth] = ACTIONS(1399), + [anon_sym_flat] = ACTIONS(1399), + [anon_sym_noperspective] = ACTIONS(1399), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [anon_sym__Nonnull] = ACTIONS(1399), + [anon_sym_alignas] = ACTIONS(1399), + [anon_sym__Alignas] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym___try] = ACTIONS(1399), + [anon_sym___leave] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [anon_sym___asm] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1399), + [anon_sym_rayPayloadInEXT] = ACTIONS(1399), + [anon_sym_hitAttributeEXT] = ACTIONS(1399), + [anon_sym_callableDataEXT] = ACTIONS(1399), + [anon_sym_callableDataInEXT] = ACTIONS(1399), + [anon_sym_shaderRecordEXT] = ACTIONS(1399), + [anon_sym_rayPayloadNV] = ACTIONS(1399), + [anon_sym_rayPayloadInNV] = ACTIONS(1399), + [anon_sym_hitAttributeNV] = ACTIONS(1399), + [anon_sym_callableDataNV] = ACTIONS(1399), + [anon_sym_callableDataInNV] = ACTIONS(1399), + [anon_sym_shaderRecordNV] = ACTIONS(1399), + [anon_sym_layout] = ACTIONS(1399), }, [312] = { - [sym_identifier] = ACTIONS(1261), - [aux_sym_preproc_include_token1] = ACTIONS(1261), - [aux_sym_preproc_def_token1] = ACTIONS(1261), - [aux_sym_preproc_if_token1] = ACTIONS(1261), - [aux_sym_preproc_if_token2] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1261), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1261), - [sym_preproc_directive] = ACTIONS(1261), - [anon_sym_LPAREN2] = ACTIONS(1263), - [anon_sym_BANG] = ACTIONS(1263), - [anon_sym_TILDE] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_subroutine] = ACTIONS(1261), - [anon_sym_invariant] = ACTIONS(1261), - [anon_sym_precise] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1263), - [anon_sym_in] = ACTIONS(1261), - [anon_sym_out] = ACTIONS(1261), - [anon_sym_inout] = ACTIONS(1261), - [anon_sym_uniform] = ACTIONS(1261), - [anon_sym_shared] = ACTIONS(1261), - [anon_sym_attribute] = ACTIONS(1261), - [anon_sym_varying] = ACTIONS(1261), - [anon_sym_buffer] = ACTIONS(1261), - [anon_sym_coherent] = ACTIONS(1261), - [anon_sym_readonly] = ACTIONS(1261), - [anon_sym_writeonly] = ACTIONS(1261), - [anon_sym_precision] = ACTIONS(1261), - [anon_sym_highp] = ACTIONS(1261), - [anon_sym_mediump] = ACTIONS(1261), - [anon_sym_lowp] = ACTIONS(1261), - [anon_sym_centroid] = ACTIONS(1261), - [anon_sym_sample] = ACTIONS(1261), - [anon_sym_patch] = ACTIONS(1261), - [anon_sym_smooth] = ACTIONS(1261), - [anon_sym_flat] = ACTIONS(1261), - [anon_sym_noperspective] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1261), - [anon_sym_typedef] = ACTIONS(1261), - [anon_sym_extern] = ACTIONS(1261), - [anon_sym___attribute__] = ACTIONS(1261), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1263), - [anon_sym___declspec] = ACTIONS(1261), - [anon_sym___cdecl] = ACTIONS(1261), - [anon_sym___clrcall] = ACTIONS(1261), - [anon_sym___stdcall] = ACTIONS(1261), - [anon_sym___fastcall] = ACTIONS(1261), - [anon_sym___thiscall] = ACTIONS(1261), - [anon_sym___vectorcall] = ACTIONS(1261), - [anon_sym_LBRACE] = ACTIONS(1263), - [anon_sym_signed] = ACTIONS(1261), - [anon_sym_unsigned] = ACTIONS(1261), - [anon_sym_long] = ACTIONS(1261), - [anon_sym_short] = ACTIONS(1261), - [anon_sym_static] = ACTIONS(1261), - [anon_sym_auto] = ACTIONS(1261), - [anon_sym_register] = ACTIONS(1261), - [anon_sym_inline] = ACTIONS(1261), - [anon_sym___inline] = ACTIONS(1261), - [anon_sym___inline__] = ACTIONS(1261), - [anon_sym___forceinline] = ACTIONS(1261), - [anon_sym_thread_local] = ACTIONS(1261), - [anon_sym___thread] = ACTIONS(1261), - [anon_sym_const] = ACTIONS(1261), - [anon_sym_constexpr] = ACTIONS(1261), - [anon_sym_volatile] = ACTIONS(1261), - [anon_sym_restrict] = ACTIONS(1261), - [anon_sym___restrict__] = ACTIONS(1261), - [anon_sym__Atomic] = ACTIONS(1261), - [anon_sym__Noreturn] = ACTIONS(1261), - [anon_sym_noreturn] = ACTIONS(1261), - [anon_sym_alignas] = ACTIONS(1261), - [anon_sym__Alignas] = ACTIONS(1261), - [sym_primitive_type] = ACTIONS(1261), - [anon_sym_enum] = ACTIONS(1261), - [anon_sym_struct] = ACTIONS(1261), - [anon_sym_union] = ACTIONS(1261), - [anon_sym_if] = ACTIONS(1261), - [anon_sym_else] = ACTIONS(1261), - [anon_sym_switch] = ACTIONS(1261), - [anon_sym_case] = ACTIONS(1261), - [anon_sym_default] = ACTIONS(1261), - [anon_sym_while] = ACTIONS(1261), - [anon_sym_do] = ACTIONS(1261), - [anon_sym_for] = ACTIONS(1261), - [anon_sym_return] = ACTIONS(1261), - [anon_sym_break] = ACTIONS(1261), - [anon_sym_continue] = ACTIONS(1261), - [anon_sym_goto] = ACTIONS(1261), - [anon_sym___try] = ACTIONS(1261), - [anon_sym___leave] = ACTIONS(1261), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_sizeof] = ACTIONS(1261), - [anon_sym___alignof__] = ACTIONS(1261), - [anon_sym___alignof] = ACTIONS(1261), - [anon_sym__alignof] = ACTIONS(1261), - [anon_sym_alignof] = ACTIONS(1261), - [anon_sym__Alignof] = ACTIONS(1261), - [anon_sym_offsetof] = ACTIONS(1261), - [anon_sym__Generic] = ACTIONS(1261), - [anon_sym_asm] = ACTIONS(1261), - [anon_sym___asm__] = ACTIONS(1261), - [sym_number_literal] = ACTIONS(1263), - [anon_sym_L_SQUOTE] = ACTIONS(1263), - [anon_sym_u_SQUOTE] = ACTIONS(1263), - [anon_sym_U_SQUOTE] = ACTIONS(1263), - [anon_sym_u8_SQUOTE] = ACTIONS(1263), - [anon_sym_SQUOTE] = ACTIONS(1263), - [anon_sym_L_DQUOTE] = ACTIONS(1263), - [anon_sym_u_DQUOTE] = ACTIONS(1263), - [anon_sym_U_DQUOTE] = ACTIONS(1263), - [anon_sym_u8_DQUOTE] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1263), - [sym_true] = ACTIONS(1261), - [sym_false] = ACTIONS(1261), - [anon_sym_NULL] = ACTIONS(1261), - [anon_sym_nullptr] = ACTIONS(1261), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1261), - [anon_sym_rayPayloadInEXT] = ACTIONS(1261), - [anon_sym_hitAttributeEXT] = ACTIONS(1261), - [anon_sym_callableDataEXT] = ACTIONS(1261), - [anon_sym_callableDataInEXT] = ACTIONS(1261), - [anon_sym_shaderRecordEXT] = ACTIONS(1261), - [anon_sym_rayPayloadNV] = ACTIONS(1261), - [anon_sym_rayPayloadInNV] = ACTIONS(1261), - [anon_sym_hitAttributeNV] = ACTIONS(1261), - [anon_sym_callableDataNV] = ACTIONS(1261), - [anon_sym_callableDataInNV] = ACTIONS(1261), - [anon_sym_shaderRecordNV] = ACTIONS(1261), - [anon_sym_layout] = ACTIONS(1261), + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_subroutine] = ACTIONS(1399), + [anon_sym_invariant] = ACTIONS(1399), + [anon_sym_precise] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_out] = ACTIONS(1399), + [anon_sym_inout] = ACTIONS(1399), + [anon_sym_uniform] = ACTIONS(1399), + [anon_sym_shared] = ACTIONS(1399), + [anon_sym_attribute] = ACTIONS(1399), + [anon_sym_varying] = ACTIONS(1399), + [anon_sym_buffer] = ACTIONS(1399), + [anon_sym_coherent] = ACTIONS(1399), + [anon_sym_readonly] = ACTIONS(1399), + [anon_sym_writeonly] = ACTIONS(1399), + [anon_sym_precision] = ACTIONS(1399), + [anon_sym_highp] = ACTIONS(1399), + [anon_sym_mediump] = ACTIONS(1399), + [anon_sym_lowp] = ACTIONS(1399), + [anon_sym_centroid] = ACTIONS(1399), + [anon_sym_sample] = ACTIONS(1399), + [anon_sym_patch] = ACTIONS(1399), + [anon_sym_smooth] = ACTIONS(1399), + [anon_sym_flat] = ACTIONS(1399), + [anon_sym_noperspective] = ACTIONS(1399), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_RBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [anon_sym__Nonnull] = ACTIONS(1399), + [anon_sym_alignas] = ACTIONS(1399), + [anon_sym__Alignas] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym___try] = ACTIONS(1399), + [anon_sym___leave] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [anon_sym___asm] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1399), + [anon_sym_rayPayloadInEXT] = ACTIONS(1399), + [anon_sym_hitAttributeEXT] = ACTIONS(1399), + [anon_sym_callableDataEXT] = ACTIONS(1399), + [anon_sym_callableDataInEXT] = ACTIONS(1399), + [anon_sym_shaderRecordEXT] = ACTIONS(1399), + [anon_sym_rayPayloadNV] = ACTIONS(1399), + [anon_sym_rayPayloadInNV] = ACTIONS(1399), + [anon_sym_hitAttributeNV] = ACTIONS(1399), + [anon_sym_callableDataNV] = ACTIONS(1399), + [anon_sym_callableDataInNV] = ACTIONS(1399), + [anon_sym_shaderRecordNV] = ACTIONS(1399), + [anon_sym_layout] = ACTIONS(1399), }, [313] = { - [ts_builtin_sym_end] = ACTIONS(1359), - [sym_identifier] = ACTIONS(1357), - [aux_sym_preproc_include_token1] = ACTIONS(1357), - [aux_sym_preproc_def_token1] = ACTIONS(1357), - [aux_sym_preproc_if_token1] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1357), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1357), - [sym_preproc_directive] = ACTIONS(1357), - [anon_sym_LPAREN2] = ACTIONS(1359), - [anon_sym_BANG] = ACTIONS(1359), - [anon_sym_TILDE] = ACTIONS(1359), - [anon_sym_DASH] = ACTIONS(1357), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1359), - [anon_sym_AMP] = ACTIONS(1359), - [anon_sym_subroutine] = ACTIONS(1357), - [anon_sym_invariant] = ACTIONS(1357), - [anon_sym_precise] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_in] = ACTIONS(1357), - [anon_sym_out] = ACTIONS(1357), - [anon_sym_inout] = ACTIONS(1357), - [anon_sym_uniform] = ACTIONS(1357), - [anon_sym_shared] = ACTIONS(1357), - [anon_sym_attribute] = ACTIONS(1357), - [anon_sym_varying] = ACTIONS(1357), - [anon_sym_buffer] = ACTIONS(1357), - [anon_sym_coherent] = ACTIONS(1357), - [anon_sym_readonly] = ACTIONS(1357), - [anon_sym_writeonly] = ACTIONS(1357), - [anon_sym_precision] = ACTIONS(1357), - [anon_sym_highp] = ACTIONS(1357), - [anon_sym_mediump] = ACTIONS(1357), - [anon_sym_lowp] = ACTIONS(1357), - [anon_sym_centroid] = ACTIONS(1357), - [anon_sym_sample] = ACTIONS(1357), - [anon_sym_patch] = ACTIONS(1357), - [anon_sym_smooth] = ACTIONS(1357), - [anon_sym_flat] = ACTIONS(1357), - [anon_sym_noperspective] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1357), - [anon_sym_typedef] = ACTIONS(1357), - [anon_sym_extern] = ACTIONS(1357), - [anon_sym___attribute__] = ACTIONS(1357), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1359), - [anon_sym___declspec] = ACTIONS(1357), - [anon_sym___cdecl] = ACTIONS(1357), - [anon_sym___clrcall] = ACTIONS(1357), - [anon_sym___stdcall] = ACTIONS(1357), - [anon_sym___fastcall] = ACTIONS(1357), - [anon_sym___thiscall] = ACTIONS(1357), - [anon_sym___vectorcall] = ACTIONS(1357), - [anon_sym_LBRACE] = ACTIONS(1359), - [anon_sym_signed] = ACTIONS(1357), - [anon_sym_unsigned] = ACTIONS(1357), - [anon_sym_long] = ACTIONS(1357), - [anon_sym_short] = ACTIONS(1357), - [anon_sym_static] = ACTIONS(1357), - [anon_sym_auto] = ACTIONS(1357), - [anon_sym_register] = ACTIONS(1357), - [anon_sym_inline] = ACTIONS(1357), - [anon_sym___inline] = ACTIONS(1357), - [anon_sym___inline__] = ACTIONS(1357), - [anon_sym___forceinline] = ACTIONS(1357), - [anon_sym_thread_local] = ACTIONS(1357), - [anon_sym___thread] = ACTIONS(1357), - [anon_sym_const] = ACTIONS(1357), - [anon_sym_constexpr] = ACTIONS(1357), - [anon_sym_volatile] = ACTIONS(1357), - [anon_sym_restrict] = ACTIONS(1357), - [anon_sym___restrict__] = ACTIONS(1357), - [anon_sym__Atomic] = ACTIONS(1357), - [anon_sym__Noreturn] = ACTIONS(1357), - [anon_sym_noreturn] = ACTIONS(1357), - [anon_sym_alignas] = ACTIONS(1357), - [anon_sym__Alignas] = ACTIONS(1357), - [sym_primitive_type] = ACTIONS(1357), - [anon_sym_enum] = ACTIONS(1357), - [anon_sym_struct] = ACTIONS(1357), - [anon_sym_union] = ACTIONS(1357), - [anon_sym_if] = ACTIONS(1357), - [anon_sym_else] = ACTIONS(1357), - [anon_sym_switch] = ACTIONS(1357), - [anon_sym_case] = ACTIONS(1357), - [anon_sym_default] = ACTIONS(1357), - [anon_sym_while] = ACTIONS(1357), - [anon_sym_do] = ACTIONS(1357), - [anon_sym_for] = ACTIONS(1357), - [anon_sym_return] = ACTIONS(1357), - [anon_sym_break] = ACTIONS(1357), - [anon_sym_continue] = ACTIONS(1357), - [anon_sym_goto] = ACTIONS(1357), - [anon_sym___try] = ACTIONS(1357), - [anon_sym___leave] = ACTIONS(1357), - [anon_sym_DASH_DASH] = ACTIONS(1359), - [anon_sym_PLUS_PLUS] = ACTIONS(1359), - [anon_sym_sizeof] = ACTIONS(1357), - [anon_sym___alignof__] = ACTIONS(1357), - [anon_sym___alignof] = ACTIONS(1357), - [anon_sym__alignof] = ACTIONS(1357), - [anon_sym_alignof] = ACTIONS(1357), - [anon_sym__Alignof] = ACTIONS(1357), - [anon_sym_offsetof] = ACTIONS(1357), - [anon_sym__Generic] = ACTIONS(1357), - [anon_sym_asm] = ACTIONS(1357), - [anon_sym___asm__] = ACTIONS(1357), - [sym_number_literal] = ACTIONS(1359), - [anon_sym_L_SQUOTE] = ACTIONS(1359), - [anon_sym_u_SQUOTE] = ACTIONS(1359), - [anon_sym_U_SQUOTE] = ACTIONS(1359), - [anon_sym_u8_SQUOTE] = ACTIONS(1359), - [anon_sym_SQUOTE] = ACTIONS(1359), - [anon_sym_L_DQUOTE] = ACTIONS(1359), - [anon_sym_u_DQUOTE] = ACTIONS(1359), - [anon_sym_U_DQUOTE] = ACTIONS(1359), - [anon_sym_u8_DQUOTE] = ACTIONS(1359), - [anon_sym_DQUOTE] = ACTIONS(1359), - [sym_true] = ACTIONS(1357), - [sym_false] = ACTIONS(1357), - [anon_sym_NULL] = ACTIONS(1357), - [anon_sym_nullptr] = ACTIONS(1357), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1357), - [anon_sym_rayPayloadInEXT] = ACTIONS(1357), - [anon_sym_hitAttributeEXT] = ACTIONS(1357), - [anon_sym_callableDataEXT] = ACTIONS(1357), - [anon_sym_callableDataInEXT] = ACTIONS(1357), - [anon_sym_shaderRecordEXT] = ACTIONS(1357), - [anon_sym_rayPayloadNV] = ACTIONS(1357), - [anon_sym_rayPayloadInNV] = ACTIONS(1357), - [anon_sym_hitAttributeNV] = ACTIONS(1357), - [anon_sym_callableDataNV] = ACTIONS(1357), - [anon_sym_callableDataInNV] = ACTIONS(1357), - [anon_sym_shaderRecordNV] = ACTIONS(1357), - [anon_sym_layout] = ACTIONS(1357), + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_subroutine] = ACTIONS(1395), + [anon_sym_invariant] = ACTIONS(1395), + [anon_sym_precise] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_out] = ACTIONS(1395), + [anon_sym_inout] = ACTIONS(1395), + [anon_sym_uniform] = ACTIONS(1395), + [anon_sym_shared] = ACTIONS(1395), + [anon_sym_attribute] = ACTIONS(1395), + [anon_sym_varying] = ACTIONS(1395), + [anon_sym_buffer] = ACTIONS(1395), + [anon_sym_coherent] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_writeonly] = ACTIONS(1395), + [anon_sym_precision] = ACTIONS(1395), + [anon_sym_highp] = ACTIONS(1395), + [anon_sym_mediump] = ACTIONS(1395), + [anon_sym_lowp] = ACTIONS(1395), + [anon_sym_centroid] = ACTIONS(1395), + [anon_sym_sample] = ACTIONS(1395), + [anon_sym_patch] = ACTIONS(1395), + [anon_sym_smooth] = ACTIONS(1395), + [anon_sym_flat] = ACTIONS(1395), + [anon_sym_noperspective] = ACTIONS(1395), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_RBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [anon_sym__Nonnull] = ACTIONS(1395), + [anon_sym_alignas] = ACTIONS(1395), + [anon_sym__Alignas] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym___try] = ACTIONS(1395), + [anon_sym___leave] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [anon_sym___asm] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1395), + [anon_sym_rayPayloadInEXT] = ACTIONS(1395), + [anon_sym_hitAttributeEXT] = ACTIONS(1395), + [anon_sym_callableDataEXT] = ACTIONS(1395), + [anon_sym_callableDataInEXT] = ACTIONS(1395), + [anon_sym_shaderRecordEXT] = ACTIONS(1395), + [anon_sym_rayPayloadNV] = ACTIONS(1395), + [anon_sym_rayPayloadInNV] = ACTIONS(1395), + [anon_sym_hitAttributeNV] = ACTIONS(1395), + [anon_sym_callableDataNV] = ACTIONS(1395), + [anon_sym_callableDataInNV] = ACTIONS(1395), + [anon_sym_shaderRecordNV] = ACTIONS(1395), + [anon_sym_layout] = ACTIONS(1395), }, [314] = { - [ts_builtin_sym_end] = ACTIONS(1363), - [sym_identifier] = ACTIONS(1361), - [aux_sym_preproc_include_token1] = ACTIONS(1361), - [aux_sym_preproc_def_token1] = ACTIONS(1361), - [aux_sym_preproc_if_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1361), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1361), - [sym_preproc_directive] = ACTIONS(1361), - [anon_sym_LPAREN2] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_TILDE] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_subroutine] = ACTIONS(1361), - [anon_sym_invariant] = ACTIONS(1361), - [anon_sym_precise] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1361), - [anon_sym_out] = ACTIONS(1361), - [anon_sym_inout] = ACTIONS(1361), - [anon_sym_uniform] = ACTIONS(1361), - [anon_sym_shared] = ACTIONS(1361), - [anon_sym_attribute] = ACTIONS(1361), - [anon_sym_varying] = ACTIONS(1361), - [anon_sym_buffer] = ACTIONS(1361), - [anon_sym_coherent] = ACTIONS(1361), - [anon_sym_readonly] = ACTIONS(1361), - [anon_sym_writeonly] = ACTIONS(1361), - [anon_sym_precision] = ACTIONS(1361), - [anon_sym_highp] = ACTIONS(1361), - [anon_sym_mediump] = ACTIONS(1361), - [anon_sym_lowp] = ACTIONS(1361), - [anon_sym_centroid] = ACTIONS(1361), - [anon_sym_sample] = ACTIONS(1361), - [anon_sym_patch] = ACTIONS(1361), - [anon_sym_smooth] = ACTIONS(1361), - [anon_sym_flat] = ACTIONS(1361), - [anon_sym_noperspective] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1361), - [anon_sym___attribute__] = ACTIONS(1361), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1363), - [anon_sym___declspec] = ACTIONS(1361), - [anon_sym___cdecl] = ACTIONS(1361), - [anon_sym___clrcall] = ACTIONS(1361), - [anon_sym___stdcall] = ACTIONS(1361), - [anon_sym___fastcall] = ACTIONS(1361), - [anon_sym___thiscall] = ACTIONS(1361), - [anon_sym___vectorcall] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_signed] = ACTIONS(1361), - [anon_sym_unsigned] = ACTIONS(1361), - [anon_sym_long] = ACTIONS(1361), - [anon_sym_short] = ACTIONS(1361), - [anon_sym_static] = ACTIONS(1361), - [anon_sym_auto] = ACTIONS(1361), - [anon_sym_register] = ACTIONS(1361), - [anon_sym_inline] = ACTIONS(1361), - [anon_sym___inline] = ACTIONS(1361), - [anon_sym___inline__] = ACTIONS(1361), - [anon_sym___forceinline] = ACTIONS(1361), - [anon_sym_thread_local] = ACTIONS(1361), - [anon_sym___thread] = ACTIONS(1361), - [anon_sym_const] = ACTIONS(1361), - [anon_sym_constexpr] = ACTIONS(1361), - [anon_sym_volatile] = ACTIONS(1361), - [anon_sym_restrict] = ACTIONS(1361), - [anon_sym___restrict__] = ACTIONS(1361), - [anon_sym__Atomic] = ACTIONS(1361), - [anon_sym__Noreturn] = ACTIONS(1361), - [anon_sym_noreturn] = ACTIONS(1361), - [anon_sym_alignas] = ACTIONS(1361), - [anon_sym__Alignas] = ACTIONS(1361), - [sym_primitive_type] = ACTIONS(1361), - [anon_sym_enum] = ACTIONS(1361), - [anon_sym_struct] = ACTIONS(1361), - [anon_sym_union] = ACTIONS(1361), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1361), - [anon_sym_switch] = ACTIONS(1361), - [anon_sym_case] = ACTIONS(1361), - [anon_sym_default] = ACTIONS(1361), - [anon_sym_while] = ACTIONS(1361), - [anon_sym_do] = ACTIONS(1361), - [anon_sym_for] = ACTIONS(1361), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1361), - [anon_sym_continue] = ACTIONS(1361), - [anon_sym_goto] = ACTIONS(1361), - [anon_sym___try] = ACTIONS(1361), - [anon_sym___leave] = ACTIONS(1361), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_sizeof] = ACTIONS(1361), - [anon_sym___alignof__] = ACTIONS(1361), - [anon_sym___alignof] = ACTIONS(1361), - [anon_sym__alignof] = ACTIONS(1361), - [anon_sym_alignof] = ACTIONS(1361), - [anon_sym__Alignof] = ACTIONS(1361), - [anon_sym_offsetof] = ACTIONS(1361), - [anon_sym__Generic] = ACTIONS(1361), - [anon_sym_asm] = ACTIONS(1361), - [anon_sym___asm__] = ACTIONS(1361), - [sym_number_literal] = ACTIONS(1363), - [anon_sym_L_SQUOTE] = ACTIONS(1363), - [anon_sym_u_SQUOTE] = ACTIONS(1363), - [anon_sym_U_SQUOTE] = ACTIONS(1363), - [anon_sym_u8_SQUOTE] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_L_DQUOTE] = ACTIONS(1363), - [anon_sym_u_DQUOTE] = ACTIONS(1363), - [anon_sym_U_DQUOTE] = ACTIONS(1363), - [anon_sym_u8_DQUOTE] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym_true] = ACTIONS(1361), - [sym_false] = ACTIONS(1361), - [anon_sym_NULL] = ACTIONS(1361), - [anon_sym_nullptr] = ACTIONS(1361), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1361), - [anon_sym_rayPayloadInEXT] = ACTIONS(1361), - [anon_sym_hitAttributeEXT] = ACTIONS(1361), - [anon_sym_callableDataEXT] = ACTIONS(1361), - [anon_sym_callableDataInEXT] = ACTIONS(1361), - [anon_sym_shaderRecordEXT] = ACTIONS(1361), - [anon_sym_rayPayloadNV] = ACTIONS(1361), - [anon_sym_rayPayloadInNV] = ACTIONS(1361), - [anon_sym_hitAttributeNV] = ACTIONS(1361), - [anon_sym_callableDataNV] = ACTIONS(1361), - [anon_sym_callableDataInNV] = ACTIONS(1361), - [anon_sym_shaderRecordNV] = ACTIONS(1361), - [anon_sym_layout] = ACTIONS(1361), + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token2] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_subroutine] = ACTIONS(1395), + [anon_sym_invariant] = ACTIONS(1395), + [anon_sym_precise] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_out] = ACTIONS(1395), + [anon_sym_inout] = ACTIONS(1395), + [anon_sym_uniform] = ACTIONS(1395), + [anon_sym_shared] = ACTIONS(1395), + [anon_sym_attribute] = ACTIONS(1395), + [anon_sym_varying] = ACTIONS(1395), + [anon_sym_buffer] = ACTIONS(1395), + [anon_sym_coherent] = ACTIONS(1395), + [anon_sym_readonly] = ACTIONS(1395), + [anon_sym_writeonly] = ACTIONS(1395), + [anon_sym_precision] = ACTIONS(1395), + [anon_sym_highp] = ACTIONS(1395), + [anon_sym_mediump] = ACTIONS(1395), + [anon_sym_lowp] = ACTIONS(1395), + [anon_sym_centroid] = ACTIONS(1395), + [anon_sym_sample] = ACTIONS(1395), + [anon_sym_patch] = ACTIONS(1395), + [anon_sym_smooth] = ACTIONS(1395), + [anon_sym_flat] = ACTIONS(1395), + [anon_sym_noperspective] = ACTIONS(1395), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [anon_sym__Nonnull] = ACTIONS(1395), + [anon_sym_alignas] = ACTIONS(1395), + [anon_sym__Alignas] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym___try] = ACTIONS(1395), + [anon_sym___leave] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [anon_sym___asm] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1395), + [anon_sym_rayPayloadInEXT] = ACTIONS(1395), + [anon_sym_hitAttributeEXT] = ACTIONS(1395), + [anon_sym_callableDataEXT] = ACTIONS(1395), + [anon_sym_callableDataInEXT] = ACTIONS(1395), + [anon_sym_shaderRecordEXT] = ACTIONS(1395), + [anon_sym_rayPayloadNV] = ACTIONS(1395), + [anon_sym_rayPayloadInNV] = ACTIONS(1395), + [anon_sym_hitAttributeNV] = ACTIONS(1395), + [anon_sym_callableDataNV] = ACTIONS(1395), + [anon_sym_callableDataInNV] = ACTIONS(1395), + [anon_sym_shaderRecordNV] = ACTIONS(1395), + [anon_sym_layout] = ACTIONS(1395), }, [315] = { - [ts_builtin_sym_end] = ACTIONS(1351), - [sym_identifier] = ACTIONS(1349), - [aux_sym_preproc_include_token1] = ACTIONS(1349), - [aux_sym_preproc_def_token1] = ACTIONS(1349), - [aux_sym_preproc_if_token1] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1349), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1349), - [sym_preproc_directive] = ACTIONS(1349), - [anon_sym_LPAREN2] = ACTIONS(1351), - [anon_sym_BANG] = ACTIONS(1351), - [anon_sym_TILDE] = ACTIONS(1351), - [anon_sym_DASH] = ACTIONS(1349), - [anon_sym_PLUS] = ACTIONS(1349), - [anon_sym_STAR] = ACTIONS(1351), - [anon_sym_AMP] = ACTIONS(1351), - [anon_sym_subroutine] = ACTIONS(1349), - [anon_sym_invariant] = ACTIONS(1349), - [anon_sym_precise] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_in] = ACTIONS(1349), - [anon_sym_out] = ACTIONS(1349), - [anon_sym_inout] = ACTIONS(1349), - [anon_sym_uniform] = ACTIONS(1349), - [anon_sym_shared] = ACTIONS(1349), - [anon_sym_attribute] = ACTIONS(1349), - [anon_sym_varying] = ACTIONS(1349), - [anon_sym_buffer] = ACTIONS(1349), - [anon_sym_coherent] = ACTIONS(1349), - [anon_sym_readonly] = ACTIONS(1349), - [anon_sym_writeonly] = ACTIONS(1349), - [anon_sym_precision] = ACTIONS(1349), - [anon_sym_highp] = ACTIONS(1349), - [anon_sym_mediump] = ACTIONS(1349), - [anon_sym_lowp] = ACTIONS(1349), - [anon_sym_centroid] = ACTIONS(1349), - [anon_sym_sample] = ACTIONS(1349), - [anon_sym_patch] = ACTIONS(1349), - [anon_sym_smooth] = ACTIONS(1349), - [anon_sym_flat] = ACTIONS(1349), - [anon_sym_noperspective] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1349), - [anon_sym_typedef] = ACTIONS(1349), - [anon_sym_extern] = ACTIONS(1349), - [anon_sym___attribute__] = ACTIONS(1349), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1351), - [anon_sym___declspec] = ACTIONS(1349), - [anon_sym___cdecl] = ACTIONS(1349), - [anon_sym___clrcall] = ACTIONS(1349), - [anon_sym___stdcall] = ACTIONS(1349), - [anon_sym___fastcall] = ACTIONS(1349), - [anon_sym___thiscall] = ACTIONS(1349), - [anon_sym___vectorcall] = ACTIONS(1349), - [anon_sym_LBRACE] = ACTIONS(1351), - [anon_sym_signed] = ACTIONS(1349), - [anon_sym_unsigned] = ACTIONS(1349), - [anon_sym_long] = ACTIONS(1349), - [anon_sym_short] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1349), - [anon_sym_auto] = ACTIONS(1349), - [anon_sym_register] = ACTIONS(1349), - [anon_sym_inline] = ACTIONS(1349), - [anon_sym___inline] = ACTIONS(1349), - [anon_sym___inline__] = ACTIONS(1349), - [anon_sym___forceinline] = ACTIONS(1349), - [anon_sym_thread_local] = ACTIONS(1349), - [anon_sym___thread] = ACTIONS(1349), - [anon_sym_const] = ACTIONS(1349), - [anon_sym_constexpr] = ACTIONS(1349), - [anon_sym_volatile] = ACTIONS(1349), - [anon_sym_restrict] = ACTIONS(1349), - [anon_sym___restrict__] = ACTIONS(1349), - [anon_sym__Atomic] = ACTIONS(1349), - [anon_sym__Noreturn] = ACTIONS(1349), - [anon_sym_noreturn] = ACTIONS(1349), - [anon_sym_alignas] = ACTIONS(1349), - [anon_sym__Alignas] = ACTIONS(1349), - [sym_primitive_type] = ACTIONS(1349), - [anon_sym_enum] = ACTIONS(1349), - [anon_sym_struct] = ACTIONS(1349), - [anon_sym_union] = ACTIONS(1349), - [anon_sym_if] = ACTIONS(1349), - [anon_sym_else] = ACTIONS(1349), - [anon_sym_switch] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1349), - [anon_sym_default] = ACTIONS(1349), - [anon_sym_while] = ACTIONS(1349), - [anon_sym_do] = ACTIONS(1349), - [anon_sym_for] = ACTIONS(1349), - [anon_sym_return] = ACTIONS(1349), - [anon_sym_break] = ACTIONS(1349), - [anon_sym_continue] = ACTIONS(1349), - [anon_sym_goto] = ACTIONS(1349), - [anon_sym___try] = ACTIONS(1349), - [anon_sym___leave] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1351), - [anon_sym_PLUS_PLUS] = ACTIONS(1351), - [anon_sym_sizeof] = ACTIONS(1349), - [anon_sym___alignof__] = ACTIONS(1349), - [anon_sym___alignof] = ACTIONS(1349), - [anon_sym__alignof] = ACTIONS(1349), - [anon_sym_alignof] = ACTIONS(1349), - [anon_sym__Alignof] = ACTIONS(1349), - [anon_sym_offsetof] = ACTIONS(1349), - [anon_sym__Generic] = ACTIONS(1349), - [anon_sym_asm] = ACTIONS(1349), - [anon_sym___asm__] = ACTIONS(1349), - [sym_number_literal] = ACTIONS(1351), - [anon_sym_L_SQUOTE] = ACTIONS(1351), - [anon_sym_u_SQUOTE] = ACTIONS(1351), - [anon_sym_U_SQUOTE] = ACTIONS(1351), - [anon_sym_u8_SQUOTE] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1351), - [anon_sym_L_DQUOTE] = ACTIONS(1351), - [anon_sym_u_DQUOTE] = ACTIONS(1351), - [anon_sym_U_DQUOTE] = ACTIONS(1351), - [anon_sym_u8_DQUOTE] = ACTIONS(1351), - [anon_sym_DQUOTE] = ACTIONS(1351), - [sym_true] = ACTIONS(1349), - [sym_false] = ACTIONS(1349), - [anon_sym_NULL] = ACTIONS(1349), - [anon_sym_nullptr] = ACTIONS(1349), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1349), - [anon_sym_rayPayloadInEXT] = ACTIONS(1349), - [anon_sym_hitAttributeEXT] = ACTIONS(1349), - [anon_sym_callableDataEXT] = ACTIONS(1349), - [anon_sym_callableDataInEXT] = ACTIONS(1349), - [anon_sym_shaderRecordEXT] = ACTIONS(1349), - [anon_sym_rayPayloadNV] = ACTIONS(1349), - [anon_sym_rayPayloadInNV] = ACTIONS(1349), - [anon_sym_hitAttributeNV] = ACTIONS(1349), - [anon_sym_callableDataNV] = ACTIONS(1349), - [anon_sym_callableDataInNV] = ACTIONS(1349), - [anon_sym_shaderRecordNV] = ACTIONS(1349), - [anon_sym_layout] = ACTIONS(1349), + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token2] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_subroutine] = ACTIONS(1391), + [anon_sym_invariant] = ACTIONS(1391), + [anon_sym_precise] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_in] = ACTIONS(1391), + [anon_sym_out] = ACTIONS(1391), + [anon_sym_inout] = ACTIONS(1391), + [anon_sym_uniform] = ACTIONS(1391), + [anon_sym_shared] = ACTIONS(1391), + [anon_sym_attribute] = ACTIONS(1391), + [anon_sym_varying] = ACTIONS(1391), + [anon_sym_buffer] = ACTIONS(1391), + [anon_sym_coherent] = ACTIONS(1391), + [anon_sym_readonly] = ACTIONS(1391), + [anon_sym_writeonly] = ACTIONS(1391), + [anon_sym_precision] = ACTIONS(1391), + [anon_sym_highp] = ACTIONS(1391), + [anon_sym_mediump] = ACTIONS(1391), + [anon_sym_lowp] = ACTIONS(1391), + [anon_sym_centroid] = ACTIONS(1391), + [anon_sym_sample] = ACTIONS(1391), + [anon_sym_patch] = ACTIONS(1391), + [anon_sym_smooth] = ACTIONS(1391), + [anon_sym_flat] = ACTIONS(1391), + [anon_sym_noperspective] = ACTIONS(1391), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [anon_sym__Nonnull] = ACTIONS(1391), + [anon_sym_alignas] = ACTIONS(1391), + [anon_sym__Alignas] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_else] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym___try] = ACTIONS(1391), + [anon_sym___leave] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [anon_sym___asm] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1391), + [anon_sym_rayPayloadInEXT] = ACTIONS(1391), + [anon_sym_hitAttributeEXT] = ACTIONS(1391), + [anon_sym_callableDataEXT] = ACTIONS(1391), + [anon_sym_callableDataInEXT] = ACTIONS(1391), + [anon_sym_shaderRecordEXT] = ACTIONS(1391), + [anon_sym_rayPayloadNV] = ACTIONS(1391), + [anon_sym_rayPayloadInNV] = ACTIONS(1391), + [anon_sym_hitAttributeNV] = ACTIONS(1391), + [anon_sym_callableDataNV] = ACTIONS(1391), + [anon_sym_callableDataInNV] = ACTIONS(1391), + [anon_sym_shaderRecordNV] = ACTIONS(1391), + [anon_sym_layout] = ACTIONS(1391), }, [316] = { - [sym_identifier] = ACTIONS(1493), - [aux_sym_preproc_include_token1] = ACTIONS(1493), - [aux_sym_preproc_def_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token2] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), - [sym_preproc_directive] = ACTIONS(1493), - [anon_sym_LPAREN2] = ACTIONS(1495), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_DASH] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1493), - [anon_sym_STAR] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1495), - [anon_sym_subroutine] = ACTIONS(1493), - [anon_sym_invariant] = ACTIONS(1493), - [anon_sym_precise] = ACTIONS(1493), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_in] = ACTIONS(1493), - [anon_sym_out] = ACTIONS(1493), - [anon_sym_inout] = ACTIONS(1493), - [anon_sym_uniform] = ACTIONS(1493), - [anon_sym_shared] = ACTIONS(1493), - [anon_sym_attribute] = ACTIONS(1493), - [anon_sym_varying] = ACTIONS(1493), - [anon_sym_buffer] = ACTIONS(1493), - [anon_sym_coherent] = ACTIONS(1493), - [anon_sym_readonly] = ACTIONS(1493), - [anon_sym_writeonly] = ACTIONS(1493), - [anon_sym_precision] = ACTIONS(1493), - [anon_sym_highp] = ACTIONS(1493), - [anon_sym_mediump] = ACTIONS(1493), - [anon_sym_lowp] = ACTIONS(1493), - [anon_sym_centroid] = ACTIONS(1493), - [anon_sym_sample] = ACTIONS(1493), - [anon_sym_patch] = ACTIONS(1493), - [anon_sym_smooth] = ACTIONS(1493), - [anon_sym_flat] = ACTIONS(1493), - [anon_sym_noperspective] = ACTIONS(1493), - [anon_sym___extension__] = ACTIONS(1493), - [anon_sym_typedef] = ACTIONS(1493), - [anon_sym_extern] = ACTIONS(1493), - [anon_sym___attribute__] = ACTIONS(1493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1495), - [anon_sym___declspec] = ACTIONS(1493), - [anon_sym___cdecl] = ACTIONS(1493), - [anon_sym___clrcall] = ACTIONS(1493), - [anon_sym___stdcall] = ACTIONS(1493), - [anon_sym___fastcall] = ACTIONS(1493), - [anon_sym___thiscall] = ACTIONS(1493), - [anon_sym___vectorcall] = ACTIONS(1493), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_signed] = ACTIONS(1493), - [anon_sym_unsigned] = ACTIONS(1493), - [anon_sym_long] = ACTIONS(1493), - [anon_sym_short] = ACTIONS(1493), - [anon_sym_static] = ACTIONS(1493), - [anon_sym_auto] = ACTIONS(1493), - [anon_sym_register] = ACTIONS(1493), - [anon_sym_inline] = ACTIONS(1493), - [anon_sym___inline] = ACTIONS(1493), - [anon_sym___inline__] = ACTIONS(1493), - [anon_sym___forceinline] = ACTIONS(1493), - [anon_sym_thread_local] = ACTIONS(1493), - [anon_sym___thread] = ACTIONS(1493), - [anon_sym_const] = ACTIONS(1493), - [anon_sym_constexpr] = ACTIONS(1493), - [anon_sym_volatile] = ACTIONS(1493), - [anon_sym_restrict] = ACTIONS(1493), - [anon_sym___restrict__] = ACTIONS(1493), - [anon_sym__Atomic] = ACTIONS(1493), - [anon_sym__Noreturn] = ACTIONS(1493), - [anon_sym_noreturn] = ACTIONS(1493), - [anon_sym_alignas] = ACTIONS(1493), - [anon_sym__Alignas] = ACTIONS(1493), - [sym_primitive_type] = ACTIONS(1493), - [anon_sym_enum] = ACTIONS(1493), - [anon_sym_struct] = ACTIONS(1493), - [anon_sym_union] = ACTIONS(1493), - [anon_sym_if] = ACTIONS(1493), - [anon_sym_switch] = ACTIONS(1493), - [anon_sym_case] = ACTIONS(1493), - [anon_sym_default] = ACTIONS(1493), - [anon_sym_while] = ACTIONS(1493), - [anon_sym_do] = ACTIONS(1493), - [anon_sym_for] = ACTIONS(1493), - [anon_sym_return] = ACTIONS(1493), - [anon_sym_break] = ACTIONS(1493), - [anon_sym_continue] = ACTIONS(1493), - [anon_sym_goto] = ACTIONS(1493), - [anon_sym___try] = ACTIONS(1493), - [anon_sym___leave] = ACTIONS(1493), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1493), - [anon_sym___alignof] = ACTIONS(1493), - [anon_sym__alignof] = ACTIONS(1493), - [anon_sym_alignof] = ACTIONS(1493), - [anon_sym__Alignof] = ACTIONS(1493), - [anon_sym_offsetof] = ACTIONS(1493), - [anon_sym__Generic] = ACTIONS(1493), - [anon_sym_asm] = ACTIONS(1493), - [anon_sym___asm__] = ACTIONS(1493), - [sym_number_literal] = ACTIONS(1495), - [anon_sym_L_SQUOTE] = ACTIONS(1495), - [anon_sym_u_SQUOTE] = ACTIONS(1495), - [anon_sym_U_SQUOTE] = ACTIONS(1495), - [anon_sym_u8_SQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [anon_sym_L_DQUOTE] = ACTIONS(1495), - [anon_sym_u_DQUOTE] = ACTIONS(1495), - [anon_sym_U_DQUOTE] = ACTIONS(1495), - [anon_sym_u8_DQUOTE] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [sym_true] = ACTIONS(1493), - [sym_false] = ACTIONS(1493), - [anon_sym_NULL] = ACTIONS(1493), - [anon_sym_nullptr] = ACTIONS(1493), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1493), - [anon_sym_rayPayloadInEXT] = ACTIONS(1493), - [anon_sym_hitAttributeEXT] = ACTIONS(1493), - [anon_sym_callableDataEXT] = ACTIONS(1493), - [anon_sym_callableDataInEXT] = ACTIONS(1493), - [anon_sym_shaderRecordEXT] = ACTIONS(1493), - [anon_sym_rayPayloadNV] = ACTIONS(1493), - [anon_sym_rayPayloadInNV] = ACTIONS(1493), - [anon_sym_hitAttributeNV] = ACTIONS(1493), - [anon_sym_callableDataNV] = ACTIONS(1493), - [anon_sym_callableDataInNV] = ACTIONS(1493), - [anon_sym_shaderRecordNV] = ACTIONS(1493), - [anon_sym_layout] = ACTIONS(1493), + [ts_builtin_sym_end] = ACTIONS(1357), + [sym_identifier] = ACTIONS(1355), + [aux_sym_preproc_include_token1] = ACTIONS(1355), + [aux_sym_preproc_def_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), + [sym_preproc_directive] = ACTIONS(1355), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), + [anon_sym_DASH] = ACTIONS(1355), + [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_subroutine] = ACTIONS(1355), + [anon_sym_invariant] = ACTIONS(1355), + [anon_sym_precise] = ACTIONS(1355), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_in] = ACTIONS(1355), + [anon_sym_out] = ACTIONS(1355), + [anon_sym_inout] = ACTIONS(1355), + [anon_sym_uniform] = ACTIONS(1355), + [anon_sym_shared] = ACTIONS(1355), + [anon_sym_attribute] = ACTIONS(1355), + [anon_sym_varying] = ACTIONS(1355), + [anon_sym_buffer] = ACTIONS(1355), + [anon_sym_coherent] = ACTIONS(1355), + [anon_sym_readonly] = ACTIONS(1355), + [anon_sym_writeonly] = ACTIONS(1355), + [anon_sym_precision] = ACTIONS(1355), + [anon_sym_highp] = ACTIONS(1355), + [anon_sym_mediump] = ACTIONS(1355), + [anon_sym_lowp] = ACTIONS(1355), + [anon_sym_centroid] = ACTIONS(1355), + [anon_sym_sample] = ACTIONS(1355), + [anon_sym_patch] = ACTIONS(1355), + [anon_sym_smooth] = ACTIONS(1355), + [anon_sym_flat] = ACTIONS(1355), + [anon_sym_noperspective] = ACTIONS(1355), + [anon_sym___extension__] = ACTIONS(1355), + [anon_sym_typedef] = ACTIONS(1355), + [anon_sym_extern] = ACTIONS(1355), + [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), + [anon_sym___declspec] = ACTIONS(1355), + [anon_sym___cdecl] = ACTIONS(1355), + [anon_sym___clrcall] = ACTIONS(1355), + [anon_sym___stdcall] = ACTIONS(1355), + [anon_sym___fastcall] = ACTIONS(1355), + [anon_sym___thiscall] = ACTIONS(1355), + [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym_LBRACE] = ACTIONS(1357), + [anon_sym_signed] = ACTIONS(1355), + [anon_sym_unsigned] = ACTIONS(1355), + [anon_sym_long] = ACTIONS(1355), + [anon_sym_short] = ACTIONS(1355), + [anon_sym_static] = ACTIONS(1355), + [anon_sym_auto] = ACTIONS(1355), + [anon_sym_register] = ACTIONS(1355), + [anon_sym_inline] = ACTIONS(1355), + [anon_sym___inline] = ACTIONS(1355), + [anon_sym___inline__] = ACTIONS(1355), + [anon_sym___forceinline] = ACTIONS(1355), + [anon_sym_thread_local] = ACTIONS(1355), + [anon_sym___thread] = ACTIONS(1355), + [anon_sym_const] = ACTIONS(1355), + [anon_sym_constexpr] = ACTIONS(1355), + [anon_sym_volatile] = ACTIONS(1355), + [anon_sym_restrict] = ACTIONS(1355), + [anon_sym___restrict__] = ACTIONS(1355), + [anon_sym__Atomic] = ACTIONS(1355), + [anon_sym__Noreturn] = ACTIONS(1355), + [anon_sym_noreturn] = ACTIONS(1355), + [anon_sym__Nonnull] = ACTIONS(1355), + [anon_sym_alignas] = ACTIONS(1355), + [anon_sym__Alignas] = ACTIONS(1355), + [sym_primitive_type] = ACTIONS(1355), + [anon_sym_enum] = ACTIONS(1355), + [anon_sym_struct] = ACTIONS(1355), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_if] = ACTIONS(1355), + [anon_sym_else] = ACTIONS(1355), + [anon_sym_switch] = ACTIONS(1355), + [anon_sym_case] = ACTIONS(1355), + [anon_sym_default] = ACTIONS(1355), + [anon_sym_while] = ACTIONS(1355), + [anon_sym_do] = ACTIONS(1355), + [anon_sym_for] = ACTIONS(1355), + [anon_sym_return] = ACTIONS(1355), + [anon_sym_break] = ACTIONS(1355), + [anon_sym_continue] = ACTIONS(1355), + [anon_sym_goto] = ACTIONS(1355), + [anon_sym___try] = ACTIONS(1355), + [anon_sym___leave] = ACTIONS(1355), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), + [anon_sym_sizeof] = ACTIONS(1355), + [anon_sym___alignof__] = ACTIONS(1355), + [anon_sym___alignof] = ACTIONS(1355), + [anon_sym__alignof] = ACTIONS(1355), + [anon_sym_alignof] = ACTIONS(1355), + [anon_sym__Alignof] = ACTIONS(1355), + [anon_sym_offsetof] = ACTIONS(1355), + [anon_sym__Generic] = ACTIONS(1355), + [anon_sym_asm] = ACTIONS(1355), + [anon_sym___asm__] = ACTIONS(1355), + [anon_sym___asm] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), + [sym_true] = ACTIONS(1355), + [sym_false] = ACTIONS(1355), + [anon_sym_NULL] = ACTIONS(1355), + [anon_sym_nullptr] = ACTIONS(1355), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1355), + [anon_sym_rayPayloadInEXT] = ACTIONS(1355), + [anon_sym_hitAttributeEXT] = ACTIONS(1355), + [anon_sym_callableDataEXT] = ACTIONS(1355), + [anon_sym_callableDataInEXT] = ACTIONS(1355), + [anon_sym_shaderRecordEXT] = ACTIONS(1355), + [anon_sym_rayPayloadNV] = ACTIONS(1355), + [anon_sym_rayPayloadInNV] = ACTIONS(1355), + [anon_sym_hitAttributeNV] = ACTIONS(1355), + [anon_sym_callableDataNV] = ACTIONS(1355), + [anon_sym_callableDataInNV] = ACTIONS(1355), + [anon_sym_shaderRecordNV] = ACTIONS(1355), + [anon_sym_layout] = ACTIONS(1355), }, [317] = { - [sym_identifier] = ACTIONS(1481), - [aux_sym_preproc_include_token1] = ACTIONS(1481), - [aux_sym_preproc_def_token1] = ACTIONS(1481), - [aux_sym_preproc_if_token1] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1481), - [sym_preproc_directive] = ACTIONS(1481), - [anon_sym_LPAREN2] = ACTIONS(1483), - [anon_sym_BANG] = ACTIONS(1483), - [anon_sym_TILDE] = ACTIONS(1483), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1481), - [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_AMP] = ACTIONS(1483), - [anon_sym_subroutine] = ACTIONS(1481), - [anon_sym_invariant] = ACTIONS(1481), - [anon_sym_precise] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1483), - [anon_sym_in] = ACTIONS(1481), - [anon_sym_out] = ACTIONS(1481), - [anon_sym_inout] = ACTIONS(1481), - [anon_sym_uniform] = ACTIONS(1481), - [anon_sym_shared] = ACTIONS(1481), - [anon_sym_attribute] = ACTIONS(1481), - [anon_sym_varying] = ACTIONS(1481), - [anon_sym_buffer] = ACTIONS(1481), - [anon_sym_coherent] = ACTIONS(1481), - [anon_sym_readonly] = ACTIONS(1481), - [anon_sym_writeonly] = ACTIONS(1481), - [anon_sym_precision] = ACTIONS(1481), - [anon_sym_highp] = ACTIONS(1481), - [anon_sym_mediump] = ACTIONS(1481), - [anon_sym_lowp] = ACTIONS(1481), - [anon_sym_centroid] = ACTIONS(1481), - [anon_sym_sample] = ACTIONS(1481), - [anon_sym_patch] = ACTIONS(1481), - [anon_sym_smooth] = ACTIONS(1481), - [anon_sym_flat] = ACTIONS(1481), - [anon_sym_noperspective] = ACTIONS(1481), - [anon_sym___extension__] = ACTIONS(1481), - [anon_sym_typedef] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym___attribute__] = ACTIONS(1481), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1483), - [anon_sym___declspec] = ACTIONS(1481), - [anon_sym___cdecl] = ACTIONS(1481), - [anon_sym___clrcall] = ACTIONS(1481), - [anon_sym___stdcall] = ACTIONS(1481), - [anon_sym___fastcall] = ACTIONS(1481), - [anon_sym___thiscall] = ACTIONS(1481), - [anon_sym___vectorcall] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1483), - [anon_sym_RBRACE] = ACTIONS(1483), - [anon_sym_signed] = ACTIONS(1481), - [anon_sym_unsigned] = ACTIONS(1481), - [anon_sym_long] = ACTIONS(1481), - [anon_sym_short] = ACTIONS(1481), - [anon_sym_static] = ACTIONS(1481), - [anon_sym_auto] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_inline] = ACTIONS(1481), - [anon_sym___inline] = ACTIONS(1481), - [anon_sym___inline__] = ACTIONS(1481), - [anon_sym___forceinline] = ACTIONS(1481), - [anon_sym_thread_local] = ACTIONS(1481), - [anon_sym___thread] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [anon_sym_constexpr] = ACTIONS(1481), - [anon_sym_volatile] = ACTIONS(1481), - [anon_sym_restrict] = ACTIONS(1481), - [anon_sym___restrict__] = ACTIONS(1481), - [anon_sym__Atomic] = ACTIONS(1481), - [anon_sym__Noreturn] = ACTIONS(1481), - [anon_sym_noreturn] = ACTIONS(1481), - [anon_sym_alignas] = ACTIONS(1481), - [anon_sym__Alignas] = ACTIONS(1481), - [sym_primitive_type] = ACTIONS(1481), - [anon_sym_enum] = ACTIONS(1481), - [anon_sym_struct] = ACTIONS(1481), - [anon_sym_union] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_switch] = ACTIONS(1481), - [anon_sym_case] = ACTIONS(1481), - [anon_sym_default] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_goto] = ACTIONS(1481), - [anon_sym___try] = ACTIONS(1481), - [anon_sym___leave] = ACTIONS(1481), - [anon_sym_DASH_DASH] = ACTIONS(1483), - [anon_sym_PLUS_PLUS] = ACTIONS(1483), - [anon_sym_sizeof] = ACTIONS(1481), - [anon_sym___alignof__] = ACTIONS(1481), - [anon_sym___alignof] = ACTIONS(1481), - [anon_sym__alignof] = ACTIONS(1481), - [anon_sym_alignof] = ACTIONS(1481), - [anon_sym__Alignof] = ACTIONS(1481), - [anon_sym_offsetof] = ACTIONS(1481), - [anon_sym__Generic] = ACTIONS(1481), - [anon_sym_asm] = ACTIONS(1481), - [anon_sym___asm__] = ACTIONS(1481), - [sym_number_literal] = ACTIONS(1483), - [anon_sym_L_SQUOTE] = ACTIONS(1483), - [anon_sym_u_SQUOTE] = ACTIONS(1483), - [anon_sym_U_SQUOTE] = ACTIONS(1483), - [anon_sym_u8_SQUOTE] = ACTIONS(1483), - [anon_sym_SQUOTE] = ACTIONS(1483), - [anon_sym_L_DQUOTE] = ACTIONS(1483), - [anon_sym_u_DQUOTE] = ACTIONS(1483), - [anon_sym_U_DQUOTE] = ACTIONS(1483), - [anon_sym_u8_DQUOTE] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(1483), - [sym_true] = ACTIONS(1481), - [sym_false] = ACTIONS(1481), - [anon_sym_NULL] = ACTIONS(1481), - [anon_sym_nullptr] = ACTIONS(1481), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1481), - [anon_sym_rayPayloadInEXT] = ACTIONS(1481), - [anon_sym_hitAttributeEXT] = ACTIONS(1481), - [anon_sym_callableDataEXT] = ACTIONS(1481), - [anon_sym_callableDataInEXT] = ACTIONS(1481), - [anon_sym_shaderRecordEXT] = ACTIONS(1481), - [anon_sym_rayPayloadNV] = ACTIONS(1481), - [anon_sym_rayPayloadInNV] = ACTIONS(1481), - [anon_sym_hitAttributeNV] = ACTIONS(1481), - [anon_sym_callableDataNV] = ACTIONS(1481), - [anon_sym_callableDataInNV] = ACTIONS(1481), - [anon_sym_shaderRecordNV] = ACTIONS(1481), - [anon_sym_layout] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_subroutine] = ACTIONS(1391), + [anon_sym_invariant] = ACTIONS(1391), + [anon_sym_precise] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_in] = ACTIONS(1391), + [anon_sym_out] = ACTIONS(1391), + [anon_sym_inout] = ACTIONS(1391), + [anon_sym_uniform] = ACTIONS(1391), + [anon_sym_shared] = ACTIONS(1391), + [anon_sym_attribute] = ACTIONS(1391), + [anon_sym_varying] = ACTIONS(1391), + [anon_sym_buffer] = ACTIONS(1391), + [anon_sym_coherent] = ACTIONS(1391), + [anon_sym_readonly] = ACTIONS(1391), + [anon_sym_writeonly] = ACTIONS(1391), + [anon_sym_precision] = ACTIONS(1391), + [anon_sym_highp] = ACTIONS(1391), + [anon_sym_mediump] = ACTIONS(1391), + [anon_sym_lowp] = ACTIONS(1391), + [anon_sym_centroid] = ACTIONS(1391), + [anon_sym_sample] = ACTIONS(1391), + [anon_sym_patch] = ACTIONS(1391), + [anon_sym_smooth] = ACTIONS(1391), + [anon_sym_flat] = ACTIONS(1391), + [anon_sym_noperspective] = ACTIONS(1391), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [anon_sym__Nonnull] = ACTIONS(1391), + [anon_sym_alignas] = ACTIONS(1391), + [anon_sym__Alignas] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_else] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym___try] = ACTIONS(1391), + [anon_sym___leave] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [anon_sym___asm] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1391), + [anon_sym_rayPayloadInEXT] = ACTIONS(1391), + [anon_sym_hitAttributeEXT] = ACTIONS(1391), + [anon_sym_callableDataEXT] = ACTIONS(1391), + [anon_sym_callableDataInEXT] = ACTIONS(1391), + [anon_sym_shaderRecordEXT] = ACTIONS(1391), + [anon_sym_rayPayloadNV] = ACTIONS(1391), + [anon_sym_rayPayloadInNV] = ACTIONS(1391), + [anon_sym_hitAttributeNV] = ACTIONS(1391), + [anon_sym_callableDataNV] = ACTIONS(1391), + [anon_sym_callableDataInNV] = ACTIONS(1391), + [anon_sym_shaderRecordNV] = ACTIONS(1391), + [anon_sym_layout] = ACTIONS(1391), }, [318] = { - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_include_token1] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_LPAREN2] = ACTIONS(1491), - [anon_sym_BANG] = ACTIONS(1491), - [anon_sym_TILDE] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(1491), - [anon_sym_AMP] = ACTIONS(1491), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_SEMI] = ACTIONS(1491), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_typedef] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym___cdecl] = ACTIONS(1489), - [anon_sym___clrcall] = ACTIONS(1489), - [anon_sym___stdcall] = ACTIONS(1489), - [anon_sym___fastcall] = ACTIONS(1489), - [anon_sym___thiscall] = ACTIONS(1489), - [anon_sym___vectorcall] = ACTIONS(1489), - [anon_sym_LBRACE] = ACTIONS(1491), - [anon_sym_RBRACE] = ACTIONS(1491), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [anon_sym_if] = ACTIONS(1489), - [anon_sym_switch] = ACTIONS(1489), - [anon_sym_case] = ACTIONS(1489), - [anon_sym_default] = ACTIONS(1489), - [anon_sym_while] = ACTIONS(1489), - [anon_sym_do] = ACTIONS(1489), - [anon_sym_for] = ACTIONS(1489), - [anon_sym_return] = ACTIONS(1489), - [anon_sym_break] = ACTIONS(1489), - [anon_sym_continue] = ACTIONS(1489), - [anon_sym_goto] = ACTIONS(1489), - [anon_sym___try] = ACTIONS(1489), - [anon_sym___leave] = ACTIONS(1489), - [anon_sym_DASH_DASH] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1491), - [anon_sym_sizeof] = ACTIONS(1489), - [anon_sym___alignof__] = ACTIONS(1489), - [anon_sym___alignof] = ACTIONS(1489), - [anon_sym__alignof] = ACTIONS(1489), - [anon_sym_alignof] = ACTIONS(1489), - [anon_sym__Alignof] = ACTIONS(1489), - [anon_sym_offsetof] = ACTIONS(1489), - [anon_sym__Generic] = ACTIONS(1489), - [anon_sym_asm] = ACTIONS(1489), - [anon_sym___asm__] = ACTIONS(1489), - [sym_number_literal] = ACTIONS(1491), - [anon_sym_L_SQUOTE] = ACTIONS(1491), - [anon_sym_u_SQUOTE] = ACTIONS(1491), - [anon_sym_U_SQUOTE] = ACTIONS(1491), - [anon_sym_u8_SQUOTE] = ACTIONS(1491), - [anon_sym_SQUOTE] = ACTIONS(1491), - [anon_sym_L_DQUOTE] = ACTIONS(1491), - [anon_sym_u_DQUOTE] = ACTIONS(1491), - [anon_sym_U_DQUOTE] = ACTIONS(1491), - [anon_sym_u8_DQUOTE] = ACTIONS(1491), - [anon_sym_DQUOTE] = ACTIONS(1491), - [sym_true] = ACTIONS(1489), - [sym_false] = ACTIONS(1489), - [anon_sym_NULL] = ACTIONS(1489), - [anon_sym_nullptr] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), + [sym_identifier] = ACTIONS(1355), + [aux_sym_preproc_include_token1] = ACTIONS(1355), + [aux_sym_preproc_def_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), + [sym_preproc_directive] = ACTIONS(1355), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), + [anon_sym_DASH] = ACTIONS(1355), + [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_subroutine] = ACTIONS(1355), + [anon_sym_invariant] = ACTIONS(1355), + [anon_sym_precise] = ACTIONS(1355), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_in] = ACTIONS(1355), + [anon_sym_out] = ACTIONS(1355), + [anon_sym_inout] = ACTIONS(1355), + [anon_sym_uniform] = ACTIONS(1355), + [anon_sym_shared] = ACTIONS(1355), + [anon_sym_attribute] = ACTIONS(1355), + [anon_sym_varying] = ACTIONS(1355), + [anon_sym_buffer] = ACTIONS(1355), + [anon_sym_coherent] = ACTIONS(1355), + [anon_sym_readonly] = ACTIONS(1355), + [anon_sym_writeonly] = ACTIONS(1355), + [anon_sym_precision] = ACTIONS(1355), + [anon_sym_highp] = ACTIONS(1355), + [anon_sym_mediump] = ACTIONS(1355), + [anon_sym_lowp] = ACTIONS(1355), + [anon_sym_centroid] = ACTIONS(1355), + [anon_sym_sample] = ACTIONS(1355), + [anon_sym_patch] = ACTIONS(1355), + [anon_sym_smooth] = ACTIONS(1355), + [anon_sym_flat] = ACTIONS(1355), + [anon_sym_noperspective] = ACTIONS(1355), + [anon_sym___extension__] = ACTIONS(1355), + [anon_sym_typedef] = ACTIONS(1355), + [anon_sym_extern] = ACTIONS(1355), + [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), + [anon_sym___declspec] = ACTIONS(1355), + [anon_sym___cdecl] = ACTIONS(1355), + [anon_sym___clrcall] = ACTIONS(1355), + [anon_sym___stdcall] = ACTIONS(1355), + [anon_sym___fastcall] = ACTIONS(1355), + [anon_sym___thiscall] = ACTIONS(1355), + [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym_LBRACE] = ACTIONS(1357), + [anon_sym_RBRACE] = ACTIONS(1357), + [anon_sym_signed] = ACTIONS(1355), + [anon_sym_unsigned] = ACTIONS(1355), + [anon_sym_long] = ACTIONS(1355), + [anon_sym_short] = ACTIONS(1355), + [anon_sym_static] = ACTIONS(1355), + [anon_sym_auto] = ACTIONS(1355), + [anon_sym_register] = ACTIONS(1355), + [anon_sym_inline] = ACTIONS(1355), + [anon_sym___inline] = ACTIONS(1355), + [anon_sym___inline__] = ACTIONS(1355), + [anon_sym___forceinline] = ACTIONS(1355), + [anon_sym_thread_local] = ACTIONS(1355), + [anon_sym___thread] = ACTIONS(1355), + [anon_sym_const] = ACTIONS(1355), + [anon_sym_constexpr] = ACTIONS(1355), + [anon_sym_volatile] = ACTIONS(1355), + [anon_sym_restrict] = ACTIONS(1355), + [anon_sym___restrict__] = ACTIONS(1355), + [anon_sym__Atomic] = ACTIONS(1355), + [anon_sym__Noreturn] = ACTIONS(1355), + [anon_sym_noreturn] = ACTIONS(1355), + [anon_sym__Nonnull] = ACTIONS(1355), + [anon_sym_alignas] = ACTIONS(1355), + [anon_sym__Alignas] = ACTIONS(1355), + [sym_primitive_type] = ACTIONS(1355), + [anon_sym_enum] = ACTIONS(1355), + [anon_sym_struct] = ACTIONS(1355), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_if] = ACTIONS(1355), + [anon_sym_else] = ACTIONS(1355), + [anon_sym_switch] = ACTIONS(1355), + [anon_sym_case] = ACTIONS(1355), + [anon_sym_default] = ACTIONS(1355), + [anon_sym_while] = ACTIONS(1355), + [anon_sym_do] = ACTIONS(1355), + [anon_sym_for] = ACTIONS(1355), + [anon_sym_return] = ACTIONS(1355), + [anon_sym_break] = ACTIONS(1355), + [anon_sym_continue] = ACTIONS(1355), + [anon_sym_goto] = ACTIONS(1355), + [anon_sym___try] = ACTIONS(1355), + [anon_sym___leave] = ACTIONS(1355), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), + [anon_sym_sizeof] = ACTIONS(1355), + [anon_sym___alignof__] = ACTIONS(1355), + [anon_sym___alignof] = ACTIONS(1355), + [anon_sym__alignof] = ACTIONS(1355), + [anon_sym_alignof] = ACTIONS(1355), + [anon_sym__Alignof] = ACTIONS(1355), + [anon_sym_offsetof] = ACTIONS(1355), + [anon_sym__Generic] = ACTIONS(1355), + [anon_sym_asm] = ACTIONS(1355), + [anon_sym___asm__] = ACTIONS(1355), + [anon_sym___asm] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), + [sym_true] = ACTIONS(1355), + [sym_false] = ACTIONS(1355), + [anon_sym_NULL] = ACTIONS(1355), + [anon_sym_nullptr] = ACTIONS(1355), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1355), + [anon_sym_rayPayloadInEXT] = ACTIONS(1355), + [anon_sym_hitAttributeEXT] = ACTIONS(1355), + [anon_sym_callableDataEXT] = ACTIONS(1355), + [anon_sym_callableDataInEXT] = ACTIONS(1355), + [anon_sym_shaderRecordEXT] = ACTIONS(1355), + [anon_sym_rayPayloadNV] = ACTIONS(1355), + [anon_sym_rayPayloadInNV] = ACTIONS(1355), + [anon_sym_hitAttributeNV] = ACTIONS(1355), + [anon_sym_callableDataNV] = ACTIONS(1355), + [anon_sym_callableDataInNV] = ACTIONS(1355), + [anon_sym_shaderRecordNV] = ACTIONS(1355), + [anon_sym_layout] = ACTIONS(1355), }, [319] = { - [sym_identifier] = ACTIONS(1493), - [aux_sym_preproc_include_token1] = ACTIONS(1493), - [aux_sym_preproc_def_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), - [sym_preproc_directive] = ACTIONS(1493), - [anon_sym_LPAREN2] = ACTIONS(1495), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_DASH] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1493), - [anon_sym_STAR] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1495), - [anon_sym_subroutine] = ACTIONS(1493), - [anon_sym_invariant] = ACTIONS(1493), - [anon_sym_precise] = ACTIONS(1493), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_in] = ACTIONS(1493), - [anon_sym_out] = ACTIONS(1493), - [anon_sym_inout] = ACTIONS(1493), - [anon_sym_uniform] = ACTIONS(1493), - [anon_sym_shared] = ACTIONS(1493), - [anon_sym_attribute] = ACTIONS(1493), - [anon_sym_varying] = ACTIONS(1493), - [anon_sym_buffer] = ACTIONS(1493), - [anon_sym_coherent] = ACTIONS(1493), - [anon_sym_readonly] = ACTIONS(1493), - [anon_sym_writeonly] = ACTIONS(1493), - [anon_sym_precision] = ACTIONS(1493), - [anon_sym_highp] = ACTIONS(1493), - [anon_sym_mediump] = ACTIONS(1493), - [anon_sym_lowp] = ACTIONS(1493), - [anon_sym_centroid] = ACTIONS(1493), - [anon_sym_sample] = ACTIONS(1493), - [anon_sym_patch] = ACTIONS(1493), - [anon_sym_smooth] = ACTIONS(1493), - [anon_sym_flat] = ACTIONS(1493), - [anon_sym_noperspective] = ACTIONS(1493), - [anon_sym___extension__] = ACTIONS(1493), - [anon_sym_typedef] = ACTIONS(1493), - [anon_sym_extern] = ACTIONS(1493), - [anon_sym___attribute__] = ACTIONS(1493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1495), - [anon_sym___declspec] = ACTIONS(1493), - [anon_sym___cdecl] = ACTIONS(1493), - [anon_sym___clrcall] = ACTIONS(1493), - [anon_sym___stdcall] = ACTIONS(1493), - [anon_sym___fastcall] = ACTIONS(1493), - [anon_sym___thiscall] = ACTIONS(1493), - [anon_sym___vectorcall] = ACTIONS(1493), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), - [anon_sym_signed] = ACTIONS(1493), - [anon_sym_unsigned] = ACTIONS(1493), - [anon_sym_long] = ACTIONS(1493), - [anon_sym_short] = ACTIONS(1493), - [anon_sym_static] = ACTIONS(1493), - [anon_sym_auto] = ACTIONS(1493), - [anon_sym_register] = ACTIONS(1493), - [anon_sym_inline] = ACTIONS(1493), - [anon_sym___inline] = ACTIONS(1493), - [anon_sym___inline__] = ACTIONS(1493), - [anon_sym___forceinline] = ACTIONS(1493), - [anon_sym_thread_local] = ACTIONS(1493), - [anon_sym___thread] = ACTIONS(1493), - [anon_sym_const] = ACTIONS(1493), - [anon_sym_constexpr] = ACTIONS(1493), - [anon_sym_volatile] = ACTIONS(1493), - [anon_sym_restrict] = ACTIONS(1493), - [anon_sym___restrict__] = ACTIONS(1493), - [anon_sym__Atomic] = ACTIONS(1493), - [anon_sym__Noreturn] = ACTIONS(1493), - [anon_sym_noreturn] = ACTIONS(1493), - [anon_sym_alignas] = ACTIONS(1493), - [anon_sym__Alignas] = ACTIONS(1493), - [sym_primitive_type] = ACTIONS(1493), - [anon_sym_enum] = ACTIONS(1493), - [anon_sym_struct] = ACTIONS(1493), - [anon_sym_union] = ACTIONS(1493), - [anon_sym_if] = ACTIONS(1493), - [anon_sym_switch] = ACTIONS(1493), - [anon_sym_case] = ACTIONS(1493), - [anon_sym_default] = ACTIONS(1493), - [anon_sym_while] = ACTIONS(1493), - [anon_sym_do] = ACTIONS(1493), - [anon_sym_for] = ACTIONS(1493), - [anon_sym_return] = ACTIONS(1493), - [anon_sym_break] = ACTIONS(1493), - [anon_sym_continue] = ACTIONS(1493), - [anon_sym_goto] = ACTIONS(1493), - [anon_sym___try] = ACTIONS(1493), - [anon_sym___leave] = ACTIONS(1493), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1493), - [anon_sym___alignof] = ACTIONS(1493), - [anon_sym__alignof] = ACTIONS(1493), - [anon_sym_alignof] = ACTIONS(1493), - [anon_sym__Alignof] = ACTIONS(1493), - [anon_sym_offsetof] = ACTIONS(1493), - [anon_sym__Generic] = ACTIONS(1493), - [anon_sym_asm] = ACTIONS(1493), - [anon_sym___asm__] = ACTIONS(1493), - [sym_number_literal] = ACTIONS(1495), - [anon_sym_L_SQUOTE] = ACTIONS(1495), - [anon_sym_u_SQUOTE] = ACTIONS(1495), - [anon_sym_U_SQUOTE] = ACTIONS(1495), - [anon_sym_u8_SQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [anon_sym_L_DQUOTE] = ACTIONS(1495), - [anon_sym_u_DQUOTE] = ACTIONS(1495), - [anon_sym_U_DQUOTE] = ACTIONS(1495), - [anon_sym_u8_DQUOTE] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [sym_true] = ACTIONS(1493), - [sym_false] = ACTIONS(1493), - [anon_sym_NULL] = ACTIONS(1493), - [anon_sym_nullptr] = ACTIONS(1493), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1493), - [anon_sym_rayPayloadInEXT] = ACTIONS(1493), - [anon_sym_hitAttributeEXT] = ACTIONS(1493), - [anon_sym_callableDataEXT] = ACTIONS(1493), - [anon_sym_callableDataInEXT] = ACTIONS(1493), - [anon_sym_shaderRecordEXT] = ACTIONS(1493), - [anon_sym_rayPayloadNV] = ACTIONS(1493), - [anon_sym_rayPayloadInNV] = ACTIONS(1493), - [anon_sym_hitAttributeNV] = ACTIONS(1493), - [anon_sym_callableDataNV] = ACTIONS(1493), - [anon_sym_callableDataInNV] = ACTIONS(1493), - [anon_sym_shaderRecordNV] = ACTIONS(1493), - [anon_sym_layout] = ACTIONS(1493), + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_subroutine] = ACTIONS(1291), + [anon_sym_invariant] = ACTIONS(1291), + [anon_sym_precise] = ACTIONS(1291), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym_in] = ACTIONS(1291), + [anon_sym_out] = ACTIONS(1291), + [anon_sym_inout] = ACTIONS(1291), + [anon_sym_uniform] = ACTIONS(1291), + [anon_sym_shared] = ACTIONS(1291), + [anon_sym_attribute] = ACTIONS(1291), + [anon_sym_varying] = ACTIONS(1291), + [anon_sym_buffer] = ACTIONS(1291), + [anon_sym_coherent] = ACTIONS(1291), + [anon_sym_readonly] = ACTIONS(1291), + [anon_sym_writeonly] = ACTIONS(1291), + [anon_sym_precision] = ACTIONS(1291), + [anon_sym_highp] = ACTIONS(1291), + [anon_sym_mediump] = ACTIONS(1291), + [anon_sym_lowp] = ACTIONS(1291), + [anon_sym_centroid] = ACTIONS(1291), + [anon_sym_sample] = ACTIONS(1291), + [anon_sym_patch] = ACTIONS(1291), + [anon_sym_smooth] = ACTIONS(1291), + [anon_sym_flat] = ACTIONS(1291), + [anon_sym_noperspective] = ACTIONS(1291), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_RBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [anon_sym__Nonnull] = ACTIONS(1291), + [anon_sym_alignas] = ACTIONS(1291), + [anon_sym__Alignas] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym___try] = ACTIONS(1291), + [anon_sym___leave] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [anon_sym___asm] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1291), + [anon_sym_rayPayloadInEXT] = ACTIONS(1291), + [anon_sym_hitAttributeEXT] = ACTIONS(1291), + [anon_sym_callableDataEXT] = ACTIONS(1291), + [anon_sym_callableDataInEXT] = ACTIONS(1291), + [anon_sym_shaderRecordEXT] = ACTIONS(1291), + [anon_sym_rayPayloadNV] = ACTIONS(1291), + [anon_sym_rayPayloadInNV] = ACTIONS(1291), + [anon_sym_hitAttributeNV] = ACTIONS(1291), + [anon_sym_callableDataNV] = ACTIONS(1291), + [anon_sym_callableDataInNV] = ACTIONS(1291), + [anon_sym_shaderRecordNV] = ACTIONS(1291), + [anon_sym_layout] = ACTIONS(1291), }, [320] = { - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token2] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_subroutine] = ACTIONS(1527), - [anon_sym_invariant] = ACTIONS(1527), - [anon_sym_precise] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_in] = ACTIONS(1527), - [anon_sym_out] = ACTIONS(1527), - [anon_sym_inout] = ACTIONS(1527), - [anon_sym_uniform] = ACTIONS(1527), - [anon_sym_shared] = ACTIONS(1527), - [anon_sym_attribute] = ACTIONS(1527), - [anon_sym_varying] = ACTIONS(1527), - [anon_sym_buffer] = ACTIONS(1527), - [anon_sym_coherent] = ACTIONS(1527), - [anon_sym_readonly] = ACTIONS(1527), - [anon_sym_writeonly] = ACTIONS(1527), - [anon_sym_precision] = ACTIONS(1527), - [anon_sym_highp] = ACTIONS(1527), - [anon_sym_mediump] = ACTIONS(1527), - [anon_sym_lowp] = ACTIONS(1527), - [anon_sym_centroid] = ACTIONS(1527), - [anon_sym_sample] = ACTIONS(1527), - [anon_sym_patch] = ACTIONS(1527), - [anon_sym_smooth] = ACTIONS(1527), - [anon_sym_flat] = ACTIONS(1527), - [anon_sym_noperspective] = ACTIONS(1527), - [anon_sym___extension__] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_auto] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym___inline] = ACTIONS(1527), - [anon_sym___inline__] = ACTIONS(1527), - [anon_sym___forceinline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym___thread] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym___restrict__] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym__Noreturn] = ACTIONS(1527), - [anon_sym_noreturn] = ACTIONS(1527), - [anon_sym_alignas] = ACTIONS(1527), - [anon_sym__Alignas] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym___try] = ACTIONS(1527), - [anon_sym___leave] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [anon_sym___alignof__] = ACTIONS(1527), - [anon_sym___alignof] = ACTIONS(1527), - [anon_sym__alignof] = ACTIONS(1527), - [anon_sym_alignof] = ACTIONS(1527), - [anon_sym__Alignof] = ACTIONS(1527), - [anon_sym_offsetof] = ACTIONS(1527), - [anon_sym__Generic] = ACTIONS(1527), - [anon_sym_asm] = ACTIONS(1527), - [anon_sym___asm__] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [anon_sym_NULL] = ACTIONS(1527), - [anon_sym_nullptr] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1527), - [anon_sym_rayPayloadInEXT] = ACTIONS(1527), - [anon_sym_hitAttributeEXT] = ACTIONS(1527), - [anon_sym_callableDataEXT] = ACTIONS(1527), - [anon_sym_callableDataInEXT] = ACTIONS(1527), - [anon_sym_shaderRecordEXT] = ACTIONS(1527), - [anon_sym_rayPayloadNV] = ACTIONS(1527), - [anon_sym_rayPayloadInNV] = ACTIONS(1527), - [anon_sym_hitAttributeNV] = ACTIONS(1527), - [anon_sym_callableDataNV] = ACTIONS(1527), - [anon_sym_callableDataInNV] = ACTIONS(1527), - [anon_sym_shaderRecordNV] = ACTIONS(1527), - [anon_sym_layout] = ACTIONS(1527), + [ts_builtin_sym_end] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_subroutine] = ACTIONS(1391), + [anon_sym_invariant] = ACTIONS(1391), + [anon_sym_precise] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_in] = ACTIONS(1391), + [anon_sym_out] = ACTIONS(1391), + [anon_sym_inout] = ACTIONS(1391), + [anon_sym_uniform] = ACTIONS(1391), + [anon_sym_shared] = ACTIONS(1391), + [anon_sym_attribute] = ACTIONS(1391), + [anon_sym_varying] = ACTIONS(1391), + [anon_sym_buffer] = ACTIONS(1391), + [anon_sym_coherent] = ACTIONS(1391), + [anon_sym_readonly] = ACTIONS(1391), + [anon_sym_writeonly] = ACTIONS(1391), + [anon_sym_precision] = ACTIONS(1391), + [anon_sym_highp] = ACTIONS(1391), + [anon_sym_mediump] = ACTIONS(1391), + [anon_sym_lowp] = ACTIONS(1391), + [anon_sym_centroid] = ACTIONS(1391), + [anon_sym_sample] = ACTIONS(1391), + [anon_sym_patch] = ACTIONS(1391), + [anon_sym_smooth] = ACTIONS(1391), + [anon_sym_flat] = ACTIONS(1391), + [anon_sym_noperspective] = ACTIONS(1391), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [anon_sym__Nonnull] = ACTIONS(1391), + [anon_sym_alignas] = ACTIONS(1391), + [anon_sym__Alignas] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_else] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym___try] = ACTIONS(1391), + [anon_sym___leave] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [anon_sym___asm] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1391), + [anon_sym_rayPayloadInEXT] = ACTIONS(1391), + [anon_sym_hitAttributeEXT] = ACTIONS(1391), + [anon_sym_callableDataEXT] = ACTIONS(1391), + [anon_sym_callableDataInEXT] = ACTIONS(1391), + [anon_sym_shaderRecordEXT] = ACTIONS(1391), + [anon_sym_rayPayloadNV] = ACTIONS(1391), + [anon_sym_rayPayloadInNV] = ACTIONS(1391), + [anon_sym_hitAttributeNV] = ACTIONS(1391), + [anon_sym_callableDataNV] = ACTIONS(1391), + [anon_sym_callableDataInNV] = ACTIONS(1391), + [anon_sym_shaderRecordNV] = ACTIONS(1391), + [anon_sym_layout] = ACTIONS(1391), }, [321] = { - [sym_identifier] = ACTIONS(1519), - [aux_sym_preproc_include_token1] = ACTIONS(1519), - [aux_sym_preproc_def_token1] = ACTIONS(1519), - [aux_sym_preproc_if_token1] = ACTIONS(1519), - [aux_sym_preproc_if_token2] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1519), - [anon_sym_LPAREN2] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_subroutine] = ACTIONS(1519), - [anon_sym_invariant] = ACTIONS(1519), - [anon_sym_precise] = ACTIONS(1519), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_in] = ACTIONS(1519), - [anon_sym_out] = ACTIONS(1519), - [anon_sym_inout] = ACTIONS(1519), - [anon_sym_uniform] = ACTIONS(1519), - [anon_sym_shared] = ACTIONS(1519), - [anon_sym_attribute] = ACTIONS(1519), - [anon_sym_varying] = ACTIONS(1519), - [anon_sym_buffer] = ACTIONS(1519), - [anon_sym_coherent] = ACTIONS(1519), - [anon_sym_readonly] = ACTIONS(1519), - [anon_sym_writeonly] = ACTIONS(1519), - [anon_sym_precision] = ACTIONS(1519), - [anon_sym_highp] = ACTIONS(1519), - [anon_sym_mediump] = ACTIONS(1519), - [anon_sym_lowp] = ACTIONS(1519), - [anon_sym_centroid] = ACTIONS(1519), - [anon_sym_sample] = ACTIONS(1519), - [anon_sym_patch] = ACTIONS(1519), - [anon_sym_smooth] = ACTIONS(1519), - [anon_sym_flat] = ACTIONS(1519), - [anon_sym_noperspective] = ACTIONS(1519), - [anon_sym___extension__] = ACTIONS(1519), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym___attribute__] = ACTIONS(1519), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1521), - [anon_sym___declspec] = ACTIONS(1519), - [anon_sym___cdecl] = ACTIONS(1519), - [anon_sym___clrcall] = ACTIONS(1519), - [anon_sym___stdcall] = ACTIONS(1519), - [anon_sym___fastcall] = ACTIONS(1519), - [anon_sym___thiscall] = ACTIONS(1519), - [anon_sym___vectorcall] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_signed] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym___inline] = ACTIONS(1519), - [anon_sym___inline__] = ACTIONS(1519), - [anon_sym___forceinline] = ACTIONS(1519), - [anon_sym_thread_local] = ACTIONS(1519), - [anon_sym___thread] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_constexpr] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym___restrict__] = ACTIONS(1519), - [anon_sym__Atomic] = ACTIONS(1519), - [anon_sym__Noreturn] = ACTIONS(1519), - [anon_sym_noreturn] = ACTIONS(1519), - [anon_sym_alignas] = ACTIONS(1519), - [anon_sym__Alignas] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym___try] = ACTIONS(1519), - [anon_sym___leave] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [anon_sym___alignof__] = ACTIONS(1519), - [anon_sym___alignof] = ACTIONS(1519), - [anon_sym__alignof] = ACTIONS(1519), - [anon_sym_alignof] = ACTIONS(1519), - [anon_sym__Alignof] = ACTIONS(1519), - [anon_sym_offsetof] = ACTIONS(1519), - [anon_sym__Generic] = ACTIONS(1519), - [anon_sym_asm] = ACTIONS(1519), - [anon_sym___asm__] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1521), - [anon_sym_L_SQUOTE] = ACTIONS(1521), - [anon_sym_u_SQUOTE] = ACTIONS(1521), - [anon_sym_U_SQUOTE] = ACTIONS(1521), - [anon_sym_u8_SQUOTE] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1521), - [anon_sym_L_DQUOTE] = ACTIONS(1521), - [anon_sym_u_DQUOTE] = ACTIONS(1521), - [anon_sym_U_DQUOTE] = ACTIONS(1521), - [anon_sym_u8_DQUOTE] = ACTIONS(1521), - [anon_sym_DQUOTE] = ACTIONS(1521), - [sym_true] = ACTIONS(1519), - [sym_false] = ACTIONS(1519), - [anon_sym_NULL] = ACTIONS(1519), - [anon_sym_nullptr] = ACTIONS(1519), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1519), - [anon_sym_rayPayloadInEXT] = ACTIONS(1519), - [anon_sym_hitAttributeEXT] = ACTIONS(1519), - [anon_sym_callableDataEXT] = ACTIONS(1519), - [anon_sym_callableDataInEXT] = ACTIONS(1519), - [anon_sym_shaderRecordEXT] = ACTIONS(1519), - [anon_sym_rayPayloadNV] = ACTIONS(1519), - [anon_sym_rayPayloadInNV] = ACTIONS(1519), - [anon_sym_hitAttributeNV] = ACTIONS(1519), - [anon_sym_callableDataNV] = ACTIONS(1519), - [anon_sym_callableDataInNV] = ACTIONS(1519), - [anon_sym_shaderRecordNV] = ACTIONS(1519), - [anon_sym_layout] = ACTIONS(1519), + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_include_token1] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token2] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_LPAREN2] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_TILDE] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1435), + [anon_sym_PLUS] = ACTIONS(1435), + [anon_sym_STAR] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_typedef] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym___cdecl] = ACTIONS(1435), + [anon_sym___clrcall] = ACTIONS(1435), + [anon_sym___stdcall] = ACTIONS(1435), + [anon_sym___fastcall] = ACTIONS(1435), + [anon_sym___thiscall] = ACTIONS(1435), + [anon_sym___vectorcall] = ACTIONS(1435), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1435), + [anon_sym_case] = ACTIONS(1435), + [anon_sym_default] = ACTIONS(1435), + [anon_sym_while] = ACTIONS(1435), + [anon_sym_do] = ACTIONS(1435), + [anon_sym_for] = ACTIONS(1435), + [anon_sym_return] = ACTIONS(1435), + [anon_sym_break] = ACTIONS(1435), + [anon_sym_continue] = ACTIONS(1435), + [anon_sym_goto] = ACTIONS(1435), + [anon_sym___try] = ACTIONS(1435), + [anon_sym___leave] = ACTIONS(1435), + [anon_sym_DASH_DASH] = ACTIONS(1437), + [anon_sym_PLUS_PLUS] = ACTIONS(1437), + [anon_sym_sizeof] = ACTIONS(1435), + [anon_sym___alignof__] = ACTIONS(1435), + [anon_sym___alignof] = ACTIONS(1435), + [anon_sym__alignof] = ACTIONS(1435), + [anon_sym_alignof] = ACTIONS(1435), + [anon_sym__Alignof] = ACTIONS(1435), + [anon_sym_offsetof] = ACTIONS(1435), + [anon_sym__Generic] = ACTIONS(1435), + [anon_sym_asm] = ACTIONS(1435), + [anon_sym___asm__] = ACTIONS(1435), + [anon_sym___asm] = ACTIONS(1435), + [sym_number_literal] = ACTIONS(1437), + [anon_sym_L_SQUOTE] = ACTIONS(1437), + [anon_sym_u_SQUOTE] = ACTIONS(1437), + [anon_sym_U_SQUOTE] = ACTIONS(1437), + [anon_sym_u8_SQUOTE] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1437), + [anon_sym_L_DQUOTE] = ACTIONS(1437), + [anon_sym_u_DQUOTE] = ACTIONS(1437), + [anon_sym_U_DQUOTE] = ACTIONS(1437), + [anon_sym_u8_DQUOTE] = ACTIONS(1437), + [anon_sym_DQUOTE] = ACTIONS(1437), + [sym_true] = ACTIONS(1435), + [sym_false] = ACTIONS(1435), + [anon_sym_NULL] = ACTIONS(1435), + [anon_sym_nullptr] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), }, [322] = { - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token2] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym___try] = ACTIONS(1473), - [anon_sym___leave] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1507), + [aux_sym_preproc_include_token1] = ACTIONS(1507), + [aux_sym_preproc_def_token1] = ACTIONS(1507), + [aux_sym_preproc_if_token1] = ACTIONS(1507), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1507), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1507), + [sym_preproc_directive] = ACTIONS(1507), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1510), + [anon_sym_subroutine] = ACTIONS(1507), + [anon_sym_invariant] = ACTIONS(1507), + [anon_sym_precise] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_out] = ACTIONS(1507), + [anon_sym_inout] = ACTIONS(1507), + [anon_sym_uniform] = ACTIONS(1507), + [anon_sym_shared] = ACTIONS(1507), + [anon_sym_attribute] = ACTIONS(1507), + [anon_sym_varying] = ACTIONS(1507), + [anon_sym_buffer] = ACTIONS(1507), + [anon_sym_coherent] = ACTIONS(1507), + [anon_sym_readonly] = ACTIONS(1507), + [anon_sym_writeonly] = ACTIONS(1507), + [anon_sym_precision] = ACTIONS(1507), + [anon_sym_highp] = ACTIONS(1507), + [anon_sym_mediump] = ACTIONS(1507), + [anon_sym_lowp] = ACTIONS(1507), + [anon_sym_centroid] = ACTIONS(1507), + [anon_sym_sample] = ACTIONS(1507), + [anon_sym_patch] = ACTIONS(1507), + [anon_sym_smooth] = ACTIONS(1507), + [anon_sym_flat] = ACTIONS(1507), + [anon_sym_noperspective] = ACTIONS(1507), + [anon_sym___extension__] = ACTIONS(1507), + [anon_sym_typedef] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym___attribute__] = ACTIONS(1507), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym___declspec] = ACTIONS(1507), + [anon_sym___cdecl] = ACTIONS(1507), + [anon_sym___clrcall] = ACTIONS(1507), + [anon_sym___stdcall] = ACTIONS(1507), + [anon_sym___fastcall] = ACTIONS(1507), + [anon_sym___thiscall] = ACTIONS(1507), + [anon_sym___vectorcall] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_signed] = ACTIONS(1507), + [anon_sym_unsigned] = ACTIONS(1507), + [anon_sym_long] = ACTIONS(1507), + [anon_sym_short] = ACTIONS(1507), + [anon_sym_static] = ACTIONS(1507), + [anon_sym_auto] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_inline] = ACTIONS(1507), + [anon_sym___inline] = ACTIONS(1507), + [anon_sym___inline__] = ACTIONS(1507), + [anon_sym___forceinline] = ACTIONS(1507), + [anon_sym_thread_local] = ACTIONS(1507), + [anon_sym___thread] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_constexpr] = ACTIONS(1507), + [anon_sym_volatile] = ACTIONS(1507), + [anon_sym_restrict] = ACTIONS(1507), + [anon_sym___restrict__] = ACTIONS(1507), + [anon_sym__Atomic] = ACTIONS(1507), + [anon_sym__Noreturn] = ACTIONS(1507), + [anon_sym_noreturn] = ACTIONS(1507), + [anon_sym__Nonnull] = ACTIONS(1507), + [anon_sym_alignas] = ACTIONS(1507), + [anon_sym__Alignas] = ACTIONS(1507), + [sym_primitive_type] = ACTIONS(1507), + [anon_sym_enum] = ACTIONS(1507), + [anon_sym_struct] = ACTIONS(1507), + [anon_sym_union] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_switch] = ACTIONS(1507), + [anon_sym_case] = ACTIONS(1507), + [anon_sym_default] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_goto] = ACTIONS(1507), + [anon_sym___try] = ACTIONS(1507), + [anon_sym___leave] = ACTIONS(1507), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1507), + [anon_sym___alignof__] = ACTIONS(1507), + [anon_sym___alignof] = ACTIONS(1507), + [anon_sym__alignof] = ACTIONS(1507), + [anon_sym_alignof] = ACTIONS(1507), + [anon_sym__Alignof] = ACTIONS(1507), + [anon_sym_offsetof] = ACTIONS(1507), + [anon_sym__Generic] = ACTIONS(1507), + [anon_sym_asm] = ACTIONS(1507), + [anon_sym___asm__] = ACTIONS(1507), + [anon_sym___asm] = ACTIONS(1507), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1507), + [sym_false] = ACTIONS(1507), + [anon_sym_NULL] = ACTIONS(1507), + [anon_sym_nullptr] = ACTIONS(1507), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1507), + [anon_sym_rayPayloadInEXT] = ACTIONS(1507), + [anon_sym_hitAttributeEXT] = ACTIONS(1507), + [anon_sym_callableDataEXT] = ACTIONS(1507), + [anon_sym_callableDataInEXT] = ACTIONS(1507), + [anon_sym_shaderRecordEXT] = ACTIONS(1507), + [anon_sym_rayPayloadNV] = ACTIONS(1507), + [anon_sym_rayPayloadInNV] = ACTIONS(1507), + [anon_sym_hitAttributeNV] = ACTIONS(1507), + [anon_sym_callableDataNV] = ACTIONS(1507), + [anon_sym_callableDataInNV] = ACTIONS(1507), + [anon_sym_shaderRecordNV] = ACTIONS(1507), + [anon_sym_layout] = ACTIONS(1507), }, [323] = { - [sym_identifier] = ACTIONS(1523), - [aux_sym_preproc_include_token1] = ACTIONS(1523), - [aux_sym_preproc_def_token1] = ACTIONS(1523), - [aux_sym_preproc_if_token1] = ACTIONS(1523), - [aux_sym_preproc_if_token2] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1523), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_LPAREN2] = ACTIONS(1525), - [anon_sym_BANG] = ACTIONS(1525), - [anon_sym_TILDE] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1525), - [anon_sym_subroutine] = ACTIONS(1523), - [anon_sym_invariant] = ACTIONS(1523), - [anon_sym_precise] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1525), - [anon_sym_in] = ACTIONS(1523), - [anon_sym_out] = ACTIONS(1523), - [anon_sym_inout] = ACTIONS(1523), - [anon_sym_uniform] = ACTIONS(1523), - [anon_sym_shared] = ACTIONS(1523), - [anon_sym_attribute] = ACTIONS(1523), - [anon_sym_varying] = ACTIONS(1523), - [anon_sym_buffer] = ACTIONS(1523), - [anon_sym_coherent] = ACTIONS(1523), - [anon_sym_readonly] = ACTIONS(1523), - [anon_sym_writeonly] = ACTIONS(1523), - [anon_sym_precision] = ACTIONS(1523), - [anon_sym_highp] = ACTIONS(1523), - [anon_sym_mediump] = ACTIONS(1523), - [anon_sym_lowp] = ACTIONS(1523), - [anon_sym_centroid] = ACTIONS(1523), - [anon_sym_sample] = ACTIONS(1523), - [anon_sym_patch] = ACTIONS(1523), - [anon_sym_smooth] = ACTIONS(1523), - [anon_sym_flat] = ACTIONS(1523), - [anon_sym_noperspective] = ACTIONS(1523), - [anon_sym___extension__] = ACTIONS(1523), - [anon_sym_typedef] = ACTIONS(1523), - [anon_sym_extern] = ACTIONS(1523), - [anon_sym___attribute__] = ACTIONS(1523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1525), - [anon_sym___declspec] = ACTIONS(1523), - [anon_sym___cdecl] = ACTIONS(1523), - [anon_sym___clrcall] = ACTIONS(1523), - [anon_sym___stdcall] = ACTIONS(1523), - [anon_sym___fastcall] = ACTIONS(1523), - [anon_sym___thiscall] = ACTIONS(1523), - [anon_sym___vectorcall] = ACTIONS(1523), - [anon_sym_LBRACE] = ACTIONS(1525), - [anon_sym_signed] = ACTIONS(1523), - [anon_sym_unsigned] = ACTIONS(1523), - [anon_sym_long] = ACTIONS(1523), - [anon_sym_short] = ACTIONS(1523), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_auto] = ACTIONS(1523), - [anon_sym_register] = ACTIONS(1523), - [anon_sym_inline] = ACTIONS(1523), - [anon_sym___inline] = ACTIONS(1523), - [anon_sym___inline__] = ACTIONS(1523), - [anon_sym___forceinline] = ACTIONS(1523), - [anon_sym_thread_local] = ACTIONS(1523), - [anon_sym___thread] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_constexpr] = ACTIONS(1523), - [anon_sym_volatile] = ACTIONS(1523), - [anon_sym_restrict] = ACTIONS(1523), - [anon_sym___restrict__] = ACTIONS(1523), - [anon_sym__Atomic] = ACTIONS(1523), - [anon_sym__Noreturn] = ACTIONS(1523), - [anon_sym_noreturn] = ACTIONS(1523), - [anon_sym_alignas] = ACTIONS(1523), - [anon_sym__Alignas] = ACTIONS(1523), - [sym_primitive_type] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [anon_sym_struct] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_switch] = ACTIONS(1523), - [anon_sym_case] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_goto] = ACTIONS(1523), - [anon_sym___try] = ACTIONS(1523), - [anon_sym___leave] = ACTIONS(1523), - [anon_sym_DASH_DASH] = ACTIONS(1525), - [anon_sym_PLUS_PLUS] = ACTIONS(1525), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1523), - [anon_sym___alignof] = ACTIONS(1523), - [anon_sym__alignof] = ACTIONS(1523), - [anon_sym_alignof] = ACTIONS(1523), - [anon_sym__Alignof] = ACTIONS(1523), - [anon_sym_offsetof] = ACTIONS(1523), - [anon_sym__Generic] = ACTIONS(1523), - [anon_sym_asm] = ACTIONS(1523), - [anon_sym___asm__] = ACTIONS(1523), - [sym_number_literal] = ACTIONS(1525), - [anon_sym_L_SQUOTE] = ACTIONS(1525), - [anon_sym_u_SQUOTE] = ACTIONS(1525), - [anon_sym_U_SQUOTE] = ACTIONS(1525), - [anon_sym_u8_SQUOTE] = ACTIONS(1525), - [anon_sym_SQUOTE] = ACTIONS(1525), - [anon_sym_L_DQUOTE] = ACTIONS(1525), - [anon_sym_u_DQUOTE] = ACTIONS(1525), - [anon_sym_U_DQUOTE] = ACTIONS(1525), - [anon_sym_u8_DQUOTE] = ACTIONS(1525), - [anon_sym_DQUOTE] = ACTIONS(1525), - [sym_true] = ACTIONS(1523), - [sym_false] = ACTIONS(1523), - [anon_sym_NULL] = ACTIONS(1523), - [anon_sym_nullptr] = ACTIONS(1523), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1523), - [anon_sym_rayPayloadInEXT] = ACTIONS(1523), - [anon_sym_hitAttributeEXT] = ACTIONS(1523), - [anon_sym_callableDataEXT] = ACTIONS(1523), - [anon_sym_callableDataInEXT] = ACTIONS(1523), - [anon_sym_shaderRecordEXT] = ACTIONS(1523), - [anon_sym_rayPayloadNV] = ACTIONS(1523), - [anon_sym_rayPayloadInNV] = ACTIONS(1523), - [anon_sym_hitAttributeNV] = ACTIONS(1523), - [anon_sym_callableDataNV] = ACTIONS(1523), - [anon_sym_callableDataInNV] = ACTIONS(1523), - [anon_sym_shaderRecordNV] = ACTIONS(1523), - [anon_sym_layout] = ACTIONS(1523), + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_include_token1] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_LPAREN2] = ACTIONS(1489), + [anon_sym_BANG] = ACTIONS(1489), + [anon_sym_TILDE] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1487), + [anon_sym_PLUS] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1489), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_typedef] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym___cdecl] = ACTIONS(1487), + [anon_sym___clrcall] = ACTIONS(1487), + [anon_sym___stdcall] = ACTIONS(1487), + [anon_sym___fastcall] = ACTIONS(1487), + [anon_sym___thiscall] = ACTIONS(1487), + [anon_sym___vectorcall] = ACTIONS(1487), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [anon_sym_if] = ACTIONS(1487), + [anon_sym_switch] = ACTIONS(1487), + [anon_sym_case] = ACTIONS(1487), + [anon_sym_default] = ACTIONS(1487), + [anon_sym_while] = ACTIONS(1487), + [anon_sym_do] = ACTIONS(1487), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1487), + [anon_sym_break] = ACTIONS(1487), + [anon_sym_continue] = ACTIONS(1487), + [anon_sym_goto] = ACTIONS(1487), + [anon_sym___try] = ACTIONS(1487), + [anon_sym___leave] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1489), + [anon_sym_PLUS_PLUS] = ACTIONS(1489), + [anon_sym_sizeof] = ACTIONS(1487), + [anon_sym___alignof__] = ACTIONS(1487), + [anon_sym___alignof] = ACTIONS(1487), + [anon_sym__alignof] = ACTIONS(1487), + [anon_sym_alignof] = ACTIONS(1487), + [anon_sym__Alignof] = ACTIONS(1487), + [anon_sym_offsetof] = ACTIONS(1487), + [anon_sym__Generic] = ACTIONS(1487), + [anon_sym_asm] = ACTIONS(1487), + [anon_sym___asm__] = ACTIONS(1487), + [anon_sym___asm] = ACTIONS(1487), + [sym_number_literal] = ACTIONS(1489), + [anon_sym_L_SQUOTE] = ACTIONS(1489), + [anon_sym_u_SQUOTE] = ACTIONS(1489), + [anon_sym_U_SQUOTE] = ACTIONS(1489), + [anon_sym_u8_SQUOTE] = ACTIONS(1489), + [anon_sym_SQUOTE] = ACTIONS(1489), + [anon_sym_L_DQUOTE] = ACTIONS(1489), + [anon_sym_u_DQUOTE] = ACTIONS(1489), + [anon_sym_U_DQUOTE] = ACTIONS(1489), + [anon_sym_u8_DQUOTE] = ACTIONS(1489), + [anon_sym_DQUOTE] = ACTIONS(1489), + [sym_true] = ACTIONS(1487), + [sym_false] = ACTIONS(1487), + [anon_sym_NULL] = ACTIONS(1487), + [anon_sym_nullptr] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), }, [324] = { - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token2] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym___try] = ACTIONS(1425), - [anon_sym___leave] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1499), + [aux_sym_preproc_include_token1] = ACTIONS(1499), + [aux_sym_preproc_def_token1] = ACTIONS(1499), + [aux_sym_preproc_if_token1] = ACTIONS(1499), + [aux_sym_preproc_if_token2] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), + [sym_preproc_directive] = ACTIONS(1499), + [anon_sym_LPAREN2] = ACTIONS(1501), + [anon_sym_BANG] = ACTIONS(1501), + [anon_sym_TILDE] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_AMP] = ACTIONS(1501), + [anon_sym_subroutine] = ACTIONS(1499), + [anon_sym_invariant] = ACTIONS(1499), + [anon_sym_precise] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1499), + [anon_sym_out] = ACTIONS(1499), + [anon_sym_inout] = ACTIONS(1499), + [anon_sym_uniform] = ACTIONS(1499), + [anon_sym_shared] = ACTIONS(1499), + [anon_sym_attribute] = ACTIONS(1499), + [anon_sym_varying] = ACTIONS(1499), + [anon_sym_buffer] = ACTIONS(1499), + [anon_sym_coherent] = ACTIONS(1499), + [anon_sym_readonly] = ACTIONS(1499), + [anon_sym_writeonly] = ACTIONS(1499), + [anon_sym_precision] = ACTIONS(1499), + [anon_sym_highp] = ACTIONS(1499), + [anon_sym_mediump] = ACTIONS(1499), + [anon_sym_lowp] = ACTIONS(1499), + [anon_sym_centroid] = ACTIONS(1499), + [anon_sym_sample] = ACTIONS(1499), + [anon_sym_patch] = ACTIONS(1499), + [anon_sym_smooth] = ACTIONS(1499), + [anon_sym_flat] = ACTIONS(1499), + [anon_sym_noperspective] = ACTIONS(1499), + [anon_sym___extension__] = ACTIONS(1499), + [anon_sym_typedef] = ACTIONS(1499), + [anon_sym_extern] = ACTIONS(1499), + [anon_sym___attribute__] = ACTIONS(1499), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), + [anon_sym___declspec] = ACTIONS(1499), + [anon_sym___cdecl] = ACTIONS(1499), + [anon_sym___clrcall] = ACTIONS(1499), + [anon_sym___stdcall] = ACTIONS(1499), + [anon_sym___fastcall] = ACTIONS(1499), + [anon_sym___thiscall] = ACTIONS(1499), + [anon_sym___vectorcall] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_signed] = ACTIONS(1499), + [anon_sym_unsigned] = ACTIONS(1499), + [anon_sym_long] = ACTIONS(1499), + [anon_sym_short] = ACTIONS(1499), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_auto] = ACTIONS(1499), + [anon_sym_register] = ACTIONS(1499), + [anon_sym_inline] = ACTIONS(1499), + [anon_sym___inline] = ACTIONS(1499), + [anon_sym___inline__] = ACTIONS(1499), + [anon_sym___forceinline] = ACTIONS(1499), + [anon_sym_thread_local] = ACTIONS(1499), + [anon_sym___thread] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_constexpr] = ACTIONS(1499), + [anon_sym_volatile] = ACTIONS(1499), + [anon_sym_restrict] = ACTIONS(1499), + [anon_sym___restrict__] = ACTIONS(1499), + [anon_sym__Atomic] = ACTIONS(1499), + [anon_sym__Noreturn] = ACTIONS(1499), + [anon_sym_noreturn] = ACTIONS(1499), + [anon_sym__Nonnull] = ACTIONS(1499), + [anon_sym_alignas] = ACTIONS(1499), + [anon_sym__Alignas] = ACTIONS(1499), + [sym_primitive_type] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), + [anon_sym_struct] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1499), + [anon_sym_case] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_do] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_goto] = ACTIONS(1499), + [anon_sym___try] = ACTIONS(1499), + [anon_sym___leave] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_sizeof] = ACTIONS(1499), + [anon_sym___alignof__] = ACTIONS(1499), + [anon_sym___alignof] = ACTIONS(1499), + [anon_sym__alignof] = ACTIONS(1499), + [anon_sym_alignof] = ACTIONS(1499), + [anon_sym__Alignof] = ACTIONS(1499), + [anon_sym_offsetof] = ACTIONS(1499), + [anon_sym__Generic] = ACTIONS(1499), + [anon_sym_asm] = ACTIONS(1499), + [anon_sym___asm__] = ACTIONS(1499), + [anon_sym___asm] = ACTIONS(1499), + [sym_number_literal] = ACTIONS(1501), + [anon_sym_L_SQUOTE] = ACTIONS(1501), + [anon_sym_u_SQUOTE] = ACTIONS(1501), + [anon_sym_U_SQUOTE] = ACTIONS(1501), + [anon_sym_u8_SQUOTE] = ACTIONS(1501), + [anon_sym_SQUOTE] = ACTIONS(1501), + [anon_sym_L_DQUOTE] = ACTIONS(1501), + [anon_sym_u_DQUOTE] = ACTIONS(1501), + [anon_sym_U_DQUOTE] = ACTIONS(1501), + [anon_sym_u8_DQUOTE] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym_true] = ACTIONS(1499), + [sym_false] = ACTIONS(1499), + [anon_sym_NULL] = ACTIONS(1499), + [anon_sym_nullptr] = ACTIONS(1499), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1499), + [anon_sym_rayPayloadInEXT] = ACTIONS(1499), + [anon_sym_hitAttributeEXT] = ACTIONS(1499), + [anon_sym_callableDataEXT] = ACTIONS(1499), + [anon_sym_callableDataInEXT] = ACTIONS(1499), + [anon_sym_shaderRecordEXT] = ACTIONS(1499), + [anon_sym_rayPayloadNV] = ACTIONS(1499), + [anon_sym_rayPayloadInNV] = ACTIONS(1499), + [anon_sym_hitAttributeNV] = ACTIONS(1499), + [anon_sym_callableDataNV] = ACTIONS(1499), + [anon_sym_callableDataInNV] = ACTIONS(1499), + [anon_sym_shaderRecordNV] = ACTIONS(1499), + [anon_sym_layout] = ACTIONS(1499), }, [325] = { - [sym_identifier] = ACTIONS(1497), - [aux_sym_preproc_include_token1] = ACTIONS(1497), - [aux_sym_preproc_def_token1] = ACTIONS(1497), - [aux_sym_preproc_if_token1] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1497), - [sym_preproc_directive] = ACTIONS(1497), - [anon_sym_LPAREN2] = ACTIONS(1499), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1499), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_subroutine] = ACTIONS(1497), - [anon_sym_invariant] = ACTIONS(1497), - [anon_sym_precise] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_in] = ACTIONS(1497), - [anon_sym_out] = ACTIONS(1497), - [anon_sym_inout] = ACTIONS(1497), - [anon_sym_uniform] = ACTIONS(1497), - [anon_sym_shared] = ACTIONS(1497), - [anon_sym_attribute] = ACTIONS(1497), - [anon_sym_varying] = ACTIONS(1497), - [anon_sym_buffer] = ACTIONS(1497), - [anon_sym_coherent] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_writeonly] = ACTIONS(1497), - [anon_sym_precision] = ACTIONS(1497), - [anon_sym_highp] = ACTIONS(1497), - [anon_sym_mediump] = ACTIONS(1497), - [anon_sym_lowp] = ACTIONS(1497), - [anon_sym_centroid] = ACTIONS(1497), - [anon_sym_sample] = ACTIONS(1497), - [anon_sym_patch] = ACTIONS(1497), - [anon_sym_smooth] = ACTIONS(1497), - [anon_sym_flat] = ACTIONS(1497), - [anon_sym_noperspective] = ACTIONS(1497), - [anon_sym___extension__] = ACTIONS(1497), - [anon_sym_typedef] = ACTIONS(1497), - [anon_sym_extern] = ACTIONS(1497), - [anon_sym___attribute__] = ACTIONS(1497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1499), - [anon_sym___declspec] = ACTIONS(1497), - [anon_sym___cdecl] = ACTIONS(1497), - [anon_sym___clrcall] = ACTIONS(1497), - [anon_sym___stdcall] = ACTIONS(1497), - [anon_sym___fastcall] = ACTIONS(1497), - [anon_sym___thiscall] = ACTIONS(1497), - [anon_sym___vectorcall] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1497), - [anon_sym_unsigned] = ACTIONS(1497), - [anon_sym_long] = ACTIONS(1497), - [anon_sym_short] = ACTIONS(1497), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_auto] = ACTIONS(1497), - [anon_sym_register] = ACTIONS(1497), - [anon_sym_inline] = ACTIONS(1497), - [anon_sym___inline] = ACTIONS(1497), - [anon_sym___inline__] = ACTIONS(1497), - [anon_sym___forceinline] = ACTIONS(1497), - [anon_sym_thread_local] = ACTIONS(1497), - [anon_sym___thread] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_constexpr] = ACTIONS(1497), - [anon_sym_volatile] = ACTIONS(1497), - [anon_sym_restrict] = ACTIONS(1497), - [anon_sym___restrict__] = ACTIONS(1497), - [anon_sym__Atomic] = ACTIONS(1497), - [anon_sym__Noreturn] = ACTIONS(1497), - [anon_sym_noreturn] = ACTIONS(1497), - [anon_sym_alignas] = ACTIONS(1497), - [anon_sym__Alignas] = ACTIONS(1497), - [sym_primitive_type] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [anon_sym_struct] = ACTIONS(1497), - [anon_sym_union] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_goto] = ACTIONS(1497), - [anon_sym___try] = ACTIONS(1497), - [anon_sym___leave] = ACTIONS(1497), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_sizeof] = ACTIONS(1497), - [anon_sym___alignof__] = ACTIONS(1497), - [anon_sym___alignof] = ACTIONS(1497), - [anon_sym__alignof] = ACTIONS(1497), - [anon_sym_alignof] = ACTIONS(1497), - [anon_sym__Alignof] = ACTIONS(1497), - [anon_sym_offsetof] = ACTIONS(1497), - [anon_sym__Generic] = ACTIONS(1497), - [anon_sym_asm] = ACTIONS(1497), - [anon_sym___asm__] = ACTIONS(1497), - [sym_number_literal] = ACTIONS(1499), - [anon_sym_L_SQUOTE] = ACTIONS(1499), - [anon_sym_u_SQUOTE] = ACTIONS(1499), - [anon_sym_U_SQUOTE] = ACTIONS(1499), - [anon_sym_u8_SQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [anon_sym_L_DQUOTE] = ACTIONS(1499), - [anon_sym_u_DQUOTE] = ACTIONS(1499), - [anon_sym_U_DQUOTE] = ACTIONS(1499), - [anon_sym_u8_DQUOTE] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [anon_sym_NULL] = ACTIONS(1497), - [anon_sym_nullptr] = ACTIONS(1497), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1497), - [anon_sym_rayPayloadInEXT] = ACTIONS(1497), - [anon_sym_hitAttributeEXT] = ACTIONS(1497), - [anon_sym_callableDataEXT] = ACTIONS(1497), - [anon_sym_callableDataInEXT] = ACTIONS(1497), - [anon_sym_shaderRecordEXT] = ACTIONS(1497), - [anon_sym_rayPayloadNV] = ACTIONS(1497), - [anon_sym_rayPayloadInNV] = ACTIONS(1497), - [anon_sym_hitAttributeNV] = ACTIONS(1497), - [anon_sym_callableDataNV] = ACTIONS(1497), - [anon_sym_callableDataInNV] = ACTIONS(1497), - [anon_sym_shaderRecordNV] = ACTIONS(1497), - [anon_sym_layout] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1507), + [aux_sym_preproc_include_token1] = ACTIONS(1507), + [aux_sym_preproc_def_token1] = ACTIONS(1507), + [aux_sym_preproc_if_token1] = ACTIONS(1507), + [aux_sym_preproc_if_token2] = ACTIONS(1507), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1507), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1507), + [sym_preproc_directive] = ACTIONS(1507), + [anon_sym_LPAREN2] = ACTIONS(1510), + [anon_sym_BANG] = ACTIONS(1510), + [anon_sym_TILDE] = ACTIONS(1510), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1510), + [anon_sym_AMP] = ACTIONS(1510), + [anon_sym_subroutine] = ACTIONS(1507), + [anon_sym_invariant] = ACTIONS(1507), + [anon_sym_precise] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_out] = ACTIONS(1507), + [anon_sym_inout] = ACTIONS(1507), + [anon_sym_uniform] = ACTIONS(1507), + [anon_sym_shared] = ACTIONS(1507), + [anon_sym_attribute] = ACTIONS(1507), + [anon_sym_varying] = ACTIONS(1507), + [anon_sym_buffer] = ACTIONS(1507), + [anon_sym_coherent] = ACTIONS(1507), + [anon_sym_readonly] = ACTIONS(1507), + [anon_sym_writeonly] = ACTIONS(1507), + [anon_sym_precision] = ACTIONS(1507), + [anon_sym_highp] = ACTIONS(1507), + [anon_sym_mediump] = ACTIONS(1507), + [anon_sym_lowp] = ACTIONS(1507), + [anon_sym_centroid] = ACTIONS(1507), + [anon_sym_sample] = ACTIONS(1507), + [anon_sym_patch] = ACTIONS(1507), + [anon_sym_smooth] = ACTIONS(1507), + [anon_sym_flat] = ACTIONS(1507), + [anon_sym_noperspective] = ACTIONS(1507), + [anon_sym___extension__] = ACTIONS(1507), + [anon_sym_typedef] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym___attribute__] = ACTIONS(1507), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1510), + [anon_sym___declspec] = ACTIONS(1507), + [anon_sym___cdecl] = ACTIONS(1507), + [anon_sym___clrcall] = ACTIONS(1507), + [anon_sym___stdcall] = ACTIONS(1507), + [anon_sym___fastcall] = ACTIONS(1507), + [anon_sym___thiscall] = ACTIONS(1507), + [anon_sym___vectorcall] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_signed] = ACTIONS(1507), + [anon_sym_unsigned] = ACTIONS(1507), + [anon_sym_long] = ACTIONS(1507), + [anon_sym_short] = ACTIONS(1507), + [anon_sym_static] = ACTIONS(1507), + [anon_sym_auto] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_inline] = ACTIONS(1507), + [anon_sym___inline] = ACTIONS(1507), + [anon_sym___inline__] = ACTIONS(1507), + [anon_sym___forceinline] = ACTIONS(1507), + [anon_sym_thread_local] = ACTIONS(1507), + [anon_sym___thread] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_constexpr] = ACTIONS(1507), + [anon_sym_volatile] = ACTIONS(1507), + [anon_sym_restrict] = ACTIONS(1507), + [anon_sym___restrict__] = ACTIONS(1507), + [anon_sym__Atomic] = ACTIONS(1507), + [anon_sym__Noreturn] = ACTIONS(1507), + [anon_sym_noreturn] = ACTIONS(1507), + [anon_sym__Nonnull] = ACTIONS(1507), + [anon_sym_alignas] = ACTIONS(1507), + [anon_sym__Alignas] = ACTIONS(1507), + [sym_primitive_type] = ACTIONS(1507), + [anon_sym_enum] = ACTIONS(1507), + [anon_sym_struct] = ACTIONS(1507), + [anon_sym_union] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_switch] = ACTIONS(1507), + [anon_sym_case] = ACTIONS(1507), + [anon_sym_default] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_goto] = ACTIONS(1507), + [anon_sym___try] = ACTIONS(1507), + [anon_sym___leave] = ACTIONS(1507), + [anon_sym_DASH_DASH] = ACTIONS(1510), + [anon_sym_PLUS_PLUS] = ACTIONS(1510), + [anon_sym_sizeof] = ACTIONS(1507), + [anon_sym___alignof__] = ACTIONS(1507), + [anon_sym___alignof] = ACTIONS(1507), + [anon_sym__alignof] = ACTIONS(1507), + [anon_sym_alignof] = ACTIONS(1507), + [anon_sym__Alignof] = ACTIONS(1507), + [anon_sym_offsetof] = ACTIONS(1507), + [anon_sym__Generic] = ACTIONS(1507), + [anon_sym_asm] = ACTIONS(1507), + [anon_sym___asm__] = ACTIONS(1507), + [anon_sym___asm] = ACTIONS(1507), + [sym_number_literal] = ACTIONS(1510), + [anon_sym_L_SQUOTE] = ACTIONS(1510), + [anon_sym_u_SQUOTE] = ACTIONS(1510), + [anon_sym_U_SQUOTE] = ACTIONS(1510), + [anon_sym_u8_SQUOTE] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1510), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1507), + [sym_false] = ACTIONS(1507), + [anon_sym_NULL] = ACTIONS(1507), + [anon_sym_nullptr] = ACTIONS(1507), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1507), + [anon_sym_rayPayloadInEXT] = ACTIONS(1507), + [anon_sym_hitAttributeEXT] = ACTIONS(1507), + [anon_sym_callableDataEXT] = ACTIONS(1507), + [anon_sym_callableDataInEXT] = ACTIONS(1507), + [anon_sym_shaderRecordEXT] = ACTIONS(1507), + [anon_sym_rayPayloadNV] = ACTIONS(1507), + [anon_sym_rayPayloadInNV] = ACTIONS(1507), + [anon_sym_hitAttributeNV] = ACTIONS(1507), + [anon_sym_callableDataNV] = ACTIONS(1507), + [anon_sym_callableDataInNV] = ACTIONS(1507), + [anon_sym_shaderRecordNV] = ACTIONS(1507), + [anon_sym_layout] = ACTIONS(1507), }, [326] = { - [sym_identifier] = ACTIONS(1501), - [aux_sym_preproc_include_token1] = ACTIONS(1501), - [aux_sym_preproc_def_token1] = ACTIONS(1501), - [aux_sym_preproc_if_token1] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1501), - [sym_preproc_directive] = ACTIONS(1501), - [anon_sym_LPAREN2] = ACTIONS(1503), - [anon_sym_BANG] = ACTIONS(1503), - [anon_sym_TILDE] = ACTIONS(1503), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_subroutine] = ACTIONS(1501), - [anon_sym_invariant] = ACTIONS(1501), - [anon_sym_precise] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1503), - [anon_sym_in] = ACTIONS(1501), - [anon_sym_out] = ACTIONS(1501), - [anon_sym_inout] = ACTIONS(1501), - [anon_sym_uniform] = ACTIONS(1501), - [anon_sym_shared] = ACTIONS(1501), - [anon_sym_attribute] = ACTIONS(1501), - [anon_sym_varying] = ACTIONS(1501), - [anon_sym_buffer] = ACTIONS(1501), - [anon_sym_coherent] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_writeonly] = ACTIONS(1501), - [anon_sym_precision] = ACTIONS(1501), - [anon_sym_highp] = ACTIONS(1501), - [anon_sym_mediump] = ACTIONS(1501), - [anon_sym_lowp] = ACTIONS(1501), - [anon_sym_centroid] = ACTIONS(1501), - [anon_sym_sample] = ACTIONS(1501), - [anon_sym_patch] = ACTIONS(1501), - [anon_sym_smooth] = ACTIONS(1501), - [anon_sym_flat] = ACTIONS(1501), - [anon_sym_noperspective] = ACTIONS(1501), - [anon_sym___extension__] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1501), - [anon_sym_extern] = ACTIONS(1501), - [anon_sym___attribute__] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1503), - [anon_sym___declspec] = ACTIONS(1501), - [anon_sym___cdecl] = ACTIONS(1501), - [anon_sym___clrcall] = ACTIONS(1501), - [anon_sym___stdcall] = ACTIONS(1501), - [anon_sym___fastcall] = ACTIONS(1501), - [anon_sym___thiscall] = ACTIONS(1501), - [anon_sym___vectorcall] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1503), - [anon_sym_RBRACE] = ACTIONS(1503), - [anon_sym_signed] = ACTIONS(1501), - [anon_sym_unsigned] = ACTIONS(1501), - [anon_sym_long] = ACTIONS(1501), - [anon_sym_short] = ACTIONS(1501), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_auto] = ACTIONS(1501), - [anon_sym_register] = ACTIONS(1501), - [anon_sym_inline] = ACTIONS(1501), - [anon_sym___inline] = ACTIONS(1501), - [anon_sym___inline__] = ACTIONS(1501), - [anon_sym___forceinline] = ACTIONS(1501), - [anon_sym_thread_local] = ACTIONS(1501), - [anon_sym___thread] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_constexpr] = ACTIONS(1501), - [anon_sym_volatile] = ACTIONS(1501), - [anon_sym_restrict] = ACTIONS(1501), - [anon_sym___restrict__] = ACTIONS(1501), - [anon_sym__Atomic] = ACTIONS(1501), - [anon_sym__Noreturn] = ACTIONS(1501), - [anon_sym_noreturn] = ACTIONS(1501), - [anon_sym_alignas] = ACTIONS(1501), - [anon_sym__Alignas] = ACTIONS(1501), - [sym_primitive_type] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [anon_sym_struct] = ACTIONS(1501), - [anon_sym_union] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_goto] = ACTIONS(1501), - [anon_sym___try] = ACTIONS(1501), - [anon_sym___leave] = ACTIONS(1501), - [anon_sym_DASH_DASH] = ACTIONS(1503), - [anon_sym_PLUS_PLUS] = ACTIONS(1503), - [anon_sym_sizeof] = ACTIONS(1501), - [anon_sym___alignof__] = ACTIONS(1501), - [anon_sym___alignof] = ACTIONS(1501), - [anon_sym__alignof] = ACTIONS(1501), - [anon_sym_alignof] = ACTIONS(1501), - [anon_sym__Alignof] = ACTIONS(1501), - [anon_sym_offsetof] = ACTIONS(1501), - [anon_sym__Generic] = ACTIONS(1501), - [anon_sym_asm] = ACTIONS(1501), - [anon_sym___asm__] = ACTIONS(1501), - [sym_number_literal] = ACTIONS(1503), - [anon_sym_L_SQUOTE] = ACTIONS(1503), - [anon_sym_u_SQUOTE] = ACTIONS(1503), - [anon_sym_U_SQUOTE] = ACTIONS(1503), - [anon_sym_u8_SQUOTE] = ACTIONS(1503), - [anon_sym_SQUOTE] = ACTIONS(1503), - [anon_sym_L_DQUOTE] = ACTIONS(1503), - [anon_sym_u_DQUOTE] = ACTIONS(1503), - [anon_sym_U_DQUOTE] = ACTIONS(1503), - [anon_sym_u8_DQUOTE] = ACTIONS(1503), - [anon_sym_DQUOTE] = ACTIONS(1503), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [anon_sym_NULL] = ACTIONS(1501), - [anon_sym_nullptr] = ACTIONS(1501), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1501), - [anon_sym_rayPayloadInEXT] = ACTIONS(1501), - [anon_sym_hitAttributeEXT] = ACTIONS(1501), - [anon_sym_callableDataEXT] = ACTIONS(1501), - [anon_sym_callableDataInEXT] = ACTIONS(1501), - [anon_sym_shaderRecordEXT] = ACTIONS(1501), - [anon_sym_rayPayloadNV] = ACTIONS(1501), - [anon_sym_rayPayloadInNV] = ACTIONS(1501), - [anon_sym_hitAttributeNV] = ACTIONS(1501), - [anon_sym_callableDataNV] = ACTIONS(1501), - [anon_sym_callableDataInNV] = ACTIONS(1501), - [anon_sym_shaderRecordNV] = ACTIONS(1501), - [anon_sym_layout] = ACTIONS(1501), + [sym_identifier] = ACTIONS(1513), + [aux_sym_preproc_include_token1] = ACTIONS(1513), + [aux_sym_preproc_def_token1] = ACTIONS(1513), + [aux_sym_preproc_if_token1] = ACTIONS(1513), + [aux_sym_preproc_if_token2] = ACTIONS(1513), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1513), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1513), + [sym_preproc_directive] = ACTIONS(1513), + [anon_sym_LPAREN2] = ACTIONS(1515), + [anon_sym_BANG] = ACTIONS(1515), + [anon_sym_TILDE] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1515), + [anon_sym_AMP] = ACTIONS(1515), + [anon_sym_subroutine] = ACTIONS(1513), + [anon_sym_invariant] = ACTIONS(1513), + [anon_sym_precise] = ACTIONS(1513), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1513), + [anon_sym_out] = ACTIONS(1513), + [anon_sym_inout] = ACTIONS(1513), + [anon_sym_uniform] = ACTIONS(1513), + [anon_sym_shared] = ACTIONS(1513), + [anon_sym_attribute] = ACTIONS(1513), + [anon_sym_varying] = ACTIONS(1513), + [anon_sym_buffer] = ACTIONS(1513), + [anon_sym_coherent] = ACTIONS(1513), + [anon_sym_readonly] = ACTIONS(1513), + [anon_sym_writeonly] = ACTIONS(1513), + [anon_sym_precision] = ACTIONS(1513), + [anon_sym_highp] = ACTIONS(1513), + [anon_sym_mediump] = ACTIONS(1513), + [anon_sym_lowp] = ACTIONS(1513), + [anon_sym_centroid] = ACTIONS(1513), + [anon_sym_sample] = ACTIONS(1513), + [anon_sym_patch] = ACTIONS(1513), + [anon_sym_smooth] = ACTIONS(1513), + [anon_sym_flat] = ACTIONS(1513), + [anon_sym_noperspective] = ACTIONS(1513), + [anon_sym___extension__] = ACTIONS(1513), + [anon_sym_typedef] = ACTIONS(1513), + [anon_sym_extern] = ACTIONS(1513), + [anon_sym___attribute__] = ACTIONS(1513), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1515), + [anon_sym___declspec] = ACTIONS(1513), + [anon_sym___cdecl] = ACTIONS(1513), + [anon_sym___clrcall] = ACTIONS(1513), + [anon_sym___stdcall] = ACTIONS(1513), + [anon_sym___fastcall] = ACTIONS(1513), + [anon_sym___thiscall] = ACTIONS(1513), + [anon_sym___vectorcall] = ACTIONS(1513), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_signed] = ACTIONS(1513), + [anon_sym_unsigned] = ACTIONS(1513), + [anon_sym_long] = ACTIONS(1513), + [anon_sym_short] = ACTIONS(1513), + [anon_sym_static] = ACTIONS(1513), + [anon_sym_auto] = ACTIONS(1513), + [anon_sym_register] = ACTIONS(1513), + [anon_sym_inline] = ACTIONS(1513), + [anon_sym___inline] = ACTIONS(1513), + [anon_sym___inline__] = ACTIONS(1513), + [anon_sym___forceinline] = ACTIONS(1513), + [anon_sym_thread_local] = ACTIONS(1513), + [anon_sym___thread] = ACTIONS(1513), + [anon_sym_const] = ACTIONS(1513), + [anon_sym_constexpr] = ACTIONS(1513), + [anon_sym_volatile] = ACTIONS(1513), + [anon_sym_restrict] = ACTIONS(1513), + [anon_sym___restrict__] = ACTIONS(1513), + [anon_sym__Atomic] = ACTIONS(1513), + [anon_sym__Noreturn] = ACTIONS(1513), + [anon_sym_noreturn] = ACTIONS(1513), + [anon_sym__Nonnull] = ACTIONS(1513), + [anon_sym_alignas] = ACTIONS(1513), + [anon_sym__Alignas] = ACTIONS(1513), + [sym_primitive_type] = ACTIONS(1513), + [anon_sym_enum] = ACTIONS(1513), + [anon_sym_struct] = ACTIONS(1513), + [anon_sym_union] = ACTIONS(1513), + [anon_sym_if] = ACTIONS(1513), + [anon_sym_switch] = ACTIONS(1513), + [anon_sym_case] = ACTIONS(1513), + [anon_sym_default] = ACTIONS(1513), + [anon_sym_while] = ACTIONS(1513), + [anon_sym_do] = ACTIONS(1513), + [anon_sym_for] = ACTIONS(1513), + [anon_sym_return] = ACTIONS(1513), + [anon_sym_break] = ACTIONS(1513), + [anon_sym_continue] = ACTIONS(1513), + [anon_sym_goto] = ACTIONS(1513), + [anon_sym___try] = ACTIONS(1513), + [anon_sym___leave] = ACTIONS(1513), + [anon_sym_DASH_DASH] = ACTIONS(1515), + [anon_sym_PLUS_PLUS] = ACTIONS(1515), + [anon_sym_sizeof] = ACTIONS(1513), + [anon_sym___alignof__] = ACTIONS(1513), + [anon_sym___alignof] = ACTIONS(1513), + [anon_sym__alignof] = ACTIONS(1513), + [anon_sym_alignof] = ACTIONS(1513), + [anon_sym__Alignof] = ACTIONS(1513), + [anon_sym_offsetof] = ACTIONS(1513), + [anon_sym__Generic] = ACTIONS(1513), + [anon_sym_asm] = ACTIONS(1513), + [anon_sym___asm__] = ACTIONS(1513), + [anon_sym___asm] = ACTIONS(1513), + [sym_number_literal] = ACTIONS(1515), + [anon_sym_L_SQUOTE] = ACTIONS(1515), + [anon_sym_u_SQUOTE] = ACTIONS(1515), + [anon_sym_U_SQUOTE] = ACTIONS(1515), + [anon_sym_u8_SQUOTE] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1515), + [anon_sym_L_DQUOTE] = ACTIONS(1515), + [anon_sym_u_DQUOTE] = ACTIONS(1515), + [anon_sym_U_DQUOTE] = ACTIONS(1515), + [anon_sym_u8_DQUOTE] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym_true] = ACTIONS(1513), + [sym_false] = ACTIONS(1513), + [anon_sym_NULL] = ACTIONS(1513), + [anon_sym_nullptr] = ACTIONS(1513), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1513), + [anon_sym_rayPayloadInEXT] = ACTIONS(1513), + [anon_sym_hitAttributeEXT] = ACTIONS(1513), + [anon_sym_callableDataEXT] = ACTIONS(1513), + [anon_sym_callableDataInEXT] = ACTIONS(1513), + [anon_sym_shaderRecordEXT] = ACTIONS(1513), + [anon_sym_rayPayloadNV] = ACTIONS(1513), + [anon_sym_rayPayloadInNV] = ACTIONS(1513), + [anon_sym_hitAttributeNV] = ACTIONS(1513), + [anon_sym_callableDataNV] = ACTIONS(1513), + [anon_sym_callableDataInNV] = ACTIONS(1513), + [anon_sym_shaderRecordNV] = ACTIONS(1513), + [anon_sym_layout] = ACTIONS(1513), }, [327] = { - [sym_identifier] = ACTIONS(1481), - [aux_sym_preproc_include_token1] = ACTIONS(1481), - [aux_sym_preproc_def_token1] = ACTIONS(1481), - [aux_sym_preproc_if_token1] = ACTIONS(1481), - [aux_sym_preproc_if_token2] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1481), - [sym_preproc_directive] = ACTIONS(1481), - [anon_sym_LPAREN2] = ACTIONS(1483), - [anon_sym_BANG] = ACTIONS(1483), - [anon_sym_TILDE] = ACTIONS(1483), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1481), - [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_AMP] = ACTIONS(1483), - [anon_sym_subroutine] = ACTIONS(1481), - [anon_sym_invariant] = ACTIONS(1481), - [anon_sym_precise] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1483), - [anon_sym_in] = ACTIONS(1481), - [anon_sym_out] = ACTIONS(1481), - [anon_sym_inout] = ACTIONS(1481), - [anon_sym_uniform] = ACTIONS(1481), - [anon_sym_shared] = ACTIONS(1481), - [anon_sym_attribute] = ACTIONS(1481), - [anon_sym_varying] = ACTIONS(1481), - [anon_sym_buffer] = ACTIONS(1481), - [anon_sym_coherent] = ACTIONS(1481), - [anon_sym_readonly] = ACTIONS(1481), - [anon_sym_writeonly] = ACTIONS(1481), - [anon_sym_precision] = ACTIONS(1481), - [anon_sym_highp] = ACTIONS(1481), - [anon_sym_mediump] = ACTIONS(1481), - [anon_sym_lowp] = ACTIONS(1481), - [anon_sym_centroid] = ACTIONS(1481), - [anon_sym_sample] = ACTIONS(1481), - [anon_sym_patch] = ACTIONS(1481), - [anon_sym_smooth] = ACTIONS(1481), - [anon_sym_flat] = ACTIONS(1481), - [anon_sym_noperspective] = ACTIONS(1481), - [anon_sym___extension__] = ACTIONS(1481), - [anon_sym_typedef] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym___attribute__] = ACTIONS(1481), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1483), - [anon_sym___declspec] = ACTIONS(1481), - [anon_sym___cdecl] = ACTIONS(1481), - [anon_sym___clrcall] = ACTIONS(1481), - [anon_sym___stdcall] = ACTIONS(1481), - [anon_sym___fastcall] = ACTIONS(1481), - [anon_sym___thiscall] = ACTIONS(1481), - [anon_sym___vectorcall] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1483), - [anon_sym_signed] = ACTIONS(1481), - [anon_sym_unsigned] = ACTIONS(1481), - [anon_sym_long] = ACTIONS(1481), - [anon_sym_short] = ACTIONS(1481), - [anon_sym_static] = ACTIONS(1481), - [anon_sym_auto] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_inline] = ACTIONS(1481), - [anon_sym___inline] = ACTIONS(1481), - [anon_sym___inline__] = ACTIONS(1481), - [anon_sym___forceinline] = ACTIONS(1481), - [anon_sym_thread_local] = ACTIONS(1481), - [anon_sym___thread] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [anon_sym_constexpr] = ACTIONS(1481), - [anon_sym_volatile] = ACTIONS(1481), - [anon_sym_restrict] = ACTIONS(1481), - [anon_sym___restrict__] = ACTIONS(1481), - [anon_sym__Atomic] = ACTIONS(1481), - [anon_sym__Noreturn] = ACTIONS(1481), - [anon_sym_noreturn] = ACTIONS(1481), - [anon_sym_alignas] = ACTIONS(1481), - [anon_sym__Alignas] = ACTIONS(1481), - [sym_primitive_type] = ACTIONS(1481), - [anon_sym_enum] = ACTIONS(1481), - [anon_sym_struct] = ACTIONS(1481), - [anon_sym_union] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_switch] = ACTIONS(1481), - [anon_sym_case] = ACTIONS(1481), - [anon_sym_default] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_goto] = ACTIONS(1481), - [anon_sym___try] = ACTIONS(1481), - [anon_sym___leave] = ACTIONS(1481), - [anon_sym_DASH_DASH] = ACTIONS(1483), - [anon_sym_PLUS_PLUS] = ACTIONS(1483), - [anon_sym_sizeof] = ACTIONS(1481), - [anon_sym___alignof__] = ACTIONS(1481), - [anon_sym___alignof] = ACTIONS(1481), - [anon_sym__alignof] = ACTIONS(1481), - [anon_sym_alignof] = ACTIONS(1481), - [anon_sym__Alignof] = ACTIONS(1481), - [anon_sym_offsetof] = ACTIONS(1481), - [anon_sym__Generic] = ACTIONS(1481), - [anon_sym_asm] = ACTIONS(1481), - [anon_sym___asm__] = ACTIONS(1481), - [sym_number_literal] = ACTIONS(1483), - [anon_sym_L_SQUOTE] = ACTIONS(1483), - [anon_sym_u_SQUOTE] = ACTIONS(1483), - [anon_sym_U_SQUOTE] = ACTIONS(1483), - [anon_sym_u8_SQUOTE] = ACTIONS(1483), - [anon_sym_SQUOTE] = ACTIONS(1483), - [anon_sym_L_DQUOTE] = ACTIONS(1483), - [anon_sym_u_DQUOTE] = ACTIONS(1483), - [anon_sym_U_DQUOTE] = ACTIONS(1483), - [anon_sym_u8_DQUOTE] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(1483), - [sym_true] = ACTIONS(1481), - [sym_false] = ACTIONS(1481), - [anon_sym_NULL] = ACTIONS(1481), - [anon_sym_nullptr] = ACTIONS(1481), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1481), - [anon_sym_rayPayloadInEXT] = ACTIONS(1481), - [anon_sym_hitAttributeEXT] = ACTIONS(1481), - [anon_sym_callableDataEXT] = ACTIONS(1481), - [anon_sym_callableDataInEXT] = ACTIONS(1481), - [anon_sym_shaderRecordEXT] = ACTIONS(1481), - [anon_sym_rayPayloadNV] = ACTIONS(1481), - [anon_sym_rayPayloadInNV] = ACTIONS(1481), - [anon_sym_hitAttributeNV] = ACTIONS(1481), - [anon_sym_callableDataNV] = ACTIONS(1481), - [anon_sym_callableDataInNV] = ACTIONS(1481), - [anon_sym_shaderRecordNV] = ACTIONS(1481), - [anon_sym_layout] = ACTIONS(1481), + [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_if_token2] = 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(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_TILDE] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1525), + [anon_sym_PLUS] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1527), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_subroutine] = ACTIONS(1525), + [anon_sym_invariant] = ACTIONS(1525), + [anon_sym_precise] = ACTIONS(1525), + [anon_sym_SEMI] = ACTIONS(1527), + [anon_sym_in] = ACTIONS(1525), + [anon_sym_out] = ACTIONS(1525), + [anon_sym_inout] = ACTIONS(1525), + [anon_sym_uniform] = ACTIONS(1525), + [anon_sym_shared] = ACTIONS(1525), + [anon_sym_attribute] = ACTIONS(1525), + [anon_sym_varying] = ACTIONS(1525), + [anon_sym_buffer] = ACTIONS(1525), + [anon_sym_coherent] = ACTIONS(1525), + [anon_sym_readonly] = ACTIONS(1525), + [anon_sym_writeonly] = ACTIONS(1525), + [anon_sym_precision] = ACTIONS(1525), + [anon_sym_highp] = ACTIONS(1525), + [anon_sym_mediump] = ACTIONS(1525), + [anon_sym_lowp] = ACTIONS(1525), + [anon_sym_centroid] = ACTIONS(1525), + [anon_sym_sample] = ACTIONS(1525), + [anon_sym_patch] = ACTIONS(1525), + [anon_sym_smooth] = ACTIONS(1525), + [anon_sym_flat] = ACTIONS(1525), + [anon_sym_noperspective] = ACTIONS(1525), + [anon_sym___extension__] = ACTIONS(1525), + [anon_sym_typedef] = ACTIONS(1525), + [anon_sym_extern] = ACTIONS(1525), + [anon_sym___attribute__] = ACTIONS(1525), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1527), + [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(1527), + [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___try] = ACTIONS(1525), + [anon_sym___leave] = ACTIONS(1525), + [anon_sym_DASH_DASH] = ACTIONS(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1527), + [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(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(1525), + [sym_false] = ACTIONS(1525), + [anon_sym_NULL] = ACTIONS(1525), + [anon_sym_nullptr] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1525), + [anon_sym_rayPayloadInEXT] = ACTIONS(1525), + [anon_sym_hitAttributeEXT] = ACTIONS(1525), + [anon_sym_callableDataEXT] = ACTIONS(1525), + [anon_sym_callableDataInEXT] = ACTIONS(1525), + [anon_sym_shaderRecordEXT] = ACTIONS(1525), + [anon_sym_rayPayloadNV] = ACTIONS(1525), + [anon_sym_rayPayloadInNV] = ACTIONS(1525), + [anon_sym_hitAttributeNV] = ACTIONS(1525), + [anon_sym_callableDataNV] = ACTIONS(1525), + [anon_sym_callableDataInNV] = ACTIONS(1525), + [anon_sym_shaderRecordNV] = ACTIONS(1525), + [anon_sym_layout] = ACTIONS(1525), }, [328] = { - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token2] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym___try] = ACTIONS(1425), - [anon_sym___leave] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1419), + [aux_sym_preproc_include_token1] = ACTIONS(1419), + [aux_sym_preproc_def_token1] = ACTIONS(1419), + [aux_sym_preproc_if_token1] = ACTIONS(1419), + [aux_sym_preproc_if_token2] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1419), + [sym_preproc_directive] = ACTIONS(1419), + [anon_sym_LPAREN2] = ACTIONS(1421), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1421), + [anon_sym_subroutine] = ACTIONS(1419), + [anon_sym_invariant] = ACTIONS(1419), + [anon_sym_precise] = ACTIONS(1419), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_in] = ACTIONS(1419), + [anon_sym_out] = ACTIONS(1419), + [anon_sym_inout] = ACTIONS(1419), + [anon_sym_uniform] = ACTIONS(1419), + [anon_sym_shared] = ACTIONS(1419), + [anon_sym_attribute] = ACTIONS(1419), + [anon_sym_varying] = ACTIONS(1419), + [anon_sym_buffer] = ACTIONS(1419), + [anon_sym_coherent] = ACTIONS(1419), + [anon_sym_readonly] = ACTIONS(1419), + [anon_sym_writeonly] = ACTIONS(1419), + [anon_sym_precision] = ACTIONS(1419), + [anon_sym_highp] = ACTIONS(1419), + [anon_sym_mediump] = ACTIONS(1419), + [anon_sym_lowp] = ACTIONS(1419), + [anon_sym_centroid] = ACTIONS(1419), + [anon_sym_sample] = ACTIONS(1419), + [anon_sym_patch] = ACTIONS(1419), + [anon_sym_smooth] = ACTIONS(1419), + [anon_sym_flat] = ACTIONS(1419), + [anon_sym_noperspective] = ACTIONS(1419), + [anon_sym___extension__] = ACTIONS(1419), + [anon_sym_typedef] = ACTIONS(1419), + [anon_sym_extern] = ACTIONS(1419), + [anon_sym___attribute__] = ACTIONS(1419), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1421), + [anon_sym___declspec] = ACTIONS(1419), + [anon_sym___cdecl] = ACTIONS(1419), + [anon_sym___clrcall] = ACTIONS(1419), + [anon_sym___stdcall] = ACTIONS(1419), + [anon_sym___fastcall] = ACTIONS(1419), + [anon_sym___thiscall] = ACTIONS(1419), + [anon_sym___vectorcall] = ACTIONS(1419), + [anon_sym_LBRACE] = ACTIONS(1421), + [anon_sym_signed] = ACTIONS(1419), + [anon_sym_unsigned] = ACTIONS(1419), + [anon_sym_long] = ACTIONS(1419), + [anon_sym_short] = ACTIONS(1419), + [anon_sym_static] = ACTIONS(1419), + [anon_sym_auto] = ACTIONS(1419), + [anon_sym_register] = ACTIONS(1419), + [anon_sym_inline] = ACTIONS(1419), + [anon_sym___inline] = ACTIONS(1419), + [anon_sym___inline__] = ACTIONS(1419), + [anon_sym___forceinline] = ACTIONS(1419), + [anon_sym_thread_local] = ACTIONS(1419), + [anon_sym___thread] = ACTIONS(1419), + [anon_sym_const] = ACTIONS(1419), + [anon_sym_constexpr] = ACTIONS(1419), + [anon_sym_volatile] = ACTIONS(1419), + [anon_sym_restrict] = ACTIONS(1419), + [anon_sym___restrict__] = ACTIONS(1419), + [anon_sym__Atomic] = ACTIONS(1419), + [anon_sym__Noreturn] = ACTIONS(1419), + [anon_sym_noreturn] = ACTIONS(1419), + [anon_sym__Nonnull] = ACTIONS(1419), + [anon_sym_alignas] = ACTIONS(1419), + [anon_sym__Alignas] = ACTIONS(1419), + [sym_primitive_type] = ACTIONS(1419), + [anon_sym_enum] = ACTIONS(1419), + [anon_sym_struct] = ACTIONS(1419), + [anon_sym_union] = ACTIONS(1419), + [anon_sym_if] = ACTIONS(1419), + [anon_sym_switch] = ACTIONS(1419), + [anon_sym_case] = ACTIONS(1419), + [anon_sym_default] = ACTIONS(1419), + [anon_sym_while] = ACTIONS(1419), + [anon_sym_do] = ACTIONS(1419), + [anon_sym_for] = ACTIONS(1419), + [anon_sym_return] = ACTIONS(1419), + [anon_sym_break] = ACTIONS(1419), + [anon_sym_continue] = ACTIONS(1419), + [anon_sym_goto] = ACTIONS(1419), + [anon_sym___try] = ACTIONS(1419), + [anon_sym___leave] = ACTIONS(1419), + [anon_sym_DASH_DASH] = ACTIONS(1421), + [anon_sym_PLUS_PLUS] = ACTIONS(1421), + [anon_sym_sizeof] = ACTIONS(1419), + [anon_sym___alignof__] = ACTIONS(1419), + [anon_sym___alignof] = ACTIONS(1419), + [anon_sym__alignof] = ACTIONS(1419), + [anon_sym_alignof] = ACTIONS(1419), + [anon_sym__Alignof] = ACTIONS(1419), + [anon_sym_offsetof] = ACTIONS(1419), + [anon_sym__Generic] = ACTIONS(1419), + [anon_sym_asm] = ACTIONS(1419), + [anon_sym___asm__] = ACTIONS(1419), + [anon_sym___asm] = ACTIONS(1419), + [sym_number_literal] = ACTIONS(1421), + [anon_sym_L_SQUOTE] = ACTIONS(1421), + [anon_sym_u_SQUOTE] = ACTIONS(1421), + [anon_sym_U_SQUOTE] = ACTIONS(1421), + [anon_sym_u8_SQUOTE] = ACTIONS(1421), + [anon_sym_SQUOTE] = ACTIONS(1421), + [anon_sym_L_DQUOTE] = ACTIONS(1421), + [anon_sym_u_DQUOTE] = ACTIONS(1421), + [anon_sym_U_DQUOTE] = ACTIONS(1421), + [anon_sym_u8_DQUOTE] = ACTIONS(1421), + [anon_sym_DQUOTE] = ACTIONS(1421), + [sym_true] = ACTIONS(1419), + [sym_false] = ACTIONS(1419), + [anon_sym_NULL] = ACTIONS(1419), + [anon_sym_nullptr] = ACTIONS(1419), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1419), + [anon_sym_rayPayloadInEXT] = ACTIONS(1419), + [anon_sym_hitAttributeEXT] = ACTIONS(1419), + [anon_sym_callableDataEXT] = ACTIONS(1419), + [anon_sym_callableDataInEXT] = ACTIONS(1419), + [anon_sym_shaderRecordEXT] = ACTIONS(1419), + [anon_sym_rayPayloadNV] = ACTIONS(1419), + [anon_sym_rayPayloadInNV] = ACTIONS(1419), + [anon_sym_hitAttributeNV] = ACTIONS(1419), + [anon_sym_callableDataNV] = ACTIONS(1419), + [anon_sym_callableDataInNV] = ACTIONS(1419), + [anon_sym_shaderRecordNV] = ACTIONS(1419), + [anon_sym_layout] = ACTIONS(1419), }, [329] = { - [sym_identifier] = ACTIONS(1397), - [aux_sym_preproc_include_token1] = ACTIONS(1397), - [aux_sym_preproc_def_token1] = ACTIONS(1397), - [aux_sym_preproc_if_token1] = ACTIONS(1397), - [aux_sym_preproc_if_token2] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1397), - [sym_preproc_directive] = ACTIONS(1397), - [anon_sym_LPAREN2] = ACTIONS(1399), - [anon_sym_BANG] = ACTIONS(1399), - [anon_sym_TILDE] = ACTIONS(1399), - [anon_sym_DASH] = ACTIONS(1397), - [anon_sym_PLUS] = ACTIONS(1397), - [anon_sym_STAR] = ACTIONS(1399), - [anon_sym_AMP] = ACTIONS(1399), - [anon_sym_subroutine] = ACTIONS(1397), - [anon_sym_invariant] = ACTIONS(1397), - [anon_sym_precise] = ACTIONS(1397), - [anon_sym_SEMI] = ACTIONS(1399), - [anon_sym_in] = ACTIONS(1397), - [anon_sym_out] = ACTIONS(1397), - [anon_sym_inout] = ACTIONS(1397), - [anon_sym_uniform] = ACTIONS(1397), - [anon_sym_shared] = ACTIONS(1397), - [anon_sym_attribute] = ACTIONS(1397), - [anon_sym_varying] = ACTIONS(1397), - [anon_sym_buffer] = ACTIONS(1397), - [anon_sym_coherent] = ACTIONS(1397), - [anon_sym_readonly] = ACTIONS(1397), - [anon_sym_writeonly] = ACTIONS(1397), - [anon_sym_precision] = ACTIONS(1397), - [anon_sym_highp] = ACTIONS(1397), - [anon_sym_mediump] = ACTIONS(1397), - [anon_sym_lowp] = ACTIONS(1397), - [anon_sym_centroid] = ACTIONS(1397), - [anon_sym_sample] = ACTIONS(1397), - [anon_sym_patch] = ACTIONS(1397), - [anon_sym_smooth] = ACTIONS(1397), - [anon_sym_flat] = ACTIONS(1397), - [anon_sym_noperspective] = ACTIONS(1397), - [anon_sym___extension__] = ACTIONS(1397), - [anon_sym_typedef] = ACTIONS(1397), - [anon_sym_extern] = ACTIONS(1397), - [anon_sym___attribute__] = ACTIONS(1397), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1399), - [anon_sym___declspec] = ACTIONS(1397), - [anon_sym___cdecl] = ACTIONS(1397), - [anon_sym___clrcall] = ACTIONS(1397), - [anon_sym___stdcall] = ACTIONS(1397), - [anon_sym___fastcall] = ACTIONS(1397), - [anon_sym___thiscall] = ACTIONS(1397), - [anon_sym___vectorcall] = ACTIONS(1397), - [anon_sym_LBRACE] = ACTIONS(1399), - [anon_sym_signed] = ACTIONS(1397), - [anon_sym_unsigned] = ACTIONS(1397), - [anon_sym_long] = ACTIONS(1397), - [anon_sym_short] = ACTIONS(1397), - [anon_sym_static] = ACTIONS(1397), - [anon_sym_auto] = ACTIONS(1397), - [anon_sym_register] = ACTIONS(1397), - [anon_sym_inline] = ACTIONS(1397), - [anon_sym___inline] = ACTIONS(1397), - [anon_sym___inline__] = ACTIONS(1397), - [anon_sym___forceinline] = ACTIONS(1397), - [anon_sym_thread_local] = ACTIONS(1397), - [anon_sym___thread] = ACTIONS(1397), - [anon_sym_const] = ACTIONS(1397), - [anon_sym_constexpr] = ACTIONS(1397), - [anon_sym_volatile] = ACTIONS(1397), - [anon_sym_restrict] = ACTIONS(1397), - [anon_sym___restrict__] = ACTIONS(1397), - [anon_sym__Atomic] = ACTIONS(1397), - [anon_sym__Noreturn] = ACTIONS(1397), - [anon_sym_noreturn] = ACTIONS(1397), - [anon_sym_alignas] = ACTIONS(1397), - [anon_sym__Alignas] = ACTIONS(1397), - [sym_primitive_type] = ACTIONS(1397), - [anon_sym_enum] = ACTIONS(1397), - [anon_sym_struct] = ACTIONS(1397), - [anon_sym_union] = ACTIONS(1397), - [anon_sym_if] = ACTIONS(1397), - [anon_sym_switch] = ACTIONS(1397), - [anon_sym_case] = ACTIONS(1397), - [anon_sym_default] = ACTIONS(1397), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1397), - [anon_sym_for] = ACTIONS(1397), - [anon_sym_return] = ACTIONS(1397), - [anon_sym_break] = ACTIONS(1397), - [anon_sym_continue] = ACTIONS(1397), - [anon_sym_goto] = ACTIONS(1397), - [anon_sym___try] = ACTIONS(1397), - [anon_sym___leave] = ACTIONS(1397), - [anon_sym_DASH_DASH] = ACTIONS(1399), - [anon_sym_PLUS_PLUS] = ACTIONS(1399), - [anon_sym_sizeof] = ACTIONS(1397), - [anon_sym___alignof__] = ACTIONS(1397), - [anon_sym___alignof] = ACTIONS(1397), - [anon_sym__alignof] = ACTIONS(1397), - [anon_sym_alignof] = ACTIONS(1397), - [anon_sym__Alignof] = ACTIONS(1397), - [anon_sym_offsetof] = ACTIONS(1397), - [anon_sym__Generic] = ACTIONS(1397), - [anon_sym_asm] = ACTIONS(1397), - [anon_sym___asm__] = ACTIONS(1397), - [sym_number_literal] = ACTIONS(1399), - [anon_sym_L_SQUOTE] = ACTIONS(1399), - [anon_sym_u_SQUOTE] = ACTIONS(1399), - [anon_sym_U_SQUOTE] = ACTIONS(1399), - [anon_sym_u8_SQUOTE] = ACTIONS(1399), - [anon_sym_SQUOTE] = ACTIONS(1399), - [anon_sym_L_DQUOTE] = ACTIONS(1399), - [anon_sym_u_DQUOTE] = ACTIONS(1399), - [anon_sym_U_DQUOTE] = ACTIONS(1399), - [anon_sym_u8_DQUOTE] = ACTIONS(1399), - [anon_sym_DQUOTE] = ACTIONS(1399), - [sym_true] = ACTIONS(1397), - [sym_false] = ACTIONS(1397), - [anon_sym_NULL] = ACTIONS(1397), - [anon_sym_nullptr] = ACTIONS(1397), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1397), - [anon_sym_rayPayloadInEXT] = ACTIONS(1397), - [anon_sym_hitAttributeEXT] = ACTIONS(1397), - [anon_sym_callableDataEXT] = ACTIONS(1397), - [anon_sym_callableDataInEXT] = ACTIONS(1397), - [anon_sym_shaderRecordEXT] = ACTIONS(1397), - [anon_sym_rayPayloadNV] = ACTIONS(1397), - [anon_sym_rayPayloadInNV] = ACTIONS(1397), - [anon_sym_hitAttributeNV] = ACTIONS(1397), - [anon_sym_callableDataNV] = ACTIONS(1397), - [anon_sym_callableDataInNV] = ACTIONS(1397), - [anon_sym_shaderRecordNV] = ACTIONS(1397), - [anon_sym_layout] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1411), + [aux_sym_preproc_include_token1] = ACTIONS(1411), + [aux_sym_preproc_def_token1] = ACTIONS(1411), + [aux_sym_preproc_if_token1] = ACTIONS(1411), + [aux_sym_preproc_if_token2] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1411), + [sym_preproc_directive] = ACTIONS(1411), + [anon_sym_LPAREN2] = ACTIONS(1413), + [anon_sym_BANG] = ACTIONS(1413), + [anon_sym_TILDE] = ACTIONS(1413), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1413), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_subroutine] = ACTIONS(1411), + [anon_sym_invariant] = ACTIONS(1411), + [anon_sym_precise] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_out] = ACTIONS(1411), + [anon_sym_inout] = ACTIONS(1411), + [anon_sym_uniform] = ACTIONS(1411), + [anon_sym_shared] = ACTIONS(1411), + [anon_sym_attribute] = ACTIONS(1411), + [anon_sym_varying] = ACTIONS(1411), + [anon_sym_buffer] = ACTIONS(1411), + [anon_sym_coherent] = ACTIONS(1411), + [anon_sym_readonly] = ACTIONS(1411), + [anon_sym_writeonly] = ACTIONS(1411), + [anon_sym_precision] = ACTIONS(1411), + [anon_sym_highp] = ACTIONS(1411), + [anon_sym_mediump] = ACTIONS(1411), + [anon_sym_lowp] = ACTIONS(1411), + [anon_sym_centroid] = ACTIONS(1411), + [anon_sym_sample] = ACTIONS(1411), + [anon_sym_patch] = ACTIONS(1411), + [anon_sym_smooth] = ACTIONS(1411), + [anon_sym_flat] = ACTIONS(1411), + [anon_sym_noperspective] = ACTIONS(1411), + [anon_sym___extension__] = ACTIONS(1411), + [anon_sym_typedef] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym___attribute__] = ACTIONS(1411), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1413), + [anon_sym___declspec] = ACTIONS(1411), + [anon_sym___cdecl] = ACTIONS(1411), + [anon_sym___clrcall] = ACTIONS(1411), + [anon_sym___stdcall] = ACTIONS(1411), + [anon_sym___fastcall] = ACTIONS(1411), + [anon_sym___thiscall] = ACTIONS(1411), + [anon_sym___vectorcall] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1413), + [anon_sym_signed] = ACTIONS(1411), + [anon_sym_unsigned] = ACTIONS(1411), + [anon_sym_long] = ACTIONS(1411), + [anon_sym_short] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1411), + [anon_sym_auto] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_inline] = ACTIONS(1411), + [anon_sym___inline] = ACTIONS(1411), + [anon_sym___inline__] = ACTIONS(1411), + [anon_sym___forceinline] = ACTIONS(1411), + [anon_sym_thread_local] = ACTIONS(1411), + [anon_sym___thread] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_constexpr] = ACTIONS(1411), + [anon_sym_volatile] = ACTIONS(1411), + [anon_sym_restrict] = ACTIONS(1411), + [anon_sym___restrict__] = ACTIONS(1411), + [anon_sym__Atomic] = ACTIONS(1411), + [anon_sym__Noreturn] = ACTIONS(1411), + [anon_sym_noreturn] = ACTIONS(1411), + [anon_sym__Nonnull] = ACTIONS(1411), + [anon_sym_alignas] = ACTIONS(1411), + [anon_sym__Alignas] = ACTIONS(1411), + [sym_primitive_type] = ACTIONS(1411), + [anon_sym_enum] = ACTIONS(1411), + [anon_sym_struct] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_switch] = ACTIONS(1411), + [anon_sym_case] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_goto] = ACTIONS(1411), + [anon_sym___try] = ACTIONS(1411), + [anon_sym___leave] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1413), + [anon_sym_sizeof] = ACTIONS(1411), + [anon_sym___alignof__] = ACTIONS(1411), + [anon_sym___alignof] = ACTIONS(1411), + [anon_sym__alignof] = ACTIONS(1411), + [anon_sym_alignof] = ACTIONS(1411), + [anon_sym__Alignof] = ACTIONS(1411), + [anon_sym_offsetof] = ACTIONS(1411), + [anon_sym__Generic] = ACTIONS(1411), + [anon_sym_asm] = ACTIONS(1411), + [anon_sym___asm__] = ACTIONS(1411), + [anon_sym___asm] = ACTIONS(1411), + [sym_number_literal] = ACTIONS(1413), + [anon_sym_L_SQUOTE] = ACTIONS(1413), + [anon_sym_u_SQUOTE] = ACTIONS(1413), + [anon_sym_U_SQUOTE] = ACTIONS(1413), + [anon_sym_u8_SQUOTE] = ACTIONS(1413), + [anon_sym_SQUOTE] = ACTIONS(1413), + [anon_sym_L_DQUOTE] = ACTIONS(1413), + [anon_sym_u_DQUOTE] = ACTIONS(1413), + [anon_sym_U_DQUOTE] = ACTIONS(1413), + [anon_sym_u8_DQUOTE] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(1413), + [sym_true] = ACTIONS(1411), + [sym_false] = ACTIONS(1411), + [anon_sym_NULL] = ACTIONS(1411), + [anon_sym_nullptr] = ACTIONS(1411), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1411), + [anon_sym_rayPayloadInEXT] = ACTIONS(1411), + [anon_sym_hitAttributeEXT] = ACTIONS(1411), + [anon_sym_callableDataEXT] = ACTIONS(1411), + [anon_sym_callableDataInEXT] = ACTIONS(1411), + [anon_sym_shaderRecordEXT] = ACTIONS(1411), + [anon_sym_rayPayloadNV] = ACTIONS(1411), + [anon_sym_rayPayloadInNV] = ACTIONS(1411), + [anon_sym_hitAttributeNV] = ACTIONS(1411), + [anon_sym_callableDataNV] = ACTIONS(1411), + [anon_sym_callableDataInNV] = ACTIONS(1411), + [anon_sym_shaderRecordNV] = ACTIONS(1411), + [anon_sym_layout] = ACTIONS(1411), }, [330] = { - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token2] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym___try] = ACTIONS(1473), - [anon_sym___leave] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1467), + [aux_sym_preproc_include_token1] = ACTIONS(1467), + [aux_sym_preproc_def_token1] = ACTIONS(1467), + [aux_sym_preproc_if_token1] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1467), + [sym_preproc_directive] = ACTIONS(1467), + [anon_sym_LPAREN2] = ACTIONS(1469), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_AMP] = ACTIONS(1469), + [anon_sym_subroutine] = ACTIONS(1467), + [anon_sym_invariant] = ACTIONS(1467), + [anon_sym_precise] = ACTIONS(1467), + [anon_sym_SEMI] = ACTIONS(1469), + [anon_sym_in] = ACTIONS(1467), + [anon_sym_out] = ACTIONS(1467), + [anon_sym_inout] = ACTIONS(1467), + [anon_sym_uniform] = ACTIONS(1467), + [anon_sym_shared] = ACTIONS(1467), + [anon_sym_attribute] = ACTIONS(1467), + [anon_sym_varying] = ACTIONS(1467), + [anon_sym_buffer] = ACTIONS(1467), + [anon_sym_coherent] = ACTIONS(1467), + [anon_sym_readonly] = ACTIONS(1467), + [anon_sym_writeonly] = ACTIONS(1467), + [anon_sym_precision] = ACTIONS(1467), + [anon_sym_highp] = ACTIONS(1467), + [anon_sym_mediump] = ACTIONS(1467), + [anon_sym_lowp] = ACTIONS(1467), + [anon_sym_centroid] = ACTIONS(1467), + [anon_sym_sample] = ACTIONS(1467), + [anon_sym_patch] = ACTIONS(1467), + [anon_sym_smooth] = ACTIONS(1467), + [anon_sym_flat] = ACTIONS(1467), + [anon_sym_noperspective] = ACTIONS(1467), + [anon_sym___extension__] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1467), + [anon_sym___attribute__] = ACTIONS(1467), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1469), + [anon_sym___declspec] = ACTIONS(1467), + [anon_sym___cdecl] = ACTIONS(1467), + [anon_sym___clrcall] = ACTIONS(1467), + [anon_sym___stdcall] = ACTIONS(1467), + [anon_sym___fastcall] = ACTIONS(1467), + [anon_sym___thiscall] = ACTIONS(1467), + [anon_sym___vectorcall] = ACTIONS(1467), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(1469), + [anon_sym_signed] = ACTIONS(1467), + [anon_sym_unsigned] = ACTIONS(1467), + [anon_sym_long] = ACTIONS(1467), + [anon_sym_short] = ACTIONS(1467), + [anon_sym_static] = ACTIONS(1467), + [anon_sym_auto] = ACTIONS(1467), + [anon_sym_register] = ACTIONS(1467), + [anon_sym_inline] = ACTIONS(1467), + [anon_sym___inline] = ACTIONS(1467), + [anon_sym___inline__] = ACTIONS(1467), + [anon_sym___forceinline] = ACTIONS(1467), + [anon_sym_thread_local] = ACTIONS(1467), + [anon_sym___thread] = ACTIONS(1467), + [anon_sym_const] = ACTIONS(1467), + [anon_sym_constexpr] = ACTIONS(1467), + [anon_sym_volatile] = ACTIONS(1467), + [anon_sym_restrict] = ACTIONS(1467), + [anon_sym___restrict__] = ACTIONS(1467), + [anon_sym__Atomic] = ACTIONS(1467), + [anon_sym__Noreturn] = ACTIONS(1467), + [anon_sym_noreturn] = ACTIONS(1467), + [anon_sym__Nonnull] = ACTIONS(1467), + [anon_sym_alignas] = ACTIONS(1467), + [anon_sym__Alignas] = ACTIONS(1467), + [sym_primitive_type] = ACTIONS(1467), + [anon_sym_enum] = ACTIONS(1467), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1467), + [anon_sym_if] = ACTIONS(1467), + [anon_sym_switch] = ACTIONS(1467), + [anon_sym_case] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1467), + [anon_sym_while] = ACTIONS(1467), + [anon_sym_do] = ACTIONS(1467), + [anon_sym_for] = ACTIONS(1467), + [anon_sym_return] = ACTIONS(1467), + [anon_sym_break] = ACTIONS(1467), + [anon_sym_continue] = ACTIONS(1467), + [anon_sym_goto] = ACTIONS(1467), + [anon_sym___try] = ACTIONS(1467), + [anon_sym___leave] = ACTIONS(1467), + [anon_sym_DASH_DASH] = ACTIONS(1469), + [anon_sym_PLUS_PLUS] = ACTIONS(1469), + [anon_sym_sizeof] = ACTIONS(1467), + [anon_sym___alignof__] = ACTIONS(1467), + [anon_sym___alignof] = ACTIONS(1467), + [anon_sym__alignof] = ACTIONS(1467), + [anon_sym_alignof] = ACTIONS(1467), + [anon_sym__Alignof] = ACTIONS(1467), + [anon_sym_offsetof] = ACTIONS(1467), + [anon_sym__Generic] = ACTIONS(1467), + [anon_sym_asm] = ACTIONS(1467), + [anon_sym___asm__] = ACTIONS(1467), + [anon_sym___asm] = ACTIONS(1467), + [sym_number_literal] = ACTIONS(1469), + [anon_sym_L_SQUOTE] = ACTIONS(1469), + [anon_sym_u_SQUOTE] = ACTIONS(1469), + [anon_sym_U_SQUOTE] = ACTIONS(1469), + [anon_sym_u8_SQUOTE] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1469), + [anon_sym_L_DQUOTE] = ACTIONS(1469), + [anon_sym_u_DQUOTE] = ACTIONS(1469), + [anon_sym_U_DQUOTE] = ACTIONS(1469), + [anon_sym_u8_DQUOTE] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(1469), + [sym_true] = ACTIONS(1467), + [sym_false] = ACTIONS(1467), + [anon_sym_NULL] = ACTIONS(1467), + [anon_sym_nullptr] = ACTIONS(1467), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1467), + [anon_sym_rayPayloadInEXT] = ACTIONS(1467), + [anon_sym_hitAttributeEXT] = ACTIONS(1467), + [anon_sym_callableDataEXT] = ACTIONS(1467), + [anon_sym_callableDataInEXT] = ACTIONS(1467), + [anon_sym_shaderRecordEXT] = ACTIONS(1467), + [anon_sym_rayPayloadNV] = ACTIONS(1467), + [anon_sym_rayPayloadInNV] = ACTIONS(1467), + [anon_sym_hitAttributeNV] = ACTIONS(1467), + [anon_sym_callableDataNV] = ACTIONS(1467), + [anon_sym_callableDataInNV] = ACTIONS(1467), + [anon_sym_shaderRecordNV] = ACTIONS(1467), + [anon_sym_layout] = ACTIONS(1467), }, [331] = { - [sym_identifier] = ACTIONS(1477), - [aux_sym_preproc_include_token1] = ACTIONS(1477), - [aux_sym_preproc_def_token1] = ACTIONS(1477), - [aux_sym_preproc_if_token1] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1477), - [sym_preproc_directive] = ACTIONS(1477), - [anon_sym_LPAREN2] = ACTIONS(1479), - [anon_sym_BANG] = ACTIONS(1479), - [anon_sym_TILDE] = ACTIONS(1479), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_STAR] = ACTIONS(1479), - [anon_sym_AMP] = ACTIONS(1479), - [anon_sym_subroutine] = ACTIONS(1477), - [anon_sym_invariant] = ACTIONS(1477), - [anon_sym_precise] = ACTIONS(1477), - [anon_sym_SEMI] = ACTIONS(1479), - [anon_sym_in] = ACTIONS(1477), - [anon_sym_out] = ACTIONS(1477), - [anon_sym_inout] = ACTIONS(1477), - [anon_sym_uniform] = ACTIONS(1477), - [anon_sym_shared] = ACTIONS(1477), - [anon_sym_attribute] = ACTIONS(1477), - [anon_sym_varying] = ACTIONS(1477), - [anon_sym_buffer] = ACTIONS(1477), - [anon_sym_coherent] = ACTIONS(1477), - [anon_sym_readonly] = ACTIONS(1477), - [anon_sym_writeonly] = ACTIONS(1477), - [anon_sym_precision] = ACTIONS(1477), - [anon_sym_highp] = ACTIONS(1477), - [anon_sym_mediump] = ACTIONS(1477), - [anon_sym_lowp] = ACTIONS(1477), - [anon_sym_centroid] = ACTIONS(1477), - [anon_sym_sample] = ACTIONS(1477), - [anon_sym_patch] = ACTIONS(1477), - [anon_sym_smooth] = ACTIONS(1477), - [anon_sym_flat] = ACTIONS(1477), - [anon_sym_noperspective] = ACTIONS(1477), - [anon_sym___extension__] = ACTIONS(1477), - [anon_sym_typedef] = ACTIONS(1477), - [anon_sym_extern] = ACTIONS(1477), - [anon_sym___attribute__] = ACTIONS(1477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1479), - [anon_sym___declspec] = ACTIONS(1477), - [anon_sym___cdecl] = ACTIONS(1477), - [anon_sym___clrcall] = ACTIONS(1477), - [anon_sym___stdcall] = ACTIONS(1477), - [anon_sym___fastcall] = ACTIONS(1477), - [anon_sym___thiscall] = ACTIONS(1477), - [anon_sym___vectorcall] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1479), - [anon_sym_RBRACE] = ACTIONS(1479), - [anon_sym_signed] = ACTIONS(1477), - [anon_sym_unsigned] = ACTIONS(1477), - [anon_sym_long] = ACTIONS(1477), - [anon_sym_short] = ACTIONS(1477), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_auto] = ACTIONS(1477), - [anon_sym_register] = ACTIONS(1477), - [anon_sym_inline] = ACTIONS(1477), - [anon_sym___inline] = ACTIONS(1477), - [anon_sym___inline__] = ACTIONS(1477), - [anon_sym___forceinline] = ACTIONS(1477), - [anon_sym_thread_local] = ACTIONS(1477), - [anon_sym___thread] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_constexpr] = ACTIONS(1477), - [anon_sym_volatile] = ACTIONS(1477), - [anon_sym_restrict] = ACTIONS(1477), - [anon_sym___restrict__] = ACTIONS(1477), - [anon_sym__Atomic] = ACTIONS(1477), - [anon_sym__Noreturn] = ACTIONS(1477), - [anon_sym_noreturn] = ACTIONS(1477), - [anon_sym_alignas] = ACTIONS(1477), - [anon_sym__Alignas] = ACTIONS(1477), - [sym_primitive_type] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [anon_sym_struct] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_switch] = ACTIONS(1477), - [anon_sym_case] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_do] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_goto] = ACTIONS(1477), - [anon_sym___try] = ACTIONS(1477), - [anon_sym___leave] = ACTIONS(1477), - [anon_sym_DASH_DASH] = ACTIONS(1479), - [anon_sym_PLUS_PLUS] = ACTIONS(1479), - [anon_sym_sizeof] = ACTIONS(1477), - [anon_sym___alignof__] = ACTIONS(1477), - [anon_sym___alignof] = ACTIONS(1477), - [anon_sym__alignof] = ACTIONS(1477), - [anon_sym_alignof] = ACTIONS(1477), - [anon_sym__Alignof] = ACTIONS(1477), - [anon_sym_offsetof] = ACTIONS(1477), - [anon_sym__Generic] = ACTIONS(1477), - [anon_sym_asm] = ACTIONS(1477), - [anon_sym___asm__] = ACTIONS(1477), - [sym_number_literal] = ACTIONS(1479), - [anon_sym_L_SQUOTE] = ACTIONS(1479), - [anon_sym_u_SQUOTE] = ACTIONS(1479), - [anon_sym_U_SQUOTE] = ACTIONS(1479), - [anon_sym_u8_SQUOTE] = ACTIONS(1479), - [anon_sym_SQUOTE] = ACTIONS(1479), - [anon_sym_L_DQUOTE] = ACTIONS(1479), - [anon_sym_u_DQUOTE] = ACTIONS(1479), - [anon_sym_U_DQUOTE] = ACTIONS(1479), - [anon_sym_u8_DQUOTE] = ACTIONS(1479), - [anon_sym_DQUOTE] = ACTIONS(1479), - [sym_true] = ACTIONS(1477), - [sym_false] = ACTIONS(1477), - [anon_sym_NULL] = ACTIONS(1477), - [anon_sym_nullptr] = ACTIONS(1477), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1477), - [anon_sym_rayPayloadInEXT] = ACTIONS(1477), - [anon_sym_hitAttributeEXT] = ACTIONS(1477), - [anon_sym_callableDataEXT] = ACTIONS(1477), - [anon_sym_callableDataInEXT] = ACTIONS(1477), - [anon_sym_shaderRecordEXT] = ACTIONS(1477), - [anon_sym_rayPayloadNV] = ACTIONS(1477), - [anon_sym_rayPayloadInNV] = ACTIONS(1477), - [anon_sym_hitAttributeNV] = ACTIONS(1477), - [anon_sym_callableDataNV] = ACTIONS(1477), - [anon_sym_callableDataInNV] = ACTIONS(1477), - [anon_sym_shaderRecordNV] = ACTIONS(1477), - [anon_sym_layout] = ACTIONS(1477), + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_include_token1] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token2] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_LPAREN2] = ACTIONS(1489), + [anon_sym_BANG] = ACTIONS(1489), + [anon_sym_TILDE] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1487), + [anon_sym_PLUS] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1489), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_typedef] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym___cdecl] = ACTIONS(1487), + [anon_sym___clrcall] = ACTIONS(1487), + [anon_sym___stdcall] = ACTIONS(1487), + [anon_sym___fastcall] = ACTIONS(1487), + [anon_sym___thiscall] = ACTIONS(1487), + [anon_sym___vectorcall] = ACTIONS(1487), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [anon_sym_if] = ACTIONS(1487), + [anon_sym_switch] = ACTIONS(1487), + [anon_sym_case] = ACTIONS(1487), + [anon_sym_default] = ACTIONS(1487), + [anon_sym_while] = ACTIONS(1487), + [anon_sym_do] = ACTIONS(1487), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1487), + [anon_sym_break] = ACTIONS(1487), + [anon_sym_continue] = ACTIONS(1487), + [anon_sym_goto] = ACTIONS(1487), + [anon_sym___try] = ACTIONS(1487), + [anon_sym___leave] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1489), + [anon_sym_PLUS_PLUS] = ACTIONS(1489), + [anon_sym_sizeof] = ACTIONS(1487), + [anon_sym___alignof__] = ACTIONS(1487), + [anon_sym___alignof] = ACTIONS(1487), + [anon_sym__alignof] = ACTIONS(1487), + [anon_sym_alignof] = ACTIONS(1487), + [anon_sym__Alignof] = ACTIONS(1487), + [anon_sym_offsetof] = ACTIONS(1487), + [anon_sym__Generic] = ACTIONS(1487), + [anon_sym_asm] = ACTIONS(1487), + [anon_sym___asm__] = ACTIONS(1487), + [anon_sym___asm] = ACTIONS(1487), + [sym_number_literal] = ACTIONS(1489), + [anon_sym_L_SQUOTE] = ACTIONS(1489), + [anon_sym_u_SQUOTE] = ACTIONS(1489), + [anon_sym_U_SQUOTE] = ACTIONS(1489), + [anon_sym_u8_SQUOTE] = ACTIONS(1489), + [anon_sym_SQUOTE] = ACTIONS(1489), + [anon_sym_L_DQUOTE] = ACTIONS(1489), + [anon_sym_u_DQUOTE] = ACTIONS(1489), + [anon_sym_U_DQUOTE] = ACTIONS(1489), + [anon_sym_u8_DQUOTE] = ACTIONS(1489), + [anon_sym_DQUOTE] = ACTIONS(1489), + [sym_true] = ACTIONS(1487), + [sym_false] = ACTIONS(1487), + [anon_sym_NULL] = ACTIONS(1487), + [anon_sym_nullptr] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), }, [332] = { - [sym_identifier] = ACTIONS(1469), - [aux_sym_preproc_include_token1] = ACTIONS(1469), - [aux_sym_preproc_def_token1] = ACTIONS(1469), - [aux_sym_preproc_if_token1] = ACTIONS(1469), - [aux_sym_preproc_if_token2] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1469), - [sym_preproc_directive] = ACTIONS(1469), - [anon_sym_LPAREN2] = ACTIONS(1471), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1471), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_subroutine] = ACTIONS(1469), - [anon_sym_invariant] = ACTIONS(1469), - [anon_sym_precise] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_out] = ACTIONS(1469), - [anon_sym_inout] = ACTIONS(1469), - [anon_sym_uniform] = ACTIONS(1469), - [anon_sym_shared] = ACTIONS(1469), - [anon_sym_attribute] = ACTIONS(1469), - [anon_sym_varying] = ACTIONS(1469), - [anon_sym_buffer] = ACTIONS(1469), - [anon_sym_coherent] = ACTIONS(1469), - [anon_sym_readonly] = ACTIONS(1469), - [anon_sym_writeonly] = ACTIONS(1469), - [anon_sym_precision] = ACTIONS(1469), - [anon_sym_highp] = ACTIONS(1469), - [anon_sym_mediump] = ACTIONS(1469), - [anon_sym_lowp] = ACTIONS(1469), - [anon_sym_centroid] = ACTIONS(1469), - [anon_sym_sample] = ACTIONS(1469), - [anon_sym_patch] = ACTIONS(1469), - [anon_sym_smooth] = ACTIONS(1469), - [anon_sym_flat] = ACTIONS(1469), - [anon_sym_noperspective] = ACTIONS(1469), - [anon_sym___extension__] = ACTIONS(1469), - [anon_sym_typedef] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym___attribute__] = ACTIONS(1469), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1471), - [anon_sym___declspec] = ACTIONS(1469), - [anon_sym___cdecl] = ACTIONS(1469), - [anon_sym___clrcall] = ACTIONS(1469), - [anon_sym___stdcall] = ACTIONS(1469), - [anon_sym___fastcall] = ACTIONS(1469), - [anon_sym___thiscall] = ACTIONS(1469), - [anon_sym___vectorcall] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_signed] = ACTIONS(1469), - [anon_sym_unsigned] = ACTIONS(1469), - [anon_sym_long] = ACTIONS(1469), - [anon_sym_short] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1469), - [anon_sym_auto] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_inline] = ACTIONS(1469), - [anon_sym___inline] = ACTIONS(1469), - [anon_sym___inline__] = ACTIONS(1469), - [anon_sym___forceinline] = ACTIONS(1469), - [anon_sym_thread_local] = ACTIONS(1469), - [anon_sym___thread] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_constexpr] = ACTIONS(1469), - [anon_sym_volatile] = ACTIONS(1469), - [anon_sym_restrict] = ACTIONS(1469), - [anon_sym___restrict__] = ACTIONS(1469), - [anon_sym__Atomic] = ACTIONS(1469), - [anon_sym__Noreturn] = ACTIONS(1469), - [anon_sym_noreturn] = ACTIONS(1469), - [anon_sym_alignas] = ACTIONS(1469), - [anon_sym__Alignas] = ACTIONS(1469), - [sym_primitive_type] = ACTIONS(1469), - [anon_sym_enum] = ACTIONS(1469), - [anon_sym_struct] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_switch] = ACTIONS(1469), - [anon_sym_case] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_goto] = ACTIONS(1469), - [anon_sym___try] = ACTIONS(1469), - [anon_sym___leave] = ACTIONS(1469), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_sizeof] = ACTIONS(1469), - [anon_sym___alignof__] = ACTIONS(1469), - [anon_sym___alignof] = ACTIONS(1469), - [anon_sym__alignof] = ACTIONS(1469), - [anon_sym_alignof] = ACTIONS(1469), - [anon_sym__Alignof] = ACTIONS(1469), - [anon_sym_offsetof] = ACTIONS(1469), - [anon_sym__Generic] = ACTIONS(1469), - [anon_sym_asm] = ACTIONS(1469), - [anon_sym___asm__] = ACTIONS(1469), - [sym_number_literal] = ACTIONS(1471), - [anon_sym_L_SQUOTE] = ACTIONS(1471), - [anon_sym_u_SQUOTE] = ACTIONS(1471), - [anon_sym_U_SQUOTE] = ACTIONS(1471), - [anon_sym_u8_SQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [anon_sym_L_DQUOTE] = ACTIONS(1471), - [anon_sym_u_DQUOTE] = ACTIONS(1471), - [anon_sym_U_DQUOTE] = ACTIONS(1471), - [anon_sym_u8_DQUOTE] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [sym_true] = ACTIONS(1469), - [sym_false] = ACTIONS(1469), - [anon_sym_NULL] = ACTIONS(1469), - [anon_sym_nullptr] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1469), - [anon_sym_rayPayloadInEXT] = ACTIONS(1469), - [anon_sym_hitAttributeEXT] = ACTIONS(1469), - [anon_sym_callableDataEXT] = ACTIONS(1469), - [anon_sym_callableDataInEXT] = ACTIONS(1469), - [anon_sym_shaderRecordEXT] = ACTIONS(1469), - [anon_sym_rayPayloadNV] = ACTIONS(1469), - [anon_sym_rayPayloadInNV] = ACTIONS(1469), - [anon_sym_hitAttributeNV] = ACTIONS(1469), - [anon_sym_callableDataNV] = ACTIONS(1469), - [anon_sym_callableDataInNV] = ACTIONS(1469), - [anon_sym_shaderRecordNV] = ACTIONS(1469), - [anon_sym_layout] = ACTIONS(1469), + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_include_token1] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token2] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_LPAREN2] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_TILDE] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_typedef] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym___cdecl] = ACTIONS(1517), + [anon_sym___clrcall] = ACTIONS(1517), + [anon_sym___stdcall] = ACTIONS(1517), + [anon_sym___fastcall] = ACTIONS(1517), + [anon_sym___thiscall] = ACTIONS(1517), + [anon_sym___vectorcall] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_switch] = ACTIONS(1517), + [anon_sym_case] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_do] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_goto] = ACTIONS(1517), + [anon_sym___try] = ACTIONS(1517), + [anon_sym___leave] = ACTIONS(1517), + [anon_sym_DASH_DASH] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_sizeof] = ACTIONS(1517), + [anon_sym___alignof__] = ACTIONS(1517), + [anon_sym___alignof] = ACTIONS(1517), + [anon_sym__alignof] = ACTIONS(1517), + [anon_sym_alignof] = ACTIONS(1517), + [anon_sym__Alignof] = ACTIONS(1517), + [anon_sym_offsetof] = ACTIONS(1517), + [anon_sym__Generic] = ACTIONS(1517), + [anon_sym_asm] = ACTIONS(1517), + [anon_sym___asm__] = ACTIONS(1517), + [anon_sym___asm] = ACTIONS(1517), + [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(1517), + [sym_false] = ACTIONS(1517), + [anon_sym_NULL] = ACTIONS(1517), + [anon_sym_nullptr] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), }, [333] = { - [sym_identifier] = ACTIONS(1461), - [aux_sym_preproc_include_token1] = ACTIONS(1461), - [aux_sym_preproc_def_token1] = ACTIONS(1461), - [aux_sym_preproc_if_token1] = ACTIONS(1461), - [aux_sym_preproc_if_token2] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1461), - [sym_preproc_directive] = ACTIONS(1461), - [anon_sym_LPAREN2] = ACTIONS(1463), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_AMP] = ACTIONS(1463), - [anon_sym_subroutine] = ACTIONS(1461), - [anon_sym_invariant] = ACTIONS(1461), - [anon_sym_precise] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_out] = ACTIONS(1461), - [anon_sym_inout] = ACTIONS(1461), - [anon_sym_uniform] = ACTIONS(1461), - [anon_sym_shared] = ACTIONS(1461), - [anon_sym_attribute] = ACTIONS(1461), - [anon_sym_varying] = ACTIONS(1461), - [anon_sym_buffer] = ACTIONS(1461), - [anon_sym_coherent] = ACTIONS(1461), - [anon_sym_readonly] = ACTIONS(1461), - [anon_sym_writeonly] = ACTIONS(1461), - [anon_sym_precision] = ACTIONS(1461), - [anon_sym_highp] = ACTIONS(1461), - [anon_sym_mediump] = ACTIONS(1461), - [anon_sym_lowp] = ACTIONS(1461), - [anon_sym_centroid] = ACTIONS(1461), - [anon_sym_sample] = ACTIONS(1461), - [anon_sym_patch] = ACTIONS(1461), - [anon_sym_smooth] = ACTIONS(1461), - [anon_sym_flat] = ACTIONS(1461), - [anon_sym_noperspective] = ACTIONS(1461), - [anon_sym___extension__] = ACTIONS(1461), - [anon_sym_typedef] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym___attribute__] = ACTIONS(1461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1463), - [anon_sym___declspec] = ACTIONS(1461), - [anon_sym___cdecl] = ACTIONS(1461), - [anon_sym___clrcall] = ACTIONS(1461), - [anon_sym___stdcall] = ACTIONS(1461), - [anon_sym___fastcall] = ACTIONS(1461), - [anon_sym___thiscall] = ACTIONS(1461), - [anon_sym___vectorcall] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_signed] = ACTIONS(1461), - [anon_sym_unsigned] = ACTIONS(1461), - [anon_sym_long] = ACTIONS(1461), - [anon_sym_short] = ACTIONS(1461), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_auto] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), - [anon_sym___inline] = ACTIONS(1461), - [anon_sym___inline__] = ACTIONS(1461), - [anon_sym___forceinline] = ACTIONS(1461), - [anon_sym_thread_local] = ACTIONS(1461), - [anon_sym___thread] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_constexpr] = ACTIONS(1461), - [anon_sym_volatile] = ACTIONS(1461), - [anon_sym_restrict] = ACTIONS(1461), - [anon_sym___restrict__] = ACTIONS(1461), - [anon_sym__Atomic] = ACTIONS(1461), - [anon_sym__Noreturn] = ACTIONS(1461), - [anon_sym_noreturn] = ACTIONS(1461), - [anon_sym_alignas] = ACTIONS(1461), - [anon_sym__Alignas] = ACTIONS(1461), - [sym_primitive_type] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), - [anon_sym_struct] = ACTIONS(1461), - [anon_sym_union] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_switch] = ACTIONS(1461), - [anon_sym_case] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_goto] = ACTIONS(1461), - [anon_sym___try] = ACTIONS(1461), - [anon_sym___leave] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_sizeof] = ACTIONS(1461), - [anon_sym___alignof__] = ACTIONS(1461), - [anon_sym___alignof] = ACTIONS(1461), - [anon_sym__alignof] = ACTIONS(1461), - [anon_sym_alignof] = ACTIONS(1461), - [anon_sym__Alignof] = ACTIONS(1461), - [anon_sym_offsetof] = ACTIONS(1461), - [anon_sym__Generic] = ACTIONS(1461), - [anon_sym_asm] = ACTIONS(1461), - [anon_sym___asm__] = ACTIONS(1461), - [sym_number_literal] = ACTIONS(1463), - [anon_sym_L_SQUOTE] = ACTIONS(1463), - [anon_sym_u_SQUOTE] = ACTIONS(1463), - [anon_sym_U_SQUOTE] = ACTIONS(1463), - [anon_sym_u8_SQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [anon_sym_L_DQUOTE] = ACTIONS(1463), - [anon_sym_u_DQUOTE] = ACTIONS(1463), - [anon_sym_U_DQUOTE] = ACTIONS(1463), - [anon_sym_u8_DQUOTE] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym_true] = ACTIONS(1461), - [sym_false] = ACTIONS(1461), - [anon_sym_NULL] = ACTIONS(1461), - [anon_sym_nullptr] = ACTIONS(1461), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1461), - [anon_sym_rayPayloadInEXT] = ACTIONS(1461), - [anon_sym_hitAttributeEXT] = ACTIONS(1461), - [anon_sym_callableDataEXT] = ACTIONS(1461), - [anon_sym_callableDataInEXT] = ACTIONS(1461), - [anon_sym_shaderRecordEXT] = ACTIONS(1461), - [anon_sym_rayPayloadNV] = ACTIONS(1461), - [anon_sym_rayPayloadInNV] = ACTIONS(1461), - [anon_sym_hitAttributeNV] = ACTIONS(1461), - [anon_sym_callableDataNV] = ACTIONS(1461), - [anon_sym_callableDataInNV] = ACTIONS(1461), - [anon_sym_shaderRecordNV] = ACTIONS(1461), - [anon_sym_layout] = ACTIONS(1461), + [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_if_token2] = 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(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [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(1531), + [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___try] = ACTIONS(1529), + [anon_sym___leave] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [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(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1529), + [sym_false] = ACTIONS(1529), + [anon_sym_NULL] = ACTIONS(1529), + [anon_sym_nullptr] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), }, [334] = { - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token2] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym___try] = ACTIONS(1457), - [anon_sym___leave] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), + [sym_identifier] = ACTIONS(1463), + [aux_sym_preproc_include_token1] = ACTIONS(1463), + [aux_sym_preproc_def_token1] = ACTIONS(1463), + [aux_sym_preproc_if_token1] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1463), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_LPAREN2] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_TILDE] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_subroutine] = ACTIONS(1463), + [anon_sym_invariant] = ACTIONS(1463), + [anon_sym_precise] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1465), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_out] = ACTIONS(1463), + [anon_sym_inout] = ACTIONS(1463), + [anon_sym_uniform] = ACTIONS(1463), + [anon_sym_shared] = ACTIONS(1463), + [anon_sym_attribute] = ACTIONS(1463), + [anon_sym_varying] = ACTIONS(1463), + [anon_sym_buffer] = ACTIONS(1463), + [anon_sym_coherent] = ACTIONS(1463), + [anon_sym_readonly] = ACTIONS(1463), + [anon_sym_writeonly] = ACTIONS(1463), + [anon_sym_precision] = ACTIONS(1463), + [anon_sym_highp] = ACTIONS(1463), + [anon_sym_mediump] = ACTIONS(1463), + [anon_sym_lowp] = ACTIONS(1463), + [anon_sym_centroid] = ACTIONS(1463), + [anon_sym_sample] = ACTIONS(1463), + [anon_sym_patch] = ACTIONS(1463), + [anon_sym_smooth] = ACTIONS(1463), + [anon_sym_flat] = ACTIONS(1463), + [anon_sym_noperspective] = ACTIONS(1463), + [anon_sym___extension__] = ACTIONS(1463), + [anon_sym_typedef] = ACTIONS(1463), + [anon_sym_extern] = ACTIONS(1463), + [anon_sym___attribute__] = ACTIONS(1463), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1465), + [anon_sym___declspec] = ACTIONS(1463), + [anon_sym___cdecl] = ACTIONS(1463), + [anon_sym___clrcall] = ACTIONS(1463), + [anon_sym___stdcall] = ACTIONS(1463), + [anon_sym___fastcall] = ACTIONS(1463), + [anon_sym___thiscall] = ACTIONS(1463), + [anon_sym___vectorcall] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1465), + [anon_sym_RBRACE] = ACTIONS(1465), + [anon_sym_signed] = ACTIONS(1463), + [anon_sym_unsigned] = ACTIONS(1463), + [anon_sym_long] = ACTIONS(1463), + [anon_sym_short] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1463), + [anon_sym_auto] = ACTIONS(1463), + [anon_sym_register] = ACTIONS(1463), + [anon_sym_inline] = ACTIONS(1463), + [anon_sym___inline] = ACTIONS(1463), + [anon_sym___inline__] = ACTIONS(1463), + [anon_sym___forceinline] = ACTIONS(1463), + [anon_sym_thread_local] = ACTIONS(1463), + [anon_sym___thread] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_constexpr] = ACTIONS(1463), + [anon_sym_volatile] = ACTIONS(1463), + [anon_sym_restrict] = ACTIONS(1463), + [anon_sym___restrict__] = ACTIONS(1463), + [anon_sym__Atomic] = ACTIONS(1463), + [anon_sym__Noreturn] = ACTIONS(1463), + [anon_sym_noreturn] = ACTIONS(1463), + [anon_sym__Nonnull] = ACTIONS(1463), + [anon_sym_alignas] = ACTIONS(1463), + [anon_sym__Alignas] = ACTIONS(1463), + [sym_primitive_type] = ACTIONS(1463), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_struct] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_if] = ACTIONS(1463), + [anon_sym_switch] = ACTIONS(1463), + [anon_sym_case] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_while] = ACTIONS(1463), + [anon_sym_do] = ACTIONS(1463), + [anon_sym_for] = ACTIONS(1463), + [anon_sym_return] = ACTIONS(1463), + [anon_sym_break] = ACTIONS(1463), + [anon_sym_continue] = ACTIONS(1463), + [anon_sym_goto] = ACTIONS(1463), + [anon_sym___try] = ACTIONS(1463), + [anon_sym___leave] = ACTIONS(1463), + [anon_sym_DASH_DASH] = ACTIONS(1465), + [anon_sym_PLUS_PLUS] = ACTIONS(1465), + [anon_sym_sizeof] = ACTIONS(1463), + [anon_sym___alignof__] = ACTIONS(1463), + [anon_sym___alignof] = ACTIONS(1463), + [anon_sym__alignof] = ACTIONS(1463), + [anon_sym_alignof] = ACTIONS(1463), + [anon_sym__Alignof] = ACTIONS(1463), + [anon_sym_offsetof] = ACTIONS(1463), + [anon_sym__Generic] = ACTIONS(1463), + [anon_sym_asm] = ACTIONS(1463), + [anon_sym___asm__] = ACTIONS(1463), + [anon_sym___asm] = ACTIONS(1463), + [sym_number_literal] = ACTIONS(1465), + [anon_sym_L_SQUOTE] = ACTIONS(1465), + [anon_sym_u_SQUOTE] = ACTIONS(1465), + [anon_sym_U_SQUOTE] = ACTIONS(1465), + [anon_sym_u8_SQUOTE] = ACTIONS(1465), + [anon_sym_SQUOTE] = ACTIONS(1465), + [anon_sym_L_DQUOTE] = ACTIONS(1465), + [anon_sym_u_DQUOTE] = ACTIONS(1465), + [anon_sym_U_DQUOTE] = ACTIONS(1465), + [anon_sym_u8_DQUOTE] = ACTIONS(1465), + [anon_sym_DQUOTE] = ACTIONS(1465), + [sym_true] = ACTIONS(1463), + [sym_false] = ACTIONS(1463), + [anon_sym_NULL] = ACTIONS(1463), + [anon_sym_nullptr] = ACTIONS(1463), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1463), + [anon_sym_rayPayloadInEXT] = ACTIONS(1463), + [anon_sym_hitAttributeEXT] = ACTIONS(1463), + [anon_sym_callableDataEXT] = ACTIONS(1463), + [anon_sym_callableDataInEXT] = ACTIONS(1463), + [anon_sym_shaderRecordEXT] = ACTIONS(1463), + [anon_sym_rayPayloadNV] = ACTIONS(1463), + [anon_sym_rayPayloadInNV] = ACTIONS(1463), + [anon_sym_hitAttributeNV] = ACTIONS(1463), + [anon_sym_callableDataNV] = ACTIONS(1463), + [anon_sym_callableDataInNV] = ACTIONS(1463), + [anon_sym_shaderRecordNV] = ACTIONS(1463), + [anon_sym_layout] = ACTIONS(1463), }, [335] = { - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token2] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym___try] = ACTIONS(1457), - [anon_sym___leave] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym___try] = ACTIONS(1459), + [anon_sym___leave] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), }, [336] = { - [sym_identifier] = ACTIONS(1417), - [aux_sym_preproc_include_token1] = ACTIONS(1417), - [aux_sym_preproc_def_token1] = ACTIONS(1417), - [aux_sym_preproc_if_token1] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1417), - [sym_preproc_directive] = ACTIONS(1417), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1417), - [anon_sym_PLUS] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1419), - [anon_sym_subroutine] = ACTIONS(1417), - [anon_sym_invariant] = ACTIONS(1417), - [anon_sym_precise] = ACTIONS(1417), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1417), - [anon_sym_out] = ACTIONS(1417), - [anon_sym_inout] = ACTIONS(1417), - [anon_sym_uniform] = ACTIONS(1417), - [anon_sym_shared] = ACTIONS(1417), - [anon_sym_attribute] = ACTIONS(1417), - [anon_sym_varying] = ACTIONS(1417), - [anon_sym_buffer] = ACTIONS(1417), - [anon_sym_coherent] = ACTIONS(1417), - [anon_sym_readonly] = ACTIONS(1417), - [anon_sym_writeonly] = ACTIONS(1417), - [anon_sym_precision] = ACTIONS(1417), - [anon_sym_highp] = ACTIONS(1417), - [anon_sym_mediump] = ACTIONS(1417), - [anon_sym_lowp] = ACTIONS(1417), - [anon_sym_centroid] = ACTIONS(1417), - [anon_sym_sample] = ACTIONS(1417), - [anon_sym_patch] = ACTIONS(1417), - [anon_sym_smooth] = ACTIONS(1417), - [anon_sym_flat] = ACTIONS(1417), - [anon_sym_noperspective] = ACTIONS(1417), - [anon_sym___extension__] = ACTIONS(1417), - [anon_sym_typedef] = ACTIONS(1417), - [anon_sym_extern] = ACTIONS(1417), - [anon_sym___attribute__] = ACTIONS(1417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1419), - [anon_sym___declspec] = ACTIONS(1417), - [anon_sym___cdecl] = ACTIONS(1417), - [anon_sym___clrcall] = ACTIONS(1417), - [anon_sym___stdcall] = ACTIONS(1417), - [anon_sym___fastcall] = ACTIONS(1417), - [anon_sym___thiscall] = ACTIONS(1417), - [anon_sym___vectorcall] = ACTIONS(1417), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_signed] = ACTIONS(1417), - [anon_sym_unsigned] = ACTIONS(1417), - [anon_sym_long] = ACTIONS(1417), - [anon_sym_short] = ACTIONS(1417), - [anon_sym_static] = ACTIONS(1417), - [anon_sym_auto] = ACTIONS(1417), - [anon_sym_register] = ACTIONS(1417), - [anon_sym_inline] = ACTIONS(1417), - [anon_sym___inline] = ACTIONS(1417), - [anon_sym___inline__] = ACTIONS(1417), - [anon_sym___forceinline] = ACTIONS(1417), - [anon_sym_thread_local] = ACTIONS(1417), - [anon_sym___thread] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_constexpr] = ACTIONS(1417), - [anon_sym_volatile] = ACTIONS(1417), - [anon_sym_restrict] = ACTIONS(1417), - [anon_sym___restrict__] = ACTIONS(1417), - [anon_sym__Atomic] = ACTIONS(1417), - [anon_sym__Noreturn] = ACTIONS(1417), - [anon_sym_noreturn] = ACTIONS(1417), - [anon_sym_alignas] = ACTIONS(1417), - [anon_sym__Alignas] = ACTIONS(1417), - [sym_primitive_type] = ACTIONS(1417), - [anon_sym_enum] = ACTIONS(1417), - [anon_sym_struct] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [anon_sym_if] = ACTIONS(1417), - [anon_sym_switch] = ACTIONS(1417), - [anon_sym_case] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1417), - [anon_sym_do] = ACTIONS(1417), - [anon_sym_for] = ACTIONS(1417), - [anon_sym_return] = ACTIONS(1417), - [anon_sym_break] = ACTIONS(1417), - [anon_sym_continue] = ACTIONS(1417), - [anon_sym_goto] = ACTIONS(1417), - [anon_sym___try] = ACTIONS(1417), - [anon_sym___leave] = ACTIONS(1417), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_sizeof] = ACTIONS(1417), - [anon_sym___alignof__] = ACTIONS(1417), - [anon_sym___alignof] = ACTIONS(1417), - [anon_sym__alignof] = ACTIONS(1417), - [anon_sym_alignof] = ACTIONS(1417), - [anon_sym__Alignof] = ACTIONS(1417), - [anon_sym_offsetof] = ACTIONS(1417), - [anon_sym__Generic] = ACTIONS(1417), - [anon_sym_asm] = ACTIONS(1417), - [anon_sym___asm__] = ACTIONS(1417), - [sym_number_literal] = ACTIONS(1419), - [anon_sym_L_SQUOTE] = ACTIONS(1419), - [anon_sym_u_SQUOTE] = ACTIONS(1419), - [anon_sym_U_SQUOTE] = ACTIONS(1419), - [anon_sym_u8_SQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [anon_sym_L_DQUOTE] = ACTIONS(1419), - [anon_sym_u_DQUOTE] = ACTIONS(1419), - [anon_sym_U_DQUOTE] = ACTIONS(1419), - [anon_sym_u8_DQUOTE] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym_true] = ACTIONS(1417), - [sym_false] = ACTIONS(1417), - [anon_sym_NULL] = ACTIONS(1417), - [anon_sym_nullptr] = ACTIONS(1417), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1417), - [anon_sym_rayPayloadInEXT] = ACTIONS(1417), - [anon_sym_hitAttributeEXT] = ACTIONS(1417), - [anon_sym_callableDataEXT] = ACTIONS(1417), - [anon_sym_callableDataInEXT] = ACTIONS(1417), - [anon_sym_shaderRecordEXT] = ACTIONS(1417), - [anon_sym_rayPayloadNV] = ACTIONS(1417), - [anon_sym_rayPayloadInNV] = ACTIONS(1417), - [anon_sym_hitAttributeNV] = ACTIONS(1417), - [anon_sym_callableDataNV] = ACTIONS(1417), - [anon_sym_callableDataInNV] = ACTIONS(1417), - [anon_sym_shaderRecordNV] = ACTIONS(1417), - [anon_sym_layout] = ACTIONS(1417), + [sym_identifier] = ACTIONS(1455), + [aux_sym_preproc_include_token1] = ACTIONS(1455), + [aux_sym_preproc_def_token1] = ACTIONS(1455), + [aux_sym_preproc_if_token1] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1455), + [anon_sym_LPAREN2] = ACTIONS(1457), + [anon_sym_BANG] = ACTIONS(1457), + [anon_sym_TILDE] = ACTIONS(1457), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_STAR] = ACTIONS(1457), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_subroutine] = ACTIONS(1455), + [anon_sym_invariant] = ACTIONS(1455), + [anon_sym_precise] = ACTIONS(1455), + [anon_sym_SEMI] = ACTIONS(1457), + [anon_sym_in] = ACTIONS(1455), + [anon_sym_out] = ACTIONS(1455), + [anon_sym_inout] = ACTIONS(1455), + [anon_sym_uniform] = ACTIONS(1455), + [anon_sym_shared] = ACTIONS(1455), + [anon_sym_attribute] = ACTIONS(1455), + [anon_sym_varying] = ACTIONS(1455), + [anon_sym_buffer] = ACTIONS(1455), + [anon_sym_coherent] = ACTIONS(1455), + [anon_sym_readonly] = ACTIONS(1455), + [anon_sym_writeonly] = ACTIONS(1455), + [anon_sym_precision] = ACTIONS(1455), + [anon_sym_highp] = ACTIONS(1455), + [anon_sym_mediump] = ACTIONS(1455), + [anon_sym_lowp] = ACTIONS(1455), + [anon_sym_centroid] = ACTIONS(1455), + [anon_sym_sample] = ACTIONS(1455), + [anon_sym_patch] = ACTIONS(1455), + [anon_sym_smooth] = ACTIONS(1455), + [anon_sym_flat] = ACTIONS(1455), + [anon_sym_noperspective] = ACTIONS(1455), + [anon_sym___extension__] = ACTIONS(1455), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym___attribute__] = ACTIONS(1455), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym___declspec] = ACTIONS(1455), + [anon_sym___cdecl] = ACTIONS(1455), + [anon_sym___clrcall] = ACTIONS(1455), + [anon_sym___stdcall] = ACTIONS(1455), + [anon_sym___fastcall] = ACTIONS(1455), + [anon_sym___thiscall] = ACTIONS(1455), + [anon_sym___vectorcall] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1457), + [anon_sym_RBRACE] = ACTIONS(1457), + [anon_sym_signed] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_inline] = ACTIONS(1455), + [anon_sym___inline] = ACTIONS(1455), + [anon_sym___inline__] = ACTIONS(1455), + [anon_sym___forceinline] = ACTIONS(1455), + [anon_sym_thread_local] = ACTIONS(1455), + [anon_sym___thread] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_constexpr] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym___restrict__] = ACTIONS(1455), + [anon_sym__Atomic] = ACTIONS(1455), + [anon_sym__Noreturn] = ACTIONS(1455), + [anon_sym_noreturn] = ACTIONS(1455), + [anon_sym__Nonnull] = ACTIONS(1455), + [anon_sym_alignas] = ACTIONS(1455), + [anon_sym__Alignas] = ACTIONS(1455), + [sym_primitive_type] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym___try] = ACTIONS(1455), + [anon_sym___leave] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1457), + [anon_sym_PLUS_PLUS] = ACTIONS(1457), + [anon_sym_sizeof] = ACTIONS(1455), + [anon_sym___alignof__] = ACTIONS(1455), + [anon_sym___alignof] = ACTIONS(1455), + [anon_sym__alignof] = ACTIONS(1455), + [anon_sym_alignof] = ACTIONS(1455), + [anon_sym__Alignof] = ACTIONS(1455), + [anon_sym_offsetof] = ACTIONS(1455), + [anon_sym__Generic] = ACTIONS(1455), + [anon_sym_asm] = ACTIONS(1455), + [anon_sym___asm__] = ACTIONS(1455), + [anon_sym___asm] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1457), + [anon_sym_L_SQUOTE] = ACTIONS(1457), + [anon_sym_u_SQUOTE] = ACTIONS(1457), + [anon_sym_U_SQUOTE] = ACTIONS(1457), + [anon_sym_u8_SQUOTE] = ACTIONS(1457), + [anon_sym_SQUOTE] = ACTIONS(1457), + [anon_sym_L_DQUOTE] = ACTIONS(1457), + [anon_sym_u_DQUOTE] = ACTIONS(1457), + [anon_sym_U_DQUOTE] = ACTIONS(1457), + [anon_sym_u8_DQUOTE] = ACTIONS(1457), + [anon_sym_DQUOTE] = ACTIONS(1457), + [sym_true] = ACTIONS(1455), + [sym_false] = ACTIONS(1455), + [anon_sym_NULL] = ACTIONS(1455), + [anon_sym_nullptr] = ACTIONS(1455), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1455), + [anon_sym_rayPayloadInEXT] = ACTIONS(1455), + [anon_sym_hitAttributeEXT] = ACTIONS(1455), + [anon_sym_callableDataEXT] = ACTIONS(1455), + [anon_sym_callableDataInEXT] = ACTIONS(1455), + [anon_sym_shaderRecordEXT] = ACTIONS(1455), + [anon_sym_rayPayloadNV] = ACTIONS(1455), + [anon_sym_rayPayloadInNV] = ACTIONS(1455), + [anon_sym_hitAttributeNV] = ACTIONS(1455), + [anon_sym_callableDataNV] = ACTIONS(1455), + [anon_sym_callableDataInNV] = ACTIONS(1455), + [anon_sym_shaderRecordNV] = ACTIONS(1455), + [anon_sym_layout] = ACTIONS(1455), }, [337] = { - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token2] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1435), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym___try] = ACTIONS(1433), - [anon_sym___leave] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_include_token1] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token2] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_LPAREN2] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1431), + [anon_sym_PLUS] = ACTIONS(1431), + [anon_sym_STAR] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_SEMI] = ACTIONS(1433), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_typedef] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym___cdecl] = ACTIONS(1431), + [anon_sym___clrcall] = ACTIONS(1431), + [anon_sym___stdcall] = ACTIONS(1431), + [anon_sym___fastcall] = ACTIONS(1431), + [anon_sym___thiscall] = ACTIONS(1431), + [anon_sym___vectorcall] = ACTIONS(1431), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [anon_sym_if] = ACTIONS(1431), + [anon_sym_switch] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1431), + [anon_sym_default] = ACTIONS(1431), + [anon_sym_while] = ACTIONS(1431), + [anon_sym_do] = ACTIONS(1431), + [anon_sym_for] = ACTIONS(1431), + [anon_sym_return] = ACTIONS(1431), + [anon_sym_break] = ACTIONS(1431), + [anon_sym_continue] = ACTIONS(1431), + [anon_sym_goto] = ACTIONS(1431), + [anon_sym___try] = ACTIONS(1431), + [anon_sym___leave] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1433), + [anon_sym_sizeof] = ACTIONS(1431), + [anon_sym___alignof__] = ACTIONS(1431), + [anon_sym___alignof] = ACTIONS(1431), + [anon_sym__alignof] = ACTIONS(1431), + [anon_sym_alignof] = ACTIONS(1431), + [anon_sym__Alignof] = ACTIONS(1431), + [anon_sym_offsetof] = ACTIONS(1431), + [anon_sym__Generic] = ACTIONS(1431), + [anon_sym_asm] = ACTIONS(1431), + [anon_sym___asm__] = ACTIONS(1431), + [anon_sym___asm] = ACTIONS(1431), + [sym_number_literal] = ACTIONS(1433), + [anon_sym_L_SQUOTE] = ACTIONS(1433), + [anon_sym_u_SQUOTE] = ACTIONS(1433), + [anon_sym_U_SQUOTE] = ACTIONS(1433), + [anon_sym_u8_SQUOTE] = ACTIONS(1433), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_L_DQUOTE] = ACTIONS(1433), + [anon_sym_u_DQUOTE] = ACTIONS(1433), + [anon_sym_U_DQUOTE] = ACTIONS(1433), + [anon_sym_u8_DQUOTE] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1433), + [sym_true] = ACTIONS(1431), + [sym_false] = ACTIONS(1431), + [anon_sym_NULL] = ACTIONS(1431), + [anon_sym_nullptr] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), }, [338] = { - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token2] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym___try] = ACTIONS(1413), - [anon_sym___leave] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), + [sym_identifier] = ACTIONS(1415), + [aux_sym_preproc_include_token1] = ACTIONS(1415), + [aux_sym_preproc_def_token1] = ACTIONS(1415), + [aux_sym_preproc_if_token1] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1415), + [sym_preproc_directive] = ACTIONS(1415), + [anon_sym_LPAREN2] = ACTIONS(1417), + [anon_sym_BANG] = ACTIONS(1417), + [anon_sym_TILDE] = ACTIONS(1417), + [anon_sym_DASH] = ACTIONS(1415), + [anon_sym_PLUS] = ACTIONS(1415), + [anon_sym_STAR] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1417), + [anon_sym_subroutine] = ACTIONS(1415), + [anon_sym_invariant] = ACTIONS(1415), + [anon_sym_precise] = ACTIONS(1415), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_in] = ACTIONS(1415), + [anon_sym_out] = ACTIONS(1415), + [anon_sym_inout] = ACTIONS(1415), + [anon_sym_uniform] = ACTIONS(1415), + [anon_sym_shared] = ACTIONS(1415), + [anon_sym_attribute] = ACTIONS(1415), + [anon_sym_varying] = ACTIONS(1415), + [anon_sym_buffer] = ACTIONS(1415), + [anon_sym_coherent] = ACTIONS(1415), + [anon_sym_readonly] = ACTIONS(1415), + [anon_sym_writeonly] = ACTIONS(1415), + [anon_sym_precision] = ACTIONS(1415), + [anon_sym_highp] = ACTIONS(1415), + [anon_sym_mediump] = ACTIONS(1415), + [anon_sym_lowp] = ACTIONS(1415), + [anon_sym_centroid] = ACTIONS(1415), + [anon_sym_sample] = ACTIONS(1415), + [anon_sym_patch] = ACTIONS(1415), + [anon_sym_smooth] = ACTIONS(1415), + [anon_sym_flat] = ACTIONS(1415), + [anon_sym_noperspective] = ACTIONS(1415), + [anon_sym___extension__] = ACTIONS(1415), + [anon_sym_typedef] = ACTIONS(1415), + [anon_sym_extern] = ACTIONS(1415), + [anon_sym___attribute__] = ACTIONS(1415), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1417), + [anon_sym___declspec] = ACTIONS(1415), + [anon_sym___cdecl] = ACTIONS(1415), + [anon_sym___clrcall] = ACTIONS(1415), + [anon_sym___stdcall] = ACTIONS(1415), + [anon_sym___fastcall] = ACTIONS(1415), + [anon_sym___thiscall] = ACTIONS(1415), + [anon_sym___vectorcall] = ACTIONS(1415), + [anon_sym_LBRACE] = ACTIONS(1417), + [anon_sym_RBRACE] = ACTIONS(1417), + [anon_sym_signed] = ACTIONS(1415), + [anon_sym_unsigned] = ACTIONS(1415), + [anon_sym_long] = ACTIONS(1415), + [anon_sym_short] = ACTIONS(1415), + [anon_sym_static] = ACTIONS(1415), + [anon_sym_auto] = ACTIONS(1415), + [anon_sym_register] = ACTIONS(1415), + [anon_sym_inline] = ACTIONS(1415), + [anon_sym___inline] = ACTIONS(1415), + [anon_sym___inline__] = ACTIONS(1415), + [anon_sym___forceinline] = ACTIONS(1415), + [anon_sym_thread_local] = ACTIONS(1415), + [anon_sym___thread] = ACTIONS(1415), + [anon_sym_const] = ACTIONS(1415), + [anon_sym_constexpr] = ACTIONS(1415), + [anon_sym_volatile] = ACTIONS(1415), + [anon_sym_restrict] = ACTIONS(1415), + [anon_sym___restrict__] = ACTIONS(1415), + [anon_sym__Atomic] = ACTIONS(1415), + [anon_sym__Noreturn] = ACTIONS(1415), + [anon_sym_noreturn] = ACTIONS(1415), + [anon_sym__Nonnull] = ACTIONS(1415), + [anon_sym_alignas] = ACTIONS(1415), + [anon_sym__Alignas] = ACTIONS(1415), + [sym_primitive_type] = ACTIONS(1415), + [anon_sym_enum] = ACTIONS(1415), + [anon_sym_struct] = ACTIONS(1415), + [anon_sym_union] = ACTIONS(1415), + [anon_sym_if] = ACTIONS(1415), + [anon_sym_switch] = ACTIONS(1415), + [anon_sym_case] = ACTIONS(1415), + [anon_sym_default] = ACTIONS(1415), + [anon_sym_while] = ACTIONS(1415), + [anon_sym_do] = ACTIONS(1415), + [anon_sym_for] = ACTIONS(1415), + [anon_sym_return] = ACTIONS(1415), + [anon_sym_break] = ACTIONS(1415), + [anon_sym_continue] = ACTIONS(1415), + [anon_sym_goto] = ACTIONS(1415), + [anon_sym___try] = ACTIONS(1415), + [anon_sym___leave] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1417), + [anon_sym_PLUS_PLUS] = ACTIONS(1417), + [anon_sym_sizeof] = ACTIONS(1415), + [anon_sym___alignof__] = ACTIONS(1415), + [anon_sym___alignof] = ACTIONS(1415), + [anon_sym__alignof] = ACTIONS(1415), + [anon_sym_alignof] = ACTIONS(1415), + [anon_sym__Alignof] = ACTIONS(1415), + [anon_sym_offsetof] = ACTIONS(1415), + [anon_sym__Generic] = ACTIONS(1415), + [anon_sym_asm] = ACTIONS(1415), + [anon_sym___asm__] = ACTIONS(1415), + [anon_sym___asm] = ACTIONS(1415), + [sym_number_literal] = ACTIONS(1417), + [anon_sym_L_SQUOTE] = ACTIONS(1417), + [anon_sym_u_SQUOTE] = ACTIONS(1417), + [anon_sym_U_SQUOTE] = ACTIONS(1417), + [anon_sym_u8_SQUOTE] = ACTIONS(1417), + [anon_sym_SQUOTE] = ACTIONS(1417), + [anon_sym_L_DQUOTE] = ACTIONS(1417), + [anon_sym_u_DQUOTE] = ACTIONS(1417), + [anon_sym_U_DQUOTE] = ACTIONS(1417), + [anon_sym_u8_DQUOTE] = ACTIONS(1417), + [anon_sym_DQUOTE] = ACTIONS(1417), + [sym_true] = ACTIONS(1415), + [sym_false] = ACTIONS(1415), + [anon_sym_NULL] = ACTIONS(1415), + [anon_sym_nullptr] = ACTIONS(1415), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1415), + [anon_sym_rayPayloadInEXT] = ACTIONS(1415), + [anon_sym_hitAttributeEXT] = ACTIONS(1415), + [anon_sym_callableDataEXT] = ACTIONS(1415), + [anon_sym_callableDataInEXT] = ACTIONS(1415), + [anon_sym_shaderRecordEXT] = ACTIONS(1415), + [anon_sym_rayPayloadNV] = ACTIONS(1415), + [anon_sym_rayPayloadInNV] = ACTIONS(1415), + [anon_sym_hitAttributeNV] = ACTIONS(1415), + [anon_sym_callableDataNV] = ACTIONS(1415), + [anon_sym_callableDataInNV] = ACTIONS(1415), + [anon_sym_shaderRecordNV] = ACTIONS(1415), + [anon_sym_layout] = ACTIONS(1415), }, [339] = { - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token2] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym___try] = ACTIONS(1413), - [anon_sym___leave] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token2] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym___try] = ACTIONS(1439), + [anon_sym___leave] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), }, [340] = { - [sym_identifier] = ACTIONS(1445), - [aux_sym_preproc_include_token1] = ACTIONS(1445), - [aux_sym_preproc_def_token1] = ACTIONS(1445), - [aux_sym_preproc_if_token1] = ACTIONS(1445), - [aux_sym_preproc_if_token2] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1445), - [sym_preproc_directive] = ACTIONS(1445), - [anon_sym_LPAREN2] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_subroutine] = ACTIONS(1445), - [anon_sym_invariant] = ACTIONS(1445), - [anon_sym_precise] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1447), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_out] = ACTIONS(1445), - [anon_sym_inout] = ACTIONS(1445), - [anon_sym_uniform] = ACTIONS(1445), - [anon_sym_shared] = ACTIONS(1445), - [anon_sym_attribute] = ACTIONS(1445), - [anon_sym_varying] = ACTIONS(1445), - [anon_sym_buffer] = ACTIONS(1445), - [anon_sym_coherent] = ACTIONS(1445), - [anon_sym_readonly] = ACTIONS(1445), - [anon_sym_writeonly] = ACTIONS(1445), - [anon_sym_precision] = ACTIONS(1445), - [anon_sym_highp] = ACTIONS(1445), - [anon_sym_mediump] = ACTIONS(1445), - [anon_sym_lowp] = ACTIONS(1445), - [anon_sym_centroid] = ACTIONS(1445), - [anon_sym_sample] = ACTIONS(1445), - [anon_sym_patch] = ACTIONS(1445), - [anon_sym_smooth] = ACTIONS(1445), - [anon_sym_flat] = ACTIONS(1445), - [anon_sym_noperspective] = ACTIONS(1445), - [anon_sym___extension__] = ACTIONS(1445), - [anon_sym_typedef] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym___attribute__] = ACTIONS(1445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1447), - [anon_sym___declspec] = ACTIONS(1445), - [anon_sym___cdecl] = ACTIONS(1445), - [anon_sym___clrcall] = ACTIONS(1445), - [anon_sym___stdcall] = ACTIONS(1445), - [anon_sym___fastcall] = ACTIONS(1445), - [anon_sym___thiscall] = ACTIONS(1445), - [anon_sym___vectorcall] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1447), - [anon_sym_signed] = ACTIONS(1445), - [anon_sym_unsigned] = ACTIONS(1445), - [anon_sym_long] = ACTIONS(1445), - [anon_sym_short] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1445), - [anon_sym_auto] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_inline] = ACTIONS(1445), - [anon_sym___inline] = ACTIONS(1445), - [anon_sym___inline__] = ACTIONS(1445), - [anon_sym___forceinline] = ACTIONS(1445), - [anon_sym_thread_local] = ACTIONS(1445), - [anon_sym___thread] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_constexpr] = ACTIONS(1445), - [anon_sym_volatile] = ACTIONS(1445), - [anon_sym_restrict] = ACTIONS(1445), - [anon_sym___restrict__] = ACTIONS(1445), - [anon_sym__Atomic] = ACTIONS(1445), - [anon_sym__Noreturn] = ACTIONS(1445), - [anon_sym_noreturn] = ACTIONS(1445), - [anon_sym_alignas] = ACTIONS(1445), - [anon_sym__Alignas] = ACTIONS(1445), - [sym_primitive_type] = ACTIONS(1445), - [anon_sym_enum] = ACTIONS(1445), - [anon_sym_struct] = ACTIONS(1445), - [anon_sym_union] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_switch] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1445), - [anon_sym_default] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_goto] = ACTIONS(1445), - [anon_sym___try] = ACTIONS(1445), - [anon_sym___leave] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1447), - [anon_sym_sizeof] = ACTIONS(1445), - [anon_sym___alignof__] = ACTIONS(1445), - [anon_sym___alignof] = ACTIONS(1445), - [anon_sym__alignof] = ACTIONS(1445), - [anon_sym_alignof] = ACTIONS(1445), - [anon_sym__Alignof] = ACTIONS(1445), - [anon_sym_offsetof] = ACTIONS(1445), - [anon_sym__Generic] = ACTIONS(1445), - [anon_sym_asm] = ACTIONS(1445), - [anon_sym___asm__] = ACTIONS(1445), - [sym_number_literal] = ACTIONS(1447), - [anon_sym_L_SQUOTE] = ACTIONS(1447), - [anon_sym_u_SQUOTE] = ACTIONS(1447), - [anon_sym_U_SQUOTE] = ACTIONS(1447), - [anon_sym_u8_SQUOTE] = ACTIONS(1447), - [anon_sym_SQUOTE] = ACTIONS(1447), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1445), - [sym_false] = ACTIONS(1445), - [anon_sym_NULL] = ACTIONS(1445), - [anon_sym_nullptr] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1445), - [anon_sym_rayPayloadInEXT] = ACTIONS(1445), - [anon_sym_hitAttributeEXT] = ACTIONS(1445), - [anon_sym_callableDataEXT] = ACTIONS(1445), - [anon_sym_callableDataInEXT] = ACTIONS(1445), - [anon_sym_shaderRecordEXT] = ACTIONS(1445), - [anon_sym_rayPayloadNV] = ACTIONS(1445), - [anon_sym_rayPayloadInNV] = ACTIONS(1445), - [anon_sym_hitAttributeNV] = ACTIONS(1445), - [anon_sym_callableDataNV] = ACTIONS(1445), - [anon_sym_callableDataInNV] = ACTIONS(1445), - [anon_sym_shaderRecordNV] = ACTIONS(1445), - [anon_sym_layout] = ACTIONS(1445), + [sym_identifier] = ACTIONS(1411), + [aux_sym_preproc_include_token1] = ACTIONS(1411), + [aux_sym_preproc_def_token1] = ACTIONS(1411), + [aux_sym_preproc_if_token1] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1411), + [sym_preproc_directive] = ACTIONS(1411), + [anon_sym_LPAREN2] = ACTIONS(1413), + [anon_sym_BANG] = ACTIONS(1413), + [anon_sym_TILDE] = ACTIONS(1413), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1413), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_subroutine] = ACTIONS(1411), + [anon_sym_invariant] = ACTIONS(1411), + [anon_sym_precise] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_out] = ACTIONS(1411), + [anon_sym_inout] = ACTIONS(1411), + [anon_sym_uniform] = ACTIONS(1411), + [anon_sym_shared] = ACTIONS(1411), + [anon_sym_attribute] = ACTIONS(1411), + [anon_sym_varying] = ACTIONS(1411), + [anon_sym_buffer] = ACTIONS(1411), + [anon_sym_coherent] = ACTIONS(1411), + [anon_sym_readonly] = ACTIONS(1411), + [anon_sym_writeonly] = ACTIONS(1411), + [anon_sym_precision] = ACTIONS(1411), + [anon_sym_highp] = ACTIONS(1411), + [anon_sym_mediump] = ACTIONS(1411), + [anon_sym_lowp] = ACTIONS(1411), + [anon_sym_centroid] = ACTIONS(1411), + [anon_sym_sample] = ACTIONS(1411), + [anon_sym_patch] = ACTIONS(1411), + [anon_sym_smooth] = ACTIONS(1411), + [anon_sym_flat] = ACTIONS(1411), + [anon_sym_noperspective] = ACTIONS(1411), + [anon_sym___extension__] = ACTIONS(1411), + [anon_sym_typedef] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym___attribute__] = ACTIONS(1411), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1413), + [anon_sym___declspec] = ACTIONS(1411), + [anon_sym___cdecl] = ACTIONS(1411), + [anon_sym___clrcall] = ACTIONS(1411), + [anon_sym___stdcall] = ACTIONS(1411), + [anon_sym___fastcall] = ACTIONS(1411), + [anon_sym___thiscall] = ACTIONS(1411), + [anon_sym___vectorcall] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1413), + [anon_sym_RBRACE] = ACTIONS(1413), + [anon_sym_signed] = ACTIONS(1411), + [anon_sym_unsigned] = ACTIONS(1411), + [anon_sym_long] = ACTIONS(1411), + [anon_sym_short] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1411), + [anon_sym_auto] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_inline] = ACTIONS(1411), + [anon_sym___inline] = ACTIONS(1411), + [anon_sym___inline__] = ACTIONS(1411), + [anon_sym___forceinline] = ACTIONS(1411), + [anon_sym_thread_local] = ACTIONS(1411), + [anon_sym___thread] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_constexpr] = ACTIONS(1411), + [anon_sym_volatile] = ACTIONS(1411), + [anon_sym_restrict] = ACTIONS(1411), + [anon_sym___restrict__] = ACTIONS(1411), + [anon_sym__Atomic] = ACTIONS(1411), + [anon_sym__Noreturn] = ACTIONS(1411), + [anon_sym_noreturn] = ACTIONS(1411), + [anon_sym__Nonnull] = ACTIONS(1411), + [anon_sym_alignas] = ACTIONS(1411), + [anon_sym__Alignas] = ACTIONS(1411), + [sym_primitive_type] = ACTIONS(1411), + [anon_sym_enum] = ACTIONS(1411), + [anon_sym_struct] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_switch] = ACTIONS(1411), + [anon_sym_case] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_goto] = ACTIONS(1411), + [anon_sym___try] = ACTIONS(1411), + [anon_sym___leave] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1413), + [anon_sym_sizeof] = ACTIONS(1411), + [anon_sym___alignof__] = ACTIONS(1411), + [anon_sym___alignof] = ACTIONS(1411), + [anon_sym__alignof] = ACTIONS(1411), + [anon_sym_alignof] = ACTIONS(1411), + [anon_sym__Alignof] = ACTIONS(1411), + [anon_sym_offsetof] = ACTIONS(1411), + [anon_sym__Generic] = ACTIONS(1411), + [anon_sym_asm] = ACTIONS(1411), + [anon_sym___asm__] = ACTIONS(1411), + [anon_sym___asm] = ACTIONS(1411), + [sym_number_literal] = ACTIONS(1413), + [anon_sym_L_SQUOTE] = ACTIONS(1413), + [anon_sym_u_SQUOTE] = ACTIONS(1413), + [anon_sym_U_SQUOTE] = ACTIONS(1413), + [anon_sym_u8_SQUOTE] = ACTIONS(1413), + [anon_sym_SQUOTE] = ACTIONS(1413), + [anon_sym_L_DQUOTE] = ACTIONS(1413), + [anon_sym_u_DQUOTE] = ACTIONS(1413), + [anon_sym_U_DQUOTE] = ACTIONS(1413), + [anon_sym_u8_DQUOTE] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(1413), + [sym_true] = ACTIONS(1411), + [sym_false] = ACTIONS(1411), + [anon_sym_NULL] = ACTIONS(1411), + [anon_sym_nullptr] = ACTIONS(1411), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1411), + [anon_sym_rayPayloadInEXT] = ACTIONS(1411), + [anon_sym_hitAttributeEXT] = ACTIONS(1411), + [anon_sym_callableDataEXT] = ACTIONS(1411), + [anon_sym_callableDataInEXT] = ACTIONS(1411), + [anon_sym_shaderRecordEXT] = ACTIONS(1411), + [anon_sym_rayPayloadNV] = ACTIONS(1411), + [anon_sym_rayPayloadInNV] = ACTIONS(1411), + [anon_sym_hitAttributeNV] = ACTIONS(1411), + [anon_sym_callableDataNV] = ACTIONS(1411), + [anon_sym_callableDataInNV] = ACTIONS(1411), + [anon_sym_shaderRecordNV] = ACTIONS(1411), + [anon_sym_layout] = ACTIONS(1411), }, [341] = { - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_include_token1] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_LPAREN2] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1485), - [anon_sym_PLUS] = ACTIONS(1485), - [anon_sym_STAR] = ACTIONS(1487), - [anon_sym_AMP] = ACTIONS(1487), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_SEMI] = ACTIONS(1487), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_typedef] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym___cdecl] = ACTIONS(1485), - [anon_sym___clrcall] = ACTIONS(1485), - [anon_sym___stdcall] = ACTIONS(1485), - [anon_sym___fastcall] = ACTIONS(1485), - [anon_sym___thiscall] = ACTIONS(1485), - [anon_sym___vectorcall] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1487), - [anon_sym_RBRACE] = ACTIONS(1487), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_switch] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1485), - [anon_sym_default] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_goto] = ACTIONS(1485), - [anon_sym___try] = ACTIONS(1485), - [anon_sym___leave] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1487), - [anon_sym_sizeof] = ACTIONS(1485), - [anon_sym___alignof__] = ACTIONS(1485), - [anon_sym___alignof] = ACTIONS(1485), - [anon_sym__alignof] = ACTIONS(1485), - [anon_sym_alignof] = ACTIONS(1485), - [anon_sym__Alignof] = ACTIONS(1485), - [anon_sym_offsetof] = ACTIONS(1485), - [anon_sym__Generic] = ACTIONS(1485), - [anon_sym_asm] = ACTIONS(1485), - [anon_sym___asm__] = ACTIONS(1485), - [sym_number_literal] = ACTIONS(1487), - [anon_sym_L_SQUOTE] = ACTIONS(1487), - [anon_sym_u_SQUOTE] = ACTIONS(1487), - [anon_sym_U_SQUOTE] = ACTIONS(1487), - [anon_sym_u8_SQUOTE] = ACTIONS(1487), - [anon_sym_SQUOTE] = ACTIONS(1487), - [anon_sym_L_DQUOTE] = ACTIONS(1487), - [anon_sym_u_DQUOTE] = ACTIONS(1487), - [anon_sym_U_DQUOTE] = ACTIONS(1487), - [anon_sym_u8_DQUOTE] = ACTIONS(1487), - [anon_sym_DQUOTE] = ACTIONS(1487), - [sym_true] = ACTIONS(1485), - [sym_false] = ACTIONS(1485), - [anon_sym_NULL] = ACTIONS(1485), - [anon_sym_nullptr] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token2] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_subroutine] = ACTIONS(1533), + [anon_sym_invariant] = ACTIONS(1533), + [anon_sym_precise] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_in] = ACTIONS(1533), + [anon_sym_out] = ACTIONS(1533), + [anon_sym_inout] = ACTIONS(1533), + [anon_sym_uniform] = ACTIONS(1533), + [anon_sym_shared] = ACTIONS(1533), + [anon_sym_attribute] = ACTIONS(1533), + [anon_sym_varying] = ACTIONS(1533), + [anon_sym_buffer] = ACTIONS(1533), + [anon_sym_coherent] = ACTIONS(1533), + [anon_sym_readonly] = ACTIONS(1533), + [anon_sym_writeonly] = ACTIONS(1533), + [anon_sym_precision] = ACTIONS(1533), + [anon_sym_highp] = ACTIONS(1533), + [anon_sym_mediump] = ACTIONS(1533), + [anon_sym_lowp] = ACTIONS(1533), + [anon_sym_centroid] = ACTIONS(1533), + [anon_sym_sample] = ACTIONS(1533), + [anon_sym_patch] = ACTIONS(1533), + [anon_sym_smooth] = ACTIONS(1533), + [anon_sym_flat] = ACTIONS(1533), + [anon_sym_noperspective] = ACTIONS(1533), + [anon_sym___extension__] = ACTIONS(1533), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_auto] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym___inline] = ACTIONS(1533), + [anon_sym___inline__] = ACTIONS(1533), + [anon_sym___forceinline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym___thread] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym___restrict__] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym__Noreturn] = ACTIONS(1533), + [anon_sym_noreturn] = ACTIONS(1533), + [anon_sym__Nonnull] = ACTIONS(1533), + [anon_sym_alignas] = ACTIONS(1533), + [anon_sym__Alignas] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym___try] = ACTIONS(1533), + [anon_sym___leave] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [anon_sym___alignof__] = ACTIONS(1533), + [anon_sym___alignof] = ACTIONS(1533), + [anon_sym__alignof] = ACTIONS(1533), + [anon_sym_alignof] = ACTIONS(1533), + [anon_sym__Alignof] = ACTIONS(1533), + [anon_sym_offsetof] = ACTIONS(1533), + [anon_sym__Generic] = ACTIONS(1533), + [anon_sym_asm] = ACTIONS(1533), + [anon_sym___asm__] = ACTIONS(1533), + [anon_sym___asm] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [anon_sym_NULL] = ACTIONS(1533), + [anon_sym_nullptr] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1533), + [anon_sym_rayPayloadInEXT] = ACTIONS(1533), + [anon_sym_hitAttributeEXT] = ACTIONS(1533), + [anon_sym_callableDataEXT] = ACTIONS(1533), + [anon_sym_callableDataInEXT] = ACTIONS(1533), + [anon_sym_shaderRecordEXT] = ACTIONS(1533), + [anon_sym_rayPayloadNV] = ACTIONS(1533), + [anon_sym_rayPayloadInNV] = ACTIONS(1533), + [anon_sym_hitAttributeNV] = ACTIONS(1533), + [anon_sym_callableDataNV] = ACTIONS(1533), + [anon_sym_callableDataInNV] = ACTIONS(1533), + [anon_sym_shaderRecordNV] = ACTIONS(1533), + [anon_sym_layout] = ACTIONS(1533), }, [342] = { - [sym_identifier] = ACTIONS(1453), - [aux_sym_preproc_include_token1] = ACTIONS(1453), - [aux_sym_preproc_def_token1] = ACTIONS(1453), - [aux_sym_preproc_if_token1] = ACTIONS(1453), - [aux_sym_preproc_if_token2] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1453), - [sym_preproc_directive] = ACTIONS(1453), - [anon_sym_LPAREN2] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(1455), - [anon_sym_TILDE] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_subroutine] = ACTIONS(1453), - [anon_sym_invariant] = ACTIONS(1453), - [anon_sym_precise] = ACTIONS(1453), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1453), - [anon_sym_out] = ACTIONS(1453), - [anon_sym_inout] = ACTIONS(1453), - [anon_sym_uniform] = ACTIONS(1453), - [anon_sym_shared] = ACTIONS(1453), - [anon_sym_attribute] = ACTIONS(1453), - [anon_sym_varying] = ACTIONS(1453), - [anon_sym_buffer] = ACTIONS(1453), - [anon_sym_coherent] = ACTIONS(1453), - [anon_sym_readonly] = ACTIONS(1453), - [anon_sym_writeonly] = ACTIONS(1453), - [anon_sym_precision] = ACTIONS(1453), - [anon_sym_highp] = ACTIONS(1453), - [anon_sym_mediump] = ACTIONS(1453), - [anon_sym_lowp] = ACTIONS(1453), - [anon_sym_centroid] = ACTIONS(1453), - [anon_sym_sample] = ACTIONS(1453), - [anon_sym_patch] = ACTIONS(1453), - [anon_sym_smooth] = ACTIONS(1453), - [anon_sym_flat] = ACTIONS(1453), - [anon_sym_noperspective] = ACTIONS(1453), - [anon_sym___extension__] = ACTIONS(1453), - [anon_sym_typedef] = ACTIONS(1453), - [anon_sym_extern] = ACTIONS(1453), - [anon_sym___attribute__] = ACTIONS(1453), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1455), - [anon_sym___declspec] = ACTIONS(1453), - [anon_sym___cdecl] = ACTIONS(1453), - [anon_sym___clrcall] = ACTIONS(1453), - [anon_sym___stdcall] = ACTIONS(1453), - [anon_sym___fastcall] = ACTIONS(1453), - [anon_sym___thiscall] = ACTIONS(1453), - [anon_sym___vectorcall] = ACTIONS(1453), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_signed] = ACTIONS(1453), - [anon_sym_unsigned] = ACTIONS(1453), - [anon_sym_long] = ACTIONS(1453), - [anon_sym_short] = ACTIONS(1453), - [anon_sym_static] = ACTIONS(1453), - [anon_sym_auto] = ACTIONS(1453), - [anon_sym_register] = ACTIONS(1453), - [anon_sym_inline] = ACTIONS(1453), - [anon_sym___inline] = ACTIONS(1453), - [anon_sym___inline__] = ACTIONS(1453), - [anon_sym___forceinline] = ACTIONS(1453), - [anon_sym_thread_local] = ACTIONS(1453), - [anon_sym___thread] = ACTIONS(1453), - [anon_sym_const] = ACTIONS(1453), - [anon_sym_constexpr] = ACTIONS(1453), - [anon_sym_volatile] = ACTIONS(1453), - [anon_sym_restrict] = ACTIONS(1453), - [anon_sym___restrict__] = ACTIONS(1453), - [anon_sym__Atomic] = ACTIONS(1453), - [anon_sym__Noreturn] = ACTIONS(1453), - [anon_sym_noreturn] = ACTIONS(1453), - [anon_sym_alignas] = ACTIONS(1453), - [anon_sym__Alignas] = ACTIONS(1453), - [sym_primitive_type] = ACTIONS(1453), - [anon_sym_enum] = ACTIONS(1453), - [anon_sym_struct] = ACTIONS(1453), - [anon_sym_union] = ACTIONS(1453), - [anon_sym_if] = ACTIONS(1453), - [anon_sym_switch] = ACTIONS(1453), - [anon_sym_case] = ACTIONS(1453), - [anon_sym_default] = ACTIONS(1453), - [anon_sym_while] = ACTIONS(1453), - [anon_sym_do] = ACTIONS(1453), - [anon_sym_for] = ACTIONS(1453), - [anon_sym_return] = ACTIONS(1453), - [anon_sym_break] = ACTIONS(1453), - [anon_sym_continue] = ACTIONS(1453), - [anon_sym_goto] = ACTIONS(1453), - [anon_sym___try] = ACTIONS(1453), - [anon_sym___leave] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1453), - [anon_sym___alignof__] = ACTIONS(1453), - [anon_sym___alignof] = ACTIONS(1453), - [anon_sym__alignof] = ACTIONS(1453), - [anon_sym_alignof] = ACTIONS(1453), - [anon_sym__Alignof] = ACTIONS(1453), - [anon_sym_offsetof] = ACTIONS(1453), - [anon_sym__Generic] = ACTIONS(1453), - [anon_sym_asm] = ACTIONS(1453), - [anon_sym___asm__] = ACTIONS(1453), - [sym_number_literal] = ACTIONS(1455), - [anon_sym_L_SQUOTE] = ACTIONS(1455), - [anon_sym_u_SQUOTE] = ACTIONS(1455), - [anon_sym_U_SQUOTE] = ACTIONS(1455), - [anon_sym_u8_SQUOTE] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1455), - [anon_sym_L_DQUOTE] = ACTIONS(1455), - [anon_sym_u_DQUOTE] = ACTIONS(1455), - [anon_sym_U_DQUOTE] = ACTIONS(1455), - [anon_sym_u8_DQUOTE] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym_true] = ACTIONS(1453), - [sym_false] = ACTIONS(1453), - [anon_sym_NULL] = ACTIONS(1453), - [anon_sym_nullptr] = ACTIONS(1453), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1453), - [anon_sym_rayPayloadInEXT] = ACTIONS(1453), - [anon_sym_hitAttributeEXT] = ACTIONS(1453), - [anon_sym_callableDataEXT] = ACTIONS(1453), - [anon_sym_callableDataInEXT] = ACTIONS(1453), - [anon_sym_shaderRecordEXT] = ACTIONS(1453), - [anon_sym_rayPayloadNV] = ACTIONS(1453), - [anon_sym_rayPayloadInNV] = ACTIONS(1453), - [anon_sym_hitAttributeNV] = ACTIONS(1453), - [anon_sym_callableDataNV] = ACTIONS(1453), - [anon_sym_callableDataInNV] = ACTIONS(1453), - [anon_sym_shaderRecordNV] = ACTIONS(1453), - [anon_sym_layout] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token2] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym___try] = ACTIONS(1439), + [anon_sym___leave] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), }, [343] = { - [sym_identifier] = ACTIONS(1449), - [aux_sym_preproc_include_token1] = ACTIONS(1449), - [aux_sym_preproc_def_token1] = ACTIONS(1449), - [aux_sym_preproc_if_token1] = ACTIONS(1449), - [aux_sym_preproc_if_token2] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1449), - [sym_preproc_directive] = ACTIONS(1449), - [anon_sym_LPAREN2] = ACTIONS(1451), - [anon_sym_BANG] = ACTIONS(1451), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_DASH] = ACTIONS(1449), - [anon_sym_PLUS] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1451), - [anon_sym_AMP] = ACTIONS(1451), - [anon_sym_subroutine] = ACTIONS(1449), - [anon_sym_invariant] = ACTIONS(1449), - [anon_sym_precise] = ACTIONS(1449), - [anon_sym_SEMI] = ACTIONS(1451), - [anon_sym_in] = ACTIONS(1449), - [anon_sym_out] = ACTIONS(1449), - [anon_sym_inout] = ACTIONS(1449), - [anon_sym_uniform] = ACTIONS(1449), - [anon_sym_shared] = ACTIONS(1449), - [anon_sym_attribute] = ACTIONS(1449), - [anon_sym_varying] = ACTIONS(1449), - [anon_sym_buffer] = ACTIONS(1449), - [anon_sym_coherent] = ACTIONS(1449), - [anon_sym_readonly] = ACTIONS(1449), - [anon_sym_writeonly] = ACTIONS(1449), - [anon_sym_precision] = ACTIONS(1449), - [anon_sym_highp] = ACTIONS(1449), - [anon_sym_mediump] = ACTIONS(1449), - [anon_sym_lowp] = ACTIONS(1449), - [anon_sym_centroid] = ACTIONS(1449), - [anon_sym_sample] = ACTIONS(1449), - [anon_sym_patch] = ACTIONS(1449), - [anon_sym_smooth] = ACTIONS(1449), - [anon_sym_flat] = ACTIONS(1449), - [anon_sym_noperspective] = ACTIONS(1449), - [anon_sym___extension__] = ACTIONS(1449), - [anon_sym_typedef] = ACTIONS(1449), - [anon_sym_extern] = ACTIONS(1449), - [anon_sym___attribute__] = ACTIONS(1449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1451), - [anon_sym___declspec] = ACTIONS(1449), - [anon_sym___cdecl] = ACTIONS(1449), - [anon_sym___clrcall] = ACTIONS(1449), - [anon_sym___stdcall] = ACTIONS(1449), - [anon_sym___fastcall] = ACTIONS(1449), - [anon_sym___thiscall] = ACTIONS(1449), - [anon_sym___vectorcall] = ACTIONS(1449), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_signed] = ACTIONS(1449), - [anon_sym_unsigned] = ACTIONS(1449), - [anon_sym_long] = ACTIONS(1449), - [anon_sym_short] = ACTIONS(1449), - [anon_sym_static] = ACTIONS(1449), - [anon_sym_auto] = ACTIONS(1449), - [anon_sym_register] = ACTIONS(1449), - [anon_sym_inline] = ACTIONS(1449), - [anon_sym___inline] = ACTIONS(1449), - [anon_sym___inline__] = ACTIONS(1449), - [anon_sym___forceinline] = ACTIONS(1449), - [anon_sym_thread_local] = ACTIONS(1449), - [anon_sym___thread] = ACTIONS(1449), - [anon_sym_const] = ACTIONS(1449), - [anon_sym_constexpr] = ACTIONS(1449), - [anon_sym_volatile] = ACTIONS(1449), - [anon_sym_restrict] = ACTIONS(1449), - [anon_sym___restrict__] = ACTIONS(1449), - [anon_sym__Atomic] = ACTIONS(1449), - [anon_sym__Noreturn] = ACTIONS(1449), - [anon_sym_noreturn] = ACTIONS(1449), - [anon_sym_alignas] = ACTIONS(1449), - [anon_sym__Alignas] = ACTIONS(1449), - [sym_primitive_type] = ACTIONS(1449), - [anon_sym_enum] = ACTIONS(1449), - [anon_sym_struct] = ACTIONS(1449), - [anon_sym_union] = ACTIONS(1449), - [anon_sym_if] = ACTIONS(1449), - [anon_sym_switch] = ACTIONS(1449), - [anon_sym_case] = ACTIONS(1449), - [anon_sym_default] = ACTIONS(1449), - [anon_sym_while] = ACTIONS(1449), - [anon_sym_do] = ACTIONS(1449), - [anon_sym_for] = ACTIONS(1449), - [anon_sym_return] = ACTIONS(1449), - [anon_sym_break] = ACTIONS(1449), - [anon_sym_continue] = ACTIONS(1449), - [anon_sym_goto] = ACTIONS(1449), - [anon_sym___try] = ACTIONS(1449), - [anon_sym___leave] = ACTIONS(1449), - [anon_sym_DASH_DASH] = ACTIONS(1451), - [anon_sym_PLUS_PLUS] = ACTIONS(1451), - [anon_sym_sizeof] = ACTIONS(1449), - [anon_sym___alignof__] = ACTIONS(1449), - [anon_sym___alignof] = ACTIONS(1449), - [anon_sym__alignof] = ACTIONS(1449), - [anon_sym_alignof] = ACTIONS(1449), - [anon_sym__Alignof] = ACTIONS(1449), - [anon_sym_offsetof] = ACTIONS(1449), - [anon_sym__Generic] = ACTIONS(1449), - [anon_sym_asm] = ACTIONS(1449), - [anon_sym___asm__] = ACTIONS(1449), - [sym_number_literal] = ACTIONS(1451), - [anon_sym_L_SQUOTE] = ACTIONS(1451), - [anon_sym_u_SQUOTE] = ACTIONS(1451), - [anon_sym_U_SQUOTE] = ACTIONS(1451), - [anon_sym_u8_SQUOTE] = ACTIONS(1451), - [anon_sym_SQUOTE] = ACTIONS(1451), - [anon_sym_L_DQUOTE] = ACTIONS(1451), - [anon_sym_u_DQUOTE] = ACTIONS(1451), - [anon_sym_U_DQUOTE] = ACTIONS(1451), - [anon_sym_u8_DQUOTE] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(1451), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [anon_sym_NULL] = ACTIONS(1449), - [anon_sym_nullptr] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1449), - [anon_sym_rayPayloadInEXT] = ACTIONS(1449), - [anon_sym_hitAttributeEXT] = ACTIONS(1449), - [anon_sym_callableDataEXT] = ACTIONS(1449), - [anon_sym_callableDataInEXT] = ACTIONS(1449), - [anon_sym_shaderRecordEXT] = ACTIONS(1449), - [anon_sym_rayPayloadNV] = ACTIONS(1449), - [anon_sym_rayPayloadInNV] = ACTIONS(1449), - [anon_sym_hitAttributeNV] = ACTIONS(1449), - [anon_sym_callableDataNV] = ACTIONS(1449), - [anon_sym_callableDataInNV] = ACTIONS(1449), - [anon_sym_shaderRecordNV] = ACTIONS(1449), - [anon_sym_layout] = ACTIONS(1449), + [sym_identifier] = ACTIONS(1419), + [aux_sym_preproc_include_token1] = ACTIONS(1419), + [aux_sym_preproc_def_token1] = ACTIONS(1419), + [aux_sym_preproc_if_token1] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1419), + [sym_preproc_directive] = ACTIONS(1419), + [anon_sym_LPAREN2] = ACTIONS(1421), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1421), + [anon_sym_subroutine] = ACTIONS(1419), + [anon_sym_invariant] = ACTIONS(1419), + [anon_sym_precise] = ACTIONS(1419), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_in] = ACTIONS(1419), + [anon_sym_out] = ACTIONS(1419), + [anon_sym_inout] = ACTIONS(1419), + [anon_sym_uniform] = ACTIONS(1419), + [anon_sym_shared] = ACTIONS(1419), + [anon_sym_attribute] = ACTIONS(1419), + [anon_sym_varying] = ACTIONS(1419), + [anon_sym_buffer] = ACTIONS(1419), + [anon_sym_coherent] = ACTIONS(1419), + [anon_sym_readonly] = ACTIONS(1419), + [anon_sym_writeonly] = ACTIONS(1419), + [anon_sym_precision] = ACTIONS(1419), + [anon_sym_highp] = ACTIONS(1419), + [anon_sym_mediump] = ACTIONS(1419), + [anon_sym_lowp] = ACTIONS(1419), + [anon_sym_centroid] = ACTIONS(1419), + [anon_sym_sample] = ACTIONS(1419), + [anon_sym_patch] = ACTIONS(1419), + [anon_sym_smooth] = ACTIONS(1419), + [anon_sym_flat] = ACTIONS(1419), + [anon_sym_noperspective] = ACTIONS(1419), + [anon_sym___extension__] = ACTIONS(1419), + [anon_sym_typedef] = ACTIONS(1419), + [anon_sym_extern] = ACTIONS(1419), + [anon_sym___attribute__] = ACTIONS(1419), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1421), + [anon_sym___declspec] = ACTIONS(1419), + [anon_sym___cdecl] = ACTIONS(1419), + [anon_sym___clrcall] = ACTIONS(1419), + [anon_sym___stdcall] = ACTIONS(1419), + [anon_sym___fastcall] = ACTIONS(1419), + [anon_sym___thiscall] = ACTIONS(1419), + [anon_sym___vectorcall] = ACTIONS(1419), + [anon_sym_LBRACE] = ACTIONS(1421), + [anon_sym_RBRACE] = ACTIONS(1421), + [anon_sym_signed] = ACTIONS(1419), + [anon_sym_unsigned] = ACTIONS(1419), + [anon_sym_long] = ACTIONS(1419), + [anon_sym_short] = ACTIONS(1419), + [anon_sym_static] = ACTIONS(1419), + [anon_sym_auto] = ACTIONS(1419), + [anon_sym_register] = ACTIONS(1419), + [anon_sym_inline] = ACTIONS(1419), + [anon_sym___inline] = ACTIONS(1419), + [anon_sym___inline__] = ACTIONS(1419), + [anon_sym___forceinline] = ACTIONS(1419), + [anon_sym_thread_local] = ACTIONS(1419), + [anon_sym___thread] = ACTIONS(1419), + [anon_sym_const] = ACTIONS(1419), + [anon_sym_constexpr] = ACTIONS(1419), + [anon_sym_volatile] = ACTIONS(1419), + [anon_sym_restrict] = ACTIONS(1419), + [anon_sym___restrict__] = ACTIONS(1419), + [anon_sym__Atomic] = ACTIONS(1419), + [anon_sym__Noreturn] = ACTIONS(1419), + [anon_sym_noreturn] = ACTIONS(1419), + [anon_sym__Nonnull] = ACTIONS(1419), + [anon_sym_alignas] = ACTIONS(1419), + [anon_sym__Alignas] = ACTIONS(1419), + [sym_primitive_type] = ACTIONS(1419), + [anon_sym_enum] = ACTIONS(1419), + [anon_sym_struct] = ACTIONS(1419), + [anon_sym_union] = ACTIONS(1419), + [anon_sym_if] = ACTIONS(1419), + [anon_sym_switch] = ACTIONS(1419), + [anon_sym_case] = ACTIONS(1419), + [anon_sym_default] = ACTIONS(1419), + [anon_sym_while] = ACTIONS(1419), + [anon_sym_do] = ACTIONS(1419), + [anon_sym_for] = ACTIONS(1419), + [anon_sym_return] = ACTIONS(1419), + [anon_sym_break] = ACTIONS(1419), + [anon_sym_continue] = ACTIONS(1419), + [anon_sym_goto] = ACTIONS(1419), + [anon_sym___try] = ACTIONS(1419), + [anon_sym___leave] = ACTIONS(1419), + [anon_sym_DASH_DASH] = ACTIONS(1421), + [anon_sym_PLUS_PLUS] = ACTIONS(1421), + [anon_sym_sizeof] = ACTIONS(1419), + [anon_sym___alignof__] = ACTIONS(1419), + [anon_sym___alignof] = ACTIONS(1419), + [anon_sym__alignof] = ACTIONS(1419), + [anon_sym_alignof] = ACTIONS(1419), + [anon_sym__Alignof] = ACTIONS(1419), + [anon_sym_offsetof] = ACTIONS(1419), + [anon_sym__Generic] = ACTIONS(1419), + [anon_sym_asm] = ACTIONS(1419), + [anon_sym___asm__] = ACTIONS(1419), + [anon_sym___asm] = ACTIONS(1419), + [sym_number_literal] = ACTIONS(1421), + [anon_sym_L_SQUOTE] = ACTIONS(1421), + [anon_sym_u_SQUOTE] = ACTIONS(1421), + [anon_sym_U_SQUOTE] = ACTIONS(1421), + [anon_sym_u8_SQUOTE] = ACTIONS(1421), + [anon_sym_SQUOTE] = ACTIONS(1421), + [anon_sym_L_DQUOTE] = ACTIONS(1421), + [anon_sym_u_DQUOTE] = ACTIONS(1421), + [anon_sym_U_DQUOTE] = ACTIONS(1421), + [anon_sym_u8_DQUOTE] = ACTIONS(1421), + [anon_sym_DQUOTE] = ACTIONS(1421), + [sym_true] = ACTIONS(1419), + [sym_false] = ACTIONS(1419), + [anon_sym_NULL] = ACTIONS(1419), + [anon_sym_nullptr] = ACTIONS(1419), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1419), + [anon_sym_rayPayloadInEXT] = ACTIONS(1419), + [anon_sym_hitAttributeEXT] = ACTIONS(1419), + [anon_sym_callableDataEXT] = ACTIONS(1419), + [anon_sym_callableDataInEXT] = ACTIONS(1419), + [anon_sym_shaderRecordEXT] = ACTIONS(1419), + [anon_sym_rayPayloadNV] = ACTIONS(1419), + [anon_sym_rayPayloadInNV] = ACTIONS(1419), + [anon_sym_hitAttributeNV] = ACTIONS(1419), + [anon_sym_callableDataNV] = ACTIONS(1419), + [anon_sym_callableDataInNV] = ACTIONS(1419), + [anon_sym_shaderRecordNV] = ACTIONS(1419), + [anon_sym_layout] = ACTIONS(1419), }, [344] = { - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_include_token1] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token2] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1443), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_typedef] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym___cdecl] = ACTIONS(1441), - [anon_sym___clrcall] = ACTIONS(1441), - [anon_sym___stdcall] = ACTIONS(1441), - [anon_sym___fastcall] = ACTIONS(1441), - [anon_sym___thiscall] = ACTIONS(1441), - [anon_sym___vectorcall] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1443), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_switch] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_goto] = ACTIONS(1441), - [anon_sym___try] = ACTIONS(1441), - [anon_sym___leave] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1443), - [anon_sym_sizeof] = ACTIONS(1441), - [anon_sym___alignof__] = ACTIONS(1441), - [anon_sym___alignof] = ACTIONS(1441), - [anon_sym__alignof] = ACTIONS(1441), - [anon_sym_alignof] = ACTIONS(1441), - [anon_sym__Alignof] = ACTIONS(1441), - [anon_sym_offsetof] = ACTIONS(1441), - [anon_sym__Generic] = ACTIONS(1441), - [anon_sym_asm] = ACTIONS(1441), - [anon_sym___asm__] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1443), - [anon_sym_u_SQUOTE] = ACTIONS(1443), - [anon_sym_U_SQUOTE] = ACTIONS(1443), - [anon_sym_u8_SQUOTE] = ACTIONS(1443), - [anon_sym_SQUOTE] = ACTIONS(1443), - [anon_sym_L_DQUOTE] = ACTIONS(1443), - [anon_sym_u_DQUOTE] = ACTIONS(1443), - [anon_sym_U_DQUOTE] = ACTIONS(1443), - [anon_sym_u8_DQUOTE] = ACTIONS(1443), - [anon_sym_DQUOTE] = ACTIONS(1443), - [sym_true] = ACTIONS(1441), - [sym_false] = ACTIONS(1441), - [anon_sym_NULL] = ACTIONS(1441), - [anon_sym_nullptr] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_RBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym___try] = ACTIONS(1439), + [anon_sym___leave] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), }, [345] = { - [sym_identifier] = ACTIONS(1437), - [aux_sym_preproc_include_token1] = ACTIONS(1437), - [aux_sym_preproc_def_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token2] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1437), - [sym_preproc_directive] = ACTIONS(1437), - [anon_sym_LPAREN2] = ACTIONS(1439), - [anon_sym_BANG] = ACTIONS(1439), - [anon_sym_TILDE] = ACTIONS(1439), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), - [anon_sym_subroutine] = ACTIONS(1437), - [anon_sym_invariant] = ACTIONS(1437), - [anon_sym_precise] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_out] = ACTIONS(1437), - [anon_sym_inout] = ACTIONS(1437), - [anon_sym_uniform] = ACTIONS(1437), - [anon_sym_shared] = ACTIONS(1437), - [anon_sym_attribute] = ACTIONS(1437), - [anon_sym_varying] = ACTIONS(1437), - [anon_sym_buffer] = ACTIONS(1437), - [anon_sym_coherent] = ACTIONS(1437), - [anon_sym_readonly] = ACTIONS(1437), - [anon_sym_writeonly] = ACTIONS(1437), - [anon_sym_precision] = ACTIONS(1437), - [anon_sym_highp] = ACTIONS(1437), - [anon_sym_mediump] = ACTIONS(1437), - [anon_sym_lowp] = ACTIONS(1437), - [anon_sym_centroid] = ACTIONS(1437), - [anon_sym_sample] = ACTIONS(1437), - [anon_sym_patch] = ACTIONS(1437), - [anon_sym_smooth] = ACTIONS(1437), - [anon_sym_flat] = ACTIONS(1437), - [anon_sym_noperspective] = ACTIONS(1437), - [anon_sym___extension__] = ACTIONS(1437), - [anon_sym_typedef] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym___attribute__] = ACTIONS(1437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1439), - [anon_sym___declspec] = ACTIONS(1437), - [anon_sym___cdecl] = ACTIONS(1437), - [anon_sym___clrcall] = ACTIONS(1437), - [anon_sym___stdcall] = ACTIONS(1437), - [anon_sym___fastcall] = ACTIONS(1437), - [anon_sym___thiscall] = ACTIONS(1437), - [anon_sym___vectorcall] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1439), - [anon_sym_signed] = ACTIONS(1437), - [anon_sym_unsigned] = ACTIONS(1437), - [anon_sym_long] = ACTIONS(1437), - [anon_sym_short] = ACTIONS(1437), - [anon_sym_static] = ACTIONS(1437), - [anon_sym_auto] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_inline] = ACTIONS(1437), - [anon_sym___inline] = ACTIONS(1437), - [anon_sym___inline__] = ACTIONS(1437), - [anon_sym___forceinline] = ACTIONS(1437), - [anon_sym_thread_local] = ACTIONS(1437), - [anon_sym___thread] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_constexpr] = ACTIONS(1437), - [anon_sym_volatile] = ACTIONS(1437), - [anon_sym_restrict] = ACTIONS(1437), - [anon_sym___restrict__] = ACTIONS(1437), - [anon_sym__Atomic] = ACTIONS(1437), - [anon_sym__Noreturn] = ACTIONS(1437), - [anon_sym_noreturn] = ACTIONS(1437), - [anon_sym_alignas] = ACTIONS(1437), - [anon_sym__Alignas] = ACTIONS(1437), - [sym_primitive_type] = ACTIONS(1437), - [anon_sym_enum] = ACTIONS(1437), - [anon_sym_struct] = ACTIONS(1437), - [anon_sym_union] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_switch] = ACTIONS(1437), - [anon_sym_case] = ACTIONS(1437), - [anon_sym_default] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_goto] = ACTIONS(1437), - [anon_sym___try] = ACTIONS(1437), - [anon_sym___leave] = ACTIONS(1437), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1437), - [anon_sym___alignof__] = ACTIONS(1437), - [anon_sym___alignof] = ACTIONS(1437), - [anon_sym__alignof] = ACTIONS(1437), - [anon_sym_alignof] = ACTIONS(1437), - [anon_sym__Alignof] = ACTIONS(1437), - [anon_sym_offsetof] = ACTIONS(1437), - [anon_sym__Generic] = ACTIONS(1437), - [anon_sym_asm] = ACTIONS(1437), - [anon_sym___asm__] = ACTIONS(1437), - [sym_number_literal] = ACTIONS(1439), - [anon_sym_L_SQUOTE] = ACTIONS(1439), - [anon_sym_u_SQUOTE] = ACTIONS(1439), - [anon_sym_U_SQUOTE] = ACTIONS(1439), - [anon_sym_u8_SQUOTE] = ACTIONS(1439), - [anon_sym_SQUOTE] = ACTIONS(1439), - [anon_sym_L_DQUOTE] = ACTIONS(1439), - [anon_sym_u_DQUOTE] = ACTIONS(1439), - [anon_sym_U_DQUOTE] = ACTIONS(1439), - [anon_sym_u8_DQUOTE] = ACTIONS(1439), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym_true] = ACTIONS(1437), - [sym_false] = ACTIONS(1437), - [anon_sym_NULL] = ACTIONS(1437), - [anon_sym_nullptr] = ACTIONS(1437), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1437), - [anon_sym_rayPayloadInEXT] = ACTIONS(1437), - [anon_sym_hitAttributeEXT] = ACTIONS(1437), - [anon_sym_callableDataEXT] = ACTIONS(1437), - [anon_sym_callableDataInEXT] = ACTIONS(1437), - [anon_sym_shaderRecordEXT] = ACTIONS(1437), - [anon_sym_rayPayloadNV] = ACTIONS(1437), - [anon_sym_rayPayloadInNV] = ACTIONS(1437), - [anon_sym_hitAttributeNV] = ACTIONS(1437), - [anon_sym_callableDataNV] = ACTIONS(1437), - [anon_sym_callableDataInNV] = ACTIONS(1437), - [anon_sym_shaderRecordNV] = ACTIONS(1437), - [anon_sym_layout] = ACTIONS(1437), + [sym_identifier] = ACTIONS(1499), + [aux_sym_preproc_include_token1] = ACTIONS(1499), + [aux_sym_preproc_def_token1] = ACTIONS(1499), + [aux_sym_preproc_if_token1] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), + [sym_preproc_directive] = ACTIONS(1499), + [anon_sym_LPAREN2] = ACTIONS(1501), + [anon_sym_BANG] = ACTIONS(1501), + [anon_sym_TILDE] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_AMP] = ACTIONS(1501), + [anon_sym_subroutine] = ACTIONS(1499), + [anon_sym_invariant] = ACTIONS(1499), + [anon_sym_precise] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1499), + [anon_sym_out] = ACTIONS(1499), + [anon_sym_inout] = ACTIONS(1499), + [anon_sym_uniform] = ACTIONS(1499), + [anon_sym_shared] = ACTIONS(1499), + [anon_sym_attribute] = ACTIONS(1499), + [anon_sym_varying] = ACTIONS(1499), + [anon_sym_buffer] = ACTIONS(1499), + [anon_sym_coherent] = ACTIONS(1499), + [anon_sym_readonly] = ACTIONS(1499), + [anon_sym_writeonly] = ACTIONS(1499), + [anon_sym_precision] = ACTIONS(1499), + [anon_sym_highp] = ACTIONS(1499), + [anon_sym_mediump] = ACTIONS(1499), + [anon_sym_lowp] = ACTIONS(1499), + [anon_sym_centroid] = ACTIONS(1499), + [anon_sym_sample] = ACTIONS(1499), + [anon_sym_patch] = ACTIONS(1499), + [anon_sym_smooth] = ACTIONS(1499), + [anon_sym_flat] = ACTIONS(1499), + [anon_sym_noperspective] = ACTIONS(1499), + [anon_sym___extension__] = ACTIONS(1499), + [anon_sym_typedef] = ACTIONS(1499), + [anon_sym_extern] = ACTIONS(1499), + [anon_sym___attribute__] = ACTIONS(1499), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), + [anon_sym___declspec] = ACTIONS(1499), + [anon_sym___cdecl] = ACTIONS(1499), + [anon_sym___clrcall] = ACTIONS(1499), + [anon_sym___stdcall] = ACTIONS(1499), + [anon_sym___fastcall] = ACTIONS(1499), + [anon_sym___thiscall] = ACTIONS(1499), + [anon_sym___vectorcall] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1501), + [anon_sym_signed] = ACTIONS(1499), + [anon_sym_unsigned] = ACTIONS(1499), + [anon_sym_long] = ACTIONS(1499), + [anon_sym_short] = ACTIONS(1499), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_auto] = ACTIONS(1499), + [anon_sym_register] = ACTIONS(1499), + [anon_sym_inline] = ACTIONS(1499), + [anon_sym___inline] = ACTIONS(1499), + [anon_sym___inline__] = ACTIONS(1499), + [anon_sym___forceinline] = ACTIONS(1499), + [anon_sym_thread_local] = ACTIONS(1499), + [anon_sym___thread] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_constexpr] = ACTIONS(1499), + [anon_sym_volatile] = ACTIONS(1499), + [anon_sym_restrict] = ACTIONS(1499), + [anon_sym___restrict__] = ACTIONS(1499), + [anon_sym__Atomic] = ACTIONS(1499), + [anon_sym__Noreturn] = ACTIONS(1499), + [anon_sym_noreturn] = ACTIONS(1499), + [anon_sym__Nonnull] = ACTIONS(1499), + [anon_sym_alignas] = ACTIONS(1499), + [anon_sym__Alignas] = ACTIONS(1499), + [sym_primitive_type] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), + [anon_sym_struct] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1499), + [anon_sym_case] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_do] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_goto] = ACTIONS(1499), + [anon_sym___try] = ACTIONS(1499), + [anon_sym___leave] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_sizeof] = ACTIONS(1499), + [anon_sym___alignof__] = ACTIONS(1499), + [anon_sym___alignof] = ACTIONS(1499), + [anon_sym__alignof] = ACTIONS(1499), + [anon_sym_alignof] = ACTIONS(1499), + [anon_sym__Alignof] = ACTIONS(1499), + [anon_sym_offsetof] = ACTIONS(1499), + [anon_sym__Generic] = ACTIONS(1499), + [anon_sym_asm] = ACTIONS(1499), + [anon_sym___asm__] = ACTIONS(1499), + [anon_sym___asm] = ACTIONS(1499), + [sym_number_literal] = ACTIONS(1501), + [anon_sym_L_SQUOTE] = ACTIONS(1501), + [anon_sym_u_SQUOTE] = ACTIONS(1501), + [anon_sym_U_SQUOTE] = ACTIONS(1501), + [anon_sym_u8_SQUOTE] = ACTIONS(1501), + [anon_sym_SQUOTE] = ACTIONS(1501), + [anon_sym_L_DQUOTE] = ACTIONS(1501), + [anon_sym_u_DQUOTE] = ACTIONS(1501), + [anon_sym_U_DQUOTE] = ACTIONS(1501), + [anon_sym_u8_DQUOTE] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym_true] = ACTIONS(1499), + [sym_false] = ACTIONS(1499), + [anon_sym_NULL] = ACTIONS(1499), + [anon_sym_nullptr] = ACTIONS(1499), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1499), + [anon_sym_rayPayloadInEXT] = ACTIONS(1499), + [anon_sym_hitAttributeEXT] = ACTIONS(1499), + [anon_sym_callableDataEXT] = ACTIONS(1499), + [anon_sym_callableDataInEXT] = ACTIONS(1499), + [anon_sym_shaderRecordEXT] = ACTIONS(1499), + [anon_sym_rayPayloadNV] = ACTIONS(1499), + [anon_sym_rayPayloadInNV] = ACTIONS(1499), + [anon_sym_hitAttributeNV] = ACTIONS(1499), + [anon_sym_callableDataNV] = ACTIONS(1499), + [anon_sym_callableDataInNV] = ACTIONS(1499), + [anon_sym_shaderRecordNV] = ACTIONS(1499), + [anon_sym_layout] = ACTIONS(1499), }, [346] = { - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_include_token1] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token2] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_LPAREN2] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_TILDE] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1401), - [anon_sym_STAR] = ACTIONS(1403), - [anon_sym_AMP] = ACTIONS(1403), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_typedef] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym___cdecl] = ACTIONS(1401), - [anon_sym___clrcall] = ACTIONS(1401), - [anon_sym___stdcall] = ACTIONS(1401), - [anon_sym___fastcall] = ACTIONS(1401), - [anon_sym___thiscall] = ACTIONS(1401), - [anon_sym___vectorcall] = ACTIONS(1401), - [anon_sym_LBRACE] = ACTIONS(1403), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [anon_sym_if] = ACTIONS(1401), - [anon_sym_switch] = ACTIONS(1401), - [anon_sym_case] = ACTIONS(1401), - [anon_sym_default] = ACTIONS(1401), - [anon_sym_while] = ACTIONS(1401), - [anon_sym_do] = ACTIONS(1401), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1401), - [anon_sym_break] = ACTIONS(1401), - [anon_sym_continue] = ACTIONS(1401), - [anon_sym_goto] = ACTIONS(1401), - [anon_sym___try] = ACTIONS(1401), - [anon_sym___leave] = ACTIONS(1401), - [anon_sym_DASH_DASH] = ACTIONS(1403), - [anon_sym_PLUS_PLUS] = ACTIONS(1403), - [anon_sym_sizeof] = ACTIONS(1401), - [anon_sym___alignof__] = ACTIONS(1401), - [anon_sym___alignof] = ACTIONS(1401), - [anon_sym__alignof] = ACTIONS(1401), - [anon_sym_alignof] = ACTIONS(1401), - [anon_sym__Alignof] = ACTIONS(1401), - [anon_sym_offsetof] = ACTIONS(1401), - [anon_sym__Generic] = ACTIONS(1401), - [anon_sym_asm] = ACTIONS(1401), - [anon_sym___asm__] = ACTIONS(1401), - [sym_number_literal] = ACTIONS(1403), - [anon_sym_L_SQUOTE] = ACTIONS(1403), - [anon_sym_u_SQUOTE] = ACTIONS(1403), - [anon_sym_U_SQUOTE] = ACTIONS(1403), - [anon_sym_u8_SQUOTE] = ACTIONS(1403), - [anon_sym_SQUOTE] = ACTIONS(1403), - [anon_sym_L_DQUOTE] = ACTIONS(1403), - [anon_sym_u_DQUOTE] = ACTIONS(1403), - [anon_sym_U_DQUOTE] = ACTIONS(1403), - [anon_sym_u8_DQUOTE] = ACTIONS(1403), - [anon_sym_DQUOTE] = ACTIONS(1403), - [sym_true] = ACTIONS(1401), - [sym_false] = ACTIONS(1401), - [anon_sym_NULL] = ACTIONS(1401), - [anon_sym_nullptr] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), - }, - [347] = { - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_include_token1] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token2] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_LPAREN2] = ACTIONS(1411), - [anon_sym_BANG] = ACTIONS(1411), - [anon_sym_TILDE] = ACTIONS(1411), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_PLUS] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1411), - [anon_sym_AMP] = ACTIONS(1411), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_SEMI] = ACTIONS(1411), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_typedef] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym___cdecl] = ACTIONS(1409), - [anon_sym___clrcall] = ACTIONS(1409), - [anon_sym___stdcall] = ACTIONS(1409), - [anon_sym___fastcall] = ACTIONS(1409), - [anon_sym___thiscall] = ACTIONS(1409), - [anon_sym___vectorcall] = ACTIONS(1409), - [anon_sym_LBRACE] = ACTIONS(1411), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [anon_sym_if] = ACTIONS(1409), - [anon_sym_switch] = ACTIONS(1409), - [anon_sym_case] = ACTIONS(1409), - [anon_sym_default] = ACTIONS(1409), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(1409), - [anon_sym_for] = ACTIONS(1409), - [anon_sym_return] = ACTIONS(1409), - [anon_sym_break] = ACTIONS(1409), - [anon_sym_continue] = ACTIONS(1409), - [anon_sym_goto] = ACTIONS(1409), - [anon_sym___try] = ACTIONS(1409), - [anon_sym___leave] = ACTIONS(1409), - [anon_sym_DASH_DASH] = ACTIONS(1411), - [anon_sym_PLUS_PLUS] = ACTIONS(1411), - [anon_sym_sizeof] = ACTIONS(1409), - [anon_sym___alignof__] = ACTIONS(1409), - [anon_sym___alignof] = ACTIONS(1409), - [anon_sym__alignof] = ACTIONS(1409), - [anon_sym_alignof] = ACTIONS(1409), - [anon_sym__Alignof] = ACTIONS(1409), - [anon_sym_offsetof] = ACTIONS(1409), - [anon_sym__Generic] = ACTIONS(1409), - [anon_sym_asm] = ACTIONS(1409), - [anon_sym___asm__] = ACTIONS(1409), - [sym_number_literal] = ACTIONS(1411), - [anon_sym_L_SQUOTE] = ACTIONS(1411), - [anon_sym_u_SQUOTE] = ACTIONS(1411), - [anon_sym_U_SQUOTE] = ACTIONS(1411), - [anon_sym_u8_SQUOTE] = ACTIONS(1411), - [anon_sym_SQUOTE] = ACTIONS(1411), - [anon_sym_L_DQUOTE] = ACTIONS(1411), - [anon_sym_u_DQUOTE] = ACTIONS(1411), - [anon_sym_U_DQUOTE] = ACTIONS(1411), - [anon_sym_u8_DQUOTE] = ACTIONS(1411), - [anon_sym_DQUOTE] = ACTIONS(1411), - [sym_true] = ACTIONS(1409), - [sym_false] = ACTIONS(1409), - [anon_sym_NULL] = ACTIONS(1409), - [anon_sym_nullptr] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), - }, - [348] = { - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token2] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym___try] = ACTIONS(1505), - [anon_sym___leave] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), - }, - [349] = { - [sym_identifier] = ACTIONS(1531), - [aux_sym_preproc_include_token1] = ACTIONS(1531), - [aux_sym_preproc_def_token1] = ACTIONS(1531), - [aux_sym_preproc_if_token1] = ACTIONS(1531), - [aux_sym_preproc_if_token2] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1531), - [sym_preproc_directive] = ACTIONS(1531), - [anon_sym_LPAREN2] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1531), - [anon_sym_PLUS] = ACTIONS(1531), - [anon_sym_STAR] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_subroutine] = ACTIONS(1531), - [anon_sym_invariant] = ACTIONS(1531), - [anon_sym_precise] = ACTIONS(1531), - [anon_sym_SEMI] = ACTIONS(1533), - [anon_sym_in] = ACTIONS(1531), - [anon_sym_out] = ACTIONS(1531), - [anon_sym_inout] = ACTIONS(1531), - [anon_sym_uniform] = ACTIONS(1531), - [anon_sym_shared] = ACTIONS(1531), - [anon_sym_attribute] = ACTIONS(1531), - [anon_sym_varying] = ACTIONS(1531), - [anon_sym_buffer] = ACTIONS(1531), - [anon_sym_coherent] = ACTIONS(1531), - [anon_sym_readonly] = ACTIONS(1531), - [anon_sym_writeonly] = ACTIONS(1531), - [anon_sym_precision] = ACTIONS(1531), - [anon_sym_highp] = ACTIONS(1531), - [anon_sym_mediump] = ACTIONS(1531), - [anon_sym_lowp] = ACTIONS(1531), - [anon_sym_centroid] = ACTIONS(1531), - [anon_sym_sample] = ACTIONS(1531), - [anon_sym_patch] = ACTIONS(1531), - [anon_sym_smooth] = ACTIONS(1531), - [anon_sym_flat] = ACTIONS(1531), - [anon_sym_noperspective] = ACTIONS(1531), - [anon_sym___extension__] = ACTIONS(1531), - [anon_sym_typedef] = ACTIONS(1531), - [anon_sym_extern] = ACTIONS(1531), - [anon_sym___attribute__] = ACTIONS(1531), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1533), - [anon_sym___declspec] = ACTIONS(1531), - [anon_sym___cdecl] = ACTIONS(1531), - [anon_sym___clrcall] = ACTIONS(1531), - [anon_sym___stdcall] = ACTIONS(1531), - [anon_sym___fastcall] = ACTIONS(1531), - [anon_sym___thiscall] = ACTIONS(1531), - [anon_sym___vectorcall] = ACTIONS(1531), - [anon_sym_LBRACE] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1531), - [anon_sym_unsigned] = ACTIONS(1531), - [anon_sym_long] = ACTIONS(1531), - [anon_sym_short] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1531), - [anon_sym_auto] = ACTIONS(1531), - [anon_sym_register] = ACTIONS(1531), - [anon_sym_inline] = ACTIONS(1531), - [anon_sym___inline] = ACTIONS(1531), - [anon_sym___inline__] = ACTIONS(1531), - [anon_sym___forceinline] = ACTIONS(1531), - [anon_sym_thread_local] = ACTIONS(1531), - [anon_sym___thread] = ACTIONS(1531), - [anon_sym_const] = ACTIONS(1531), - [anon_sym_constexpr] = ACTIONS(1531), - [anon_sym_volatile] = ACTIONS(1531), - [anon_sym_restrict] = ACTIONS(1531), - [anon_sym___restrict__] = ACTIONS(1531), - [anon_sym__Atomic] = ACTIONS(1531), - [anon_sym__Noreturn] = ACTIONS(1531), - [anon_sym_noreturn] = ACTIONS(1531), - [anon_sym_alignas] = ACTIONS(1531), - [anon_sym__Alignas] = ACTIONS(1531), - [sym_primitive_type] = ACTIONS(1531), - [anon_sym_enum] = ACTIONS(1531), - [anon_sym_struct] = ACTIONS(1531), - [anon_sym_union] = ACTIONS(1531), - [anon_sym_if] = ACTIONS(1531), - [anon_sym_switch] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1531), - [anon_sym_default] = ACTIONS(1531), - [anon_sym_while] = ACTIONS(1531), - [anon_sym_do] = ACTIONS(1531), - [anon_sym_for] = ACTIONS(1531), - [anon_sym_return] = ACTIONS(1531), - [anon_sym_break] = ACTIONS(1531), - [anon_sym_continue] = ACTIONS(1531), - [anon_sym_goto] = ACTIONS(1531), - [anon_sym___try] = ACTIONS(1531), - [anon_sym___leave] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1533), - [anon_sym_sizeof] = ACTIONS(1531), - [anon_sym___alignof__] = ACTIONS(1531), - [anon_sym___alignof] = ACTIONS(1531), - [anon_sym__alignof] = ACTIONS(1531), - [anon_sym_alignof] = ACTIONS(1531), - [anon_sym__Alignof] = ACTIONS(1531), - [anon_sym_offsetof] = ACTIONS(1531), - [anon_sym__Generic] = ACTIONS(1531), - [anon_sym_asm] = ACTIONS(1531), - [anon_sym___asm__] = ACTIONS(1531), - [sym_number_literal] = ACTIONS(1533), - [anon_sym_L_SQUOTE] = ACTIONS(1533), - [anon_sym_u_SQUOTE] = ACTIONS(1533), - [anon_sym_U_SQUOTE] = ACTIONS(1533), - [anon_sym_u8_SQUOTE] = ACTIONS(1533), - [anon_sym_SQUOTE] = ACTIONS(1533), - [anon_sym_L_DQUOTE] = ACTIONS(1533), - [anon_sym_u_DQUOTE] = ACTIONS(1533), - [anon_sym_U_DQUOTE] = ACTIONS(1533), - [anon_sym_u8_DQUOTE] = ACTIONS(1533), - [anon_sym_DQUOTE] = ACTIONS(1533), - [sym_true] = ACTIONS(1531), - [sym_false] = ACTIONS(1531), - [anon_sym_NULL] = ACTIONS(1531), - [anon_sym_nullptr] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1531), - [anon_sym_rayPayloadInEXT] = ACTIONS(1531), - [anon_sym_hitAttributeEXT] = ACTIONS(1531), - [anon_sym_callableDataEXT] = ACTIONS(1531), - [anon_sym_callableDataInEXT] = ACTIONS(1531), - [anon_sym_shaderRecordEXT] = ACTIONS(1531), - [anon_sym_rayPayloadNV] = ACTIONS(1531), - [anon_sym_rayPayloadInNV] = ACTIONS(1531), - [anon_sym_hitAttributeNV] = ACTIONS(1531), - [anon_sym_callableDataNV] = ACTIONS(1531), - [anon_sym_callableDataInNV] = ACTIONS(1531), - [anon_sym_shaderRecordNV] = ACTIONS(1531), - [anon_sym_layout] = ACTIONS(1531), - }, - [350] = { - [sym_identifier] = ACTIONS(1509), - [aux_sym_preproc_include_token1] = ACTIONS(1509), - [aux_sym_preproc_def_token1] = ACTIONS(1509), - [aux_sym_preproc_if_token1] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1509), - [sym_preproc_directive] = ACTIONS(1509), - [anon_sym_LPAREN2] = ACTIONS(1511), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - [anon_sym_subroutine] = ACTIONS(1509), - [anon_sym_invariant] = ACTIONS(1509), - [anon_sym_precise] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_out] = ACTIONS(1509), - [anon_sym_inout] = ACTIONS(1509), - [anon_sym_uniform] = ACTIONS(1509), - [anon_sym_shared] = ACTIONS(1509), - [anon_sym_attribute] = ACTIONS(1509), - [anon_sym_varying] = ACTIONS(1509), - [anon_sym_buffer] = ACTIONS(1509), - [anon_sym_coherent] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_writeonly] = ACTIONS(1509), - [anon_sym_precision] = ACTIONS(1509), - [anon_sym_highp] = ACTIONS(1509), - [anon_sym_mediump] = ACTIONS(1509), - [anon_sym_lowp] = ACTIONS(1509), - [anon_sym_centroid] = ACTIONS(1509), - [anon_sym_sample] = ACTIONS(1509), - [anon_sym_patch] = ACTIONS(1509), - [anon_sym_smooth] = ACTIONS(1509), - [anon_sym_flat] = ACTIONS(1509), - [anon_sym_noperspective] = ACTIONS(1509), - [anon_sym___extension__] = ACTIONS(1509), - [anon_sym_typedef] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym___attribute__] = ACTIONS(1509), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1511), - [anon_sym___declspec] = ACTIONS(1509), - [anon_sym___cdecl] = ACTIONS(1509), - [anon_sym___clrcall] = ACTIONS(1509), - [anon_sym___stdcall] = ACTIONS(1509), - [anon_sym___fastcall] = ACTIONS(1509), - [anon_sym___thiscall] = ACTIONS(1509), - [anon_sym___vectorcall] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1511), - [anon_sym_RBRACE] = ACTIONS(1511), - [anon_sym_signed] = ACTIONS(1509), - [anon_sym_unsigned] = ACTIONS(1509), - [anon_sym_long] = ACTIONS(1509), - [anon_sym_short] = ACTIONS(1509), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_auto] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_inline] = ACTIONS(1509), - [anon_sym___inline] = ACTIONS(1509), - [anon_sym___inline__] = ACTIONS(1509), - [anon_sym___forceinline] = ACTIONS(1509), - [anon_sym_thread_local] = ACTIONS(1509), - [anon_sym___thread] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_constexpr] = ACTIONS(1509), - [anon_sym_volatile] = ACTIONS(1509), - [anon_sym_restrict] = ACTIONS(1509), - [anon_sym___restrict__] = ACTIONS(1509), - [anon_sym__Atomic] = ACTIONS(1509), - [anon_sym__Noreturn] = ACTIONS(1509), - [anon_sym_noreturn] = ACTIONS(1509), - [anon_sym_alignas] = ACTIONS(1509), - [anon_sym__Alignas] = ACTIONS(1509), - [sym_primitive_type] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - [anon_sym_struct] = ACTIONS(1509), - [anon_sym_union] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_goto] = ACTIONS(1509), - [anon_sym___try] = ACTIONS(1509), - [anon_sym___leave] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1511), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_sizeof] = ACTIONS(1509), - [anon_sym___alignof__] = ACTIONS(1509), - [anon_sym___alignof] = ACTIONS(1509), - [anon_sym__alignof] = ACTIONS(1509), - [anon_sym_alignof] = ACTIONS(1509), - [anon_sym__Alignof] = ACTIONS(1509), - [anon_sym_offsetof] = ACTIONS(1509), - [anon_sym__Generic] = ACTIONS(1509), - [anon_sym_asm] = ACTIONS(1509), - [anon_sym___asm__] = ACTIONS(1509), - [sym_number_literal] = ACTIONS(1511), - [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(1511), - [anon_sym_u_DQUOTE] = ACTIONS(1511), - [anon_sym_U_DQUOTE] = ACTIONS(1511), - [anon_sym_u8_DQUOTE] = ACTIONS(1511), - [anon_sym_DQUOTE] = ACTIONS(1511), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [anon_sym_NULL] = ACTIONS(1509), - [anon_sym_nullptr] = ACTIONS(1509), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1509), - [anon_sym_rayPayloadInEXT] = ACTIONS(1509), - [anon_sym_hitAttributeEXT] = ACTIONS(1509), - [anon_sym_callableDataEXT] = ACTIONS(1509), - [anon_sym_callableDataInEXT] = ACTIONS(1509), - [anon_sym_shaderRecordEXT] = ACTIONS(1509), - [anon_sym_rayPayloadNV] = ACTIONS(1509), - [anon_sym_rayPayloadInNV] = ACTIONS(1509), - [anon_sym_hitAttributeNV] = ACTIONS(1509), - [anon_sym_callableDataNV] = ACTIONS(1509), - [anon_sym_callableDataInNV] = ACTIONS(1509), - [anon_sym_shaderRecordNV] = ACTIONS(1509), - [anon_sym_layout] = ACTIONS(1509), - }, - [351] = { - [sym_identifier] = ACTIONS(1509), - [aux_sym_preproc_include_token1] = ACTIONS(1509), - [aux_sym_preproc_def_token1] = ACTIONS(1509), - [aux_sym_preproc_if_token1] = ACTIONS(1509), - [aux_sym_preproc_if_token2] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1509), - [sym_preproc_directive] = ACTIONS(1509), - [anon_sym_LPAREN2] = ACTIONS(1511), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - [anon_sym_subroutine] = ACTIONS(1509), - [anon_sym_invariant] = ACTIONS(1509), - [anon_sym_precise] = ACTIONS(1509), - [anon_sym_SEMI] = ACTIONS(1511), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_out] = ACTIONS(1509), - [anon_sym_inout] = ACTIONS(1509), - [anon_sym_uniform] = ACTIONS(1509), - [anon_sym_shared] = ACTIONS(1509), - [anon_sym_attribute] = ACTIONS(1509), - [anon_sym_varying] = ACTIONS(1509), - [anon_sym_buffer] = ACTIONS(1509), - [anon_sym_coherent] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_writeonly] = ACTIONS(1509), - [anon_sym_precision] = ACTIONS(1509), - [anon_sym_highp] = ACTIONS(1509), - [anon_sym_mediump] = ACTIONS(1509), - [anon_sym_lowp] = ACTIONS(1509), - [anon_sym_centroid] = ACTIONS(1509), - [anon_sym_sample] = ACTIONS(1509), - [anon_sym_patch] = ACTIONS(1509), - [anon_sym_smooth] = ACTIONS(1509), - [anon_sym_flat] = ACTIONS(1509), - [anon_sym_noperspective] = ACTIONS(1509), - [anon_sym___extension__] = ACTIONS(1509), - [anon_sym_typedef] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym___attribute__] = ACTIONS(1509), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1511), - [anon_sym___declspec] = ACTIONS(1509), - [anon_sym___cdecl] = ACTIONS(1509), - [anon_sym___clrcall] = ACTIONS(1509), - [anon_sym___stdcall] = ACTIONS(1509), - [anon_sym___fastcall] = ACTIONS(1509), - [anon_sym___thiscall] = ACTIONS(1509), - [anon_sym___vectorcall] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1511), - [anon_sym_signed] = ACTIONS(1509), - [anon_sym_unsigned] = ACTIONS(1509), - [anon_sym_long] = ACTIONS(1509), - [anon_sym_short] = ACTIONS(1509), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_auto] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_inline] = ACTIONS(1509), - [anon_sym___inline] = ACTIONS(1509), - [anon_sym___inline__] = ACTIONS(1509), - [anon_sym___forceinline] = ACTIONS(1509), - [anon_sym_thread_local] = ACTIONS(1509), - [anon_sym___thread] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_constexpr] = ACTIONS(1509), - [anon_sym_volatile] = ACTIONS(1509), - [anon_sym_restrict] = ACTIONS(1509), - [anon_sym___restrict__] = ACTIONS(1509), - [anon_sym__Atomic] = ACTIONS(1509), - [anon_sym__Noreturn] = ACTIONS(1509), - [anon_sym_noreturn] = ACTIONS(1509), - [anon_sym_alignas] = ACTIONS(1509), - [anon_sym__Alignas] = ACTIONS(1509), - [sym_primitive_type] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - [anon_sym_struct] = ACTIONS(1509), - [anon_sym_union] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_goto] = ACTIONS(1509), - [anon_sym___try] = ACTIONS(1509), - [anon_sym___leave] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1511), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_sizeof] = ACTIONS(1509), - [anon_sym___alignof__] = ACTIONS(1509), - [anon_sym___alignof] = ACTIONS(1509), - [anon_sym__alignof] = ACTIONS(1509), - [anon_sym_alignof] = ACTIONS(1509), - [anon_sym__Alignof] = ACTIONS(1509), - [anon_sym_offsetof] = ACTIONS(1509), - [anon_sym__Generic] = ACTIONS(1509), - [anon_sym_asm] = ACTIONS(1509), - [anon_sym___asm__] = ACTIONS(1509), - [sym_number_literal] = ACTIONS(1511), - [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(1511), - [anon_sym_u_DQUOTE] = ACTIONS(1511), - [anon_sym_U_DQUOTE] = ACTIONS(1511), - [anon_sym_u8_DQUOTE] = ACTIONS(1511), - [anon_sym_DQUOTE] = ACTIONS(1511), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [anon_sym_NULL] = ACTIONS(1509), - [anon_sym_nullptr] = ACTIONS(1509), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1509), - [anon_sym_rayPayloadInEXT] = ACTIONS(1509), - [anon_sym_hitAttributeEXT] = ACTIONS(1509), - [anon_sym_callableDataEXT] = ACTIONS(1509), - [anon_sym_callableDataInEXT] = ACTIONS(1509), - [anon_sym_shaderRecordEXT] = ACTIONS(1509), - [anon_sym_rayPayloadNV] = ACTIONS(1509), - [anon_sym_rayPayloadInNV] = ACTIONS(1509), - [anon_sym_hitAttributeNV] = ACTIONS(1509), - [anon_sym_callableDataNV] = ACTIONS(1509), - [anon_sym_callableDataInNV] = ACTIONS(1509), - [anon_sym_shaderRecordNV] = ACTIONS(1509), - [anon_sym_layout] = ACTIONS(1509), - }, - [352] = { - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_include_token1] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token2] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_LPAREN2] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1485), - [anon_sym_PLUS] = ACTIONS(1485), - [anon_sym_STAR] = ACTIONS(1487), - [anon_sym_AMP] = ACTIONS(1487), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_SEMI] = ACTIONS(1487), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_typedef] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym___cdecl] = ACTIONS(1485), - [anon_sym___clrcall] = ACTIONS(1485), - [anon_sym___stdcall] = ACTIONS(1485), - [anon_sym___fastcall] = ACTIONS(1485), - [anon_sym___thiscall] = ACTIONS(1485), - [anon_sym___vectorcall] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1487), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_switch] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1485), - [anon_sym_default] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_goto] = ACTIONS(1485), - [anon_sym___try] = ACTIONS(1485), - [anon_sym___leave] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1487), - [anon_sym_sizeof] = ACTIONS(1485), - [anon_sym___alignof__] = ACTIONS(1485), - [anon_sym___alignof] = ACTIONS(1485), - [anon_sym__alignof] = ACTIONS(1485), - [anon_sym_alignof] = ACTIONS(1485), - [anon_sym__Alignof] = ACTIONS(1485), - [anon_sym_offsetof] = ACTIONS(1485), - [anon_sym__Generic] = ACTIONS(1485), - [anon_sym_asm] = ACTIONS(1485), - [anon_sym___asm__] = ACTIONS(1485), - [sym_number_literal] = ACTIONS(1487), - [anon_sym_L_SQUOTE] = ACTIONS(1487), - [anon_sym_u_SQUOTE] = ACTIONS(1487), - [anon_sym_U_SQUOTE] = ACTIONS(1487), - [anon_sym_u8_SQUOTE] = ACTIONS(1487), - [anon_sym_SQUOTE] = ACTIONS(1487), - [anon_sym_L_DQUOTE] = ACTIONS(1487), - [anon_sym_u_DQUOTE] = ACTIONS(1487), - [anon_sym_U_DQUOTE] = ACTIONS(1487), - [anon_sym_u8_DQUOTE] = ACTIONS(1487), - [anon_sym_DQUOTE] = ACTIONS(1487), - [sym_true] = ACTIONS(1485), - [sym_false] = ACTIONS(1485), - [anon_sym_NULL] = ACTIONS(1485), - [anon_sym_nullptr] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), - }, - [353] = { - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token2] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym___try] = ACTIONS(1505), - [anon_sym___leave] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), - }, - [354] = { - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_include_token1] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token2] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_LPAREN2] = ACTIONS(1491), - [anon_sym_BANG] = ACTIONS(1491), - [anon_sym_TILDE] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(1491), - [anon_sym_AMP] = ACTIONS(1491), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_SEMI] = ACTIONS(1491), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_typedef] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym___cdecl] = ACTIONS(1489), - [anon_sym___clrcall] = ACTIONS(1489), - [anon_sym___stdcall] = ACTIONS(1489), - [anon_sym___fastcall] = ACTIONS(1489), - [anon_sym___thiscall] = ACTIONS(1489), - [anon_sym___vectorcall] = ACTIONS(1489), - [anon_sym_LBRACE] = ACTIONS(1491), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [anon_sym_if] = ACTIONS(1489), - [anon_sym_switch] = ACTIONS(1489), - [anon_sym_case] = ACTIONS(1489), - [anon_sym_default] = ACTIONS(1489), - [anon_sym_while] = ACTIONS(1489), - [anon_sym_do] = ACTIONS(1489), - [anon_sym_for] = ACTIONS(1489), - [anon_sym_return] = ACTIONS(1489), - [anon_sym_break] = ACTIONS(1489), - [anon_sym_continue] = ACTIONS(1489), - [anon_sym_goto] = ACTIONS(1489), - [anon_sym___try] = ACTIONS(1489), - [anon_sym___leave] = ACTIONS(1489), - [anon_sym_DASH_DASH] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1491), - [anon_sym_sizeof] = ACTIONS(1489), - [anon_sym___alignof__] = ACTIONS(1489), - [anon_sym___alignof] = ACTIONS(1489), - [anon_sym__alignof] = ACTIONS(1489), - [anon_sym_alignof] = ACTIONS(1489), - [anon_sym__Alignof] = ACTIONS(1489), - [anon_sym_offsetof] = ACTIONS(1489), - [anon_sym__Generic] = ACTIONS(1489), - [anon_sym_asm] = ACTIONS(1489), - [anon_sym___asm__] = ACTIONS(1489), - [sym_number_literal] = ACTIONS(1491), - [anon_sym_L_SQUOTE] = ACTIONS(1491), - [anon_sym_u_SQUOTE] = ACTIONS(1491), - [anon_sym_U_SQUOTE] = ACTIONS(1491), - [anon_sym_u8_SQUOTE] = ACTIONS(1491), - [anon_sym_SQUOTE] = ACTIONS(1491), - [anon_sym_L_DQUOTE] = ACTIONS(1491), - [anon_sym_u_DQUOTE] = ACTIONS(1491), - [anon_sym_U_DQUOTE] = ACTIONS(1491), - [anon_sym_u8_DQUOTE] = ACTIONS(1491), - [anon_sym_DQUOTE] = ACTIONS(1491), - [sym_true] = ACTIONS(1489), - [sym_false] = ACTIONS(1489), - [anon_sym_NULL] = ACTIONS(1489), - [anon_sym_nullptr] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), - }, - [355] = { - [sym_identifier] = ACTIONS(1501), - [aux_sym_preproc_include_token1] = ACTIONS(1501), - [aux_sym_preproc_def_token1] = ACTIONS(1501), - [aux_sym_preproc_if_token1] = ACTIONS(1501), - [aux_sym_preproc_if_token2] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1501), - [sym_preproc_directive] = ACTIONS(1501), - [anon_sym_LPAREN2] = ACTIONS(1503), - [anon_sym_BANG] = ACTIONS(1503), - [anon_sym_TILDE] = ACTIONS(1503), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_subroutine] = ACTIONS(1501), - [anon_sym_invariant] = ACTIONS(1501), - [anon_sym_precise] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1503), - [anon_sym_in] = ACTIONS(1501), - [anon_sym_out] = ACTIONS(1501), - [anon_sym_inout] = ACTIONS(1501), - [anon_sym_uniform] = ACTIONS(1501), - [anon_sym_shared] = ACTIONS(1501), - [anon_sym_attribute] = ACTIONS(1501), - [anon_sym_varying] = ACTIONS(1501), - [anon_sym_buffer] = ACTIONS(1501), - [anon_sym_coherent] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_writeonly] = ACTIONS(1501), - [anon_sym_precision] = ACTIONS(1501), - [anon_sym_highp] = ACTIONS(1501), - [anon_sym_mediump] = ACTIONS(1501), - [anon_sym_lowp] = ACTIONS(1501), - [anon_sym_centroid] = ACTIONS(1501), - [anon_sym_sample] = ACTIONS(1501), - [anon_sym_patch] = ACTIONS(1501), - [anon_sym_smooth] = ACTIONS(1501), - [anon_sym_flat] = ACTIONS(1501), - [anon_sym_noperspective] = ACTIONS(1501), - [anon_sym___extension__] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1501), - [anon_sym_extern] = ACTIONS(1501), - [anon_sym___attribute__] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1503), - [anon_sym___declspec] = ACTIONS(1501), - [anon_sym___cdecl] = ACTIONS(1501), - [anon_sym___clrcall] = ACTIONS(1501), - [anon_sym___stdcall] = ACTIONS(1501), - [anon_sym___fastcall] = ACTIONS(1501), - [anon_sym___thiscall] = ACTIONS(1501), - [anon_sym___vectorcall] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1503), - [anon_sym_signed] = ACTIONS(1501), - [anon_sym_unsigned] = ACTIONS(1501), - [anon_sym_long] = ACTIONS(1501), - [anon_sym_short] = ACTIONS(1501), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_auto] = ACTIONS(1501), - [anon_sym_register] = ACTIONS(1501), - [anon_sym_inline] = ACTIONS(1501), - [anon_sym___inline] = ACTIONS(1501), - [anon_sym___inline__] = ACTIONS(1501), - [anon_sym___forceinline] = ACTIONS(1501), - [anon_sym_thread_local] = ACTIONS(1501), - [anon_sym___thread] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_constexpr] = ACTIONS(1501), - [anon_sym_volatile] = ACTIONS(1501), - [anon_sym_restrict] = ACTIONS(1501), - [anon_sym___restrict__] = ACTIONS(1501), - [anon_sym__Atomic] = ACTIONS(1501), - [anon_sym__Noreturn] = ACTIONS(1501), - [anon_sym_noreturn] = ACTIONS(1501), - [anon_sym_alignas] = ACTIONS(1501), - [anon_sym__Alignas] = ACTIONS(1501), - [sym_primitive_type] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [anon_sym_struct] = ACTIONS(1501), - [anon_sym_union] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_goto] = ACTIONS(1501), - [anon_sym___try] = ACTIONS(1501), - [anon_sym___leave] = ACTIONS(1501), - [anon_sym_DASH_DASH] = ACTIONS(1503), - [anon_sym_PLUS_PLUS] = ACTIONS(1503), - [anon_sym_sizeof] = ACTIONS(1501), - [anon_sym___alignof__] = ACTIONS(1501), - [anon_sym___alignof] = ACTIONS(1501), - [anon_sym__alignof] = ACTIONS(1501), - [anon_sym_alignof] = ACTIONS(1501), - [anon_sym__Alignof] = ACTIONS(1501), - [anon_sym_offsetof] = ACTIONS(1501), - [anon_sym__Generic] = ACTIONS(1501), - [anon_sym_asm] = ACTIONS(1501), - [anon_sym___asm__] = ACTIONS(1501), - [sym_number_literal] = ACTIONS(1503), - [anon_sym_L_SQUOTE] = ACTIONS(1503), - [anon_sym_u_SQUOTE] = ACTIONS(1503), - [anon_sym_U_SQUOTE] = ACTIONS(1503), - [anon_sym_u8_SQUOTE] = ACTIONS(1503), - [anon_sym_SQUOTE] = ACTIONS(1503), - [anon_sym_L_DQUOTE] = ACTIONS(1503), - [anon_sym_u_DQUOTE] = ACTIONS(1503), - [anon_sym_U_DQUOTE] = ACTIONS(1503), - [anon_sym_u8_DQUOTE] = ACTIONS(1503), - [anon_sym_DQUOTE] = ACTIONS(1503), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [anon_sym_NULL] = ACTIONS(1501), - [anon_sym_nullptr] = ACTIONS(1501), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1501), - [anon_sym_rayPayloadInEXT] = ACTIONS(1501), - [anon_sym_hitAttributeEXT] = ACTIONS(1501), - [anon_sym_callableDataEXT] = ACTIONS(1501), - [anon_sym_callableDataInEXT] = ACTIONS(1501), - [anon_sym_shaderRecordEXT] = ACTIONS(1501), - [anon_sym_rayPayloadNV] = ACTIONS(1501), - [anon_sym_rayPayloadInNV] = ACTIONS(1501), - [anon_sym_hitAttributeNV] = ACTIONS(1501), - [anon_sym_callableDataNV] = ACTIONS(1501), - [anon_sym_callableDataInNV] = ACTIONS(1501), - [anon_sym_shaderRecordNV] = ACTIONS(1501), - [anon_sym_layout] = ACTIONS(1501), - }, - [356] = { - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token2] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1435), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym___try] = ACTIONS(1433), - [anon_sym___leave] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), - }, - [357] = { - [sym_identifier] = ACTIONS(1535), - [aux_sym_preproc_include_token1] = ACTIONS(1535), - [aux_sym_preproc_def_token1] = ACTIONS(1535), - [aux_sym_preproc_if_token1] = ACTIONS(1535), - [aux_sym_preproc_if_token2] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1535), - [sym_preproc_directive] = ACTIONS(1535), - [anon_sym_LPAREN2] = ACTIONS(1537), - [anon_sym_BANG] = ACTIONS(1537), - [anon_sym_TILDE] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1535), - [anon_sym_STAR] = ACTIONS(1537), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_subroutine] = ACTIONS(1535), - [anon_sym_invariant] = ACTIONS(1535), - [anon_sym_precise] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1537), - [anon_sym_in] = ACTIONS(1535), - [anon_sym_out] = ACTIONS(1535), - [anon_sym_inout] = ACTIONS(1535), - [anon_sym_uniform] = ACTIONS(1535), - [anon_sym_shared] = ACTIONS(1535), - [anon_sym_attribute] = ACTIONS(1535), - [anon_sym_varying] = ACTIONS(1535), - [anon_sym_buffer] = ACTIONS(1535), - [anon_sym_coherent] = ACTIONS(1535), - [anon_sym_readonly] = ACTIONS(1535), - [anon_sym_writeonly] = ACTIONS(1535), - [anon_sym_precision] = ACTIONS(1535), - [anon_sym_highp] = ACTIONS(1535), - [anon_sym_mediump] = ACTIONS(1535), - [anon_sym_lowp] = ACTIONS(1535), - [anon_sym_centroid] = ACTIONS(1535), - [anon_sym_sample] = ACTIONS(1535), - [anon_sym_patch] = ACTIONS(1535), - [anon_sym_smooth] = ACTIONS(1535), - [anon_sym_flat] = ACTIONS(1535), - [anon_sym_noperspective] = ACTIONS(1535), - [anon_sym___extension__] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1535), - [anon_sym_extern] = ACTIONS(1535), - [anon_sym___attribute__] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1537), - [anon_sym___declspec] = ACTIONS(1535), - [anon_sym___cdecl] = ACTIONS(1535), - [anon_sym___clrcall] = ACTIONS(1535), - [anon_sym___stdcall] = ACTIONS(1535), - [anon_sym___fastcall] = ACTIONS(1535), - [anon_sym___thiscall] = ACTIONS(1535), - [anon_sym___vectorcall] = ACTIONS(1535), - [anon_sym_LBRACE] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1535), - [anon_sym_unsigned] = ACTIONS(1535), - [anon_sym_long] = ACTIONS(1535), - [anon_sym_short] = ACTIONS(1535), - [anon_sym_static] = ACTIONS(1535), - [anon_sym_auto] = ACTIONS(1535), - [anon_sym_register] = ACTIONS(1535), - [anon_sym_inline] = ACTIONS(1535), - [anon_sym___inline] = ACTIONS(1535), - [anon_sym___inline__] = ACTIONS(1535), - [anon_sym___forceinline] = ACTIONS(1535), - [anon_sym_thread_local] = ACTIONS(1535), - [anon_sym___thread] = ACTIONS(1535), - [anon_sym_const] = ACTIONS(1535), - [anon_sym_constexpr] = ACTIONS(1535), - [anon_sym_volatile] = ACTIONS(1535), - [anon_sym_restrict] = ACTIONS(1535), - [anon_sym___restrict__] = ACTIONS(1535), - [anon_sym__Atomic] = ACTIONS(1535), - [anon_sym__Noreturn] = ACTIONS(1535), - [anon_sym_noreturn] = ACTIONS(1535), - [anon_sym_alignas] = ACTIONS(1535), - [anon_sym__Alignas] = ACTIONS(1535), - [sym_primitive_type] = ACTIONS(1535), - [anon_sym_enum] = ACTIONS(1535), - [anon_sym_struct] = ACTIONS(1535), - [anon_sym_union] = ACTIONS(1535), - [anon_sym_if] = ACTIONS(1535), - [anon_sym_switch] = ACTIONS(1535), - [anon_sym_case] = ACTIONS(1535), - [anon_sym_default] = ACTIONS(1535), - [anon_sym_while] = ACTIONS(1535), - [anon_sym_do] = ACTIONS(1535), - [anon_sym_for] = ACTIONS(1535), - [anon_sym_return] = ACTIONS(1535), - [anon_sym_break] = ACTIONS(1535), - [anon_sym_continue] = ACTIONS(1535), - [anon_sym_goto] = ACTIONS(1535), - [anon_sym___try] = ACTIONS(1535), - [anon_sym___leave] = ACTIONS(1535), - [anon_sym_DASH_DASH] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1537), - [anon_sym_sizeof] = ACTIONS(1535), - [anon_sym___alignof__] = ACTIONS(1535), - [anon_sym___alignof] = ACTIONS(1535), - [anon_sym__alignof] = ACTIONS(1535), - [anon_sym_alignof] = ACTIONS(1535), - [anon_sym__Alignof] = ACTIONS(1535), - [anon_sym_offsetof] = ACTIONS(1535), - [anon_sym__Generic] = ACTIONS(1535), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1537), - [anon_sym_L_SQUOTE] = ACTIONS(1537), - [anon_sym_u_SQUOTE] = ACTIONS(1537), - [anon_sym_U_SQUOTE] = ACTIONS(1537), - [anon_sym_u8_SQUOTE] = ACTIONS(1537), - [anon_sym_SQUOTE] = ACTIONS(1537), - [anon_sym_L_DQUOTE] = ACTIONS(1537), - [anon_sym_u_DQUOTE] = ACTIONS(1537), - [anon_sym_U_DQUOTE] = ACTIONS(1537), - [anon_sym_u8_DQUOTE] = ACTIONS(1537), - [anon_sym_DQUOTE] = ACTIONS(1537), - [sym_true] = ACTIONS(1535), - [sym_false] = ACTIONS(1535), - [anon_sym_NULL] = ACTIONS(1535), - [anon_sym_nullptr] = ACTIONS(1535), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1535), - [anon_sym_rayPayloadInEXT] = ACTIONS(1535), - [anon_sym_hitAttributeEXT] = ACTIONS(1535), - [anon_sym_callableDataEXT] = ACTIONS(1535), - [anon_sym_callableDataInEXT] = ACTIONS(1535), - [anon_sym_shaderRecordEXT] = ACTIONS(1535), - [anon_sym_rayPayloadNV] = ACTIONS(1535), - [anon_sym_rayPayloadInNV] = ACTIONS(1535), - [anon_sym_hitAttributeNV] = ACTIONS(1535), - [anon_sym_callableDataNV] = ACTIONS(1535), - [anon_sym_callableDataInNV] = ACTIONS(1535), - [anon_sym_shaderRecordNV] = ACTIONS(1535), - [anon_sym_layout] = ACTIONS(1535), - }, - [358] = { - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym___try] = ACTIONS(1505), - [anon_sym___leave] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), - }, - [359] = { - [sym_identifier] = ACTIONS(1477), - [aux_sym_preproc_include_token1] = ACTIONS(1477), - [aux_sym_preproc_def_token1] = ACTIONS(1477), - [aux_sym_preproc_if_token1] = ACTIONS(1477), - [aux_sym_preproc_if_token2] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1477), - [sym_preproc_directive] = ACTIONS(1477), - [anon_sym_LPAREN2] = ACTIONS(1479), - [anon_sym_BANG] = ACTIONS(1479), - [anon_sym_TILDE] = ACTIONS(1479), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_STAR] = ACTIONS(1479), - [anon_sym_AMP] = ACTIONS(1479), - [anon_sym_subroutine] = ACTIONS(1477), - [anon_sym_invariant] = ACTIONS(1477), - [anon_sym_precise] = ACTIONS(1477), - [anon_sym_SEMI] = ACTIONS(1479), - [anon_sym_in] = ACTIONS(1477), - [anon_sym_out] = ACTIONS(1477), - [anon_sym_inout] = ACTIONS(1477), - [anon_sym_uniform] = ACTIONS(1477), - [anon_sym_shared] = ACTIONS(1477), - [anon_sym_attribute] = ACTIONS(1477), - [anon_sym_varying] = ACTIONS(1477), - [anon_sym_buffer] = ACTIONS(1477), - [anon_sym_coherent] = ACTIONS(1477), - [anon_sym_readonly] = ACTIONS(1477), - [anon_sym_writeonly] = ACTIONS(1477), - [anon_sym_precision] = ACTIONS(1477), - [anon_sym_highp] = ACTIONS(1477), - [anon_sym_mediump] = ACTIONS(1477), - [anon_sym_lowp] = ACTIONS(1477), - [anon_sym_centroid] = ACTIONS(1477), - [anon_sym_sample] = ACTIONS(1477), - [anon_sym_patch] = ACTIONS(1477), - [anon_sym_smooth] = ACTIONS(1477), - [anon_sym_flat] = ACTIONS(1477), - [anon_sym_noperspective] = ACTIONS(1477), - [anon_sym___extension__] = ACTIONS(1477), - [anon_sym_typedef] = ACTIONS(1477), - [anon_sym_extern] = ACTIONS(1477), - [anon_sym___attribute__] = ACTIONS(1477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1479), - [anon_sym___declspec] = ACTIONS(1477), - [anon_sym___cdecl] = ACTIONS(1477), - [anon_sym___clrcall] = ACTIONS(1477), - [anon_sym___stdcall] = ACTIONS(1477), - [anon_sym___fastcall] = ACTIONS(1477), - [anon_sym___thiscall] = ACTIONS(1477), - [anon_sym___vectorcall] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1479), - [anon_sym_signed] = ACTIONS(1477), - [anon_sym_unsigned] = ACTIONS(1477), - [anon_sym_long] = ACTIONS(1477), - [anon_sym_short] = ACTIONS(1477), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_auto] = ACTIONS(1477), - [anon_sym_register] = ACTIONS(1477), - [anon_sym_inline] = ACTIONS(1477), - [anon_sym___inline] = ACTIONS(1477), - [anon_sym___inline__] = ACTIONS(1477), - [anon_sym___forceinline] = ACTIONS(1477), - [anon_sym_thread_local] = ACTIONS(1477), - [anon_sym___thread] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_constexpr] = ACTIONS(1477), - [anon_sym_volatile] = ACTIONS(1477), - [anon_sym_restrict] = ACTIONS(1477), - [anon_sym___restrict__] = ACTIONS(1477), - [anon_sym__Atomic] = ACTIONS(1477), - [anon_sym__Noreturn] = ACTIONS(1477), - [anon_sym_noreturn] = ACTIONS(1477), - [anon_sym_alignas] = ACTIONS(1477), - [anon_sym__Alignas] = ACTIONS(1477), - [sym_primitive_type] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [anon_sym_struct] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_switch] = ACTIONS(1477), - [anon_sym_case] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_do] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_goto] = ACTIONS(1477), - [anon_sym___try] = ACTIONS(1477), - [anon_sym___leave] = ACTIONS(1477), - [anon_sym_DASH_DASH] = ACTIONS(1479), - [anon_sym_PLUS_PLUS] = ACTIONS(1479), - [anon_sym_sizeof] = ACTIONS(1477), - [anon_sym___alignof__] = ACTIONS(1477), - [anon_sym___alignof] = ACTIONS(1477), - [anon_sym__alignof] = ACTIONS(1477), - [anon_sym_alignof] = ACTIONS(1477), - [anon_sym__Alignof] = ACTIONS(1477), - [anon_sym_offsetof] = ACTIONS(1477), - [anon_sym__Generic] = ACTIONS(1477), - [anon_sym_asm] = ACTIONS(1477), - [anon_sym___asm__] = ACTIONS(1477), - [sym_number_literal] = ACTIONS(1479), - [anon_sym_L_SQUOTE] = ACTIONS(1479), - [anon_sym_u_SQUOTE] = ACTIONS(1479), - [anon_sym_U_SQUOTE] = ACTIONS(1479), - [anon_sym_u8_SQUOTE] = ACTIONS(1479), - [anon_sym_SQUOTE] = ACTIONS(1479), - [anon_sym_L_DQUOTE] = ACTIONS(1479), - [anon_sym_u_DQUOTE] = ACTIONS(1479), - [anon_sym_U_DQUOTE] = ACTIONS(1479), - [anon_sym_u8_DQUOTE] = ACTIONS(1479), - [anon_sym_DQUOTE] = ACTIONS(1479), - [sym_true] = ACTIONS(1477), - [sym_false] = ACTIONS(1477), - [anon_sym_NULL] = ACTIONS(1477), - [anon_sym_nullptr] = ACTIONS(1477), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1477), - [anon_sym_rayPayloadInEXT] = ACTIONS(1477), - [anon_sym_hitAttributeEXT] = ACTIONS(1477), - [anon_sym_callableDataEXT] = ACTIONS(1477), - [anon_sym_callableDataInEXT] = ACTIONS(1477), - [anon_sym_shaderRecordEXT] = ACTIONS(1477), - [anon_sym_rayPayloadNV] = ACTIONS(1477), - [anon_sym_rayPayloadInNV] = ACTIONS(1477), - [anon_sym_hitAttributeNV] = ACTIONS(1477), - [anon_sym_callableDataNV] = ACTIONS(1477), - [anon_sym_callableDataInNV] = ACTIONS(1477), - [anon_sym_shaderRecordNV] = ACTIONS(1477), - [anon_sym_layout] = ACTIONS(1477), - }, - [360] = { - [sym_identifier] = ACTIONS(1531), - [aux_sym_preproc_include_token1] = ACTIONS(1531), - [aux_sym_preproc_def_token1] = ACTIONS(1531), - [aux_sym_preproc_if_token1] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1531), - [sym_preproc_directive] = ACTIONS(1531), - [anon_sym_LPAREN2] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1531), - [anon_sym_PLUS] = ACTIONS(1531), - [anon_sym_STAR] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_subroutine] = ACTIONS(1531), - [anon_sym_invariant] = ACTIONS(1531), - [anon_sym_precise] = ACTIONS(1531), - [anon_sym_SEMI] = ACTIONS(1533), - [anon_sym_in] = ACTIONS(1531), - [anon_sym_out] = ACTIONS(1531), - [anon_sym_inout] = ACTIONS(1531), - [anon_sym_uniform] = ACTIONS(1531), - [anon_sym_shared] = ACTIONS(1531), - [anon_sym_attribute] = ACTIONS(1531), - [anon_sym_varying] = ACTIONS(1531), - [anon_sym_buffer] = ACTIONS(1531), - [anon_sym_coherent] = ACTIONS(1531), - [anon_sym_readonly] = ACTIONS(1531), - [anon_sym_writeonly] = ACTIONS(1531), - [anon_sym_precision] = ACTIONS(1531), - [anon_sym_highp] = ACTIONS(1531), - [anon_sym_mediump] = ACTIONS(1531), - [anon_sym_lowp] = ACTIONS(1531), - [anon_sym_centroid] = ACTIONS(1531), - [anon_sym_sample] = ACTIONS(1531), - [anon_sym_patch] = ACTIONS(1531), - [anon_sym_smooth] = ACTIONS(1531), - [anon_sym_flat] = ACTIONS(1531), - [anon_sym_noperspective] = ACTIONS(1531), - [anon_sym___extension__] = ACTIONS(1531), - [anon_sym_typedef] = ACTIONS(1531), - [anon_sym_extern] = ACTIONS(1531), - [anon_sym___attribute__] = ACTIONS(1531), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1533), - [anon_sym___declspec] = ACTIONS(1531), - [anon_sym___cdecl] = ACTIONS(1531), - [anon_sym___clrcall] = ACTIONS(1531), - [anon_sym___stdcall] = ACTIONS(1531), - [anon_sym___fastcall] = ACTIONS(1531), - [anon_sym___thiscall] = ACTIONS(1531), - [anon_sym___vectorcall] = ACTIONS(1531), - [anon_sym_LBRACE] = ACTIONS(1533), - [anon_sym_RBRACE] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1531), - [anon_sym_unsigned] = ACTIONS(1531), - [anon_sym_long] = ACTIONS(1531), - [anon_sym_short] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1531), - [anon_sym_auto] = ACTIONS(1531), - [anon_sym_register] = ACTIONS(1531), - [anon_sym_inline] = ACTIONS(1531), - [anon_sym___inline] = ACTIONS(1531), - [anon_sym___inline__] = ACTIONS(1531), - [anon_sym___forceinline] = ACTIONS(1531), - [anon_sym_thread_local] = ACTIONS(1531), - [anon_sym___thread] = ACTIONS(1531), - [anon_sym_const] = ACTIONS(1531), - [anon_sym_constexpr] = ACTIONS(1531), - [anon_sym_volatile] = ACTIONS(1531), - [anon_sym_restrict] = ACTIONS(1531), - [anon_sym___restrict__] = ACTIONS(1531), - [anon_sym__Atomic] = ACTIONS(1531), - [anon_sym__Noreturn] = ACTIONS(1531), - [anon_sym_noreturn] = ACTIONS(1531), - [anon_sym_alignas] = ACTIONS(1531), - [anon_sym__Alignas] = ACTIONS(1531), - [sym_primitive_type] = ACTIONS(1531), - [anon_sym_enum] = ACTIONS(1531), - [anon_sym_struct] = ACTIONS(1531), - [anon_sym_union] = ACTIONS(1531), - [anon_sym_if] = ACTIONS(1531), - [anon_sym_switch] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1531), - [anon_sym_default] = ACTIONS(1531), - [anon_sym_while] = ACTIONS(1531), - [anon_sym_do] = ACTIONS(1531), - [anon_sym_for] = ACTIONS(1531), - [anon_sym_return] = ACTIONS(1531), - [anon_sym_break] = ACTIONS(1531), - [anon_sym_continue] = ACTIONS(1531), - [anon_sym_goto] = ACTIONS(1531), - [anon_sym___try] = ACTIONS(1531), - [anon_sym___leave] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1533), - [anon_sym_sizeof] = ACTIONS(1531), - [anon_sym___alignof__] = ACTIONS(1531), - [anon_sym___alignof] = ACTIONS(1531), - [anon_sym__alignof] = ACTIONS(1531), - [anon_sym_alignof] = ACTIONS(1531), - [anon_sym__Alignof] = ACTIONS(1531), - [anon_sym_offsetof] = ACTIONS(1531), - [anon_sym__Generic] = ACTIONS(1531), - [anon_sym_asm] = ACTIONS(1531), - [anon_sym___asm__] = ACTIONS(1531), - [sym_number_literal] = ACTIONS(1533), - [anon_sym_L_SQUOTE] = ACTIONS(1533), - [anon_sym_u_SQUOTE] = ACTIONS(1533), - [anon_sym_U_SQUOTE] = ACTIONS(1533), - [anon_sym_u8_SQUOTE] = ACTIONS(1533), - [anon_sym_SQUOTE] = ACTIONS(1533), - [anon_sym_L_DQUOTE] = ACTIONS(1533), - [anon_sym_u_DQUOTE] = ACTIONS(1533), - [anon_sym_U_DQUOTE] = ACTIONS(1533), - [anon_sym_u8_DQUOTE] = ACTIONS(1533), - [anon_sym_DQUOTE] = ACTIONS(1533), - [sym_true] = ACTIONS(1531), - [sym_false] = ACTIONS(1531), - [anon_sym_NULL] = ACTIONS(1531), - [anon_sym_nullptr] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1531), - [anon_sym_rayPayloadInEXT] = ACTIONS(1531), - [anon_sym_hitAttributeEXT] = ACTIONS(1531), - [anon_sym_callableDataEXT] = ACTIONS(1531), - [anon_sym_callableDataInEXT] = ACTIONS(1531), - [anon_sym_shaderRecordEXT] = ACTIONS(1531), - [anon_sym_rayPayloadNV] = ACTIONS(1531), - [anon_sym_rayPayloadInNV] = ACTIONS(1531), - [anon_sym_hitAttributeNV] = ACTIONS(1531), - [anon_sym_callableDataNV] = ACTIONS(1531), - [anon_sym_callableDataInNV] = ACTIONS(1531), - [anon_sym_shaderRecordNV] = ACTIONS(1531), - [anon_sym_layout] = ACTIONS(1531), - }, - [361] = { - [sym_identifier] = ACTIONS(1421), - [aux_sym_preproc_include_token1] = ACTIONS(1421), - [aux_sym_preproc_def_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token2] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1421), - [sym_preproc_directive] = ACTIONS(1421), - [anon_sym_LPAREN2] = ACTIONS(1423), - [anon_sym_BANG] = ACTIONS(1423), - [anon_sym_TILDE] = ACTIONS(1423), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), - [anon_sym_subroutine] = ACTIONS(1421), - [anon_sym_invariant] = ACTIONS(1421), - [anon_sym_precise] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1423), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_out] = ACTIONS(1421), - [anon_sym_inout] = ACTIONS(1421), - [anon_sym_uniform] = ACTIONS(1421), - [anon_sym_shared] = ACTIONS(1421), - [anon_sym_attribute] = ACTIONS(1421), - [anon_sym_varying] = ACTIONS(1421), - [anon_sym_buffer] = ACTIONS(1421), - [anon_sym_coherent] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_writeonly] = ACTIONS(1421), - [anon_sym_precision] = ACTIONS(1421), - [anon_sym_highp] = ACTIONS(1421), - [anon_sym_mediump] = ACTIONS(1421), - [anon_sym_lowp] = ACTIONS(1421), - [anon_sym_centroid] = ACTIONS(1421), - [anon_sym_sample] = ACTIONS(1421), - [anon_sym_patch] = ACTIONS(1421), - [anon_sym_smooth] = ACTIONS(1421), - [anon_sym_flat] = ACTIONS(1421), - [anon_sym_noperspective] = ACTIONS(1421), - [anon_sym___extension__] = ACTIONS(1421), - [anon_sym_typedef] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym___attribute__] = ACTIONS(1421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1423), - [anon_sym___declspec] = ACTIONS(1421), - [anon_sym___cdecl] = ACTIONS(1421), - [anon_sym___clrcall] = ACTIONS(1421), - [anon_sym___stdcall] = ACTIONS(1421), - [anon_sym___fastcall] = ACTIONS(1421), - [anon_sym___thiscall] = ACTIONS(1421), - [anon_sym___vectorcall] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1423), - [anon_sym_signed] = ACTIONS(1421), - [anon_sym_unsigned] = ACTIONS(1421), - [anon_sym_long] = ACTIONS(1421), - [anon_sym_short] = ACTIONS(1421), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_auto] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_inline] = ACTIONS(1421), - [anon_sym___inline] = ACTIONS(1421), - [anon_sym___inline__] = ACTIONS(1421), - [anon_sym___forceinline] = ACTIONS(1421), - [anon_sym_thread_local] = ACTIONS(1421), - [anon_sym___thread] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_constexpr] = ACTIONS(1421), - [anon_sym_volatile] = ACTIONS(1421), - [anon_sym_restrict] = ACTIONS(1421), - [anon_sym___restrict__] = ACTIONS(1421), - [anon_sym__Atomic] = ACTIONS(1421), - [anon_sym__Noreturn] = ACTIONS(1421), - [anon_sym_noreturn] = ACTIONS(1421), - [anon_sym_alignas] = ACTIONS(1421), - [anon_sym__Alignas] = ACTIONS(1421), - [sym_primitive_type] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_struct] = ACTIONS(1421), - [anon_sym_union] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_goto] = ACTIONS(1421), - [anon_sym___try] = ACTIONS(1421), - [anon_sym___leave] = ACTIONS(1421), - [anon_sym_DASH_DASH] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_sizeof] = ACTIONS(1421), - [anon_sym___alignof__] = ACTIONS(1421), - [anon_sym___alignof] = ACTIONS(1421), - [anon_sym__alignof] = ACTIONS(1421), - [anon_sym_alignof] = ACTIONS(1421), - [anon_sym__Alignof] = ACTIONS(1421), - [anon_sym_offsetof] = ACTIONS(1421), - [anon_sym__Generic] = ACTIONS(1421), - [anon_sym_asm] = ACTIONS(1421), - [anon_sym___asm__] = ACTIONS(1421), - [sym_number_literal] = ACTIONS(1423), - [anon_sym_L_SQUOTE] = ACTIONS(1423), - [anon_sym_u_SQUOTE] = ACTIONS(1423), - [anon_sym_U_SQUOTE] = ACTIONS(1423), - [anon_sym_u8_SQUOTE] = ACTIONS(1423), - [anon_sym_SQUOTE] = ACTIONS(1423), - [anon_sym_L_DQUOTE] = ACTIONS(1423), - [anon_sym_u_DQUOTE] = ACTIONS(1423), - [anon_sym_U_DQUOTE] = ACTIONS(1423), - [anon_sym_u8_DQUOTE] = ACTIONS(1423), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [anon_sym_NULL] = ACTIONS(1421), - [anon_sym_nullptr] = ACTIONS(1421), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1421), - [anon_sym_rayPayloadInEXT] = ACTIONS(1421), - [anon_sym_hitAttributeEXT] = ACTIONS(1421), - [anon_sym_callableDataEXT] = ACTIONS(1421), - [anon_sym_callableDataInEXT] = ACTIONS(1421), - [anon_sym_shaderRecordEXT] = ACTIONS(1421), - [anon_sym_rayPayloadNV] = ACTIONS(1421), - [anon_sym_rayPayloadInNV] = ACTIONS(1421), - [anon_sym_hitAttributeNV] = ACTIONS(1421), - [anon_sym_callableDataNV] = ACTIONS(1421), - [anon_sym_callableDataInNV] = ACTIONS(1421), - [anon_sym_shaderRecordNV] = ACTIONS(1421), - [anon_sym_layout] = ACTIONS(1421), - }, - [362] = { - [sym_identifier] = ACTIONS(1405), - [aux_sym_preproc_include_token1] = ACTIONS(1405), - [aux_sym_preproc_def_token1] = ACTIONS(1405), - [aux_sym_preproc_if_token1] = ACTIONS(1405), - [aux_sym_preproc_if_token2] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1405), - [sym_preproc_directive] = ACTIONS(1405), - [anon_sym_LPAREN2] = ACTIONS(1407), - [anon_sym_BANG] = ACTIONS(1407), - [anon_sym_TILDE] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1405), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), - [anon_sym_subroutine] = ACTIONS(1405), - [anon_sym_invariant] = ACTIONS(1405), - [anon_sym_precise] = ACTIONS(1405), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1405), - [anon_sym_out] = ACTIONS(1405), - [anon_sym_inout] = ACTIONS(1405), - [anon_sym_uniform] = ACTIONS(1405), - [anon_sym_shared] = ACTIONS(1405), - [anon_sym_attribute] = ACTIONS(1405), - [anon_sym_varying] = ACTIONS(1405), - [anon_sym_buffer] = ACTIONS(1405), - [anon_sym_coherent] = ACTIONS(1405), - [anon_sym_readonly] = ACTIONS(1405), - [anon_sym_writeonly] = ACTIONS(1405), - [anon_sym_precision] = ACTIONS(1405), - [anon_sym_highp] = ACTIONS(1405), - [anon_sym_mediump] = ACTIONS(1405), - [anon_sym_lowp] = ACTIONS(1405), - [anon_sym_centroid] = ACTIONS(1405), - [anon_sym_sample] = ACTIONS(1405), - [anon_sym_patch] = ACTIONS(1405), - [anon_sym_smooth] = ACTIONS(1405), - [anon_sym_flat] = ACTIONS(1405), - [anon_sym_noperspective] = ACTIONS(1405), - [anon_sym___extension__] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1405), - [anon_sym_extern] = ACTIONS(1405), - [anon_sym___attribute__] = ACTIONS(1405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1407), - [anon_sym___declspec] = ACTIONS(1405), - [anon_sym___cdecl] = ACTIONS(1405), - [anon_sym___clrcall] = ACTIONS(1405), - [anon_sym___stdcall] = ACTIONS(1405), - [anon_sym___fastcall] = ACTIONS(1405), - [anon_sym___thiscall] = ACTIONS(1405), - [anon_sym___vectorcall] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_signed] = ACTIONS(1405), - [anon_sym_unsigned] = ACTIONS(1405), - [anon_sym_long] = ACTIONS(1405), - [anon_sym_short] = ACTIONS(1405), - [anon_sym_static] = ACTIONS(1405), - [anon_sym_auto] = ACTIONS(1405), - [anon_sym_register] = ACTIONS(1405), - [anon_sym_inline] = ACTIONS(1405), - [anon_sym___inline] = ACTIONS(1405), - [anon_sym___inline__] = ACTIONS(1405), - [anon_sym___forceinline] = ACTIONS(1405), - [anon_sym_thread_local] = ACTIONS(1405), - [anon_sym___thread] = ACTIONS(1405), - [anon_sym_const] = ACTIONS(1405), - [anon_sym_constexpr] = ACTIONS(1405), - [anon_sym_volatile] = ACTIONS(1405), - [anon_sym_restrict] = ACTIONS(1405), - [anon_sym___restrict__] = ACTIONS(1405), - [anon_sym__Atomic] = ACTIONS(1405), - [anon_sym__Noreturn] = ACTIONS(1405), - [anon_sym_noreturn] = ACTIONS(1405), - [anon_sym_alignas] = ACTIONS(1405), - [anon_sym__Alignas] = ACTIONS(1405), - [sym_primitive_type] = ACTIONS(1405), - [anon_sym_enum] = ACTIONS(1405), - [anon_sym_struct] = ACTIONS(1405), - [anon_sym_union] = ACTIONS(1405), - [anon_sym_if] = ACTIONS(1405), - [anon_sym_switch] = ACTIONS(1405), - [anon_sym_case] = ACTIONS(1405), - [anon_sym_default] = ACTIONS(1405), - [anon_sym_while] = ACTIONS(1405), - [anon_sym_do] = ACTIONS(1405), - [anon_sym_for] = ACTIONS(1405), - [anon_sym_return] = ACTIONS(1405), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1405), - [anon_sym_goto] = ACTIONS(1405), - [anon_sym___try] = ACTIONS(1405), - [anon_sym___leave] = ACTIONS(1405), - [anon_sym_DASH_DASH] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_sizeof] = ACTIONS(1405), - [anon_sym___alignof__] = ACTIONS(1405), - [anon_sym___alignof] = ACTIONS(1405), - [anon_sym__alignof] = ACTIONS(1405), - [anon_sym_alignof] = ACTIONS(1405), - [anon_sym__Alignof] = ACTIONS(1405), - [anon_sym_offsetof] = ACTIONS(1405), - [anon_sym__Generic] = ACTIONS(1405), - [anon_sym_asm] = ACTIONS(1405), - [anon_sym___asm__] = ACTIONS(1405), - [sym_number_literal] = ACTIONS(1407), - [anon_sym_L_SQUOTE] = ACTIONS(1407), - [anon_sym_u_SQUOTE] = ACTIONS(1407), - [anon_sym_U_SQUOTE] = ACTIONS(1407), - [anon_sym_u8_SQUOTE] = ACTIONS(1407), - [anon_sym_SQUOTE] = ACTIONS(1407), - [anon_sym_L_DQUOTE] = ACTIONS(1407), - [anon_sym_u_DQUOTE] = ACTIONS(1407), - [anon_sym_U_DQUOTE] = ACTIONS(1407), - [anon_sym_u8_DQUOTE] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym_true] = ACTIONS(1405), - [sym_false] = ACTIONS(1405), - [anon_sym_NULL] = ACTIONS(1405), - [anon_sym_nullptr] = ACTIONS(1405), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1405), - [anon_sym_rayPayloadInEXT] = ACTIONS(1405), - [anon_sym_hitAttributeEXT] = ACTIONS(1405), - [anon_sym_callableDataEXT] = ACTIONS(1405), - [anon_sym_callableDataInEXT] = ACTIONS(1405), - [anon_sym_shaderRecordEXT] = ACTIONS(1405), - [anon_sym_rayPayloadNV] = ACTIONS(1405), - [anon_sym_rayPayloadInNV] = ACTIONS(1405), - [anon_sym_hitAttributeNV] = ACTIONS(1405), - [anon_sym_callableDataNV] = ACTIONS(1405), - [anon_sym_callableDataInNV] = ACTIONS(1405), - [anon_sym_shaderRecordNV] = ACTIONS(1405), - [anon_sym_layout] = ACTIONS(1405), - }, - [363] = { - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_include_token1] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token2] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_LPAREN2] = ACTIONS(1431), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_typedef] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym___cdecl] = ACTIONS(1429), - [anon_sym___clrcall] = ACTIONS(1429), - [anon_sym___stdcall] = ACTIONS(1429), - [anon_sym___fastcall] = ACTIONS(1429), - [anon_sym___thiscall] = ACTIONS(1429), - [anon_sym___vectorcall] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [anon_sym_if] = ACTIONS(1429), - [anon_sym_switch] = ACTIONS(1429), - [anon_sym_case] = ACTIONS(1429), - [anon_sym_default] = ACTIONS(1429), - [anon_sym_while] = ACTIONS(1429), - [anon_sym_do] = ACTIONS(1429), - [anon_sym_for] = ACTIONS(1429), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1429), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1429), - [anon_sym___try] = ACTIONS(1429), - [anon_sym___leave] = ACTIONS(1429), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_sizeof] = ACTIONS(1429), - [anon_sym___alignof__] = ACTIONS(1429), - [anon_sym___alignof] = ACTIONS(1429), - [anon_sym__alignof] = ACTIONS(1429), - [anon_sym_alignof] = ACTIONS(1429), - [anon_sym__Alignof] = ACTIONS(1429), - [anon_sym_offsetof] = ACTIONS(1429), - [anon_sym__Generic] = ACTIONS(1429), - [anon_sym_asm] = ACTIONS(1429), - [anon_sym___asm__] = ACTIONS(1429), - [sym_number_literal] = ACTIONS(1431), - [anon_sym_L_SQUOTE] = ACTIONS(1431), - [anon_sym_u_SQUOTE] = ACTIONS(1431), - [anon_sym_U_SQUOTE] = ACTIONS(1431), - [anon_sym_u8_SQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [anon_sym_L_DQUOTE] = ACTIONS(1431), - [anon_sym_u_DQUOTE] = ACTIONS(1431), - [anon_sym_U_DQUOTE] = ACTIONS(1431), - [anon_sym_u8_DQUOTE] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym_true] = ACTIONS(1429), - [sym_false] = ACTIONS(1429), - [anon_sym_NULL] = ACTIONS(1429), - [anon_sym_nullptr] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), - }, - [364] = { - [sym_identifier] = ACTIONS(1465), - [aux_sym_preproc_include_token1] = ACTIONS(1465), - [aux_sym_preproc_def_token1] = ACTIONS(1465), - [aux_sym_preproc_if_token1] = ACTIONS(1465), - [aux_sym_preproc_if_token2] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1465), - [sym_preproc_directive] = ACTIONS(1465), - [anon_sym_LPAREN2] = ACTIONS(1467), - [anon_sym_BANG] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_AMP] = ACTIONS(1467), - [anon_sym_subroutine] = ACTIONS(1465), - [anon_sym_invariant] = ACTIONS(1465), - [anon_sym_precise] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1465), - [anon_sym_out] = ACTIONS(1465), - [anon_sym_inout] = ACTIONS(1465), - [anon_sym_uniform] = ACTIONS(1465), - [anon_sym_shared] = ACTIONS(1465), - [anon_sym_attribute] = ACTIONS(1465), - [anon_sym_varying] = ACTIONS(1465), - [anon_sym_buffer] = ACTIONS(1465), - [anon_sym_coherent] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_writeonly] = ACTIONS(1465), - [anon_sym_precision] = ACTIONS(1465), - [anon_sym_highp] = ACTIONS(1465), - [anon_sym_mediump] = ACTIONS(1465), - [anon_sym_lowp] = ACTIONS(1465), - [anon_sym_centroid] = ACTIONS(1465), - [anon_sym_sample] = ACTIONS(1465), - [anon_sym_patch] = ACTIONS(1465), - [anon_sym_smooth] = ACTIONS(1465), - [anon_sym_flat] = ACTIONS(1465), - [anon_sym_noperspective] = ACTIONS(1465), - [anon_sym___extension__] = ACTIONS(1465), - [anon_sym_typedef] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym___attribute__] = ACTIONS(1465), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1467), - [anon_sym___declspec] = ACTIONS(1465), - [anon_sym___cdecl] = ACTIONS(1465), - [anon_sym___clrcall] = ACTIONS(1465), - [anon_sym___stdcall] = ACTIONS(1465), - [anon_sym___fastcall] = ACTIONS(1465), - [anon_sym___thiscall] = ACTIONS(1465), - [anon_sym___vectorcall] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_signed] = ACTIONS(1465), - [anon_sym_unsigned] = ACTIONS(1465), - [anon_sym_long] = ACTIONS(1465), - [anon_sym_short] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_auto] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_inline] = ACTIONS(1465), - [anon_sym___inline] = ACTIONS(1465), - [anon_sym___inline__] = ACTIONS(1465), - [anon_sym___forceinline] = ACTIONS(1465), - [anon_sym_thread_local] = ACTIONS(1465), - [anon_sym___thread] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_constexpr] = ACTIONS(1465), - [anon_sym_volatile] = ACTIONS(1465), - [anon_sym_restrict] = ACTIONS(1465), - [anon_sym___restrict__] = ACTIONS(1465), - [anon_sym__Atomic] = ACTIONS(1465), - [anon_sym__Noreturn] = ACTIONS(1465), - [anon_sym_noreturn] = ACTIONS(1465), - [anon_sym_alignas] = ACTIONS(1465), - [anon_sym__Alignas] = ACTIONS(1465), - [sym_primitive_type] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1465), - [anon_sym_union] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_goto] = ACTIONS(1465), - [anon_sym___try] = ACTIONS(1465), - [anon_sym___leave] = ACTIONS(1465), - [anon_sym_DASH_DASH] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_sizeof] = ACTIONS(1465), - [anon_sym___alignof__] = ACTIONS(1465), - [anon_sym___alignof] = ACTIONS(1465), - [anon_sym__alignof] = ACTIONS(1465), - [anon_sym_alignof] = ACTIONS(1465), - [anon_sym__Alignof] = ACTIONS(1465), - [anon_sym_offsetof] = ACTIONS(1465), - [anon_sym__Generic] = ACTIONS(1465), - [anon_sym_asm] = ACTIONS(1465), - [anon_sym___asm__] = ACTIONS(1465), - [sym_number_literal] = ACTIONS(1467), - [anon_sym_L_SQUOTE] = ACTIONS(1467), - [anon_sym_u_SQUOTE] = ACTIONS(1467), - [anon_sym_U_SQUOTE] = ACTIONS(1467), - [anon_sym_u8_SQUOTE] = ACTIONS(1467), - [anon_sym_SQUOTE] = ACTIONS(1467), - [anon_sym_L_DQUOTE] = ACTIONS(1467), - [anon_sym_u_DQUOTE] = ACTIONS(1467), - [anon_sym_U_DQUOTE] = ACTIONS(1467), - [anon_sym_u8_DQUOTE] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [anon_sym_NULL] = ACTIONS(1465), - [anon_sym_nullptr] = ACTIONS(1465), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1465), - [anon_sym_rayPayloadInEXT] = ACTIONS(1465), - [anon_sym_hitAttributeEXT] = ACTIONS(1465), - [anon_sym_callableDataEXT] = ACTIONS(1465), - [anon_sym_callableDataInEXT] = ACTIONS(1465), - [anon_sym_shaderRecordEXT] = ACTIONS(1465), - [anon_sym_rayPayloadNV] = ACTIONS(1465), - [anon_sym_rayPayloadInNV] = ACTIONS(1465), - [anon_sym_hitAttributeNV] = ACTIONS(1465), - [anon_sym_callableDataNV] = ACTIONS(1465), - [anon_sym_callableDataInNV] = ACTIONS(1465), - [anon_sym_shaderRecordNV] = ACTIONS(1465), - [anon_sym_layout] = ACTIONS(1465), - }, - [365] = { - [sym_identifier] = ACTIONS(1417), - [aux_sym_preproc_include_token1] = ACTIONS(1417), - [aux_sym_preproc_def_token1] = ACTIONS(1417), - [aux_sym_preproc_if_token1] = ACTIONS(1417), - [aux_sym_preproc_if_token2] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1417), - [sym_preproc_directive] = ACTIONS(1417), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1417), - [anon_sym_PLUS] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1419), - [anon_sym_subroutine] = ACTIONS(1417), - [anon_sym_invariant] = ACTIONS(1417), - [anon_sym_precise] = ACTIONS(1417), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_in] = ACTIONS(1417), - [anon_sym_out] = ACTIONS(1417), - [anon_sym_inout] = ACTIONS(1417), - [anon_sym_uniform] = ACTIONS(1417), - [anon_sym_shared] = ACTIONS(1417), - [anon_sym_attribute] = ACTIONS(1417), - [anon_sym_varying] = ACTIONS(1417), - [anon_sym_buffer] = ACTIONS(1417), - [anon_sym_coherent] = ACTIONS(1417), - [anon_sym_readonly] = ACTIONS(1417), - [anon_sym_writeonly] = ACTIONS(1417), - [anon_sym_precision] = ACTIONS(1417), - [anon_sym_highp] = ACTIONS(1417), - [anon_sym_mediump] = ACTIONS(1417), - [anon_sym_lowp] = ACTIONS(1417), - [anon_sym_centroid] = ACTIONS(1417), - [anon_sym_sample] = ACTIONS(1417), - [anon_sym_patch] = ACTIONS(1417), - [anon_sym_smooth] = ACTIONS(1417), - [anon_sym_flat] = ACTIONS(1417), - [anon_sym_noperspective] = ACTIONS(1417), - [anon_sym___extension__] = ACTIONS(1417), - [anon_sym_typedef] = ACTIONS(1417), - [anon_sym_extern] = ACTIONS(1417), - [anon_sym___attribute__] = ACTIONS(1417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1419), - [anon_sym___declspec] = ACTIONS(1417), - [anon_sym___cdecl] = ACTIONS(1417), - [anon_sym___clrcall] = ACTIONS(1417), - [anon_sym___stdcall] = ACTIONS(1417), - [anon_sym___fastcall] = ACTIONS(1417), - [anon_sym___thiscall] = ACTIONS(1417), - [anon_sym___vectorcall] = ACTIONS(1417), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_signed] = ACTIONS(1417), - [anon_sym_unsigned] = ACTIONS(1417), - [anon_sym_long] = ACTIONS(1417), - [anon_sym_short] = ACTIONS(1417), - [anon_sym_static] = ACTIONS(1417), - [anon_sym_auto] = ACTIONS(1417), - [anon_sym_register] = ACTIONS(1417), - [anon_sym_inline] = ACTIONS(1417), - [anon_sym___inline] = ACTIONS(1417), - [anon_sym___inline__] = ACTIONS(1417), - [anon_sym___forceinline] = ACTIONS(1417), - [anon_sym_thread_local] = ACTIONS(1417), - [anon_sym___thread] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_constexpr] = ACTIONS(1417), - [anon_sym_volatile] = ACTIONS(1417), - [anon_sym_restrict] = ACTIONS(1417), - [anon_sym___restrict__] = ACTIONS(1417), - [anon_sym__Atomic] = ACTIONS(1417), - [anon_sym__Noreturn] = ACTIONS(1417), - [anon_sym_noreturn] = ACTIONS(1417), - [anon_sym_alignas] = ACTIONS(1417), - [anon_sym__Alignas] = ACTIONS(1417), - [sym_primitive_type] = ACTIONS(1417), - [anon_sym_enum] = ACTIONS(1417), - [anon_sym_struct] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [anon_sym_if] = ACTIONS(1417), - [anon_sym_switch] = ACTIONS(1417), - [anon_sym_case] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1417), - [anon_sym_do] = ACTIONS(1417), - [anon_sym_for] = ACTIONS(1417), - [anon_sym_return] = ACTIONS(1417), - [anon_sym_break] = ACTIONS(1417), - [anon_sym_continue] = ACTIONS(1417), - [anon_sym_goto] = ACTIONS(1417), - [anon_sym___try] = ACTIONS(1417), - [anon_sym___leave] = ACTIONS(1417), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_sizeof] = ACTIONS(1417), - [anon_sym___alignof__] = ACTIONS(1417), - [anon_sym___alignof] = ACTIONS(1417), - [anon_sym__alignof] = ACTIONS(1417), - [anon_sym_alignof] = ACTIONS(1417), - [anon_sym__Alignof] = ACTIONS(1417), - [anon_sym_offsetof] = ACTIONS(1417), - [anon_sym__Generic] = ACTIONS(1417), - [anon_sym_asm] = ACTIONS(1417), - [anon_sym___asm__] = ACTIONS(1417), - [sym_number_literal] = ACTIONS(1419), - [anon_sym_L_SQUOTE] = ACTIONS(1419), - [anon_sym_u_SQUOTE] = ACTIONS(1419), - [anon_sym_U_SQUOTE] = ACTIONS(1419), - [anon_sym_u8_SQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [anon_sym_L_DQUOTE] = ACTIONS(1419), - [anon_sym_u_DQUOTE] = ACTIONS(1419), - [anon_sym_U_DQUOTE] = ACTIONS(1419), - [anon_sym_u8_DQUOTE] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym_true] = ACTIONS(1417), - [sym_false] = ACTIONS(1417), - [anon_sym_NULL] = ACTIONS(1417), - [anon_sym_nullptr] = ACTIONS(1417), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1417), - [anon_sym_rayPayloadInEXT] = ACTIONS(1417), - [anon_sym_hitAttributeEXT] = ACTIONS(1417), - [anon_sym_callableDataEXT] = ACTIONS(1417), - [anon_sym_callableDataInEXT] = ACTIONS(1417), - [anon_sym_shaderRecordEXT] = ACTIONS(1417), - [anon_sym_rayPayloadNV] = ACTIONS(1417), - [anon_sym_rayPayloadInNV] = ACTIONS(1417), - [anon_sym_hitAttributeNV] = ACTIONS(1417), - [anon_sym_callableDataNV] = ACTIONS(1417), - [anon_sym_callableDataInNV] = ACTIONS(1417), - [anon_sym_shaderRecordNV] = ACTIONS(1417), - [anon_sym_layout] = ACTIONS(1417), - }, - [366] = { - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1507), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym___try] = ACTIONS(1505), - [anon_sym___leave] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), - }, - [367] = { - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_include_token1] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_LPAREN2] = ACTIONS(1431), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_typedef] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym___cdecl] = ACTIONS(1429), - [anon_sym___clrcall] = ACTIONS(1429), - [anon_sym___stdcall] = ACTIONS(1429), - [anon_sym___fastcall] = ACTIONS(1429), - [anon_sym___thiscall] = ACTIONS(1429), - [anon_sym___vectorcall] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [anon_sym_if] = ACTIONS(1429), - [anon_sym_switch] = ACTIONS(1429), - [anon_sym_case] = ACTIONS(1429), - [anon_sym_default] = ACTIONS(1429), - [anon_sym_while] = ACTIONS(1429), - [anon_sym_do] = ACTIONS(1429), - [anon_sym_for] = ACTIONS(1429), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1429), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1429), - [anon_sym___try] = ACTIONS(1429), - [anon_sym___leave] = ACTIONS(1429), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_sizeof] = ACTIONS(1429), - [anon_sym___alignof__] = ACTIONS(1429), - [anon_sym___alignof] = ACTIONS(1429), - [anon_sym__alignof] = ACTIONS(1429), - [anon_sym_alignof] = ACTIONS(1429), - [anon_sym__Alignof] = ACTIONS(1429), - [anon_sym_offsetof] = ACTIONS(1429), - [anon_sym__Generic] = ACTIONS(1429), - [anon_sym_asm] = ACTIONS(1429), - [anon_sym___asm__] = ACTIONS(1429), - [sym_number_literal] = ACTIONS(1431), - [anon_sym_L_SQUOTE] = ACTIONS(1431), - [anon_sym_u_SQUOTE] = ACTIONS(1431), - [anon_sym_U_SQUOTE] = ACTIONS(1431), - [anon_sym_u8_SQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [anon_sym_L_DQUOTE] = ACTIONS(1431), - [anon_sym_u_DQUOTE] = ACTIONS(1431), - [anon_sym_U_DQUOTE] = ACTIONS(1431), - [anon_sym_u8_DQUOTE] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym_true] = ACTIONS(1429), - [sym_false] = ACTIONS(1429), - [anon_sym_NULL] = ACTIONS(1429), - [anon_sym_nullptr] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), - }, - [368] = { - [sym_identifier] = ACTIONS(1437), - [aux_sym_preproc_include_token1] = ACTIONS(1437), - [aux_sym_preproc_def_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1437), - [sym_preproc_directive] = ACTIONS(1437), - [anon_sym_LPAREN2] = ACTIONS(1439), - [anon_sym_BANG] = ACTIONS(1439), - [anon_sym_TILDE] = ACTIONS(1439), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), - [anon_sym_subroutine] = ACTIONS(1437), - [anon_sym_invariant] = ACTIONS(1437), - [anon_sym_precise] = ACTIONS(1437), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_out] = ACTIONS(1437), - [anon_sym_inout] = ACTIONS(1437), - [anon_sym_uniform] = ACTIONS(1437), - [anon_sym_shared] = ACTIONS(1437), - [anon_sym_attribute] = ACTIONS(1437), - [anon_sym_varying] = ACTIONS(1437), - [anon_sym_buffer] = ACTIONS(1437), - [anon_sym_coherent] = ACTIONS(1437), - [anon_sym_readonly] = ACTIONS(1437), - [anon_sym_writeonly] = ACTIONS(1437), - [anon_sym_precision] = ACTIONS(1437), - [anon_sym_highp] = ACTIONS(1437), - [anon_sym_mediump] = ACTIONS(1437), - [anon_sym_lowp] = ACTIONS(1437), - [anon_sym_centroid] = ACTIONS(1437), - [anon_sym_sample] = ACTIONS(1437), - [anon_sym_patch] = ACTIONS(1437), - [anon_sym_smooth] = ACTIONS(1437), - [anon_sym_flat] = ACTIONS(1437), - [anon_sym_noperspective] = ACTIONS(1437), - [anon_sym___extension__] = ACTIONS(1437), - [anon_sym_typedef] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym___attribute__] = ACTIONS(1437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1439), - [anon_sym___declspec] = ACTIONS(1437), - [anon_sym___cdecl] = ACTIONS(1437), - [anon_sym___clrcall] = ACTIONS(1437), - [anon_sym___stdcall] = ACTIONS(1437), - [anon_sym___fastcall] = ACTIONS(1437), - [anon_sym___thiscall] = ACTIONS(1437), - [anon_sym___vectorcall] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1439), - [anon_sym_RBRACE] = ACTIONS(1439), - [anon_sym_signed] = ACTIONS(1437), - [anon_sym_unsigned] = ACTIONS(1437), - [anon_sym_long] = ACTIONS(1437), - [anon_sym_short] = ACTIONS(1437), - [anon_sym_static] = ACTIONS(1437), - [anon_sym_auto] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_inline] = ACTIONS(1437), - [anon_sym___inline] = ACTIONS(1437), - [anon_sym___inline__] = ACTIONS(1437), - [anon_sym___forceinline] = ACTIONS(1437), - [anon_sym_thread_local] = ACTIONS(1437), - [anon_sym___thread] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_constexpr] = ACTIONS(1437), - [anon_sym_volatile] = ACTIONS(1437), - [anon_sym_restrict] = ACTIONS(1437), - [anon_sym___restrict__] = ACTIONS(1437), - [anon_sym__Atomic] = ACTIONS(1437), - [anon_sym__Noreturn] = ACTIONS(1437), - [anon_sym_noreturn] = ACTIONS(1437), - [anon_sym_alignas] = ACTIONS(1437), - [anon_sym__Alignas] = ACTIONS(1437), - [sym_primitive_type] = ACTIONS(1437), - [anon_sym_enum] = ACTIONS(1437), - [anon_sym_struct] = ACTIONS(1437), - [anon_sym_union] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_switch] = ACTIONS(1437), - [anon_sym_case] = ACTIONS(1437), - [anon_sym_default] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_goto] = ACTIONS(1437), - [anon_sym___try] = ACTIONS(1437), - [anon_sym___leave] = ACTIONS(1437), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1437), - [anon_sym___alignof__] = ACTIONS(1437), - [anon_sym___alignof] = ACTIONS(1437), - [anon_sym__alignof] = ACTIONS(1437), - [anon_sym_alignof] = ACTIONS(1437), - [anon_sym__Alignof] = ACTIONS(1437), - [anon_sym_offsetof] = ACTIONS(1437), - [anon_sym__Generic] = ACTIONS(1437), - [anon_sym_asm] = ACTIONS(1437), - [anon_sym___asm__] = ACTIONS(1437), - [sym_number_literal] = ACTIONS(1439), - [anon_sym_L_SQUOTE] = ACTIONS(1439), - [anon_sym_u_SQUOTE] = ACTIONS(1439), - [anon_sym_U_SQUOTE] = ACTIONS(1439), - [anon_sym_u8_SQUOTE] = ACTIONS(1439), - [anon_sym_SQUOTE] = ACTIONS(1439), - [anon_sym_L_DQUOTE] = ACTIONS(1439), - [anon_sym_u_DQUOTE] = ACTIONS(1439), - [anon_sym_U_DQUOTE] = ACTIONS(1439), - [anon_sym_u8_DQUOTE] = ACTIONS(1439), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym_true] = ACTIONS(1437), - [sym_false] = ACTIONS(1437), - [anon_sym_NULL] = ACTIONS(1437), - [anon_sym_nullptr] = ACTIONS(1437), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1437), - [anon_sym_rayPayloadInEXT] = ACTIONS(1437), - [anon_sym_hitAttributeEXT] = ACTIONS(1437), - [anon_sym_callableDataEXT] = ACTIONS(1437), - [anon_sym_callableDataInEXT] = ACTIONS(1437), - [anon_sym_shaderRecordEXT] = ACTIONS(1437), - [anon_sym_rayPayloadNV] = ACTIONS(1437), - [anon_sym_rayPayloadInNV] = ACTIONS(1437), - [anon_sym_hitAttributeNV] = ACTIONS(1437), - [anon_sym_callableDataNV] = ACTIONS(1437), - [anon_sym_callableDataInNV] = ACTIONS(1437), - [anon_sym_shaderRecordNV] = ACTIONS(1437), - [anon_sym_layout] = ACTIONS(1437), - }, - [369] = { - [sym_identifier] = ACTIONS(1453), - [aux_sym_preproc_include_token1] = ACTIONS(1453), - [aux_sym_preproc_def_token1] = ACTIONS(1453), - [aux_sym_preproc_if_token1] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1453), - [sym_preproc_directive] = ACTIONS(1453), - [anon_sym_LPAREN2] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(1455), - [anon_sym_TILDE] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_subroutine] = ACTIONS(1453), - [anon_sym_invariant] = ACTIONS(1453), - [anon_sym_precise] = ACTIONS(1453), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym_in] = ACTIONS(1453), - [anon_sym_out] = ACTIONS(1453), - [anon_sym_inout] = ACTIONS(1453), - [anon_sym_uniform] = ACTIONS(1453), - [anon_sym_shared] = ACTIONS(1453), - [anon_sym_attribute] = ACTIONS(1453), - [anon_sym_varying] = ACTIONS(1453), - [anon_sym_buffer] = ACTIONS(1453), - [anon_sym_coherent] = ACTIONS(1453), - [anon_sym_readonly] = ACTIONS(1453), - [anon_sym_writeonly] = ACTIONS(1453), - [anon_sym_precision] = ACTIONS(1453), - [anon_sym_highp] = ACTIONS(1453), - [anon_sym_mediump] = ACTIONS(1453), - [anon_sym_lowp] = ACTIONS(1453), - [anon_sym_centroid] = ACTIONS(1453), - [anon_sym_sample] = ACTIONS(1453), - [anon_sym_patch] = ACTIONS(1453), - [anon_sym_smooth] = ACTIONS(1453), - [anon_sym_flat] = ACTIONS(1453), - [anon_sym_noperspective] = ACTIONS(1453), - [anon_sym___extension__] = ACTIONS(1453), - [anon_sym_typedef] = ACTIONS(1453), - [anon_sym_extern] = ACTIONS(1453), - [anon_sym___attribute__] = ACTIONS(1453), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1455), - [anon_sym___declspec] = ACTIONS(1453), - [anon_sym___cdecl] = ACTIONS(1453), - [anon_sym___clrcall] = ACTIONS(1453), - [anon_sym___stdcall] = ACTIONS(1453), - [anon_sym___fastcall] = ACTIONS(1453), - [anon_sym___thiscall] = ACTIONS(1453), - [anon_sym___vectorcall] = ACTIONS(1453), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1455), - [anon_sym_signed] = ACTIONS(1453), - [anon_sym_unsigned] = ACTIONS(1453), - [anon_sym_long] = ACTIONS(1453), - [anon_sym_short] = ACTIONS(1453), - [anon_sym_static] = ACTIONS(1453), - [anon_sym_auto] = ACTIONS(1453), - [anon_sym_register] = ACTIONS(1453), - [anon_sym_inline] = ACTIONS(1453), - [anon_sym___inline] = ACTIONS(1453), - [anon_sym___inline__] = ACTIONS(1453), - [anon_sym___forceinline] = ACTIONS(1453), - [anon_sym_thread_local] = ACTIONS(1453), - [anon_sym___thread] = ACTIONS(1453), - [anon_sym_const] = ACTIONS(1453), - [anon_sym_constexpr] = ACTIONS(1453), - [anon_sym_volatile] = ACTIONS(1453), - [anon_sym_restrict] = ACTIONS(1453), - [anon_sym___restrict__] = ACTIONS(1453), - [anon_sym__Atomic] = ACTIONS(1453), - [anon_sym__Noreturn] = ACTIONS(1453), - [anon_sym_noreturn] = ACTIONS(1453), - [anon_sym_alignas] = ACTIONS(1453), - [anon_sym__Alignas] = ACTIONS(1453), - [sym_primitive_type] = ACTIONS(1453), - [anon_sym_enum] = ACTIONS(1453), - [anon_sym_struct] = ACTIONS(1453), - [anon_sym_union] = ACTIONS(1453), - [anon_sym_if] = ACTIONS(1453), - [anon_sym_switch] = ACTIONS(1453), - [anon_sym_case] = ACTIONS(1453), - [anon_sym_default] = ACTIONS(1453), - [anon_sym_while] = ACTIONS(1453), - [anon_sym_do] = ACTIONS(1453), - [anon_sym_for] = ACTIONS(1453), - [anon_sym_return] = ACTIONS(1453), - [anon_sym_break] = ACTIONS(1453), - [anon_sym_continue] = ACTIONS(1453), - [anon_sym_goto] = ACTIONS(1453), - [anon_sym___try] = ACTIONS(1453), - [anon_sym___leave] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1453), - [anon_sym___alignof__] = ACTIONS(1453), - [anon_sym___alignof] = ACTIONS(1453), - [anon_sym__alignof] = ACTIONS(1453), - [anon_sym_alignof] = ACTIONS(1453), - [anon_sym__Alignof] = ACTIONS(1453), - [anon_sym_offsetof] = ACTIONS(1453), - [anon_sym__Generic] = ACTIONS(1453), - [anon_sym_asm] = ACTIONS(1453), - [anon_sym___asm__] = ACTIONS(1453), - [sym_number_literal] = ACTIONS(1455), - [anon_sym_L_SQUOTE] = ACTIONS(1455), - [anon_sym_u_SQUOTE] = ACTIONS(1455), - [anon_sym_U_SQUOTE] = ACTIONS(1455), - [anon_sym_u8_SQUOTE] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1455), - [anon_sym_L_DQUOTE] = ACTIONS(1455), - [anon_sym_u_DQUOTE] = ACTIONS(1455), - [anon_sym_U_DQUOTE] = ACTIONS(1455), - [anon_sym_u8_DQUOTE] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym_true] = ACTIONS(1453), - [sym_false] = ACTIONS(1453), - [anon_sym_NULL] = ACTIONS(1453), - [anon_sym_nullptr] = ACTIONS(1453), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1453), - [anon_sym_rayPayloadInEXT] = ACTIONS(1453), - [anon_sym_hitAttributeEXT] = ACTIONS(1453), - [anon_sym_callableDataEXT] = ACTIONS(1453), - [anon_sym_callableDataInEXT] = ACTIONS(1453), - [anon_sym_shaderRecordEXT] = ACTIONS(1453), - [anon_sym_rayPayloadNV] = ACTIONS(1453), - [anon_sym_rayPayloadInNV] = ACTIONS(1453), - [anon_sym_hitAttributeNV] = ACTIONS(1453), - [anon_sym_callableDataNV] = ACTIONS(1453), - [anon_sym_callableDataInNV] = ACTIONS(1453), - [anon_sym_shaderRecordNV] = ACTIONS(1453), - [anon_sym_layout] = ACTIONS(1453), - }, - [370] = { - [sym_identifier] = ACTIONS(1461), - [aux_sym_preproc_include_token1] = ACTIONS(1461), - [aux_sym_preproc_def_token1] = ACTIONS(1461), - [aux_sym_preproc_if_token1] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1461), - [sym_preproc_directive] = ACTIONS(1461), - [anon_sym_LPAREN2] = ACTIONS(1463), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_AMP] = ACTIONS(1463), - [anon_sym_subroutine] = ACTIONS(1461), - [anon_sym_invariant] = ACTIONS(1461), - [anon_sym_precise] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_out] = ACTIONS(1461), - [anon_sym_inout] = ACTIONS(1461), - [anon_sym_uniform] = ACTIONS(1461), - [anon_sym_shared] = ACTIONS(1461), - [anon_sym_attribute] = ACTIONS(1461), - [anon_sym_varying] = ACTIONS(1461), - [anon_sym_buffer] = ACTIONS(1461), - [anon_sym_coherent] = ACTIONS(1461), - [anon_sym_readonly] = ACTIONS(1461), - [anon_sym_writeonly] = ACTIONS(1461), - [anon_sym_precision] = ACTIONS(1461), - [anon_sym_highp] = ACTIONS(1461), - [anon_sym_mediump] = ACTIONS(1461), - [anon_sym_lowp] = ACTIONS(1461), - [anon_sym_centroid] = ACTIONS(1461), - [anon_sym_sample] = ACTIONS(1461), - [anon_sym_patch] = ACTIONS(1461), - [anon_sym_smooth] = ACTIONS(1461), - [anon_sym_flat] = ACTIONS(1461), - [anon_sym_noperspective] = ACTIONS(1461), - [anon_sym___extension__] = ACTIONS(1461), - [anon_sym_typedef] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym___attribute__] = ACTIONS(1461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1463), - [anon_sym___declspec] = ACTIONS(1461), - [anon_sym___cdecl] = ACTIONS(1461), - [anon_sym___clrcall] = ACTIONS(1461), - [anon_sym___stdcall] = ACTIONS(1461), - [anon_sym___fastcall] = ACTIONS(1461), - [anon_sym___thiscall] = ACTIONS(1461), - [anon_sym___vectorcall] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_signed] = ACTIONS(1461), - [anon_sym_unsigned] = ACTIONS(1461), - [anon_sym_long] = ACTIONS(1461), - [anon_sym_short] = ACTIONS(1461), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_auto] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), - [anon_sym___inline] = ACTIONS(1461), - [anon_sym___inline__] = ACTIONS(1461), - [anon_sym___forceinline] = ACTIONS(1461), - [anon_sym_thread_local] = ACTIONS(1461), - [anon_sym___thread] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_constexpr] = ACTIONS(1461), - [anon_sym_volatile] = ACTIONS(1461), - [anon_sym_restrict] = ACTIONS(1461), - [anon_sym___restrict__] = ACTIONS(1461), - [anon_sym__Atomic] = ACTIONS(1461), - [anon_sym__Noreturn] = ACTIONS(1461), - [anon_sym_noreturn] = ACTIONS(1461), - [anon_sym_alignas] = ACTIONS(1461), - [anon_sym__Alignas] = ACTIONS(1461), - [sym_primitive_type] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), - [anon_sym_struct] = ACTIONS(1461), - [anon_sym_union] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_switch] = ACTIONS(1461), - [anon_sym_case] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_goto] = ACTIONS(1461), - [anon_sym___try] = ACTIONS(1461), - [anon_sym___leave] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_sizeof] = ACTIONS(1461), - [anon_sym___alignof__] = ACTIONS(1461), - [anon_sym___alignof] = ACTIONS(1461), - [anon_sym__alignof] = ACTIONS(1461), - [anon_sym_alignof] = ACTIONS(1461), - [anon_sym__Alignof] = ACTIONS(1461), - [anon_sym_offsetof] = ACTIONS(1461), - [anon_sym__Generic] = ACTIONS(1461), - [anon_sym_asm] = ACTIONS(1461), - [anon_sym___asm__] = ACTIONS(1461), - [sym_number_literal] = ACTIONS(1463), - [anon_sym_L_SQUOTE] = ACTIONS(1463), - [anon_sym_u_SQUOTE] = ACTIONS(1463), - [anon_sym_U_SQUOTE] = ACTIONS(1463), - [anon_sym_u8_SQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [anon_sym_L_DQUOTE] = ACTIONS(1463), - [anon_sym_u_DQUOTE] = ACTIONS(1463), - [anon_sym_U_DQUOTE] = ACTIONS(1463), - [anon_sym_u8_DQUOTE] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym_true] = ACTIONS(1461), - [sym_false] = ACTIONS(1461), - [anon_sym_NULL] = ACTIONS(1461), - [anon_sym_nullptr] = ACTIONS(1461), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1461), - [anon_sym_rayPayloadInEXT] = ACTIONS(1461), - [anon_sym_hitAttributeEXT] = ACTIONS(1461), - [anon_sym_callableDataEXT] = ACTIONS(1461), - [anon_sym_callableDataInEXT] = ACTIONS(1461), - [anon_sym_shaderRecordEXT] = ACTIONS(1461), - [anon_sym_rayPayloadNV] = ACTIONS(1461), - [anon_sym_rayPayloadInNV] = ACTIONS(1461), - [anon_sym_hitAttributeNV] = ACTIONS(1461), - [anon_sym_callableDataNV] = ACTIONS(1461), - [anon_sym_callableDataInNV] = ACTIONS(1461), - [anon_sym_shaderRecordNV] = ACTIONS(1461), - [anon_sym_layout] = ACTIONS(1461), - }, - [371] = { - [sym_identifier] = ACTIONS(1469), - [aux_sym_preproc_include_token1] = ACTIONS(1469), - [aux_sym_preproc_def_token1] = ACTIONS(1469), - [aux_sym_preproc_if_token1] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1469), - [sym_preproc_directive] = ACTIONS(1469), - [anon_sym_LPAREN2] = ACTIONS(1471), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1471), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_subroutine] = ACTIONS(1469), - [anon_sym_invariant] = ACTIONS(1469), - [anon_sym_precise] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_out] = ACTIONS(1469), - [anon_sym_inout] = ACTIONS(1469), - [anon_sym_uniform] = ACTIONS(1469), - [anon_sym_shared] = ACTIONS(1469), - [anon_sym_attribute] = ACTIONS(1469), - [anon_sym_varying] = ACTIONS(1469), - [anon_sym_buffer] = ACTIONS(1469), - [anon_sym_coherent] = ACTIONS(1469), - [anon_sym_readonly] = ACTIONS(1469), - [anon_sym_writeonly] = ACTIONS(1469), - [anon_sym_precision] = ACTIONS(1469), - [anon_sym_highp] = ACTIONS(1469), - [anon_sym_mediump] = ACTIONS(1469), - [anon_sym_lowp] = ACTIONS(1469), - [anon_sym_centroid] = ACTIONS(1469), - [anon_sym_sample] = ACTIONS(1469), - [anon_sym_patch] = ACTIONS(1469), - [anon_sym_smooth] = ACTIONS(1469), - [anon_sym_flat] = ACTIONS(1469), - [anon_sym_noperspective] = ACTIONS(1469), - [anon_sym___extension__] = ACTIONS(1469), - [anon_sym_typedef] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym___attribute__] = ACTIONS(1469), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1471), - [anon_sym___declspec] = ACTIONS(1469), - [anon_sym___cdecl] = ACTIONS(1469), - [anon_sym___clrcall] = ACTIONS(1469), - [anon_sym___stdcall] = ACTIONS(1469), - [anon_sym___fastcall] = ACTIONS(1469), - [anon_sym___thiscall] = ACTIONS(1469), - [anon_sym___vectorcall] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_signed] = ACTIONS(1469), - [anon_sym_unsigned] = ACTIONS(1469), - [anon_sym_long] = ACTIONS(1469), - [anon_sym_short] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1469), - [anon_sym_auto] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_inline] = ACTIONS(1469), - [anon_sym___inline] = ACTIONS(1469), - [anon_sym___inline__] = ACTIONS(1469), - [anon_sym___forceinline] = ACTIONS(1469), - [anon_sym_thread_local] = ACTIONS(1469), - [anon_sym___thread] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_constexpr] = ACTIONS(1469), - [anon_sym_volatile] = ACTIONS(1469), - [anon_sym_restrict] = ACTIONS(1469), - [anon_sym___restrict__] = ACTIONS(1469), - [anon_sym__Atomic] = ACTIONS(1469), - [anon_sym__Noreturn] = ACTIONS(1469), - [anon_sym_noreturn] = ACTIONS(1469), - [anon_sym_alignas] = ACTIONS(1469), - [anon_sym__Alignas] = ACTIONS(1469), - [sym_primitive_type] = ACTIONS(1469), - [anon_sym_enum] = ACTIONS(1469), - [anon_sym_struct] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_switch] = ACTIONS(1469), - [anon_sym_case] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_goto] = ACTIONS(1469), - [anon_sym___try] = ACTIONS(1469), - [anon_sym___leave] = ACTIONS(1469), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_sizeof] = ACTIONS(1469), - [anon_sym___alignof__] = ACTIONS(1469), - [anon_sym___alignof] = ACTIONS(1469), - [anon_sym__alignof] = ACTIONS(1469), - [anon_sym_alignof] = ACTIONS(1469), - [anon_sym__Alignof] = ACTIONS(1469), - [anon_sym_offsetof] = ACTIONS(1469), - [anon_sym__Generic] = ACTIONS(1469), - [anon_sym_asm] = ACTIONS(1469), - [anon_sym___asm__] = ACTIONS(1469), - [sym_number_literal] = ACTIONS(1471), - [anon_sym_L_SQUOTE] = ACTIONS(1471), - [anon_sym_u_SQUOTE] = ACTIONS(1471), - [anon_sym_U_SQUOTE] = ACTIONS(1471), - [anon_sym_u8_SQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [anon_sym_L_DQUOTE] = ACTIONS(1471), - [anon_sym_u_DQUOTE] = ACTIONS(1471), - [anon_sym_U_DQUOTE] = ACTIONS(1471), - [anon_sym_u8_DQUOTE] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [sym_true] = ACTIONS(1469), - [sym_false] = ACTIONS(1469), - [anon_sym_NULL] = ACTIONS(1469), - [anon_sym_nullptr] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1469), - [anon_sym_rayPayloadInEXT] = ACTIONS(1469), - [anon_sym_hitAttributeEXT] = ACTIONS(1469), - [anon_sym_callableDataEXT] = ACTIONS(1469), - [anon_sym_callableDataInEXT] = ACTIONS(1469), - [anon_sym_shaderRecordEXT] = ACTIONS(1469), - [anon_sym_rayPayloadNV] = ACTIONS(1469), - [anon_sym_rayPayloadInNV] = ACTIONS(1469), - [anon_sym_hitAttributeNV] = ACTIONS(1469), - [anon_sym_callableDataNV] = ACTIONS(1469), - [anon_sym_callableDataInNV] = ACTIONS(1469), - [anon_sym_shaderRecordNV] = ACTIONS(1469), - [anon_sym_layout] = ACTIONS(1469), - }, - [372] = { - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_RBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym___try] = ACTIONS(1473), - [anon_sym___leave] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), - }, - [373] = { - [sym_identifier] = ACTIONS(1397), - [aux_sym_preproc_include_token1] = ACTIONS(1397), - [aux_sym_preproc_def_token1] = ACTIONS(1397), - [aux_sym_preproc_if_token1] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1397), - [sym_preproc_directive] = ACTIONS(1397), - [anon_sym_LPAREN2] = ACTIONS(1399), - [anon_sym_BANG] = ACTIONS(1399), - [anon_sym_TILDE] = ACTIONS(1399), - [anon_sym_DASH] = ACTIONS(1397), - [anon_sym_PLUS] = ACTIONS(1397), - [anon_sym_STAR] = ACTIONS(1399), - [anon_sym_AMP] = ACTIONS(1399), - [anon_sym_subroutine] = ACTIONS(1397), - [anon_sym_invariant] = ACTIONS(1397), - [anon_sym_precise] = ACTIONS(1397), - [anon_sym_SEMI] = ACTIONS(1399), - [anon_sym_in] = ACTIONS(1397), - [anon_sym_out] = ACTIONS(1397), - [anon_sym_inout] = ACTIONS(1397), - [anon_sym_uniform] = ACTIONS(1397), - [anon_sym_shared] = ACTIONS(1397), - [anon_sym_attribute] = ACTIONS(1397), - [anon_sym_varying] = ACTIONS(1397), - [anon_sym_buffer] = ACTIONS(1397), - [anon_sym_coherent] = ACTIONS(1397), - [anon_sym_readonly] = ACTIONS(1397), - [anon_sym_writeonly] = ACTIONS(1397), - [anon_sym_precision] = ACTIONS(1397), - [anon_sym_highp] = ACTIONS(1397), - [anon_sym_mediump] = ACTIONS(1397), - [anon_sym_lowp] = ACTIONS(1397), - [anon_sym_centroid] = ACTIONS(1397), - [anon_sym_sample] = ACTIONS(1397), - [anon_sym_patch] = ACTIONS(1397), - [anon_sym_smooth] = ACTIONS(1397), - [anon_sym_flat] = ACTIONS(1397), - [anon_sym_noperspective] = ACTIONS(1397), - [anon_sym___extension__] = ACTIONS(1397), - [anon_sym_typedef] = ACTIONS(1397), - [anon_sym_extern] = ACTIONS(1397), - [anon_sym___attribute__] = ACTIONS(1397), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1399), - [anon_sym___declspec] = ACTIONS(1397), - [anon_sym___cdecl] = ACTIONS(1397), - [anon_sym___clrcall] = ACTIONS(1397), - [anon_sym___stdcall] = ACTIONS(1397), - [anon_sym___fastcall] = ACTIONS(1397), - [anon_sym___thiscall] = ACTIONS(1397), - [anon_sym___vectorcall] = ACTIONS(1397), - [anon_sym_LBRACE] = ACTIONS(1399), - [anon_sym_RBRACE] = ACTIONS(1399), - [anon_sym_signed] = ACTIONS(1397), - [anon_sym_unsigned] = ACTIONS(1397), - [anon_sym_long] = ACTIONS(1397), - [anon_sym_short] = ACTIONS(1397), - [anon_sym_static] = ACTIONS(1397), - [anon_sym_auto] = ACTIONS(1397), - [anon_sym_register] = ACTIONS(1397), - [anon_sym_inline] = ACTIONS(1397), - [anon_sym___inline] = ACTIONS(1397), - [anon_sym___inline__] = ACTIONS(1397), - [anon_sym___forceinline] = ACTIONS(1397), - [anon_sym_thread_local] = ACTIONS(1397), - [anon_sym___thread] = ACTIONS(1397), - [anon_sym_const] = ACTIONS(1397), - [anon_sym_constexpr] = ACTIONS(1397), - [anon_sym_volatile] = ACTIONS(1397), - [anon_sym_restrict] = ACTIONS(1397), - [anon_sym___restrict__] = ACTIONS(1397), - [anon_sym__Atomic] = ACTIONS(1397), - [anon_sym__Noreturn] = ACTIONS(1397), - [anon_sym_noreturn] = ACTIONS(1397), - [anon_sym_alignas] = ACTIONS(1397), - [anon_sym__Alignas] = ACTIONS(1397), - [sym_primitive_type] = ACTIONS(1397), - [anon_sym_enum] = ACTIONS(1397), - [anon_sym_struct] = ACTIONS(1397), - [anon_sym_union] = ACTIONS(1397), - [anon_sym_if] = ACTIONS(1397), - [anon_sym_switch] = ACTIONS(1397), - [anon_sym_case] = ACTIONS(1397), - [anon_sym_default] = ACTIONS(1397), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1397), - [anon_sym_for] = ACTIONS(1397), - [anon_sym_return] = ACTIONS(1397), - [anon_sym_break] = ACTIONS(1397), - [anon_sym_continue] = ACTIONS(1397), - [anon_sym_goto] = ACTIONS(1397), - [anon_sym___try] = ACTIONS(1397), - [anon_sym___leave] = ACTIONS(1397), - [anon_sym_DASH_DASH] = ACTIONS(1399), - [anon_sym_PLUS_PLUS] = ACTIONS(1399), - [anon_sym_sizeof] = ACTIONS(1397), - [anon_sym___alignof__] = ACTIONS(1397), - [anon_sym___alignof] = ACTIONS(1397), - [anon_sym__alignof] = ACTIONS(1397), - [anon_sym_alignof] = ACTIONS(1397), - [anon_sym__Alignof] = ACTIONS(1397), - [anon_sym_offsetof] = ACTIONS(1397), - [anon_sym__Generic] = ACTIONS(1397), - [anon_sym_asm] = ACTIONS(1397), - [anon_sym___asm__] = ACTIONS(1397), - [sym_number_literal] = ACTIONS(1399), - [anon_sym_L_SQUOTE] = ACTIONS(1399), - [anon_sym_u_SQUOTE] = ACTIONS(1399), - [anon_sym_U_SQUOTE] = ACTIONS(1399), - [anon_sym_u8_SQUOTE] = ACTIONS(1399), - [anon_sym_SQUOTE] = ACTIONS(1399), - [anon_sym_L_DQUOTE] = ACTIONS(1399), - [anon_sym_u_DQUOTE] = ACTIONS(1399), - [anon_sym_U_DQUOTE] = ACTIONS(1399), - [anon_sym_u8_DQUOTE] = ACTIONS(1399), - [anon_sym_DQUOTE] = ACTIONS(1399), - [sym_true] = ACTIONS(1397), - [sym_false] = ACTIONS(1397), - [anon_sym_NULL] = ACTIONS(1397), - [anon_sym_nullptr] = ACTIONS(1397), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1397), - [anon_sym_rayPayloadInEXT] = ACTIONS(1397), - [anon_sym_hitAttributeEXT] = ACTIONS(1397), - [anon_sym_callableDataEXT] = ACTIONS(1397), - [anon_sym_callableDataInEXT] = ACTIONS(1397), - [anon_sym_shaderRecordEXT] = ACTIONS(1397), - [anon_sym_rayPayloadNV] = ACTIONS(1397), - [anon_sym_rayPayloadInNV] = ACTIONS(1397), - [anon_sym_hitAttributeNV] = ACTIONS(1397), - [anon_sym_callableDataNV] = ACTIONS(1397), - [anon_sym_callableDataInNV] = ACTIONS(1397), - [anon_sym_shaderRecordNV] = ACTIONS(1397), - [anon_sym_layout] = ACTIONS(1397), - }, - [374] = { [sym_identifier] = ACTIONS(1513), [aux_sym_preproc_include_token1] = ACTIONS(1513), [aux_sym_preproc_def_token1] = ACTIONS(1513), [aux_sym_preproc_if_token1] = ACTIONS(1513), - [aux_sym_preproc_if_token2] = ACTIONS(1513), [aux_sym_preproc_ifdef_token1] = ACTIONS(1513), [aux_sym_preproc_ifdef_token2] = ACTIONS(1513), [sym_preproc_directive] = ACTIONS(1513), - [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_LPAREN2] = ACTIONS(1515), + [anon_sym_BANG] = ACTIONS(1515), + [anon_sym_TILDE] = ACTIONS(1515), [anon_sym_DASH] = ACTIONS(1513), [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1516), - [anon_sym_AMP] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1515), + [anon_sym_AMP] = ACTIONS(1515), [anon_sym_subroutine] = ACTIONS(1513), [anon_sym_invariant] = ACTIONS(1513), [anon_sym_precise] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1515), [anon_sym_in] = ACTIONS(1513), [anon_sym_out] = ACTIONS(1513), [anon_sym_inout] = ACTIONS(1513), @@ -70046,7 +67384,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1513), [anon_sym_extern] = ACTIONS(1513), [anon_sym___attribute__] = ACTIONS(1513), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1515), [anon_sym___declspec] = ACTIONS(1513), [anon_sym___cdecl] = ACTIONS(1513), [anon_sym___clrcall] = ACTIONS(1513), @@ -70054,7 +67392,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1513), [anon_sym___thiscall] = ACTIONS(1513), [anon_sym___vectorcall] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), [anon_sym_signed] = ACTIONS(1513), [anon_sym_unsigned] = ACTIONS(1513), [anon_sym_long] = ACTIONS(1513), @@ -70076,6 +67415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1513), [anon_sym__Noreturn] = ACTIONS(1513), [anon_sym_noreturn] = ACTIONS(1513), + [anon_sym__Nonnull] = ACTIONS(1513), [anon_sym_alignas] = ACTIONS(1513), [anon_sym__Alignas] = ACTIONS(1513), [sym_primitive_type] = ACTIONS(1513), @@ -70095,8 +67435,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1513), [anon_sym___try] = ACTIONS(1513), [anon_sym___leave] = ACTIONS(1513), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1515), + [anon_sym_PLUS_PLUS] = ACTIONS(1515), [anon_sym_sizeof] = ACTIONS(1513), [anon_sym___alignof__] = ACTIONS(1513), [anon_sym___alignof] = ACTIONS(1513), @@ -70107,17 +67447,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1513), [anon_sym_asm] = ACTIONS(1513), [anon_sym___asm__] = ACTIONS(1513), - [sym_number_literal] = ACTIONS(1516), - [anon_sym_L_SQUOTE] = ACTIONS(1516), - [anon_sym_u_SQUOTE] = ACTIONS(1516), - [anon_sym_U_SQUOTE] = ACTIONS(1516), - [anon_sym_u8_SQUOTE] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [anon_sym_L_DQUOTE] = ACTIONS(1516), - [anon_sym_u_DQUOTE] = ACTIONS(1516), - [anon_sym_U_DQUOTE] = ACTIONS(1516), - [anon_sym_u8_DQUOTE] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), + [anon_sym___asm] = ACTIONS(1513), + [sym_number_literal] = ACTIONS(1515), + [anon_sym_L_SQUOTE] = ACTIONS(1515), + [anon_sym_u_SQUOTE] = ACTIONS(1515), + [anon_sym_U_SQUOTE] = ACTIONS(1515), + [anon_sym_u8_SQUOTE] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1515), + [anon_sym_L_DQUOTE] = ACTIONS(1515), + [anon_sym_u_DQUOTE] = ACTIONS(1515), + [anon_sym_U_DQUOTE] = ACTIONS(1515), + [anon_sym_u8_DQUOTE] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), [sym_true] = ACTIONS(1513), [sym_false] = ACTIONS(1513), [anon_sym_NULL] = ACTIONS(1513), @@ -70137,2727 +67478,10440 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1513), [anon_sym_layout] = ACTIONS(1513), }, + [347] = { + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token2] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym___try] = ACTIONS(1495), + [anon_sym___leave] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [348] = { + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token2] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym___try] = ACTIONS(1495), + [anon_sym___leave] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [349] = { + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_include_token1] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_LPAREN2] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_TILDE] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_typedef] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym___cdecl] = ACTIONS(1517), + [anon_sym___clrcall] = ACTIONS(1517), + [anon_sym___stdcall] = ACTIONS(1517), + [anon_sym___fastcall] = ACTIONS(1517), + [anon_sym___thiscall] = ACTIONS(1517), + [anon_sym___vectorcall] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_RBRACE] = ACTIONS(1519), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_switch] = ACTIONS(1517), + [anon_sym_case] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_do] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_goto] = ACTIONS(1517), + [anon_sym___try] = ACTIONS(1517), + [anon_sym___leave] = ACTIONS(1517), + [anon_sym_DASH_DASH] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_sizeof] = ACTIONS(1517), + [anon_sym___alignof__] = ACTIONS(1517), + [anon_sym___alignof] = ACTIONS(1517), + [anon_sym__alignof] = ACTIONS(1517), + [anon_sym_alignof] = ACTIONS(1517), + [anon_sym__Alignof] = ACTIONS(1517), + [anon_sym_offsetof] = ACTIONS(1517), + [anon_sym__Generic] = ACTIONS(1517), + [anon_sym_asm] = ACTIONS(1517), + [anon_sym___asm__] = ACTIONS(1517), + [anon_sym___asm] = ACTIONS(1517), + [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(1517), + [sym_false] = ACTIONS(1517), + [anon_sym_NULL] = ACTIONS(1517), + [anon_sym_nullptr] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), + }, + [350] = { + [sym_identifier] = ACTIONS(1475), + [aux_sym_preproc_include_token1] = ACTIONS(1475), + [aux_sym_preproc_def_token1] = ACTIONS(1475), + [aux_sym_preproc_if_token1] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1475), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_LPAREN2] = ACTIONS(1477), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1477), + [anon_sym_AMP] = ACTIONS(1477), + [anon_sym_subroutine] = ACTIONS(1475), + [anon_sym_invariant] = ACTIONS(1475), + [anon_sym_precise] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_out] = ACTIONS(1475), + [anon_sym_inout] = ACTIONS(1475), + [anon_sym_uniform] = ACTIONS(1475), + [anon_sym_shared] = ACTIONS(1475), + [anon_sym_attribute] = ACTIONS(1475), + [anon_sym_varying] = ACTIONS(1475), + [anon_sym_buffer] = ACTIONS(1475), + [anon_sym_coherent] = ACTIONS(1475), + [anon_sym_readonly] = ACTIONS(1475), + [anon_sym_writeonly] = ACTIONS(1475), + [anon_sym_precision] = ACTIONS(1475), + [anon_sym_highp] = ACTIONS(1475), + [anon_sym_mediump] = ACTIONS(1475), + [anon_sym_lowp] = ACTIONS(1475), + [anon_sym_centroid] = ACTIONS(1475), + [anon_sym_sample] = ACTIONS(1475), + [anon_sym_patch] = ACTIONS(1475), + [anon_sym_smooth] = ACTIONS(1475), + [anon_sym_flat] = ACTIONS(1475), + [anon_sym_noperspective] = ACTIONS(1475), + [anon_sym___extension__] = ACTIONS(1475), + [anon_sym_typedef] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym___attribute__] = ACTIONS(1475), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1477), + [anon_sym___declspec] = ACTIONS(1475), + [anon_sym___cdecl] = ACTIONS(1475), + [anon_sym___clrcall] = ACTIONS(1475), + [anon_sym___stdcall] = ACTIONS(1475), + [anon_sym___fastcall] = ACTIONS(1475), + [anon_sym___thiscall] = ACTIONS(1475), + [anon_sym___vectorcall] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_signed] = ACTIONS(1475), + [anon_sym_unsigned] = ACTIONS(1475), + [anon_sym_long] = ACTIONS(1475), + [anon_sym_short] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_auto] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_inline] = ACTIONS(1475), + [anon_sym___inline] = ACTIONS(1475), + [anon_sym___inline__] = ACTIONS(1475), + [anon_sym___forceinline] = ACTIONS(1475), + [anon_sym_thread_local] = ACTIONS(1475), + [anon_sym___thread] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_constexpr] = ACTIONS(1475), + [anon_sym_volatile] = ACTIONS(1475), + [anon_sym_restrict] = ACTIONS(1475), + [anon_sym___restrict__] = ACTIONS(1475), + [anon_sym__Atomic] = ACTIONS(1475), + [anon_sym__Noreturn] = ACTIONS(1475), + [anon_sym_noreturn] = ACTIONS(1475), + [anon_sym__Nonnull] = ACTIONS(1475), + [anon_sym_alignas] = ACTIONS(1475), + [anon_sym__Alignas] = ACTIONS(1475), + [sym_primitive_type] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_switch] = ACTIONS(1475), + [anon_sym_case] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_goto] = ACTIONS(1475), + [anon_sym___try] = ACTIONS(1475), + [anon_sym___leave] = ACTIONS(1475), + [anon_sym_DASH_DASH] = ACTIONS(1477), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_sizeof] = ACTIONS(1475), + [anon_sym___alignof__] = ACTIONS(1475), + [anon_sym___alignof] = ACTIONS(1475), + [anon_sym__alignof] = ACTIONS(1475), + [anon_sym_alignof] = ACTIONS(1475), + [anon_sym__Alignof] = ACTIONS(1475), + [anon_sym_offsetof] = ACTIONS(1475), + [anon_sym__Generic] = ACTIONS(1475), + [anon_sym_asm] = ACTIONS(1475), + [anon_sym___asm__] = ACTIONS(1475), + [anon_sym___asm] = ACTIONS(1475), + [sym_number_literal] = ACTIONS(1477), + [anon_sym_L_SQUOTE] = ACTIONS(1477), + [anon_sym_u_SQUOTE] = ACTIONS(1477), + [anon_sym_U_SQUOTE] = ACTIONS(1477), + [anon_sym_u8_SQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [anon_sym_L_DQUOTE] = ACTIONS(1477), + [anon_sym_u_DQUOTE] = ACTIONS(1477), + [anon_sym_U_DQUOTE] = ACTIONS(1477), + [anon_sym_u8_DQUOTE] = ACTIONS(1477), + [anon_sym_DQUOTE] = ACTIONS(1477), + [sym_true] = ACTIONS(1475), + [sym_false] = ACTIONS(1475), + [anon_sym_NULL] = ACTIONS(1475), + [anon_sym_nullptr] = ACTIONS(1475), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1475), + [anon_sym_rayPayloadInEXT] = ACTIONS(1475), + [anon_sym_hitAttributeEXT] = ACTIONS(1475), + [anon_sym_callableDataEXT] = ACTIONS(1475), + [anon_sym_callableDataInEXT] = ACTIONS(1475), + [anon_sym_shaderRecordEXT] = ACTIONS(1475), + [anon_sym_rayPayloadNV] = ACTIONS(1475), + [anon_sym_rayPayloadInNV] = ACTIONS(1475), + [anon_sym_hitAttributeNV] = ACTIONS(1475), + [anon_sym_callableDataNV] = ACTIONS(1475), + [anon_sym_callableDataInNV] = ACTIONS(1475), + [anon_sym_shaderRecordNV] = ACTIONS(1475), + [anon_sym_layout] = ACTIONS(1475), + }, + [351] = { + [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(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_TILDE] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1525), + [anon_sym_PLUS] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1527), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_subroutine] = ACTIONS(1525), + [anon_sym_invariant] = ACTIONS(1525), + [anon_sym_precise] = ACTIONS(1525), + [anon_sym_SEMI] = ACTIONS(1527), + [anon_sym_in] = ACTIONS(1525), + [anon_sym_out] = ACTIONS(1525), + [anon_sym_inout] = ACTIONS(1525), + [anon_sym_uniform] = ACTIONS(1525), + [anon_sym_shared] = ACTIONS(1525), + [anon_sym_attribute] = ACTIONS(1525), + [anon_sym_varying] = ACTIONS(1525), + [anon_sym_buffer] = ACTIONS(1525), + [anon_sym_coherent] = ACTIONS(1525), + [anon_sym_readonly] = ACTIONS(1525), + [anon_sym_writeonly] = ACTIONS(1525), + [anon_sym_precision] = ACTIONS(1525), + [anon_sym_highp] = ACTIONS(1525), + [anon_sym_mediump] = ACTIONS(1525), + [anon_sym_lowp] = ACTIONS(1525), + [anon_sym_centroid] = ACTIONS(1525), + [anon_sym_sample] = ACTIONS(1525), + [anon_sym_patch] = ACTIONS(1525), + [anon_sym_smooth] = ACTIONS(1525), + [anon_sym_flat] = ACTIONS(1525), + [anon_sym_noperspective] = ACTIONS(1525), + [anon_sym___extension__] = ACTIONS(1525), + [anon_sym_typedef] = ACTIONS(1525), + [anon_sym_extern] = ACTIONS(1525), + [anon_sym___attribute__] = ACTIONS(1525), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1527), + [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(1527), + [anon_sym_RBRACE] = ACTIONS(1527), + [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___try] = ACTIONS(1525), + [anon_sym___leave] = ACTIONS(1525), + [anon_sym_DASH_DASH] = ACTIONS(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1527), + [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(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(1525), + [sym_false] = ACTIONS(1525), + [anon_sym_NULL] = ACTIONS(1525), + [anon_sym_nullptr] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1525), + [anon_sym_rayPayloadInEXT] = ACTIONS(1525), + [anon_sym_hitAttributeEXT] = ACTIONS(1525), + [anon_sym_callableDataEXT] = ACTIONS(1525), + [anon_sym_callableDataInEXT] = ACTIONS(1525), + [anon_sym_shaderRecordEXT] = ACTIONS(1525), + [anon_sym_rayPayloadNV] = ACTIONS(1525), + [anon_sym_rayPayloadInNV] = ACTIONS(1525), + [anon_sym_hitAttributeNV] = ACTIONS(1525), + [anon_sym_callableDataNV] = ACTIONS(1525), + [anon_sym_callableDataInNV] = ACTIONS(1525), + [anon_sym_shaderRecordNV] = ACTIONS(1525), + [anon_sym_layout] = ACTIONS(1525), + }, + [352] = { + [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(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [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(1531), + [anon_sym_RBRACE] = ACTIONS(1531), + [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___try] = ACTIONS(1529), + [anon_sym___leave] = ACTIONS(1529), + [anon_sym_DASH_DASH] = ACTIONS(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [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(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1529), + [sym_false] = ACTIONS(1529), + [anon_sym_NULL] = ACTIONS(1529), + [anon_sym_nullptr] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), + }, + [353] = { + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_RBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym___try] = ACTIONS(1439), + [anon_sym___leave] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), + }, + [354] = { + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_subroutine] = ACTIONS(1533), + [anon_sym_invariant] = ACTIONS(1533), + [anon_sym_precise] = ACTIONS(1533), + [anon_sym_SEMI] = ACTIONS(1535), + [anon_sym_in] = ACTIONS(1533), + [anon_sym_out] = ACTIONS(1533), + [anon_sym_inout] = ACTIONS(1533), + [anon_sym_uniform] = ACTIONS(1533), + [anon_sym_shared] = ACTIONS(1533), + [anon_sym_attribute] = ACTIONS(1533), + [anon_sym_varying] = ACTIONS(1533), + [anon_sym_buffer] = ACTIONS(1533), + [anon_sym_coherent] = ACTIONS(1533), + [anon_sym_readonly] = ACTIONS(1533), + [anon_sym_writeonly] = ACTIONS(1533), + [anon_sym_precision] = ACTIONS(1533), + [anon_sym_highp] = ACTIONS(1533), + [anon_sym_mediump] = ACTIONS(1533), + [anon_sym_lowp] = ACTIONS(1533), + [anon_sym_centroid] = ACTIONS(1533), + [anon_sym_sample] = ACTIONS(1533), + [anon_sym_patch] = ACTIONS(1533), + [anon_sym_smooth] = ACTIONS(1533), + [anon_sym_flat] = ACTIONS(1533), + [anon_sym_noperspective] = ACTIONS(1533), + [anon_sym___extension__] = ACTIONS(1533), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_RBRACE] = ACTIONS(1535), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_auto] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym___inline] = ACTIONS(1533), + [anon_sym___inline__] = ACTIONS(1533), + [anon_sym___forceinline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym___thread] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym___restrict__] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym__Noreturn] = ACTIONS(1533), + [anon_sym_noreturn] = ACTIONS(1533), + [anon_sym__Nonnull] = ACTIONS(1533), + [anon_sym_alignas] = ACTIONS(1533), + [anon_sym__Alignas] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym___try] = ACTIONS(1533), + [anon_sym___leave] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [anon_sym___alignof__] = ACTIONS(1533), + [anon_sym___alignof] = ACTIONS(1533), + [anon_sym__alignof] = ACTIONS(1533), + [anon_sym_alignof] = ACTIONS(1533), + [anon_sym__Alignof] = ACTIONS(1533), + [anon_sym_offsetof] = ACTIONS(1533), + [anon_sym__Generic] = ACTIONS(1533), + [anon_sym_asm] = ACTIONS(1533), + [anon_sym___asm__] = ACTIONS(1533), + [anon_sym___asm] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [anon_sym_NULL] = ACTIONS(1533), + [anon_sym_nullptr] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1533), + [anon_sym_rayPayloadInEXT] = ACTIONS(1533), + [anon_sym_hitAttributeEXT] = ACTIONS(1533), + [anon_sym_callableDataEXT] = ACTIONS(1533), + [anon_sym_callableDataInEXT] = ACTIONS(1533), + [anon_sym_shaderRecordEXT] = ACTIONS(1533), + [anon_sym_rayPayloadNV] = ACTIONS(1533), + [anon_sym_rayPayloadInNV] = ACTIONS(1533), + [anon_sym_hitAttributeNV] = ACTIONS(1533), + [anon_sym_callableDataNV] = ACTIONS(1533), + [anon_sym_callableDataInNV] = ACTIONS(1533), + [anon_sym_shaderRecordNV] = ACTIONS(1533), + [anon_sym_layout] = ACTIONS(1533), + }, + [355] = { + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym___try] = ACTIONS(1459), + [anon_sym___leave] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [356] = { + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token2] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1543), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym___try] = ACTIONS(1541), + [anon_sym___leave] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [anon_sym___alignof__] = ACTIONS(1541), + [anon_sym___alignof] = ACTIONS(1541), + [anon_sym__alignof] = ACTIONS(1541), + [anon_sym_alignof] = ACTIONS(1541), + [anon_sym__Alignof] = ACTIONS(1541), + [anon_sym_offsetof] = ACTIONS(1541), + [anon_sym__Generic] = ACTIONS(1541), + [anon_sym_asm] = ACTIONS(1541), + [anon_sym___asm__] = ACTIONS(1541), + [anon_sym___asm] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [anon_sym_NULL] = ACTIONS(1541), + [anon_sym_nullptr] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), + }, + [357] = { + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym___try] = ACTIONS(1495), + [anon_sym___leave] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [358] = { + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym___try] = ACTIONS(1495), + [anon_sym___leave] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [359] = { + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token2] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym___try] = ACTIONS(1537), + [anon_sym___leave] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), + }, + [360] = { + [sym_identifier] = ACTIONS(1427), + [aux_sym_preproc_include_token1] = ACTIONS(1427), + [aux_sym_preproc_def_token1] = ACTIONS(1427), + [aux_sym_preproc_if_token1] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1427), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_LPAREN2] = ACTIONS(1429), + [anon_sym_BANG] = ACTIONS(1429), + [anon_sym_TILDE] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1427), + [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1429), + [anon_sym_subroutine] = ACTIONS(1427), + [anon_sym_invariant] = ACTIONS(1427), + [anon_sym_precise] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_in] = ACTIONS(1427), + [anon_sym_out] = ACTIONS(1427), + [anon_sym_inout] = ACTIONS(1427), + [anon_sym_uniform] = ACTIONS(1427), + [anon_sym_shared] = ACTIONS(1427), + [anon_sym_attribute] = ACTIONS(1427), + [anon_sym_varying] = ACTIONS(1427), + [anon_sym_buffer] = ACTIONS(1427), + [anon_sym_coherent] = ACTIONS(1427), + [anon_sym_readonly] = ACTIONS(1427), + [anon_sym_writeonly] = ACTIONS(1427), + [anon_sym_precision] = ACTIONS(1427), + [anon_sym_highp] = ACTIONS(1427), + [anon_sym_mediump] = ACTIONS(1427), + [anon_sym_lowp] = ACTIONS(1427), + [anon_sym_centroid] = ACTIONS(1427), + [anon_sym_sample] = ACTIONS(1427), + [anon_sym_patch] = ACTIONS(1427), + [anon_sym_smooth] = ACTIONS(1427), + [anon_sym_flat] = ACTIONS(1427), + [anon_sym_noperspective] = ACTIONS(1427), + [anon_sym___extension__] = ACTIONS(1427), + [anon_sym_typedef] = ACTIONS(1427), + [anon_sym_extern] = ACTIONS(1427), + [anon_sym___attribute__] = ACTIONS(1427), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1429), + [anon_sym___declspec] = ACTIONS(1427), + [anon_sym___cdecl] = ACTIONS(1427), + [anon_sym___clrcall] = ACTIONS(1427), + [anon_sym___stdcall] = ACTIONS(1427), + [anon_sym___fastcall] = ACTIONS(1427), + [anon_sym___thiscall] = ACTIONS(1427), + [anon_sym___vectorcall] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_RBRACE] = ACTIONS(1429), + [anon_sym_signed] = ACTIONS(1427), + [anon_sym_unsigned] = ACTIONS(1427), + [anon_sym_long] = ACTIONS(1427), + [anon_sym_short] = ACTIONS(1427), + [anon_sym_static] = ACTIONS(1427), + [anon_sym_auto] = ACTIONS(1427), + [anon_sym_register] = ACTIONS(1427), + [anon_sym_inline] = ACTIONS(1427), + [anon_sym___inline] = ACTIONS(1427), + [anon_sym___inline__] = ACTIONS(1427), + [anon_sym___forceinline] = ACTIONS(1427), + [anon_sym_thread_local] = ACTIONS(1427), + [anon_sym___thread] = ACTIONS(1427), + [anon_sym_const] = ACTIONS(1427), + [anon_sym_constexpr] = ACTIONS(1427), + [anon_sym_volatile] = ACTIONS(1427), + [anon_sym_restrict] = ACTIONS(1427), + [anon_sym___restrict__] = ACTIONS(1427), + [anon_sym__Atomic] = ACTIONS(1427), + [anon_sym__Noreturn] = ACTIONS(1427), + [anon_sym_noreturn] = ACTIONS(1427), + [anon_sym__Nonnull] = ACTIONS(1427), + [anon_sym_alignas] = ACTIONS(1427), + [anon_sym__Alignas] = ACTIONS(1427), + [sym_primitive_type] = ACTIONS(1427), + [anon_sym_enum] = ACTIONS(1427), + [anon_sym_struct] = ACTIONS(1427), + [anon_sym_union] = ACTIONS(1427), + [anon_sym_if] = ACTIONS(1427), + [anon_sym_switch] = ACTIONS(1427), + [anon_sym_case] = ACTIONS(1427), + [anon_sym_default] = ACTIONS(1427), + [anon_sym_while] = ACTIONS(1427), + [anon_sym_do] = ACTIONS(1427), + [anon_sym_for] = ACTIONS(1427), + [anon_sym_return] = ACTIONS(1427), + [anon_sym_break] = ACTIONS(1427), + [anon_sym_continue] = ACTIONS(1427), + [anon_sym_goto] = ACTIONS(1427), + [anon_sym___try] = ACTIONS(1427), + [anon_sym___leave] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1429), + [anon_sym_sizeof] = ACTIONS(1427), + [anon_sym___alignof__] = ACTIONS(1427), + [anon_sym___alignof] = ACTIONS(1427), + [anon_sym__alignof] = ACTIONS(1427), + [anon_sym_alignof] = ACTIONS(1427), + [anon_sym__Alignof] = ACTIONS(1427), + [anon_sym_offsetof] = ACTIONS(1427), + [anon_sym__Generic] = ACTIONS(1427), + [anon_sym_asm] = ACTIONS(1427), + [anon_sym___asm__] = ACTIONS(1427), + [anon_sym___asm] = ACTIONS(1427), + [sym_number_literal] = ACTIONS(1429), + [anon_sym_L_SQUOTE] = ACTIONS(1429), + [anon_sym_u_SQUOTE] = ACTIONS(1429), + [anon_sym_U_SQUOTE] = ACTIONS(1429), + [anon_sym_u8_SQUOTE] = ACTIONS(1429), + [anon_sym_SQUOTE] = ACTIONS(1429), + [anon_sym_L_DQUOTE] = ACTIONS(1429), + [anon_sym_u_DQUOTE] = ACTIONS(1429), + [anon_sym_U_DQUOTE] = ACTIONS(1429), + [anon_sym_u8_DQUOTE] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1429), + [sym_true] = ACTIONS(1427), + [sym_false] = ACTIONS(1427), + [anon_sym_NULL] = ACTIONS(1427), + [anon_sym_nullptr] = ACTIONS(1427), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1427), + [anon_sym_rayPayloadInEXT] = ACTIONS(1427), + [anon_sym_hitAttributeEXT] = ACTIONS(1427), + [anon_sym_callableDataEXT] = ACTIONS(1427), + [anon_sym_callableDataInEXT] = ACTIONS(1427), + [anon_sym_shaderRecordEXT] = ACTIONS(1427), + [anon_sym_rayPayloadNV] = ACTIONS(1427), + [anon_sym_rayPayloadInNV] = ACTIONS(1427), + [anon_sym_hitAttributeNV] = ACTIONS(1427), + [anon_sym_callableDataNV] = ACTIONS(1427), + [anon_sym_callableDataInNV] = ACTIONS(1427), + [anon_sym_shaderRecordNV] = ACTIONS(1427), + [anon_sym_layout] = ACTIONS(1427), + }, + [361] = { + [sym_identifier] = ACTIONS(1503), + [aux_sym_preproc_include_token1] = ACTIONS(1503), + [aux_sym_preproc_def_token1] = ACTIONS(1503), + [aux_sym_preproc_if_token1] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1503), + [sym_preproc_directive] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1505), + [anon_sym_BANG] = ACTIONS(1505), + [anon_sym_TILDE] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_subroutine] = ACTIONS(1503), + [anon_sym_invariant] = ACTIONS(1503), + [anon_sym_precise] = ACTIONS(1503), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_in] = ACTIONS(1503), + [anon_sym_out] = ACTIONS(1503), + [anon_sym_inout] = ACTIONS(1503), + [anon_sym_uniform] = ACTIONS(1503), + [anon_sym_shared] = ACTIONS(1503), + [anon_sym_attribute] = ACTIONS(1503), + [anon_sym_varying] = ACTIONS(1503), + [anon_sym_buffer] = ACTIONS(1503), + [anon_sym_coherent] = ACTIONS(1503), + [anon_sym_readonly] = ACTIONS(1503), + [anon_sym_writeonly] = ACTIONS(1503), + [anon_sym_precision] = ACTIONS(1503), + [anon_sym_highp] = ACTIONS(1503), + [anon_sym_mediump] = ACTIONS(1503), + [anon_sym_lowp] = ACTIONS(1503), + [anon_sym_centroid] = ACTIONS(1503), + [anon_sym_sample] = ACTIONS(1503), + [anon_sym_patch] = ACTIONS(1503), + [anon_sym_smooth] = ACTIONS(1503), + [anon_sym_flat] = ACTIONS(1503), + [anon_sym_noperspective] = ACTIONS(1503), + [anon_sym___extension__] = ACTIONS(1503), + [anon_sym_typedef] = ACTIONS(1503), + [anon_sym_extern] = ACTIONS(1503), + [anon_sym___attribute__] = ACTIONS(1503), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1505), + [anon_sym___declspec] = ACTIONS(1503), + [anon_sym___cdecl] = ACTIONS(1503), + [anon_sym___clrcall] = ACTIONS(1503), + [anon_sym___stdcall] = ACTIONS(1503), + [anon_sym___fastcall] = ACTIONS(1503), + [anon_sym___thiscall] = ACTIONS(1503), + [anon_sym___vectorcall] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_RBRACE] = ACTIONS(1505), + [anon_sym_signed] = ACTIONS(1503), + [anon_sym_unsigned] = ACTIONS(1503), + [anon_sym_long] = ACTIONS(1503), + [anon_sym_short] = ACTIONS(1503), + [anon_sym_static] = ACTIONS(1503), + [anon_sym_auto] = ACTIONS(1503), + [anon_sym_register] = ACTIONS(1503), + [anon_sym_inline] = ACTIONS(1503), + [anon_sym___inline] = ACTIONS(1503), + [anon_sym___inline__] = ACTIONS(1503), + [anon_sym___forceinline] = ACTIONS(1503), + [anon_sym_thread_local] = ACTIONS(1503), + [anon_sym___thread] = ACTIONS(1503), + [anon_sym_const] = ACTIONS(1503), + [anon_sym_constexpr] = ACTIONS(1503), + [anon_sym_volatile] = ACTIONS(1503), + [anon_sym_restrict] = ACTIONS(1503), + [anon_sym___restrict__] = ACTIONS(1503), + [anon_sym__Atomic] = ACTIONS(1503), + [anon_sym__Noreturn] = ACTIONS(1503), + [anon_sym_noreturn] = ACTIONS(1503), + [anon_sym__Nonnull] = ACTIONS(1503), + [anon_sym_alignas] = ACTIONS(1503), + [anon_sym__Alignas] = ACTIONS(1503), + [sym_primitive_type] = ACTIONS(1503), + [anon_sym_enum] = ACTIONS(1503), + [anon_sym_struct] = ACTIONS(1503), + [anon_sym_union] = ACTIONS(1503), + [anon_sym_if] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1503), + [anon_sym_case] = ACTIONS(1503), + [anon_sym_default] = ACTIONS(1503), + [anon_sym_while] = ACTIONS(1503), + [anon_sym_do] = ACTIONS(1503), + [anon_sym_for] = ACTIONS(1503), + [anon_sym_return] = ACTIONS(1503), + [anon_sym_break] = ACTIONS(1503), + [anon_sym_continue] = ACTIONS(1503), + [anon_sym_goto] = ACTIONS(1503), + [anon_sym___try] = ACTIONS(1503), + [anon_sym___leave] = ACTIONS(1503), + [anon_sym_DASH_DASH] = ACTIONS(1505), + [anon_sym_PLUS_PLUS] = ACTIONS(1505), + [anon_sym_sizeof] = ACTIONS(1503), + [anon_sym___alignof__] = ACTIONS(1503), + [anon_sym___alignof] = ACTIONS(1503), + [anon_sym__alignof] = ACTIONS(1503), + [anon_sym_alignof] = ACTIONS(1503), + [anon_sym__Alignof] = ACTIONS(1503), + [anon_sym_offsetof] = ACTIONS(1503), + [anon_sym__Generic] = ACTIONS(1503), + [anon_sym_asm] = ACTIONS(1503), + [anon_sym___asm__] = ACTIONS(1503), + [anon_sym___asm] = ACTIONS(1503), + [sym_number_literal] = ACTIONS(1505), + [anon_sym_L_SQUOTE] = ACTIONS(1505), + [anon_sym_u_SQUOTE] = ACTIONS(1505), + [anon_sym_U_SQUOTE] = ACTIONS(1505), + [anon_sym_u8_SQUOTE] = ACTIONS(1505), + [anon_sym_SQUOTE] = ACTIONS(1505), + [anon_sym_L_DQUOTE] = ACTIONS(1505), + [anon_sym_u_DQUOTE] = ACTIONS(1505), + [anon_sym_U_DQUOTE] = ACTIONS(1505), + [anon_sym_u8_DQUOTE] = ACTIONS(1505), + [anon_sym_DQUOTE] = ACTIONS(1505), + [sym_true] = ACTIONS(1503), + [sym_false] = ACTIONS(1503), + [anon_sym_NULL] = ACTIONS(1503), + [anon_sym_nullptr] = ACTIONS(1503), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1503), + [anon_sym_rayPayloadInEXT] = ACTIONS(1503), + [anon_sym_hitAttributeEXT] = ACTIONS(1503), + [anon_sym_callableDataEXT] = ACTIONS(1503), + [anon_sym_callableDataInEXT] = ACTIONS(1503), + [anon_sym_shaderRecordEXT] = ACTIONS(1503), + [anon_sym_rayPayloadNV] = ACTIONS(1503), + [anon_sym_rayPayloadInNV] = ACTIONS(1503), + [anon_sym_hitAttributeNV] = ACTIONS(1503), + [anon_sym_callableDataNV] = ACTIONS(1503), + [anon_sym_callableDataInNV] = ACTIONS(1503), + [anon_sym_shaderRecordNV] = ACTIONS(1503), + [anon_sym_layout] = ACTIONS(1503), + }, + [362] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_subroutine] = ACTIONS(1407), + [anon_sym_invariant] = ACTIONS(1407), + [anon_sym_precise] = ACTIONS(1407), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_in] = ACTIONS(1407), + [anon_sym_out] = ACTIONS(1407), + [anon_sym_inout] = ACTIONS(1407), + [anon_sym_uniform] = ACTIONS(1407), + [anon_sym_shared] = ACTIONS(1407), + [anon_sym_attribute] = ACTIONS(1407), + [anon_sym_varying] = ACTIONS(1407), + [anon_sym_buffer] = ACTIONS(1407), + [anon_sym_coherent] = ACTIONS(1407), + [anon_sym_readonly] = ACTIONS(1407), + [anon_sym_writeonly] = ACTIONS(1407), + [anon_sym_precision] = ACTIONS(1407), + [anon_sym_highp] = ACTIONS(1407), + [anon_sym_mediump] = ACTIONS(1407), + [anon_sym_lowp] = ACTIONS(1407), + [anon_sym_centroid] = ACTIONS(1407), + [anon_sym_sample] = ACTIONS(1407), + [anon_sym_patch] = ACTIONS(1407), + [anon_sym_smooth] = ACTIONS(1407), + [anon_sym_flat] = ACTIONS(1407), + [anon_sym_noperspective] = ACTIONS(1407), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [anon_sym__Nonnull] = ACTIONS(1407), + [anon_sym_alignas] = ACTIONS(1407), + [anon_sym__Alignas] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym___try] = ACTIONS(1407), + [anon_sym___leave] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [anon_sym___asm] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1407), + [anon_sym_rayPayloadInEXT] = ACTIONS(1407), + [anon_sym_hitAttributeEXT] = ACTIONS(1407), + [anon_sym_callableDataEXT] = ACTIONS(1407), + [anon_sym_callableDataInEXT] = ACTIONS(1407), + [anon_sym_shaderRecordEXT] = ACTIONS(1407), + [anon_sym_rayPayloadNV] = ACTIONS(1407), + [anon_sym_rayPayloadInNV] = ACTIONS(1407), + [anon_sym_hitAttributeNV] = ACTIONS(1407), + [anon_sym_callableDataNV] = ACTIONS(1407), + [anon_sym_callableDataInNV] = ACTIONS(1407), + [anon_sym_shaderRecordNV] = ACTIONS(1407), + [anon_sym_layout] = ACTIONS(1407), + }, + [363] = { + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym___try] = ACTIONS(1537), + [anon_sym___leave] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), + }, + [364] = { + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym___try] = ACTIONS(1537), + [anon_sym___leave] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), + }, + [365] = { + [sym_identifier] = ACTIONS(1483), + [aux_sym_preproc_include_token1] = ACTIONS(1483), + [aux_sym_preproc_def_token1] = ACTIONS(1483), + [aux_sym_preproc_if_token1] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1483), + [sym_preproc_directive] = ACTIONS(1483), + [anon_sym_LPAREN2] = ACTIONS(1485), + [anon_sym_BANG] = ACTIONS(1485), + [anon_sym_TILDE] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_AMP] = ACTIONS(1485), + [anon_sym_subroutine] = ACTIONS(1483), + [anon_sym_invariant] = ACTIONS(1483), + [anon_sym_precise] = ACTIONS(1483), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1483), + [anon_sym_out] = ACTIONS(1483), + [anon_sym_inout] = ACTIONS(1483), + [anon_sym_uniform] = ACTIONS(1483), + [anon_sym_shared] = ACTIONS(1483), + [anon_sym_attribute] = ACTIONS(1483), + [anon_sym_varying] = ACTIONS(1483), + [anon_sym_buffer] = ACTIONS(1483), + [anon_sym_coherent] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_writeonly] = ACTIONS(1483), + [anon_sym_precision] = ACTIONS(1483), + [anon_sym_highp] = ACTIONS(1483), + [anon_sym_mediump] = ACTIONS(1483), + [anon_sym_lowp] = ACTIONS(1483), + [anon_sym_centroid] = ACTIONS(1483), + [anon_sym_sample] = ACTIONS(1483), + [anon_sym_patch] = ACTIONS(1483), + [anon_sym_smooth] = ACTIONS(1483), + [anon_sym_flat] = ACTIONS(1483), + [anon_sym_noperspective] = ACTIONS(1483), + [anon_sym___extension__] = ACTIONS(1483), + [anon_sym_typedef] = ACTIONS(1483), + [anon_sym_extern] = ACTIONS(1483), + [anon_sym___attribute__] = ACTIONS(1483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1485), + [anon_sym___declspec] = ACTIONS(1483), + [anon_sym___cdecl] = ACTIONS(1483), + [anon_sym___clrcall] = ACTIONS(1483), + [anon_sym___stdcall] = ACTIONS(1483), + [anon_sym___fastcall] = ACTIONS(1483), + [anon_sym___thiscall] = ACTIONS(1483), + [anon_sym___vectorcall] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_RBRACE] = ACTIONS(1485), + [anon_sym_signed] = ACTIONS(1483), + [anon_sym_unsigned] = ACTIONS(1483), + [anon_sym_long] = ACTIONS(1483), + [anon_sym_short] = ACTIONS(1483), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_auto] = ACTIONS(1483), + [anon_sym_register] = ACTIONS(1483), + [anon_sym_inline] = ACTIONS(1483), + [anon_sym___inline] = ACTIONS(1483), + [anon_sym___inline__] = ACTIONS(1483), + [anon_sym___forceinline] = ACTIONS(1483), + [anon_sym_thread_local] = ACTIONS(1483), + [anon_sym___thread] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_constexpr] = ACTIONS(1483), + [anon_sym_volatile] = ACTIONS(1483), + [anon_sym_restrict] = ACTIONS(1483), + [anon_sym___restrict__] = ACTIONS(1483), + [anon_sym__Atomic] = ACTIONS(1483), + [anon_sym__Noreturn] = ACTIONS(1483), + [anon_sym_noreturn] = ACTIONS(1483), + [anon_sym__Nonnull] = ACTIONS(1483), + [anon_sym_alignas] = ACTIONS(1483), + [anon_sym__Alignas] = ACTIONS(1483), + [sym_primitive_type] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + [anon_sym_struct] = ACTIONS(1483), + [anon_sym_union] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_goto] = ACTIONS(1483), + [anon_sym___try] = ACTIONS(1483), + [anon_sym___leave] = ACTIONS(1483), + [anon_sym_DASH_DASH] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_sizeof] = ACTIONS(1483), + [anon_sym___alignof__] = ACTIONS(1483), + [anon_sym___alignof] = ACTIONS(1483), + [anon_sym__alignof] = ACTIONS(1483), + [anon_sym_alignof] = ACTIONS(1483), + [anon_sym__Alignof] = ACTIONS(1483), + [anon_sym_offsetof] = ACTIONS(1483), + [anon_sym__Generic] = ACTIONS(1483), + [anon_sym_asm] = ACTIONS(1483), + [anon_sym___asm__] = ACTIONS(1483), + [anon_sym___asm] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(1485), + [anon_sym_L_SQUOTE] = ACTIONS(1485), + [anon_sym_u_SQUOTE] = ACTIONS(1485), + [anon_sym_U_SQUOTE] = ACTIONS(1485), + [anon_sym_u8_SQUOTE] = ACTIONS(1485), + [anon_sym_SQUOTE] = ACTIONS(1485), + [anon_sym_L_DQUOTE] = ACTIONS(1485), + [anon_sym_u_DQUOTE] = ACTIONS(1485), + [anon_sym_U_DQUOTE] = ACTIONS(1485), + [anon_sym_u8_DQUOTE] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [anon_sym_NULL] = ACTIONS(1483), + [anon_sym_nullptr] = ACTIONS(1483), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1483), + [anon_sym_rayPayloadInEXT] = ACTIONS(1483), + [anon_sym_hitAttributeEXT] = ACTIONS(1483), + [anon_sym_callableDataEXT] = ACTIONS(1483), + [anon_sym_callableDataInEXT] = ACTIONS(1483), + [anon_sym_shaderRecordEXT] = ACTIONS(1483), + [anon_sym_rayPayloadNV] = ACTIONS(1483), + [anon_sym_rayPayloadInNV] = ACTIONS(1483), + [anon_sym_hitAttributeNV] = ACTIONS(1483), + [anon_sym_callableDataNV] = ACTIONS(1483), + [anon_sym_callableDataInNV] = ACTIONS(1483), + [anon_sym_shaderRecordNV] = ACTIONS(1483), + [anon_sym_layout] = ACTIONS(1483), + }, + [366] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token2] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_subroutine] = ACTIONS(1407), + [anon_sym_invariant] = ACTIONS(1407), + [anon_sym_precise] = ACTIONS(1407), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_in] = ACTIONS(1407), + [anon_sym_out] = ACTIONS(1407), + [anon_sym_inout] = ACTIONS(1407), + [anon_sym_uniform] = ACTIONS(1407), + [anon_sym_shared] = ACTIONS(1407), + [anon_sym_attribute] = ACTIONS(1407), + [anon_sym_varying] = ACTIONS(1407), + [anon_sym_buffer] = ACTIONS(1407), + [anon_sym_coherent] = ACTIONS(1407), + [anon_sym_readonly] = ACTIONS(1407), + [anon_sym_writeonly] = ACTIONS(1407), + [anon_sym_precision] = ACTIONS(1407), + [anon_sym_highp] = ACTIONS(1407), + [anon_sym_mediump] = ACTIONS(1407), + [anon_sym_lowp] = ACTIONS(1407), + [anon_sym_centroid] = ACTIONS(1407), + [anon_sym_sample] = ACTIONS(1407), + [anon_sym_patch] = ACTIONS(1407), + [anon_sym_smooth] = ACTIONS(1407), + [anon_sym_flat] = ACTIONS(1407), + [anon_sym_noperspective] = ACTIONS(1407), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [anon_sym__Nonnull] = ACTIONS(1407), + [anon_sym_alignas] = ACTIONS(1407), + [anon_sym__Alignas] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym___try] = ACTIONS(1407), + [anon_sym___leave] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [anon_sym___asm] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1407), + [anon_sym_rayPayloadInEXT] = ACTIONS(1407), + [anon_sym_hitAttributeEXT] = ACTIONS(1407), + [anon_sym_callableDataEXT] = ACTIONS(1407), + [anon_sym_callableDataInEXT] = ACTIONS(1407), + [anon_sym_shaderRecordEXT] = ACTIONS(1407), + [anon_sym_rayPayloadNV] = ACTIONS(1407), + [anon_sym_rayPayloadInNV] = ACTIONS(1407), + [anon_sym_hitAttributeNV] = ACTIONS(1407), + [anon_sym_callableDataNV] = ACTIONS(1407), + [anon_sym_callableDataInNV] = ACTIONS(1407), + [anon_sym_shaderRecordNV] = ACTIONS(1407), + [anon_sym_layout] = ACTIONS(1407), + }, + [367] = { + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_include_token1] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_LPAREN2] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1431), + [anon_sym_PLUS] = ACTIONS(1431), + [anon_sym_STAR] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_SEMI] = ACTIONS(1433), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_typedef] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym___cdecl] = ACTIONS(1431), + [anon_sym___clrcall] = ACTIONS(1431), + [anon_sym___stdcall] = ACTIONS(1431), + [anon_sym___fastcall] = ACTIONS(1431), + [anon_sym___thiscall] = ACTIONS(1431), + [anon_sym___vectorcall] = ACTIONS(1431), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_RBRACE] = ACTIONS(1433), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [anon_sym_if] = ACTIONS(1431), + [anon_sym_switch] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1431), + [anon_sym_default] = ACTIONS(1431), + [anon_sym_while] = ACTIONS(1431), + [anon_sym_do] = ACTIONS(1431), + [anon_sym_for] = ACTIONS(1431), + [anon_sym_return] = ACTIONS(1431), + [anon_sym_break] = ACTIONS(1431), + [anon_sym_continue] = ACTIONS(1431), + [anon_sym_goto] = ACTIONS(1431), + [anon_sym___try] = ACTIONS(1431), + [anon_sym___leave] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1433), + [anon_sym_sizeof] = ACTIONS(1431), + [anon_sym___alignof__] = ACTIONS(1431), + [anon_sym___alignof] = ACTIONS(1431), + [anon_sym__alignof] = ACTIONS(1431), + [anon_sym_alignof] = ACTIONS(1431), + [anon_sym__Alignof] = ACTIONS(1431), + [anon_sym_offsetof] = ACTIONS(1431), + [anon_sym__Generic] = ACTIONS(1431), + [anon_sym_asm] = ACTIONS(1431), + [anon_sym___asm__] = ACTIONS(1431), + [anon_sym___asm] = ACTIONS(1431), + [sym_number_literal] = ACTIONS(1433), + [anon_sym_L_SQUOTE] = ACTIONS(1433), + [anon_sym_u_SQUOTE] = ACTIONS(1433), + [anon_sym_U_SQUOTE] = ACTIONS(1433), + [anon_sym_u8_SQUOTE] = ACTIONS(1433), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_L_DQUOTE] = ACTIONS(1433), + [anon_sym_u_DQUOTE] = ACTIONS(1433), + [anon_sym_U_DQUOTE] = ACTIONS(1433), + [anon_sym_u8_DQUOTE] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1433), + [sym_true] = ACTIONS(1431), + [sym_false] = ACTIONS(1431), + [anon_sym_NULL] = ACTIONS(1431), + [anon_sym_nullptr] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), + }, + [368] = { + [sym_identifier] = ACTIONS(1443), + [aux_sym_preproc_include_token1] = ACTIONS(1443), + [aux_sym_preproc_def_token1] = ACTIONS(1443), + [aux_sym_preproc_if_token1] = ACTIONS(1443), + [aux_sym_preproc_if_token2] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1443), + [sym_preproc_directive] = ACTIONS(1443), + [anon_sym_LPAREN2] = ACTIONS(1445), + [anon_sym_BANG] = ACTIONS(1445), + [anon_sym_TILDE] = ACTIONS(1445), + [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1445), + [anon_sym_AMP] = ACTIONS(1445), + [anon_sym_subroutine] = ACTIONS(1443), + [anon_sym_invariant] = ACTIONS(1443), + [anon_sym_precise] = ACTIONS(1443), + [anon_sym_SEMI] = ACTIONS(1445), + [anon_sym_in] = ACTIONS(1443), + [anon_sym_out] = ACTIONS(1443), + [anon_sym_inout] = ACTIONS(1443), + [anon_sym_uniform] = ACTIONS(1443), + [anon_sym_shared] = ACTIONS(1443), + [anon_sym_attribute] = ACTIONS(1443), + [anon_sym_varying] = ACTIONS(1443), + [anon_sym_buffer] = ACTIONS(1443), + [anon_sym_coherent] = ACTIONS(1443), + [anon_sym_readonly] = ACTIONS(1443), + [anon_sym_writeonly] = ACTIONS(1443), + [anon_sym_precision] = ACTIONS(1443), + [anon_sym_highp] = ACTIONS(1443), + [anon_sym_mediump] = ACTIONS(1443), + [anon_sym_lowp] = ACTIONS(1443), + [anon_sym_centroid] = ACTIONS(1443), + [anon_sym_sample] = ACTIONS(1443), + [anon_sym_patch] = ACTIONS(1443), + [anon_sym_smooth] = ACTIONS(1443), + [anon_sym_flat] = ACTIONS(1443), + [anon_sym_noperspective] = ACTIONS(1443), + [anon_sym___extension__] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1443), + [anon_sym___attribute__] = ACTIONS(1443), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), + [anon_sym___declspec] = ACTIONS(1443), + [anon_sym___cdecl] = ACTIONS(1443), + [anon_sym___clrcall] = ACTIONS(1443), + [anon_sym___stdcall] = ACTIONS(1443), + [anon_sym___fastcall] = ACTIONS(1443), + [anon_sym___thiscall] = ACTIONS(1443), + [anon_sym___vectorcall] = ACTIONS(1443), + [anon_sym_LBRACE] = ACTIONS(1445), + [anon_sym_signed] = ACTIONS(1443), + [anon_sym_unsigned] = ACTIONS(1443), + [anon_sym_long] = ACTIONS(1443), + [anon_sym_short] = ACTIONS(1443), + [anon_sym_static] = ACTIONS(1443), + [anon_sym_auto] = ACTIONS(1443), + [anon_sym_register] = ACTIONS(1443), + [anon_sym_inline] = ACTIONS(1443), + [anon_sym___inline] = ACTIONS(1443), + [anon_sym___inline__] = ACTIONS(1443), + [anon_sym___forceinline] = ACTIONS(1443), + [anon_sym_thread_local] = ACTIONS(1443), + [anon_sym___thread] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_constexpr] = ACTIONS(1443), + [anon_sym_volatile] = ACTIONS(1443), + [anon_sym_restrict] = ACTIONS(1443), + [anon_sym___restrict__] = ACTIONS(1443), + [anon_sym__Atomic] = ACTIONS(1443), + [anon_sym__Noreturn] = ACTIONS(1443), + [anon_sym_noreturn] = ACTIONS(1443), + [anon_sym__Nonnull] = ACTIONS(1443), + [anon_sym_alignas] = ACTIONS(1443), + [anon_sym__Alignas] = ACTIONS(1443), + [sym_primitive_type] = ACTIONS(1443), + [anon_sym_enum] = ACTIONS(1443), + [anon_sym_struct] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_if] = ACTIONS(1443), + [anon_sym_switch] = ACTIONS(1443), + [anon_sym_case] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1443), + [anon_sym_for] = ACTIONS(1443), + [anon_sym_return] = ACTIONS(1443), + [anon_sym_break] = ACTIONS(1443), + [anon_sym_continue] = ACTIONS(1443), + [anon_sym_goto] = ACTIONS(1443), + [anon_sym___try] = ACTIONS(1443), + [anon_sym___leave] = ACTIONS(1443), + [anon_sym_DASH_DASH] = ACTIONS(1445), + [anon_sym_PLUS_PLUS] = ACTIONS(1445), + [anon_sym_sizeof] = ACTIONS(1443), + [anon_sym___alignof__] = ACTIONS(1443), + [anon_sym___alignof] = ACTIONS(1443), + [anon_sym__alignof] = ACTIONS(1443), + [anon_sym_alignof] = ACTIONS(1443), + [anon_sym__Alignof] = ACTIONS(1443), + [anon_sym_offsetof] = ACTIONS(1443), + [anon_sym__Generic] = ACTIONS(1443), + [anon_sym_asm] = ACTIONS(1443), + [anon_sym___asm__] = ACTIONS(1443), + [anon_sym___asm] = ACTIONS(1443), + [sym_number_literal] = ACTIONS(1445), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1445), + [anon_sym_u_DQUOTE] = ACTIONS(1445), + [anon_sym_U_DQUOTE] = ACTIONS(1445), + [anon_sym_u8_DQUOTE] = ACTIONS(1445), + [anon_sym_DQUOTE] = ACTIONS(1445), + [sym_true] = ACTIONS(1443), + [sym_false] = ACTIONS(1443), + [anon_sym_NULL] = ACTIONS(1443), + [anon_sym_nullptr] = ACTIONS(1443), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1443), + [anon_sym_rayPayloadInEXT] = ACTIONS(1443), + [anon_sym_hitAttributeEXT] = ACTIONS(1443), + [anon_sym_callableDataEXT] = ACTIONS(1443), + [anon_sym_callableDataInEXT] = ACTIONS(1443), + [anon_sym_shaderRecordEXT] = ACTIONS(1443), + [anon_sym_rayPayloadNV] = ACTIONS(1443), + [anon_sym_rayPayloadInNV] = ACTIONS(1443), + [anon_sym_hitAttributeNV] = ACTIONS(1443), + [anon_sym_callableDataNV] = ACTIONS(1443), + [anon_sym_callableDataInNV] = ACTIONS(1443), + [anon_sym_shaderRecordNV] = ACTIONS(1443), + [anon_sym_layout] = ACTIONS(1443), + }, + [369] = { + [sym_identifier] = ACTIONS(1447), + [aux_sym_preproc_include_token1] = ACTIONS(1447), + [aux_sym_preproc_def_token1] = ACTIONS(1447), + [aux_sym_preproc_if_token1] = ACTIONS(1447), + [aux_sym_preproc_if_token2] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1447), + [sym_preproc_directive] = ACTIONS(1447), + [anon_sym_LPAREN2] = ACTIONS(1449), + [anon_sym_BANG] = ACTIONS(1449), + [anon_sym_TILDE] = ACTIONS(1449), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1449), + [anon_sym_AMP] = ACTIONS(1449), + [anon_sym_subroutine] = ACTIONS(1447), + [anon_sym_invariant] = ACTIONS(1447), + [anon_sym_precise] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1449), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_out] = ACTIONS(1447), + [anon_sym_inout] = ACTIONS(1447), + [anon_sym_uniform] = ACTIONS(1447), + [anon_sym_shared] = ACTIONS(1447), + [anon_sym_attribute] = ACTIONS(1447), + [anon_sym_varying] = ACTIONS(1447), + [anon_sym_buffer] = ACTIONS(1447), + [anon_sym_coherent] = ACTIONS(1447), + [anon_sym_readonly] = ACTIONS(1447), + [anon_sym_writeonly] = ACTIONS(1447), + [anon_sym_precision] = ACTIONS(1447), + [anon_sym_highp] = ACTIONS(1447), + [anon_sym_mediump] = ACTIONS(1447), + [anon_sym_lowp] = ACTIONS(1447), + [anon_sym_centroid] = ACTIONS(1447), + [anon_sym_sample] = ACTIONS(1447), + [anon_sym_patch] = ACTIONS(1447), + [anon_sym_smooth] = ACTIONS(1447), + [anon_sym_flat] = ACTIONS(1447), + [anon_sym_noperspective] = ACTIONS(1447), + [anon_sym___extension__] = ACTIONS(1447), + [anon_sym_typedef] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym___attribute__] = ACTIONS(1447), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1449), + [anon_sym___declspec] = ACTIONS(1447), + [anon_sym___cdecl] = ACTIONS(1447), + [anon_sym___clrcall] = ACTIONS(1447), + [anon_sym___stdcall] = ACTIONS(1447), + [anon_sym___fastcall] = ACTIONS(1447), + [anon_sym___thiscall] = ACTIONS(1447), + [anon_sym___vectorcall] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1449), + [anon_sym_signed] = ACTIONS(1447), + [anon_sym_unsigned] = ACTIONS(1447), + [anon_sym_long] = ACTIONS(1447), + [anon_sym_short] = ACTIONS(1447), + [anon_sym_static] = ACTIONS(1447), + [anon_sym_auto] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_inline] = ACTIONS(1447), + [anon_sym___inline] = ACTIONS(1447), + [anon_sym___inline__] = ACTIONS(1447), + [anon_sym___forceinline] = ACTIONS(1447), + [anon_sym_thread_local] = ACTIONS(1447), + [anon_sym___thread] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_constexpr] = ACTIONS(1447), + [anon_sym_volatile] = ACTIONS(1447), + [anon_sym_restrict] = ACTIONS(1447), + [anon_sym___restrict__] = ACTIONS(1447), + [anon_sym__Atomic] = ACTIONS(1447), + [anon_sym__Noreturn] = ACTIONS(1447), + [anon_sym_noreturn] = ACTIONS(1447), + [anon_sym__Nonnull] = ACTIONS(1447), + [anon_sym_alignas] = ACTIONS(1447), + [anon_sym__Alignas] = ACTIONS(1447), + [sym_primitive_type] = ACTIONS(1447), + [anon_sym_enum] = ACTIONS(1447), + [anon_sym_struct] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_switch] = ACTIONS(1447), + [anon_sym_case] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_goto] = ACTIONS(1447), + [anon_sym___try] = ACTIONS(1447), + [anon_sym___leave] = ACTIONS(1447), + [anon_sym_DASH_DASH] = ACTIONS(1449), + [anon_sym_PLUS_PLUS] = ACTIONS(1449), + [anon_sym_sizeof] = ACTIONS(1447), + [anon_sym___alignof__] = ACTIONS(1447), + [anon_sym___alignof] = ACTIONS(1447), + [anon_sym__alignof] = ACTIONS(1447), + [anon_sym_alignof] = ACTIONS(1447), + [anon_sym__Alignof] = ACTIONS(1447), + [anon_sym_offsetof] = ACTIONS(1447), + [anon_sym__Generic] = ACTIONS(1447), + [anon_sym_asm] = ACTIONS(1447), + [anon_sym___asm__] = ACTIONS(1447), + [anon_sym___asm] = ACTIONS(1447), + [sym_number_literal] = ACTIONS(1449), + [anon_sym_L_SQUOTE] = ACTIONS(1449), + [anon_sym_u_SQUOTE] = ACTIONS(1449), + [anon_sym_U_SQUOTE] = ACTIONS(1449), + [anon_sym_u8_SQUOTE] = ACTIONS(1449), + [anon_sym_SQUOTE] = ACTIONS(1449), + [anon_sym_L_DQUOTE] = ACTIONS(1449), + [anon_sym_u_DQUOTE] = ACTIONS(1449), + [anon_sym_U_DQUOTE] = ACTIONS(1449), + [anon_sym_u8_DQUOTE] = ACTIONS(1449), + [anon_sym_DQUOTE] = ACTIONS(1449), + [sym_true] = ACTIONS(1447), + [sym_false] = ACTIONS(1447), + [anon_sym_NULL] = ACTIONS(1447), + [anon_sym_nullptr] = ACTIONS(1447), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1447), + [anon_sym_rayPayloadInEXT] = ACTIONS(1447), + [anon_sym_hitAttributeEXT] = ACTIONS(1447), + [anon_sym_callableDataEXT] = ACTIONS(1447), + [anon_sym_callableDataInEXT] = ACTIONS(1447), + [anon_sym_shaderRecordEXT] = ACTIONS(1447), + [anon_sym_rayPayloadNV] = ACTIONS(1447), + [anon_sym_rayPayloadInNV] = ACTIONS(1447), + [anon_sym_hitAttributeNV] = ACTIONS(1447), + [anon_sym_callableDataNV] = ACTIONS(1447), + [anon_sym_callableDataInNV] = ACTIONS(1447), + [anon_sym_shaderRecordNV] = ACTIONS(1447), + [anon_sym_layout] = ACTIONS(1447), + }, + [370] = { + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_include_token1] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_LPAREN2] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_TILDE] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1435), + [anon_sym_PLUS] = ACTIONS(1435), + [anon_sym_STAR] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_typedef] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym___cdecl] = ACTIONS(1435), + [anon_sym___clrcall] = ACTIONS(1435), + [anon_sym___stdcall] = ACTIONS(1435), + [anon_sym___fastcall] = ACTIONS(1435), + [anon_sym___thiscall] = ACTIONS(1435), + [anon_sym___vectorcall] = ACTIONS(1435), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_RBRACE] = ACTIONS(1437), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1435), + [anon_sym_case] = ACTIONS(1435), + [anon_sym_default] = ACTIONS(1435), + [anon_sym_while] = ACTIONS(1435), + [anon_sym_do] = ACTIONS(1435), + [anon_sym_for] = ACTIONS(1435), + [anon_sym_return] = ACTIONS(1435), + [anon_sym_break] = ACTIONS(1435), + [anon_sym_continue] = ACTIONS(1435), + [anon_sym_goto] = ACTIONS(1435), + [anon_sym___try] = ACTIONS(1435), + [anon_sym___leave] = ACTIONS(1435), + [anon_sym_DASH_DASH] = ACTIONS(1437), + [anon_sym_PLUS_PLUS] = ACTIONS(1437), + [anon_sym_sizeof] = ACTIONS(1435), + [anon_sym___alignof__] = ACTIONS(1435), + [anon_sym___alignof] = ACTIONS(1435), + [anon_sym__alignof] = ACTIONS(1435), + [anon_sym_alignof] = ACTIONS(1435), + [anon_sym__Alignof] = ACTIONS(1435), + [anon_sym_offsetof] = ACTIONS(1435), + [anon_sym__Generic] = ACTIONS(1435), + [anon_sym_asm] = ACTIONS(1435), + [anon_sym___asm__] = ACTIONS(1435), + [anon_sym___asm] = ACTIONS(1435), + [sym_number_literal] = ACTIONS(1437), + [anon_sym_L_SQUOTE] = ACTIONS(1437), + [anon_sym_u_SQUOTE] = ACTIONS(1437), + [anon_sym_U_SQUOTE] = ACTIONS(1437), + [anon_sym_u8_SQUOTE] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1437), + [anon_sym_L_DQUOTE] = ACTIONS(1437), + [anon_sym_u_DQUOTE] = ACTIONS(1437), + [anon_sym_U_DQUOTE] = ACTIONS(1437), + [anon_sym_u8_DQUOTE] = ACTIONS(1437), + [anon_sym_DQUOTE] = ACTIONS(1437), + [sym_true] = ACTIONS(1435), + [sym_false] = ACTIONS(1435), + [anon_sym_NULL] = ACTIONS(1435), + [anon_sym_nullptr] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), + }, + [371] = { + [sym_identifier] = ACTIONS(1451), + [aux_sym_preproc_include_token1] = ACTIONS(1451), + [aux_sym_preproc_def_token1] = ACTIONS(1451), + [aux_sym_preproc_if_token1] = ACTIONS(1451), + [aux_sym_preproc_if_token2] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1451), + [sym_preproc_directive] = ACTIONS(1451), + [anon_sym_LPAREN2] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_subroutine] = ACTIONS(1451), + [anon_sym_invariant] = ACTIONS(1451), + [anon_sym_precise] = ACTIONS(1451), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_in] = ACTIONS(1451), + [anon_sym_out] = ACTIONS(1451), + [anon_sym_inout] = ACTIONS(1451), + [anon_sym_uniform] = ACTIONS(1451), + [anon_sym_shared] = ACTIONS(1451), + [anon_sym_attribute] = ACTIONS(1451), + [anon_sym_varying] = ACTIONS(1451), + [anon_sym_buffer] = ACTIONS(1451), + [anon_sym_coherent] = ACTIONS(1451), + [anon_sym_readonly] = ACTIONS(1451), + [anon_sym_writeonly] = ACTIONS(1451), + [anon_sym_precision] = ACTIONS(1451), + [anon_sym_highp] = ACTIONS(1451), + [anon_sym_mediump] = ACTIONS(1451), + [anon_sym_lowp] = ACTIONS(1451), + [anon_sym_centroid] = ACTIONS(1451), + [anon_sym_sample] = ACTIONS(1451), + [anon_sym_patch] = ACTIONS(1451), + [anon_sym_smooth] = ACTIONS(1451), + [anon_sym_flat] = ACTIONS(1451), + [anon_sym_noperspective] = ACTIONS(1451), + [anon_sym___extension__] = ACTIONS(1451), + [anon_sym_typedef] = ACTIONS(1451), + [anon_sym_extern] = ACTIONS(1451), + [anon_sym___attribute__] = ACTIONS(1451), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1453), + [anon_sym___declspec] = ACTIONS(1451), + [anon_sym___cdecl] = ACTIONS(1451), + [anon_sym___clrcall] = ACTIONS(1451), + [anon_sym___stdcall] = ACTIONS(1451), + [anon_sym___fastcall] = ACTIONS(1451), + [anon_sym___thiscall] = ACTIONS(1451), + [anon_sym___vectorcall] = ACTIONS(1451), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_signed] = ACTIONS(1451), + [anon_sym_unsigned] = ACTIONS(1451), + [anon_sym_long] = ACTIONS(1451), + [anon_sym_short] = ACTIONS(1451), + [anon_sym_static] = ACTIONS(1451), + [anon_sym_auto] = ACTIONS(1451), + [anon_sym_register] = ACTIONS(1451), + [anon_sym_inline] = ACTIONS(1451), + [anon_sym___inline] = ACTIONS(1451), + [anon_sym___inline__] = ACTIONS(1451), + [anon_sym___forceinline] = ACTIONS(1451), + [anon_sym_thread_local] = ACTIONS(1451), + [anon_sym___thread] = ACTIONS(1451), + [anon_sym_const] = ACTIONS(1451), + [anon_sym_constexpr] = ACTIONS(1451), + [anon_sym_volatile] = ACTIONS(1451), + [anon_sym_restrict] = ACTIONS(1451), + [anon_sym___restrict__] = ACTIONS(1451), + [anon_sym__Atomic] = ACTIONS(1451), + [anon_sym__Noreturn] = ACTIONS(1451), + [anon_sym_noreturn] = ACTIONS(1451), + [anon_sym__Nonnull] = ACTIONS(1451), + [anon_sym_alignas] = ACTIONS(1451), + [anon_sym__Alignas] = ACTIONS(1451), + [sym_primitive_type] = ACTIONS(1451), + [anon_sym_enum] = ACTIONS(1451), + [anon_sym_struct] = ACTIONS(1451), + [anon_sym_union] = ACTIONS(1451), + [anon_sym_if] = ACTIONS(1451), + [anon_sym_switch] = ACTIONS(1451), + [anon_sym_case] = ACTIONS(1451), + [anon_sym_default] = ACTIONS(1451), + [anon_sym_while] = ACTIONS(1451), + [anon_sym_do] = ACTIONS(1451), + [anon_sym_for] = ACTIONS(1451), + [anon_sym_return] = ACTIONS(1451), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1451), + [anon_sym_goto] = ACTIONS(1451), + [anon_sym___try] = ACTIONS(1451), + [anon_sym___leave] = ACTIONS(1451), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1451), + [anon_sym___alignof__] = ACTIONS(1451), + [anon_sym___alignof] = ACTIONS(1451), + [anon_sym__alignof] = ACTIONS(1451), + [anon_sym_alignof] = ACTIONS(1451), + [anon_sym__Alignof] = ACTIONS(1451), + [anon_sym_offsetof] = ACTIONS(1451), + [anon_sym__Generic] = ACTIONS(1451), + [anon_sym_asm] = ACTIONS(1451), + [anon_sym___asm__] = ACTIONS(1451), + [anon_sym___asm] = ACTIONS(1451), + [sym_number_literal] = ACTIONS(1453), + [anon_sym_L_SQUOTE] = ACTIONS(1453), + [anon_sym_u_SQUOTE] = ACTIONS(1453), + [anon_sym_U_SQUOTE] = ACTIONS(1453), + [anon_sym_u8_SQUOTE] = ACTIONS(1453), + [anon_sym_SQUOTE] = ACTIONS(1453), + [anon_sym_L_DQUOTE] = ACTIONS(1453), + [anon_sym_u_DQUOTE] = ACTIONS(1453), + [anon_sym_U_DQUOTE] = ACTIONS(1453), + [anon_sym_u8_DQUOTE] = ACTIONS(1453), + [anon_sym_DQUOTE] = ACTIONS(1453), + [sym_true] = ACTIONS(1451), + [sym_false] = ACTIONS(1451), + [anon_sym_NULL] = ACTIONS(1451), + [anon_sym_nullptr] = ACTIONS(1451), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1451), + [anon_sym_rayPayloadInEXT] = ACTIONS(1451), + [anon_sym_hitAttributeEXT] = ACTIONS(1451), + [anon_sym_callableDataEXT] = ACTIONS(1451), + [anon_sym_callableDataInEXT] = ACTIONS(1451), + [anon_sym_shaderRecordEXT] = ACTIONS(1451), + [anon_sym_rayPayloadNV] = ACTIONS(1451), + [anon_sym_rayPayloadInNV] = ACTIONS(1451), + [anon_sym_hitAttributeNV] = ACTIONS(1451), + [anon_sym_callableDataNV] = ACTIONS(1451), + [anon_sym_callableDataInNV] = ACTIONS(1451), + [anon_sym_shaderRecordNV] = ACTIONS(1451), + [anon_sym_layout] = ACTIONS(1451), + }, + [372] = { + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token2] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym___try] = ACTIONS(1479), + [anon_sym___leave] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), + }, + [373] = { + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token2] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_subroutine] = ACTIONS(1403), + [anon_sym_invariant] = ACTIONS(1403), + [anon_sym_precise] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_out] = ACTIONS(1403), + [anon_sym_inout] = ACTIONS(1403), + [anon_sym_uniform] = ACTIONS(1403), + [anon_sym_shared] = ACTIONS(1403), + [anon_sym_attribute] = ACTIONS(1403), + [anon_sym_varying] = ACTIONS(1403), + [anon_sym_buffer] = ACTIONS(1403), + [anon_sym_coherent] = ACTIONS(1403), + [anon_sym_readonly] = ACTIONS(1403), + [anon_sym_writeonly] = ACTIONS(1403), + [anon_sym_precision] = ACTIONS(1403), + [anon_sym_highp] = ACTIONS(1403), + [anon_sym_mediump] = ACTIONS(1403), + [anon_sym_lowp] = ACTIONS(1403), + [anon_sym_centroid] = ACTIONS(1403), + [anon_sym_sample] = ACTIONS(1403), + [anon_sym_patch] = ACTIONS(1403), + [anon_sym_smooth] = ACTIONS(1403), + [anon_sym_flat] = ACTIONS(1403), + [anon_sym_noperspective] = ACTIONS(1403), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [anon_sym__Nonnull] = ACTIONS(1403), + [anon_sym_alignas] = ACTIONS(1403), + [anon_sym__Alignas] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym___try] = ACTIONS(1403), + [anon_sym___leave] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [anon_sym___asm] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1403), + [anon_sym_rayPayloadInEXT] = ACTIONS(1403), + [anon_sym_hitAttributeEXT] = ACTIONS(1403), + [anon_sym_callableDataEXT] = ACTIONS(1403), + [anon_sym_callableDataInEXT] = ACTIONS(1403), + [anon_sym_shaderRecordEXT] = ACTIONS(1403), + [anon_sym_rayPayloadNV] = ACTIONS(1403), + [anon_sym_rayPayloadInNV] = ACTIONS(1403), + [anon_sym_hitAttributeNV] = ACTIONS(1403), + [anon_sym_callableDataNV] = ACTIONS(1403), + [anon_sym_callableDataInNV] = ACTIONS(1403), + [anon_sym_shaderRecordNV] = ACTIONS(1403), + [anon_sym_layout] = ACTIONS(1403), + }, + [374] = { + [sym_identifier] = ACTIONS(1443), + [aux_sym_preproc_include_token1] = ACTIONS(1443), + [aux_sym_preproc_def_token1] = ACTIONS(1443), + [aux_sym_preproc_if_token1] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1443), + [sym_preproc_directive] = ACTIONS(1443), + [anon_sym_LPAREN2] = ACTIONS(1445), + [anon_sym_BANG] = ACTIONS(1445), + [anon_sym_TILDE] = ACTIONS(1445), + [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1445), + [anon_sym_AMP] = ACTIONS(1445), + [anon_sym_subroutine] = ACTIONS(1443), + [anon_sym_invariant] = ACTIONS(1443), + [anon_sym_precise] = ACTIONS(1443), + [anon_sym_SEMI] = ACTIONS(1445), + [anon_sym_in] = ACTIONS(1443), + [anon_sym_out] = ACTIONS(1443), + [anon_sym_inout] = ACTIONS(1443), + [anon_sym_uniform] = ACTIONS(1443), + [anon_sym_shared] = ACTIONS(1443), + [anon_sym_attribute] = ACTIONS(1443), + [anon_sym_varying] = ACTIONS(1443), + [anon_sym_buffer] = ACTIONS(1443), + [anon_sym_coherent] = ACTIONS(1443), + [anon_sym_readonly] = ACTIONS(1443), + [anon_sym_writeonly] = ACTIONS(1443), + [anon_sym_precision] = ACTIONS(1443), + [anon_sym_highp] = ACTIONS(1443), + [anon_sym_mediump] = ACTIONS(1443), + [anon_sym_lowp] = ACTIONS(1443), + [anon_sym_centroid] = ACTIONS(1443), + [anon_sym_sample] = ACTIONS(1443), + [anon_sym_patch] = ACTIONS(1443), + [anon_sym_smooth] = ACTIONS(1443), + [anon_sym_flat] = ACTIONS(1443), + [anon_sym_noperspective] = ACTIONS(1443), + [anon_sym___extension__] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1443), + [anon_sym___attribute__] = ACTIONS(1443), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), + [anon_sym___declspec] = ACTIONS(1443), + [anon_sym___cdecl] = ACTIONS(1443), + [anon_sym___clrcall] = ACTIONS(1443), + [anon_sym___stdcall] = ACTIONS(1443), + [anon_sym___fastcall] = ACTIONS(1443), + [anon_sym___thiscall] = ACTIONS(1443), + [anon_sym___vectorcall] = ACTIONS(1443), + [anon_sym_LBRACE] = ACTIONS(1445), + [anon_sym_RBRACE] = ACTIONS(1445), + [anon_sym_signed] = ACTIONS(1443), + [anon_sym_unsigned] = ACTIONS(1443), + [anon_sym_long] = ACTIONS(1443), + [anon_sym_short] = ACTIONS(1443), + [anon_sym_static] = ACTIONS(1443), + [anon_sym_auto] = ACTIONS(1443), + [anon_sym_register] = ACTIONS(1443), + [anon_sym_inline] = ACTIONS(1443), + [anon_sym___inline] = ACTIONS(1443), + [anon_sym___inline__] = ACTIONS(1443), + [anon_sym___forceinline] = ACTIONS(1443), + [anon_sym_thread_local] = ACTIONS(1443), + [anon_sym___thread] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_constexpr] = ACTIONS(1443), + [anon_sym_volatile] = ACTIONS(1443), + [anon_sym_restrict] = ACTIONS(1443), + [anon_sym___restrict__] = ACTIONS(1443), + [anon_sym__Atomic] = ACTIONS(1443), + [anon_sym__Noreturn] = ACTIONS(1443), + [anon_sym_noreturn] = ACTIONS(1443), + [anon_sym__Nonnull] = ACTIONS(1443), + [anon_sym_alignas] = ACTIONS(1443), + [anon_sym__Alignas] = ACTIONS(1443), + [sym_primitive_type] = ACTIONS(1443), + [anon_sym_enum] = ACTIONS(1443), + [anon_sym_struct] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_if] = ACTIONS(1443), + [anon_sym_switch] = ACTIONS(1443), + [anon_sym_case] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1443), + [anon_sym_for] = ACTIONS(1443), + [anon_sym_return] = ACTIONS(1443), + [anon_sym_break] = ACTIONS(1443), + [anon_sym_continue] = ACTIONS(1443), + [anon_sym_goto] = ACTIONS(1443), + [anon_sym___try] = ACTIONS(1443), + [anon_sym___leave] = ACTIONS(1443), + [anon_sym_DASH_DASH] = ACTIONS(1445), + [anon_sym_PLUS_PLUS] = ACTIONS(1445), + [anon_sym_sizeof] = ACTIONS(1443), + [anon_sym___alignof__] = ACTIONS(1443), + [anon_sym___alignof] = ACTIONS(1443), + [anon_sym__alignof] = ACTIONS(1443), + [anon_sym_alignof] = ACTIONS(1443), + [anon_sym__Alignof] = ACTIONS(1443), + [anon_sym_offsetof] = ACTIONS(1443), + [anon_sym__Generic] = ACTIONS(1443), + [anon_sym_asm] = ACTIONS(1443), + [anon_sym___asm__] = ACTIONS(1443), + [anon_sym___asm] = ACTIONS(1443), + [sym_number_literal] = ACTIONS(1445), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1445), + [anon_sym_u_DQUOTE] = ACTIONS(1445), + [anon_sym_U_DQUOTE] = ACTIONS(1445), + [anon_sym_u8_DQUOTE] = ACTIONS(1445), + [anon_sym_DQUOTE] = ACTIONS(1445), + [sym_true] = ACTIONS(1443), + [sym_false] = ACTIONS(1443), + [anon_sym_NULL] = ACTIONS(1443), + [anon_sym_nullptr] = ACTIONS(1443), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1443), + [anon_sym_rayPayloadInEXT] = ACTIONS(1443), + [anon_sym_hitAttributeEXT] = ACTIONS(1443), + [anon_sym_callableDataEXT] = ACTIONS(1443), + [anon_sym_callableDataInEXT] = ACTIONS(1443), + [anon_sym_shaderRecordEXT] = ACTIONS(1443), + [anon_sym_rayPayloadNV] = ACTIONS(1443), + [anon_sym_rayPayloadInNV] = ACTIONS(1443), + [anon_sym_hitAttributeNV] = ACTIONS(1443), + [anon_sym_callableDataNV] = ACTIONS(1443), + [anon_sym_callableDataInNV] = ACTIONS(1443), + [anon_sym_shaderRecordNV] = ACTIONS(1443), + [anon_sym_layout] = ACTIONS(1443), + }, [375] = { - [sym_identifier] = ACTIONS(1497), - [aux_sym_preproc_include_token1] = ACTIONS(1497), - [aux_sym_preproc_def_token1] = ACTIONS(1497), - [aux_sym_preproc_if_token1] = ACTIONS(1497), - [aux_sym_preproc_if_token2] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1497), - [sym_preproc_directive] = ACTIONS(1497), - [anon_sym_LPAREN2] = ACTIONS(1499), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1499), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_subroutine] = ACTIONS(1497), - [anon_sym_invariant] = ACTIONS(1497), - [anon_sym_precise] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_in] = ACTIONS(1497), - [anon_sym_out] = ACTIONS(1497), - [anon_sym_inout] = ACTIONS(1497), - [anon_sym_uniform] = ACTIONS(1497), - [anon_sym_shared] = ACTIONS(1497), - [anon_sym_attribute] = ACTIONS(1497), - [anon_sym_varying] = ACTIONS(1497), - [anon_sym_buffer] = ACTIONS(1497), - [anon_sym_coherent] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_writeonly] = ACTIONS(1497), - [anon_sym_precision] = ACTIONS(1497), - [anon_sym_highp] = ACTIONS(1497), - [anon_sym_mediump] = ACTIONS(1497), - [anon_sym_lowp] = ACTIONS(1497), - [anon_sym_centroid] = ACTIONS(1497), - [anon_sym_sample] = ACTIONS(1497), - [anon_sym_patch] = ACTIONS(1497), - [anon_sym_smooth] = ACTIONS(1497), - [anon_sym_flat] = ACTIONS(1497), - [anon_sym_noperspective] = ACTIONS(1497), - [anon_sym___extension__] = ACTIONS(1497), - [anon_sym_typedef] = ACTIONS(1497), - [anon_sym_extern] = ACTIONS(1497), - [anon_sym___attribute__] = ACTIONS(1497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1499), - [anon_sym___declspec] = ACTIONS(1497), - [anon_sym___cdecl] = ACTIONS(1497), - [anon_sym___clrcall] = ACTIONS(1497), - [anon_sym___stdcall] = ACTIONS(1497), - [anon_sym___fastcall] = ACTIONS(1497), - [anon_sym___thiscall] = ACTIONS(1497), - [anon_sym___vectorcall] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1497), - [anon_sym_unsigned] = ACTIONS(1497), - [anon_sym_long] = ACTIONS(1497), - [anon_sym_short] = ACTIONS(1497), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_auto] = ACTIONS(1497), - [anon_sym_register] = ACTIONS(1497), - [anon_sym_inline] = ACTIONS(1497), - [anon_sym___inline] = ACTIONS(1497), - [anon_sym___inline__] = ACTIONS(1497), - [anon_sym___forceinline] = ACTIONS(1497), - [anon_sym_thread_local] = ACTIONS(1497), - [anon_sym___thread] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_constexpr] = ACTIONS(1497), - [anon_sym_volatile] = ACTIONS(1497), - [anon_sym_restrict] = ACTIONS(1497), - [anon_sym___restrict__] = ACTIONS(1497), - [anon_sym__Atomic] = ACTIONS(1497), - [anon_sym__Noreturn] = ACTIONS(1497), - [anon_sym_noreturn] = ACTIONS(1497), - [anon_sym_alignas] = ACTIONS(1497), - [anon_sym__Alignas] = ACTIONS(1497), - [sym_primitive_type] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [anon_sym_struct] = ACTIONS(1497), - [anon_sym_union] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_goto] = ACTIONS(1497), - [anon_sym___try] = ACTIONS(1497), - [anon_sym___leave] = ACTIONS(1497), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_sizeof] = ACTIONS(1497), - [anon_sym___alignof__] = ACTIONS(1497), - [anon_sym___alignof] = ACTIONS(1497), - [anon_sym__alignof] = ACTIONS(1497), - [anon_sym_alignof] = ACTIONS(1497), - [anon_sym__Alignof] = ACTIONS(1497), - [anon_sym_offsetof] = ACTIONS(1497), - [anon_sym__Generic] = ACTIONS(1497), - [anon_sym_asm] = ACTIONS(1497), - [anon_sym___asm__] = ACTIONS(1497), - [sym_number_literal] = ACTIONS(1499), - [anon_sym_L_SQUOTE] = ACTIONS(1499), - [anon_sym_u_SQUOTE] = ACTIONS(1499), - [anon_sym_U_SQUOTE] = ACTIONS(1499), - [anon_sym_u8_SQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [anon_sym_L_DQUOTE] = ACTIONS(1499), - [anon_sym_u_DQUOTE] = ACTIONS(1499), - [anon_sym_U_DQUOTE] = ACTIONS(1499), - [anon_sym_u8_DQUOTE] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [anon_sym_NULL] = ACTIONS(1497), - [anon_sym_nullptr] = ACTIONS(1497), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1497), - [anon_sym_rayPayloadInEXT] = ACTIONS(1497), - [anon_sym_hitAttributeEXT] = ACTIONS(1497), - [anon_sym_callableDataEXT] = ACTIONS(1497), - [anon_sym_callableDataInEXT] = ACTIONS(1497), - [anon_sym_shaderRecordEXT] = ACTIONS(1497), - [anon_sym_rayPayloadNV] = ACTIONS(1497), - [anon_sym_rayPayloadInNV] = ACTIONS(1497), - [anon_sym_hitAttributeNV] = ACTIONS(1497), - [anon_sym_callableDataNV] = ACTIONS(1497), - [anon_sym_callableDataInNV] = ACTIONS(1497), - [anon_sym_shaderRecordNV] = ACTIONS(1497), - [anon_sym_layout] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1447), + [aux_sym_preproc_include_token1] = ACTIONS(1447), + [aux_sym_preproc_def_token1] = ACTIONS(1447), + [aux_sym_preproc_if_token1] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1447), + [sym_preproc_directive] = ACTIONS(1447), + [anon_sym_LPAREN2] = ACTIONS(1449), + [anon_sym_BANG] = ACTIONS(1449), + [anon_sym_TILDE] = ACTIONS(1449), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1449), + [anon_sym_AMP] = ACTIONS(1449), + [anon_sym_subroutine] = ACTIONS(1447), + [anon_sym_invariant] = ACTIONS(1447), + [anon_sym_precise] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1449), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_out] = ACTIONS(1447), + [anon_sym_inout] = ACTIONS(1447), + [anon_sym_uniform] = ACTIONS(1447), + [anon_sym_shared] = ACTIONS(1447), + [anon_sym_attribute] = ACTIONS(1447), + [anon_sym_varying] = ACTIONS(1447), + [anon_sym_buffer] = ACTIONS(1447), + [anon_sym_coherent] = ACTIONS(1447), + [anon_sym_readonly] = ACTIONS(1447), + [anon_sym_writeonly] = ACTIONS(1447), + [anon_sym_precision] = ACTIONS(1447), + [anon_sym_highp] = ACTIONS(1447), + [anon_sym_mediump] = ACTIONS(1447), + [anon_sym_lowp] = ACTIONS(1447), + [anon_sym_centroid] = ACTIONS(1447), + [anon_sym_sample] = ACTIONS(1447), + [anon_sym_patch] = ACTIONS(1447), + [anon_sym_smooth] = ACTIONS(1447), + [anon_sym_flat] = ACTIONS(1447), + [anon_sym_noperspective] = ACTIONS(1447), + [anon_sym___extension__] = ACTIONS(1447), + [anon_sym_typedef] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym___attribute__] = ACTIONS(1447), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1449), + [anon_sym___declspec] = ACTIONS(1447), + [anon_sym___cdecl] = ACTIONS(1447), + [anon_sym___clrcall] = ACTIONS(1447), + [anon_sym___stdcall] = ACTIONS(1447), + [anon_sym___fastcall] = ACTIONS(1447), + [anon_sym___thiscall] = ACTIONS(1447), + [anon_sym___vectorcall] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1449), + [anon_sym_RBRACE] = ACTIONS(1449), + [anon_sym_signed] = ACTIONS(1447), + [anon_sym_unsigned] = ACTIONS(1447), + [anon_sym_long] = ACTIONS(1447), + [anon_sym_short] = ACTIONS(1447), + [anon_sym_static] = ACTIONS(1447), + [anon_sym_auto] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_inline] = ACTIONS(1447), + [anon_sym___inline] = ACTIONS(1447), + [anon_sym___inline__] = ACTIONS(1447), + [anon_sym___forceinline] = ACTIONS(1447), + [anon_sym_thread_local] = ACTIONS(1447), + [anon_sym___thread] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_constexpr] = ACTIONS(1447), + [anon_sym_volatile] = ACTIONS(1447), + [anon_sym_restrict] = ACTIONS(1447), + [anon_sym___restrict__] = ACTIONS(1447), + [anon_sym__Atomic] = ACTIONS(1447), + [anon_sym__Noreturn] = ACTIONS(1447), + [anon_sym_noreturn] = ACTIONS(1447), + [anon_sym__Nonnull] = ACTIONS(1447), + [anon_sym_alignas] = ACTIONS(1447), + [anon_sym__Alignas] = ACTIONS(1447), + [sym_primitive_type] = ACTIONS(1447), + [anon_sym_enum] = ACTIONS(1447), + [anon_sym_struct] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_switch] = ACTIONS(1447), + [anon_sym_case] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_goto] = ACTIONS(1447), + [anon_sym___try] = ACTIONS(1447), + [anon_sym___leave] = ACTIONS(1447), + [anon_sym_DASH_DASH] = ACTIONS(1449), + [anon_sym_PLUS_PLUS] = ACTIONS(1449), + [anon_sym_sizeof] = ACTIONS(1447), + [anon_sym___alignof__] = ACTIONS(1447), + [anon_sym___alignof] = ACTIONS(1447), + [anon_sym__alignof] = ACTIONS(1447), + [anon_sym_alignof] = ACTIONS(1447), + [anon_sym__Alignof] = ACTIONS(1447), + [anon_sym_offsetof] = ACTIONS(1447), + [anon_sym__Generic] = ACTIONS(1447), + [anon_sym_asm] = ACTIONS(1447), + [anon_sym___asm__] = ACTIONS(1447), + [anon_sym___asm] = ACTIONS(1447), + [sym_number_literal] = ACTIONS(1449), + [anon_sym_L_SQUOTE] = ACTIONS(1449), + [anon_sym_u_SQUOTE] = ACTIONS(1449), + [anon_sym_U_SQUOTE] = ACTIONS(1449), + [anon_sym_u8_SQUOTE] = ACTIONS(1449), + [anon_sym_SQUOTE] = ACTIONS(1449), + [anon_sym_L_DQUOTE] = ACTIONS(1449), + [anon_sym_u_DQUOTE] = ACTIONS(1449), + [anon_sym_U_DQUOTE] = ACTIONS(1449), + [anon_sym_u8_DQUOTE] = ACTIONS(1449), + [anon_sym_DQUOTE] = ACTIONS(1449), + [sym_true] = ACTIONS(1447), + [sym_false] = ACTIONS(1447), + [anon_sym_NULL] = ACTIONS(1447), + [anon_sym_nullptr] = ACTIONS(1447), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1447), + [anon_sym_rayPayloadInEXT] = ACTIONS(1447), + [anon_sym_hitAttributeEXT] = ACTIONS(1447), + [anon_sym_callableDataEXT] = ACTIONS(1447), + [anon_sym_callableDataInEXT] = ACTIONS(1447), + [anon_sym_shaderRecordEXT] = ACTIONS(1447), + [anon_sym_rayPayloadNV] = ACTIONS(1447), + [anon_sym_rayPayloadInNV] = ACTIONS(1447), + [anon_sym_hitAttributeNV] = ACTIONS(1447), + [anon_sym_callableDataNV] = ACTIONS(1447), + [anon_sym_callableDataInNV] = ACTIONS(1447), + [anon_sym_shaderRecordNV] = ACTIONS(1447), + [anon_sym_layout] = ACTIONS(1447), }, [376] = { - [sym_identifier] = ACTIONS(1449), - [aux_sym_preproc_include_token1] = ACTIONS(1449), - [aux_sym_preproc_def_token1] = ACTIONS(1449), - [aux_sym_preproc_if_token1] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1449), - [sym_preproc_directive] = ACTIONS(1449), - [anon_sym_LPAREN2] = ACTIONS(1451), - [anon_sym_BANG] = ACTIONS(1451), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_DASH] = ACTIONS(1449), - [anon_sym_PLUS] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1451), - [anon_sym_AMP] = ACTIONS(1451), - [anon_sym_subroutine] = ACTIONS(1449), - [anon_sym_invariant] = ACTIONS(1449), - [anon_sym_precise] = ACTIONS(1449), - [anon_sym_SEMI] = ACTIONS(1451), - [anon_sym_in] = ACTIONS(1449), - [anon_sym_out] = ACTIONS(1449), - [anon_sym_inout] = ACTIONS(1449), - [anon_sym_uniform] = ACTIONS(1449), - [anon_sym_shared] = ACTIONS(1449), - [anon_sym_attribute] = ACTIONS(1449), - [anon_sym_varying] = ACTIONS(1449), - [anon_sym_buffer] = ACTIONS(1449), - [anon_sym_coherent] = ACTIONS(1449), - [anon_sym_readonly] = ACTIONS(1449), - [anon_sym_writeonly] = ACTIONS(1449), - [anon_sym_precision] = ACTIONS(1449), - [anon_sym_highp] = ACTIONS(1449), - [anon_sym_mediump] = ACTIONS(1449), - [anon_sym_lowp] = ACTIONS(1449), - [anon_sym_centroid] = ACTIONS(1449), - [anon_sym_sample] = ACTIONS(1449), - [anon_sym_patch] = ACTIONS(1449), - [anon_sym_smooth] = ACTIONS(1449), - [anon_sym_flat] = ACTIONS(1449), - [anon_sym_noperspective] = ACTIONS(1449), - [anon_sym___extension__] = ACTIONS(1449), - [anon_sym_typedef] = ACTIONS(1449), - [anon_sym_extern] = ACTIONS(1449), - [anon_sym___attribute__] = ACTIONS(1449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1451), - [anon_sym___declspec] = ACTIONS(1449), - [anon_sym___cdecl] = ACTIONS(1449), - [anon_sym___clrcall] = ACTIONS(1449), - [anon_sym___stdcall] = ACTIONS(1449), - [anon_sym___fastcall] = ACTIONS(1449), - [anon_sym___thiscall] = ACTIONS(1449), - [anon_sym___vectorcall] = ACTIONS(1449), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_RBRACE] = ACTIONS(1451), - [anon_sym_signed] = ACTIONS(1449), - [anon_sym_unsigned] = ACTIONS(1449), - [anon_sym_long] = ACTIONS(1449), - [anon_sym_short] = ACTIONS(1449), - [anon_sym_static] = ACTIONS(1449), - [anon_sym_auto] = ACTIONS(1449), - [anon_sym_register] = ACTIONS(1449), - [anon_sym_inline] = ACTIONS(1449), - [anon_sym___inline] = ACTIONS(1449), - [anon_sym___inline__] = ACTIONS(1449), - [anon_sym___forceinline] = ACTIONS(1449), - [anon_sym_thread_local] = ACTIONS(1449), - [anon_sym___thread] = ACTIONS(1449), - [anon_sym_const] = ACTIONS(1449), - [anon_sym_constexpr] = ACTIONS(1449), - [anon_sym_volatile] = ACTIONS(1449), - [anon_sym_restrict] = ACTIONS(1449), - [anon_sym___restrict__] = ACTIONS(1449), - [anon_sym__Atomic] = ACTIONS(1449), - [anon_sym__Noreturn] = ACTIONS(1449), - [anon_sym_noreturn] = ACTIONS(1449), - [anon_sym_alignas] = ACTIONS(1449), - [anon_sym__Alignas] = ACTIONS(1449), - [sym_primitive_type] = ACTIONS(1449), - [anon_sym_enum] = ACTIONS(1449), - [anon_sym_struct] = ACTIONS(1449), - [anon_sym_union] = ACTIONS(1449), - [anon_sym_if] = ACTIONS(1449), - [anon_sym_switch] = ACTIONS(1449), - [anon_sym_case] = ACTIONS(1449), - [anon_sym_default] = ACTIONS(1449), - [anon_sym_while] = ACTIONS(1449), - [anon_sym_do] = ACTIONS(1449), - [anon_sym_for] = ACTIONS(1449), - [anon_sym_return] = ACTIONS(1449), - [anon_sym_break] = ACTIONS(1449), - [anon_sym_continue] = ACTIONS(1449), - [anon_sym_goto] = ACTIONS(1449), - [anon_sym___try] = ACTIONS(1449), - [anon_sym___leave] = ACTIONS(1449), - [anon_sym_DASH_DASH] = ACTIONS(1451), - [anon_sym_PLUS_PLUS] = ACTIONS(1451), - [anon_sym_sizeof] = ACTIONS(1449), - [anon_sym___alignof__] = ACTIONS(1449), - [anon_sym___alignof] = ACTIONS(1449), - [anon_sym__alignof] = ACTIONS(1449), - [anon_sym_alignof] = ACTIONS(1449), - [anon_sym__Alignof] = ACTIONS(1449), - [anon_sym_offsetof] = ACTIONS(1449), - [anon_sym__Generic] = ACTIONS(1449), - [anon_sym_asm] = ACTIONS(1449), - [anon_sym___asm__] = ACTIONS(1449), - [sym_number_literal] = ACTIONS(1451), - [anon_sym_L_SQUOTE] = ACTIONS(1451), - [anon_sym_u_SQUOTE] = ACTIONS(1451), - [anon_sym_U_SQUOTE] = ACTIONS(1451), - [anon_sym_u8_SQUOTE] = ACTIONS(1451), - [anon_sym_SQUOTE] = ACTIONS(1451), - [anon_sym_L_DQUOTE] = ACTIONS(1451), - [anon_sym_u_DQUOTE] = ACTIONS(1451), - [anon_sym_U_DQUOTE] = ACTIONS(1451), - [anon_sym_u8_DQUOTE] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(1451), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [anon_sym_NULL] = ACTIONS(1449), - [anon_sym_nullptr] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1449), - [anon_sym_rayPayloadInEXT] = ACTIONS(1449), - [anon_sym_hitAttributeEXT] = ACTIONS(1449), - [anon_sym_callableDataEXT] = ACTIONS(1449), - [anon_sym_callableDataInEXT] = ACTIONS(1449), - [anon_sym_shaderRecordEXT] = ACTIONS(1449), - [anon_sym_rayPayloadNV] = ACTIONS(1449), - [anon_sym_rayPayloadInNV] = ACTIONS(1449), - [anon_sym_hitAttributeNV] = ACTIONS(1449), - [anon_sym_callableDataNV] = ACTIONS(1449), - [anon_sym_callableDataInNV] = ACTIONS(1449), - [anon_sym_shaderRecordNV] = ACTIONS(1449), - [anon_sym_layout] = ACTIONS(1449), + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token2] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_SEMI] = ACTIONS(1539), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym___try] = ACTIONS(1537), + [anon_sym___leave] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), }, [377] = { - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_RBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym___try] = ACTIONS(1473), - [anon_sym___leave] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1451), + [aux_sym_preproc_include_token1] = ACTIONS(1451), + [aux_sym_preproc_def_token1] = ACTIONS(1451), + [aux_sym_preproc_if_token1] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1451), + [sym_preproc_directive] = ACTIONS(1451), + [anon_sym_LPAREN2] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_subroutine] = ACTIONS(1451), + [anon_sym_invariant] = ACTIONS(1451), + [anon_sym_precise] = ACTIONS(1451), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_in] = ACTIONS(1451), + [anon_sym_out] = ACTIONS(1451), + [anon_sym_inout] = ACTIONS(1451), + [anon_sym_uniform] = ACTIONS(1451), + [anon_sym_shared] = ACTIONS(1451), + [anon_sym_attribute] = ACTIONS(1451), + [anon_sym_varying] = ACTIONS(1451), + [anon_sym_buffer] = ACTIONS(1451), + [anon_sym_coherent] = ACTIONS(1451), + [anon_sym_readonly] = ACTIONS(1451), + [anon_sym_writeonly] = ACTIONS(1451), + [anon_sym_precision] = ACTIONS(1451), + [anon_sym_highp] = ACTIONS(1451), + [anon_sym_mediump] = ACTIONS(1451), + [anon_sym_lowp] = ACTIONS(1451), + [anon_sym_centroid] = ACTIONS(1451), + [anon_sym_sample] = ACTIONS(1451), + [anon_sym_patch] = ACTIONS(1451), + [anon_sym_smooth] = ACTIONS(1451), + [anon_sym_flat] = ACTIONS(1451), + [anon_sym_noperspective] = ACTIONS(1451), + [anon_sym___extension__] = ACTIONS(1451), + [anon_sym_typedef] = ACTIONS(1451), + [anon_sym_extern] = ACTIONS(1451), + [anon_sym___attribute__] = ACTIONS(1451), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1453), + [anon_sym___declspec] = ACTIONS(1451), + [anon_sym___cdecl] = ACTIONS(1451), + [anon_sym___clrcall] = ACTIONS(1451), + [anon_sym___stdcall] = ACTIONS(1451), + [anon_sym___fastcall] = ACTIONS(1451), + [anon_sym___thiscall] = ACTIONS(1451), + [anon_sym___vectorcall] = ACTIONS(1451), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_RBRACE] = ACTIONS(1453), + [anon_sym_signed] = ACTIONS(1451), + [anon_sym_unsigned] = ACTIONS(1451), + [anon_sym_long] = ACTIONS(1451), + [anon_sym_short] = ACTIONS(1451), + [anon_sym_static] = ACTIONS(1451), + [anon_sym_auto] = ACTIONS(1451), + [anon_sym_register] = ACTIONS(1451), + [anon_sym_inline] = ACTIONS(1451), + [anon_sym___inline] = ACTIONS(1451), + [anon_sym___inline__] = ACTIONS(1451), + [anon_sym___forceinline] = ACTIONS(1451), + [anon_sym_thread_local] = ACTIONS(1451), + [anon_sym___thread] = ACTIONS(1451), + [anon_sym_const] = ACTIONS(1451), + [anon_sym_constexpr] = ACTIONS(1451), + [anon_sym_volatile] = ACTIONS(1451), + [anon_sym_restrict] = ACTIONS(1451), + [anon_sym___restrict__] = ACTIONS(1451), + [anon_sym__Atomic] = ACTIONS(1451), + [anon_sym__Noreturn] = ACTIONS(1451), + [anon_sym_noreturn] = ACTIONS(1451), + [anon_sym__Nonnull] = ACTIONS(1451), + [anon_sym_alignas] = ACTIONS(1451), + [anon_sym__Alignas] = ACTIONS(1451), + [sym_primitive_type] = ACTIONS(1451), + [anon_sym_enum] = ACTIONS(1451), + [anon_sym_struct] = ACTIONS(1451), + [anon_sym_union] = ACTIONS(1451), + [anon_sym_if] = ACTIONS(1451), + [anon_sym_switch] = ACTIONS(1451), + [anon_sym_case] = ACTIONS(1451), + [anon_sym_default] = ACTIONS(1451), + [anon_sym_while] = ACTIONS(1451), + [anon_sym_do] = ACTIONS(1451), + [anon_sym_for] = ACTIONS(1451), + [anon_sym_return] = ACTIONS(1451), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1451), + [anon_sym_goto] = ACTIONS(1451), + [anon_sym___try] = ACTIONS(1451), + [anon_sym___leave] = ACTIONS(1451), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1451), + [anon_sym___alignof__] = ACTIONS(1451), + [anon_sym___alignof] = ACTIONS(1451), + [anon_sym__alignof] = ACTIONS(1451), + [anon_sym_alignof] = ACTIONS(1451), + [anon_sym__Alignof] = ACTIONS(1451), + [anon_sym_offsetof] = ACTIONS(1451), + [anon_sym__Generic] = ACTIONS(1451), + [anon_sym_asm] = ACTIONS(1451), + [anon_sym___asm__] = ACTIONS(1451), + [anon_sym___asm] = ACTIONS(1451), + [sym_number_literal] = ACTIONS(1453), + [anon_sym_L_SQUOTE] = ACTIONS(1453), + [anon_sym_u_SQUOTE] = ACTIONS(1453), + [anon_sym_U_SQUOTE] = ACTIONS(1453), + [anon_sym_u8_SQUOTE] = ACTIONS(1453), + [anon_sym_SQUOTE] = ACTIONS(1453), + [anon_sym_L_DQUOTE] = ACTIONS(1453), + [anon_sym_u_DQUOTE] = ACTIONS(1453), + [anon_sym_U_DQUOTE] = ACTIONS(1453), + [anon_sym_u8_DQUOTE] = ACTIONS(1453), + [anon_sym_DQUOTE] = ACTIONS(1453), + [sym_true] = ACTIONS(1451), + [sym_false] = ACTIONS(1451), + [anon_sym_NULL] = ACTIONS(1451), + [anon_sym_nullptr] = ACTIONS(1451), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1451), + [anon_sym_rayPayloadInEXT] = ACTIONS(1451), + [anon_sym_hitAttributeEXT] = ACTIONS(1451), + [anon_sym_callableDataEXT] = ACTIONS(1451), + [anon_sym_callableDataInEXT] = ACTIONS(1451), + [anon_sym_shaderRecordEXT] = ACTIONS(1451), + [anon_sym_rayPayloadNV] = ACTIONS(1451), + [anon_sym_rayPayloadInNV] = ACTIONS(1451), + [anon_sym_hitAttributeNV] = ACTIONS(1451), + [anon_sym_callableDataNV] = ACTIONS(1451), + [anon_sym_callableDataInNV] = ACTIONS(1451), + [anon_sym_shaderRecordNV] = ACTIONS(1451), + [anon_sym_layout] = ACTIONS(1451), }, [378] = { - [sym_identifier] = ACTIONS(1519), - [aux_sym_preproc_include_token1] = ACTIONS(1519), - [aux_sym_preproc_def_token1] = ACTIONS(1519), - [aux_sym_preproc_if_token1] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1519), - [anon_sym_LPAREN2] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_subroutine] = ACTIONS(1519), - [anon_sym_invariant] = ACTIONS(1519), - [anon_sym_precise] = ACTIONS(1519), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_in] = ACTIONS(1519), - [anon_sym_out] = ACTIONS(1519), - [anon_sym_inout] = ACTIONS(1519), - [anon_sym_uniform] = ACTIONS(1519), - [anon_sym_shared] = ACTIONS(1519), - [anon_sym_attribute] = ACTIONS(1519), - [anon_sym_varying] = ACTIONS(1519), - [anon_sym_buffer] = ACTIONS(1519), - [anon_sym_coherent] = ACTIONS(1519), - [anon_sym_readonly] = ACTIONS(1519), - [anon_sym_writeonly] = ACTIONS(1519), - [anon_sym_precision] = ACTIONS(1519), - [anon_sym_highp] = ACTIONS(1519), - [anon_sym_mediump] = ACTIONS(1519), - [anon_sym_lowp] = ACTIONS(1519), - [anon_sym_centroid] = ACTIONS(1519), - [anon_sym_sample] = ACTIONS(1519), - [anon_sym_patch] = ACTIONS(1519), - [anon_sym_smooth] = ACTIONS(1519), - [anon_sym_flat] = ACTIONS(1519), - [anon_sym_noperspective] = ACTIONS(1519), - [anon_sym___extension__] = ACTIONS(1519), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym___attribute__] = ACTIONS(1519), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1521), - [anon_sym___declspec] = ACTIONS(1519), - [anon_sym___cdecl] = ACTIONS(1519), - [anon_sym___clrcall] = ACTIONS(1519), - [anon_sym___stdcall] = ACTIONS(1519), - [anon_sym___fastcall] = ACTIONS(1519), - [anon_sym___thiscall] = ACTIONS(1519), - [anon_sym___vectorcall] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_signed] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym___inline] = ACTIONS(1519), - [anon_sym___inline__] = ACTIONS(1519), - [anon_sym___forceinline] = ACTIONS(1519), - [anon_sym_thread_local] = ACTIONS(1519), - [anon_sym___thread] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_constexpr] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym___restrict__] = ACTIONS(1519), - [anon_sym__Atomic] = ACTIONS(1519), - [anon_sym__Noreturn] = ACTIONS(1519), - [anon_sym_noreturn] = ACTIONS(1519), - [anon_sym_alignas] = ACTIONS(1519), - [anon_sym__Alignas] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym___try] = ACTIONS(1519), - [anon_sym___leave] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [anon_sym___alignof__] = ACTIONS(1519), - [anon_sym___alignof] = ACTIONS(1519), - [anon_sym__alignof] = ACTIONS(1519), - [anon_sym_alignof] = ACTIONS(1519), - [anon_sym__Alignof] = ACTIONS(1519), - [anon_sym_offsetof] = ACTIONS(1519), - [anon_sym__Generic] = ACTIONS(1519), - [anon_sym_asm] = ACTIONS(1519), - [anon_sym___asm__] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1521), - [anon_sym_L_SQUOTE] = ACTIONS(1521), - [anon_sym_u_SQUOTE] = ACTIONS(1521), - [anon_sym_U_SQUOTE] = ACTIONS(1521), - [anon_sym_u8_SQUOTE] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1521), - [anon_sym_L_DQUOTE] = ACTIONS(1521), - [anon_sym_u_DQUOTE] = ACTIONS(1521), - [anon_sym_U_DQUOTE] = ACTIONS(1521), - [anon_sym_u8_DQUOTE] = ACTIONS(1521), - [anon_sym_DQUOTE] = ACTIONS(1521), - [sym_true] = ACTIONS(1519), - [sym_false] = ACTIONS(1519), - [anon_sym_NULL] = ACTIONS(1519), - [anon_sym_nullptr] = ACTIONS(1519), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1519), - [anon_sym_rayPayloadInEXT] = ACTIONS(1519), - [anon_sym_hitAttributeEXT] = ACTIONS(1519), - [anon_sym_callableDataEXT] = ACTIONS(1519), - [anon_sym_callableDataInEXT] = ACTIONS(1519), - [anon_sym_shaderRecordEXT] = ACTIONS(1519), - [anon_sym_rayPayloadNV] = ACTIONS(1519), - [anon_sym_rayPayloadInNV] = ACTIONS(1519), - [anon_sym_hitAttributeNV] = ACTIONS(1519), - [anon_sym_callableDataNV] = ACTIONS(1519), - [anon_sym_callableDataInNV] = ACTIONS(1519), - [anon_sym_shaderRecordNV] = ACTIONS(1519), - [anon_sym_layout] = 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_if_token2] = 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(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_TILDE] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_subroutine] = ACTIONS(1521), + [anon_sym_invariant] = ACTIONS(1521), + [anon_sym_precise] = ACTIONS(1521), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_out] = ACTIONS(1521), + [anon_sym_inout] = ACTIONS(1521), + [anon_sym_uniform] = ACTIONS(1521), + [anon_sym_shared] = ACTIONS(1521), + [anon_sym_attribute] = ACTIONS(1521), + [anon_sym_varying] = ACTIONS(1521), + [anon_sym_buffer] = ACTIONS(1521), + [anon_sym_coherent] = ACTIONS(1521), + [anon_sym_readonly] = ACTIONS(1521), + [anon_sym_writeonly] = ACTIONS(1521), + [anon_sym_precision] = ACTIONS(1521), + [anon_sym_highp] = ACTIONS(1521), + [anon_sym_mediump] = ACTIONS(1521), + [anon_sym_lowp] = ACTIONS(1521), + [anon_sym_centroid] = ACTIONS(1521), + [anon_sym_sample] = ACTIONS(1521), + [anon_sym_patch] = ACTIONS(1521), + [anon_sym_smooth] = ACTIONS(1521), + [anon_sym_flat] = ACTIONS(1521), + [anon_sym_noperspective] = ACTIONS(1521), + [anon_sym___extension__] = ACTIONS(1521), + [anon_sym_typedef] = ACTIONS(1521), + [anon_sym_extern] = ACTIONS(1521), + [anon_sym___attribute__] = ACTIONS(1521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1523), + [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(1523), + [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___try] = ACTIONS(1521), + [anon_sym___leave] = ACTIONS(1521), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [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(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(1521), + [sym_false] = ACTIONS(1521), + [anon_sym_NULL] = ACTIONS(1521), + [anon_sym_nullptr] = ACTIONS(1521), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1521), + [anon_sym_rayPayloadInEXT] = ACTIONS(1521), + [anon_sym_hitAttributeEXT] = ACTIONS(1521), + [anon_sym_callableDataEXT] = ACTIONS(1521), + [anon_sym_callableDataInEXT] = ACTIONS(1521), + [anon_sym_shaderRecordEXT] = ACTIONS(1521), + [anon_sym_rayPayloadNV] = ACTIONS(1521), + [anon_sym_rayPayloadInNV] = ACTIONS(1521), + [anon_sym_hitAttributeNV] = ACTIONS(1521), + [anon_sym_callableDataNV] = ACTIONS(1521), + [anon_sym_callableDataInNV] = ACTIONS(1521), + [anon_sym_shaderRecordNV] = ACTIONS(1521), + [anon_sym_layout] = ACTIONS(1521), }, [379] = { - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_subroutine] = ACTIONS(1527), - [anon_sym_invariant] = ACTIONS(1527), - [anon_sym_precise] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_in] = ACTIONS(1527), - [anon_sym_out] = ACTIONS(1527), - [anon_sym_inout] = ACTIONS(1527), - [anon_sym_uniform] = ACTIONS(1527), - [anon_sym_shared] = ACTIONS(1527), - [anon_sym_attribute] = ACTIONS(1527), - [anon_sym_varying] = ACTIONS(1527), - [anon_sym_buffer] = ACTIONS(1527), - [anon_sym_coherent] = ACTIONS(1527), - [anon_sym_readonly] = ACTIONS(1527), - [anon_sym_writeonly] = ACTIONS(1527), - [anon_sym_precision] = ACTIONS(1527), - [anon_sym_highp] = ACTIONS(1527), - [anon_sym_mediump] = ACTIONS(1527), - [anon_sym_lowp] = ACTIONS(1527), - [anon_sym_centroid] = ACTIONS(1527), - [anon_sym_sample] = ACTIONS(1527), - [anon_sym_patch] = ACTIONS(1527), - [anon_sym_smooth] = ACTIONS(1527), - [anon_sym_flat] = ACTIONS(1527), - [anon_sym_noperspective] = ACTIONS(1527), - [anon_sym___extension__] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_RBRACE] = ACTIONS(1529), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_auto] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym___inline] = ACTIONS(1527), - [anon_sym___inline__] = ACTIONS(1527), - [anon_sym___forceinline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym___thread] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym___restrict__] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym__Noreturn] = ACTIONS(1527), - [anon_sym_noreturn] = ACTIONS(1527), - [anon_sym_alignas] = ACTIONS(1527), - [anon_sym__Alignas] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym___try] = ACTIONS(1527), - [anon_sym___leave] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [anon_sym___alignof__] = ACTIONS(1527), - [anon_sym___alignof] = ACTIONS(1527), - [anon_sym__alignof] = ACTIONS(1527), - [anon_sym_alignof] = ACTIONS(1527), - [anon_sym__Alignof] = ACTIONS(1527), - [anon_sym_offsetof] = ACTIONS(1527), - [anon_sym__Generic] = ACTIONS(1527), - [anon_sym_asm] = ACTIONS(1527), - [anon_sym___asm__] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [anon_sym_NULL] = ACTIONS(1527), - [anon_sym_nullptr] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1527), - [anon_sym_rayPayloadInEXT] = ACTIONS(1527), - [anon_sym_hitAttributeEXT] = ACTIONS(1527), - [anon_sym_callableDataEXT] = ACTIONS(1527), - [anon_sym_callableDataInEXT] = ACTIONS(1527), - [anon_sym_shaderRecordEXT] = ACTIONS(1527), - [anon_sym_rayPayloadNV] = ACTIONS(1527), - [anon_sym_rayPayloadInNV] = ACTIONS(1527), - [anon_sym_hitAttributeNV] = ACTIONS(1527), - [anon_sym_callableDataNV] = ACTIONS(1527), - [anon_sym_callableDataInNV] = ACTIONS(1527), - [anon_sym_shaderRecordNV] = ACTIONS(1527), - [anon_sym_layout] = ACTIONS(1527), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token2] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym___try] = ACTIONS(1423), + [anon_sym___leave] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [380] = { - [sym_identifier] = ACTIONS(1535), - [aux_sym_preproc_include_token1] = ACTIONS(1535), - [aux_sym_preproc_def_token1] = ACTIONS(1535), - [aux_sym_preproc_if_token1] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1535), - [sym_preproc_directive] = ACTIONS(1535), - [anon_sym_LPAREN2] = ACTIONS(1537), - [anon_sym_BANG] = ACTIONS(1537), - [anon_sym_TILDE] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1535), - [anon_sym_STAR] = ACTIONS(1537), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_subroutine] = ACTIONS(1535), - [anon_sym_invariant] = ACTIONS(1535), - [anon_sym_precise] = ACTIONS(1535), - [anon_sym_SEMI] = ACTIONS(1537), - [anon_sym_in] = ACTIONS(1535), - [anon_sym_out] = ACTIONS(1535), - [anon_sym_inout] = ACTIONS(1535), - [anon_sym_uniform] = ACTIONS(1535), - [anon_sym_shared] = ACTIONS(1535), - [anon_sym_attribute] = ACTIONS(1535), - [anon_sym_varying] = ACTIONS(1535), - [anon_sym_buffer] = ACTIONS(1535), - [anon_sym_coherent] = ACTIONS(1535), - [anon_sym_readonly] = ACTIONS(1535), - [anon_sym_writeonly] = ACTIONS(1535), - [anon_sym_precision] = ACTIONS(1535), - [anon_sym_highp] = ACTIONS(1535), - [anon_sym_mediump] = ACTIONS(1535), - [anon_sym_lowp] = ACTIONS(1535), - [anon_sym_centroid] = ACTIONS(1535), - [anon_sym_sample] = ACTIONS(1535), - [anon_sym_patch] = ACTIONS(1535), - [anon_sym_smooth] = ACTIONS(1535), - [anon_sym_flat] = ACTIONS(1535), - [anon_sym_noperspective] = ACTIONS(1535), - [anon_sym___extension__] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1535), - [anon_sym_extern] = ACTIONS(1535), - [anon_sym___attribute__] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1537), - [anon_sym___declspec] = ACTIONS(1535), - [anon_sym___cdecl] = ACTIONS(1535), - [anon_sym___clrcall] = ACTIONS(1535), - [anon_sym___stdcall] = ACTIONS(1535), - [anon_sym___fastcall] = ACTIONS(1535), - [anon_sym___thiscall] = ACTIONS(1535), - [anon_sym___vectorcall] = ACTIONS(1535), - [anon_sym_LBRACE] = ACTIONS(1537), - [anon_sym_RBRACE] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1535), - [anon_sym_unsigned] = ACTIONS(1535), - [anon_sym_long] = ACTIONS(1535), - [anon_sym_short] = ACTIONS(1535), - [anon_sym_static] = ACTIONS(1535), - [anon_sym_auto] = ACTIONS(1535), - [anon_sym_register] = ACTIONS(1535), - [anon_sym_inline] = ACTIONS(1535), - [anon_sym___inline] = ACTIONS(1535), - [anon_sym___inline__] = ACTIONS(1535), - [anon_sym___forceinline] = ACTIONS(1535), - [anon_sym_thread_local] = ACTIONS(1535), - [anon_sym___thread] = ACTIONS(1535), - [anon_sym_const] = ACTIONS(1535), - [anon_sym_constexpr] = ACTIONS(1535), - [anon_sym_volatile] = ACTIONS(1535), - [anon_sym_restrict] = ACTIONS(1535), - [anon_sym___restrict__] = ACTIONS(1535), - [anon_sym__Atomic] = ACTIONS(1535), - [anon_sym__Noreturn] = ACTIONS(1535), - [anon_sym_noreturn] = ACTIONS(1535), - [anon_sym_alignas] = ACTIONS(1535), - [anon_sym__Alignas] = ACTIONS(1535), - [sym_primitive_type] = ACTIONS(1535), - [anon_sym_enum] = ACTIONS(1535), - [anon_sym_struct] = ACTIONS(1535), - [anon_sym_union] = ACTIONS(1535), - [anon_sym_if] = ACTIONS(1535), - [anon_sym_switch] = ACTIONS(1535), - [anon_sym_case] = ACTIONS(1535), - [anon_sym_default] = ACTIONS(1535), - [anon_sym_while] = ACTIONS(1535), - [anon_sym_do] = ACTIONS(1535), - [anon_sym_for] = ACTIONS(1535), - [anon_sym_return] = ACTIONS(1535), - [anon_sym_break] = ACTIONS(1535), - [anon_sym_continue] = ACTIONS(1535), - [anon_sym_goto] = ACTIONS(1535), - [anon_sym___try] = ACTIONS(1535), - [anon_sym___leave] = ACTIONS(1535), - [anon_sym_DASH_DASH] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1537), - [anon_sym_sizeof] = ACTIONS(1535), - [anon_sym___alignof__] = ACTIONS(1535), - [anon_sym___alignof] = ACTIONS(1535), - [anon_sym__alignof] = ACTIONS(1535), - [anon_sym_alignof] = ACTIONS(1535), - [anon_sym__Alignof] = ACTIONS(1535), - [anon_sym_offsetof] = ACTIONS(1535), - [anon_sym__Generic] = ACTIONS(1535), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1537), - [anon_sym_L_SQUOTE] = ACTIONS(1537), - [anon_sym_u_SQUOTE] = ACTIONS(1537), - [anon_sym_U_SQUOTE] = ACTIONS(1537), - [anon_sym_u8_SQUOTE] = ACTIONS(1537), - [anon_sym_SQUOTE] = ACTIONS(1537), - [anon_sym_L_DQUOTE] = ACTIONS(1537), - [anon_sym_u_DQUOTE] = ACTIONS(1537), - [anon_sym_U_DQUOTE] = ACTIONS(1537), - [anon_sym_u8_DQUOTE] = ACTIONS(1537), - [anon_sym_DQUOTE] = ACTIONS(1537), - [sym_true] = ACTIONS(1535), - [sym_false] = ACTIONS(1535), - [anon_sym_NULL] = ACTIONS(1535), - [anon_sym_nullptr] = ACTIONS(1535), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1535), - [anon_sym_rayPayloadInEXT] = ACTIONS(1535), - [anon_sym_hitAttributeEXT] = ACTIONS(1535), - [anon_sym_callableDataEXT] = ACTIONS(1535), - [anon_sym_callableDataInEXT] = ACTIONS(1535), - [anon_sym_shaderRecordEXT] = ACTIONS(1535), - [anon_sym_rayPayloadNV] = ACTIONS(1535), - [anon_sym_rayPayloadInNV] = ACTIONS(1535), - [anon_sym_hitAttributeNV] = ACTIONS(1535), - [anon_sym_callableDataNV] = ACTIONS(1535), - [anon_sym_callableDataInNV] = ACTIONS(1535), - [anon_sym_shaderRecordNV] = ACTIONS(1535), - [anon_sym_layout] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_RBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym___try] = ACTIONS(1479), + [anon_sym___leave] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), }, [381] = { - [sym_identifier] = ACTIONS(1523), - [aux_sym_preproc_include_token1] = ACTIONS(1523), - [aux_sym_preproc_def_token1] = ACTIONS(1523), - [aux_sym_preproc_if_token1] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1523), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_LPAREN2] = ACTIONS(1525), - [anon_sym_BANG] = ACTIONS(1525), - [anon_sym_TILDE] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1525), - [anon_sym_subroutine] = ACTIONS(1523), - [anon_sym_invariant] = ACTIONS(1523), - [anon_sym_precise] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1525), - [anon_sym_in] = ACTIONS(1523), - [anon_sym_out] = ACTIONS(1523), - [anon_sym_inout] = ACTIONS(1523), - [anon_sym_uniform] = ACTIONS(1523), - [anon_sym_shared] = ACTIONS(1523), - [anon_sym_attribute] = ACTIONS(1523), - [anon_sym_varying] = ACTIONS(1523), - [anon_sym_buffer] = ACTIONS(1523), - [anon_sym_coherent] = ACTIONS(1523), - [anon_sym_readonly] = ACTIONS(1523), - [anon_sym_writeonly] = ACTIONS(1523), - [anon_sym_precision] = ACTIONS(1523), - [anon_sym_highp] = ACTIONS(1523), - [anon_sym_mediump] = ACTIONS(1523), - [anon_sym_lowp] = ACTIONS(1523), - [anon_sym_centroid] = ACTIONS(1523), - [anon_sym_sample] = ACTIONS(1523), - [anon_sym_patch] = ACTIONS(1523), - [anon_sym_smooth] = ACTIONS(1523), - [anon_sym_flat] = ACTIONS(1523), - [anon_sym_noperspective] = ACTIONS(1523), - [anon_sym___extension__] = ACTIONS(1523), - [anon_sym_typedef] = ACTIONS(1523), - [anon_sym_extern] = ACTIONS(1523), - [anon_sym___attribute__] = ACTIONS(1523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1525), - [anon_sym___declspec] = ACTIONS(1523), - [anon_sym___cdecl] = ACTIONS(1523), - [anon_sym___clrcall] = ACTIONS(1523), - [anon_sym___stdcall] = ACTIONS(1523), - [anon_sym___fastcall] = ACTIONS(1523), - [anon_sym___thiscall] = ACTIONS(1523), - [anon_sym___vectorcall] = ACTIONS(1523), - [anon_sym_LBRACE] = ACTIONS(1525), - [anon_sym_RBRACE] = ACTIONS(1525), - [anon_sym_signed] = ACTIONS(1523), - [anon_sym_unsigned] = ACTIONS(1523), - [anon_sym_long] = ACTIONS(1523), - [anon_sym_short] = ACTIONS(1523), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_auto] = ACTIONS(1523), - [anon_sym_register] = ACTIONS(1523), - [anon_sym_inline] = ACTIONS(1523), - [anon_sym___inline] = ACTIONS(1523), - [anon_sym___inline__] = ACTIONS(1523), - [anon_sym___forceinline] = ACTIONS(1523), - [anon_sym_thread_local] = ACTIONS(1523), - [anon_sym___thread] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_constexpr] = ACTIONS(1523), - [anon_sym_volatile] = ACTIONS(1523), - [anon_sym_restrict] = ACTIONS(1523), - [anon_sym___restrict__] = ACTIONS(1523), - [anon_sym__Atomic] = ACTIONS(1523), - [anon_sym__Noreturn] = ACTIONS(1523), - [anon_sym_noreturn] = ACTIONS(1523), - [anon_sym_alignas] = ACTIONS(1523), - [anon_sym__Alignas] = ACTIONS(1523), - [sym_primitive_type] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [anon_sym_struct] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_switch] = ACTIONS(1523), - [anon_sym_case] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_goto] = ACTIONS(1523), - [anon_sym___try] = ACTIONS(1523), - [anon_sym___leave] = ACTIONS(1523), - [anon_sym_DASH_DASH] = ACTIONS(1525), - [anon_sym_PLUS_PLUS] = ACTIONS(1525), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1523), - [anon_sym___alignof] = ACTIONS(1523), - [anon_sym__alignof] = ACTIONS(1523), - [anon_sym_alignof] = ACTIONS(1523), - [anon_sym__Alignof] = ACTIONS(1523), - [anon_sym_offsetof] = ACTIONS(1523), - [anon_sym__Generic] = ACTIONS(1523), - [anon_sym_asm] = ACTIONS(1523), - [anon_sym___asm__] = ACTIONS(1523), - [sym_number_literal] = ACTIONS(1525), - [anon_sym_L_SQUOTE] = ACTIONS(1525), - [anon_sym_u_SQUOTE] = ACTIONS(1525), - [anon_sym_U_SQUOTE] = ACTIONS(1525), - [anon_sym_u8_SQUOTE] = ACTIONS(1525), - [anon_sym_SQUOTE] = ACTIONS(1525), - [anon_sym_L_DQUOTE] = ACTIONS(1525), - [anon_sym_u_DQUOTE] = ACTIONS(1525), - [anon_sym_U_DQUOTE] = ACTIONS(1525), - [anon_sym_u8_DQUOTE] = ACTIONS(1525), - [anon_sym_DQUOTE] = ACTIONS(1525), - [sym_true] = ACTIONS(1523), - [sym_false] = ACTIONS(1523), - [anon_sym_NULL] = ACTIONS(1523), - [anon_sym_nullptr] = ACTIONS(1523), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1523), - [anon_sym_rayPayloadInEXT] = ACTIONS(1523), - [anon_sym_hitAttributeEXT] = ACTIONS(1523), - [anon_sym_callableDataEXT] = ACTIONS(1523), - [anon_sym_callableDataInEXT] = ACTIONS(1523), - [anon_sym_shaderRecordEXT] = ACTIONS(1523), - [anon_sym_rayPayloadNV] = ACTIONS(1523), - [anon_sym_rayPayloadInNV] = ACTIONS(1523), - [anon_sym_hitAttributeNV] = ACTIONS(1523), - [anon_sym_callableDataNV] = ACTIONS(1523), - [anon_sym_callableDataInNV] = ACTIONS(1523), - [anon_sym_shaderRecordNV] = ACTIONS(1523), - [anon_sym_layout] = ACTIONS(1523), + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token2] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym___try] = ACTIONS(1479), + [anon_sym___leave] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), }, [382] = { - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_RBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym___try] = ACTIONS(1425), - [anon_sym___leave] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_subroutine] = ACTIONS(1403), + [anon_sym_invariant] = ACTIONS(1403), + [anon_sym_precise] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_out] = ACTIONS(1403), + [anon_sym_inout] = ACTIONS(1403), + [anon_sym_uniform] = ACTIONS(1403), + [anon_sym_shared] = ACTIONS(1403), + [anon_sym_attribute] = ACTIONS(1403), + [anon_sym_varying] = ACTIONS(1403), + [anon_sym_buffer] = ACTIONS(1403), + [anon_sym_coherent] = ACTIONS(1403), + [anon_sym_readonly] = ACTIONS(1403), + [anon_sym_writeonly] = ACTIONS(1403), + [anon_sym_precision] = ACTIONS(1403), + [anon_sym_highp] = ACTIONS(1403), + [anon_sym_mediump] = ACTIONS(1403), + [anon_sym_lowp] = ACTIONS(1403), + [anon_sym_centroid] = ACTIONS(1403), + [anon_sym_sample] = ACTIONS(1403), + [anon_sym_patch] = ACTIONS(1403), + [anon_sym_smooth] = ACTIONS(1403), + [anon_sym_flat] = ACTIONS(1403), + [anon_sym_noperspective] = ACTIONS(1403), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_RBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [anon_sym__Nonnull] = ACTIONS(1403), + [anon_sym_alignas] = ACTIONS(1403), + [anon_sym__Alignas] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym___try] = ACTIONS(1403), + [anon_sym___leave] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [anon_sym___asm] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1403), + [anon_sym_rayPayloadInEXT] = ACTIONS(1403), + [anon_sym_hitAttributeEXT] = ACTIONS(1403), + [anon_sym_callableDataEXT] = ACTIONS(1403), + [anon_sym_callableDataInEXT] = ACTIONS(1403), + [anon_sym_shaderRecordEXT] = ACTIONS(1403), + [anon_sym_rayPayloadNV] = ACTIONS(1403), + [anon_sym_rayPayloadInNV] = ACTIONS(1403), + [anon_sym_hitAttributeNV] = ACTIONS(1403), + [anon_sym_callableDataNV] = ACTIONS(1403), + [anon_sym_callableDataInNV] = ACTIONS(1403), + [anon_sym_shaderRecordNV] = ACTIONS(1403), + [anon_sym_layout] = ACTIONS(1403), }, [383] = { - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1427), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_RBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym___try] = ACTIONS(1425), - [anon_sym___leave] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1475), + [aux_sym_preproc_include_token1] = ACTIONS(1475), + [aux_sym_preproc_def_token1] = ACTIONS(1475), + [aux_sym_preproc_if_token1] = ACTIONS(1475), + [aux_sym_preproc_if_token2] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1475), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_LPAREN2] = ACTIONS(1477), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1477), + [anon_sym_AMP] = ACTIONS(1477), + [anon_sym_subroutine] = ACTIONS(1475), + [anon_sym_invariant] = ACTIONS(1475), + [anon_sym_precise] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_out] = ACTIONS(1475), + [anon_sym_inout] = ACTIONS(1475), + [anon_sym_uniform] = ACTIONS(1475), + [anon_sym_shared] = ACTIONS(1475), + [anon_sym_attribute] = ACTIONS(1475), + [anon_sym_varying] = ACTIONS(1475), + [anon_sym_buffer] = ACTIONS(1475), + [anon_sym_coherent] = ACTIONS(1475), + [anon_sym_readonly] = ACTIONS(1475), + [anon_sym_writeonly] = ACTIONS(1475), + [anon_sym_precision] = ACTIONS(1475), + [anon_sym_highp] = ACTIONS(1475), + [anon_sym_mediump] = ACTIONS(1475), + [anon_sym_lowp] = ACTIONS(1475), + [anon_sym_centroid] = ACTIONS(1475), + [anon_sym_sample] = ACTIONS(1475), + [anon_sym_patch] = ACTIONS(1475), + [anon_sym_smooth] = ACTIONS(1475), + [anon_sym_flat] = ACTIONS(1475), + [anon_sym_noperspective] = ACTIONS(1475), + [anon_sym___extension__] = ACTIONS(1475), + [anon_sym_typedef] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym___attribute__] = ACTIONS(1475), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1477), + [anon_sym___declspec] = ACTIONS(1475), + [anon_sym___cdecl] = ACTIONS(1475), + [anon_sym___clrcall] = ACTIONS(1475), + [anon_sym___stdcall] = ACTIONS(1475), + [anon_sym___fastcall] = ACTIONS(1475), + [anon_sym___thiscall] = ACTIONS(1475), + [anon_sym___vectorcall] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_signed] = ACTIONS(1475), + [anon_sym_unsigned] = ACTIONS(1475), + [anon_sym_long] = ACTIONS(1475), + [anon_sym_short] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_auto] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_inline] = ACTIONS(1475), + [anon_sym___inline] = ACTIONS(1475), + [anon_sym___inline__] = ACTIONS(1475), + [anon_sym___forceinline] = ACTIONS(1475), + [anon_sym_thread_local] = ACTIONS(1475), + [anon_sym___thread] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_constexpr] = ACTIONS(1475), + [anon_sym_volatile] = ACTIONS(1475), + [anon_sym_restrict] = ACTIONS(1475), + [anon_sym___restrict__] = ACTIONS(1475), + [anon_sym__Atomic] = ACTIONS(1475), + [anon_sym__Noreturn] = ACTIONS(1475), + [anon_sym_noreturn] = ACTIONS(1475), + [anon_sym__Nonnull] = ACTIONS(1475), + [anon_sym_alignas] = ACTIONS(1475), + [anon_sym__Alignas] = ACTIONS(1475), + [sym_primitive_type] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_switch] = ACTIONS(1475), + [anon_sym_case] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_goto] = ACTIONS(1475), + [anon_sym___try] = ACTIONS(1475), + [anon_sym___leave] = ACTIONS(1475), + [anon_sym_DASH_DASH] = ACTIONS(1477), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_sizeof] = ACTIONS(1475), + [anon_sym___alignof__] = ACTIONS(1475), + [anon_sym___alignof] = ACTIONS(1475), + [anon_sym__alignof] = ACTIONS(1475), + [anon_sym_alignof] = ACTIONS(1475), + [anon_sym__Alignof] = ACTIONS(1475), + [anon_sym_offsetof] = ACTIONS(1475), + [anon_sym__Generic] = ACTIONS(1475), + [anon_sym_asm] = ACTIONS(1475), + [anon_sym___asm__] = ACTIONS(1475), + [anon_sym___asm] = ACTIONS(1475), + [sym_number_literal] = ACTIONS(1477), + [anon_sym_L_SQUOTE] = ACTIONS(1477), + [anon_sym_u_SQUOTE] = ACTIONS(1477), + [anon_sym_U_SQUOTE] = ACTIONS(1477), + [anon_sym_u8_SQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [anon_sym_L_DQUOTE] = ACTIONS(1477), + [anon_sym_u_DQUOTE] = ACTIONS(1477), + [anon_sym_U_DQUOTE] = ACTIONS(1477), + [anon_sym_u8_DQUOTE] = ACTIONS(1477), + [anon_sym_DQUOTE] = ACTIONS(1477), + [sym_true] = ACTIONS(1475), + [sym_false] = ACTIONS(1475), + [anon_sym_NULL] = ACTIONS(1475), + [anon_sym_nullptr] = ACTIONS(1475), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1475), + [anon_sym_rayPayloadInEXT] = ACTIONS(1475), + [anon_sym_hitAttributeEXT] = ACTIONS(1475), + [anon_sym_callableDataEXT] = ACTIONS(1475), + [anon_sym_callableDataInEXT] = ACTIONS(1475), + [anon_sym_shaderRecordEXT] = ACTIONS(1475), + [anon_sym_rayPayloadNV] = ACTIONS(1475), + [anon_sym_rayPayloadInNV] = ACTIONS(1475), + [anon_sym_hitAttributeNV] = ACTIONS(1475), + [anon_sym_callableDataNV] = ACTIONS(1475), + [anon_sym_callableDataInNV] = ACTIONS(1475), + [anon_sym_shaderRecordNV] = ACTIONS(1475), + [anon_sym_layout] = ACTIONS(1475), }, [384] = { - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym___try] = ACTIONS(1457), - [anon_sym___leave] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), + [sym_identifier] = ACTIONS(1471), + [aux_sym_preproc_include_token1] = ACTIONS(1471), + [aux_sym_preproc_def_token1] = ACTIONS(1471), + [aux_sym_preproc_if_token1] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1471), + [anon_sym_LPAREN2] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_subroutine] = ACTIONS(1471), + [anon_sym_invariant] = ACTIONS(1471), + [anon_sym_precise] = ACTIONS(1471), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_in] = ACTIONS(1471), + [anon_sym_out] = ACTIONS(1471), + [anon_sym_inout] = ACTIONS(1471), + [anon_sym_uniform] = ACTIONS(1471), + [anon_sym_shared] = ACTIONS(1471), + [anon_sym_attribute] = ACTIONS(1471), + [anon_sym_varying] = ACTIONS(1471), + [anon_sym_buffer] = ACTIONS(1471), + [anon_sym_coherent] = ACTIONS(1471), + [anon_sym_readonly] = ACTIONS(1471), + [anon_sym_writeonly] = ACTIONS(1471), + [anon_sym_precision] = ACTIONS(1471), + [anon_sym_highp] = ACTIONS(1471), + [anon_sym_mediump] = ACTIONS(1471), + [anon_sym_lowp] = ACTIONS(1471), + [anon_sym_centroid] = ACTIONS(1471), + [anon_sym_sample] = ACTIONS(1471), + [anon_sym_patch] = ACTIONS(1471), + [anon_sym_smooth] = ACTIONS(1471), + [anon_sym_flat] = ACTIONS(1471), + [anon_sym_noperspective] = ACTIONS(1471), + [anon_sym___extension__] = ACTIONS(1471), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym___attribute__] = ACTIONS(1471), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1473), + [anon_sym___declspec] = ACTIONS(1471), + [anon_sym___cdecl] = ACTIONS(1471), + [anon_sym___clrcall] = ACTIONS(1471), + [anon_sym___stdcall] = ACTIONS(1471), + [anon_sym___fastcall] = ACTIONS(1471), + [anon_sym___thiscall] = ACTIONS(1471), + [anon_sym___vectorcall] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_signed] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_inline] = ACTIONS(1471), + [anon_sym___inline] = ACTIONS(1471), + [anon_sym___inline__] = ACTIONS(1471), + [anon_sym___forceinline] = ACTIONS(1471), + [anon_sym_thread_local] = ACTIONS(1471), + [anon_sym___thread] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_constexpr] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym___restrict__] = ACTIONS(1471), + [anon_sym__Atomic] = ACTIONS(1471), + [anon_sym__Noreturn] = ACTIONS(1471), + [anon_sym_noreturn] = ACTIONS(1471), + [anon_sym__Nonnull] = ACTIONS(1471), + [anon_sym_alignas] = ACTIONS(1471), + [anon_sym__Alignas] = ACTIONS(1471), + [sym_primitive_type] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym___try] = ACTIONS(1471), + [anon_sym___leave] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [anon_sym___alignof__] = ACTIONS(1471), + [anon_sym___alignof] = ACTIONS(1471), + [anon_sym__alignof] = ACTIONS(1471), + [anon_sym_alignof] = ACTIONS(1471), + [anon_sym__Alignof] = ACTIONS(1471), + [anon_sym_offsetof] = ACTIONS(1471), + [anon_sym__Generic] = ACTIONS(1471), + [anon_sym_asm] = ACTIONS(1471), + [anon_sym___asm__] = ACTIONS(1471), + [anon_sym___asm] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1473), + [anon_sym_L_SQUOTE] = ACTIONS(1473), + [anon_sym_u_SQUOTE] = ACTIONS(1473), + [anon_sym_U_SQUOTE] = ACTIONS(1473), + [anon_sym_u8_SQUOTE] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1473), + [anon_sym_L_DQUOTE] = ACTIONS(1473), + [anon_sym_u_DQUOTE] = ACTIONS(1473), + [anon_sym_U_DQUOTE] = ACTIONS(1473), + [anon_sym_u8_DQUOTE] = ACTIONS(1473), + [anon_sym_DQUOTE] = ACTIONS(1473), + [sym_true] = ACTIONS(1471), + [sym_false] = ACTIONS(1471), + [anon_sym_NULL] = ACTIONS(1471), + [anon_sym_nullptr] = ACTIONS(1471), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1471), + [anon_sym_rayPayloadInEXT] = ACTIONS(1471), + [anon_sym_hitAttributeEXT] = ACTIONS(1471), + [anon_sym_callableDataEXT] = ACTIONS(1471), + [anon_sym_callableDataInEXT] = ACTIONS(1471), + [anon_sym_shaderRecordEXT] = ACTIONS(1471), + [anon_sym_rayPayloadNV] = ACTIONS(1471), + [anon_sym_rayPayloadInNV] = ACTIONS(1471), + [anon_sym_hitAttributeNV] = ACTIONS(1471), + [anon_sym_callableDataNV] = ACTIONS(1471), + [anon_sym_callableDataInNV] = ACTIONS(1471), + [anon_sym_shaderRecordNV] = ACTIONS(1471), + [anon_sym_layout] = ACTIONS(1471), }, [385] = { - [sym_identifier] = ACTIONS(1421), - [aux_sym_preproc_include_token1] = ACTIONS(1421), - [aux_sym_preproc_def_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1421), - [sym_preproc_directive] = ACTIONS(1421), - [anon_sym_LPAREN2] = ACTIONS(1423), - [anon_sym_BANG] = ACTIONS(1423), - [anon_sym_TILDE] = ACTIONS(1423), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), - [anon_sym_subroutine] = ACTIONS(1421), - [anon_sym_invariant] = ACTIONS(1421), - [anon_sym_precise] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1423), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_out] = ACTIONS(1421), - [anon_sym_inout] = ACTIONS(1421), - [anon_sym_uniform] = ACTIONS(1421), - [anon_sym_shared] = ACTIONS(1421), - [anon_sym_attribute] = ACTIONS(1421), - [anon_sym_varying] = ACTIONS(1421), - [anon_sym_buffer] = ACTIONS(1421), - [anon_sym_coherent] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_writeonly] = ACTIONS(1421), - [anon_sym_precision] = ACTIONS(1421), - [anon_sym_highp] = ACTIONS(1421), - [anon_sym_mediump] = ACTIONS(1421), - [anon_sym_lowp] = ACTIONS(1421), - [anon_sym_centroid] = ACTIONS(1421), - [anon_sym_sample] = ACTIONS(1421), - [anon_sym_patch] = ACTIONS(1421), - [anon_sym_smooth] = ACTIONS(1421), - [anon_sym_flat] = ACTIONS(1421), - [anon_sym_noperspective] = ACTIONS(1421), - [anon_sym___extension__] = ACTIONS(1421), - [anon_sym_typedef] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym___attribute__] = ACTIONS(1421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1423), - [anon_sym___declspec] = ACTIONS(1421), - [anon_sym___cdecl] = ACTIONS(1421), - [anon_sym___clrcall] = ACTIONS(1421), - [anon_sym___stdcall] = ACTIONS(1421), - [anon_sym___fastcall] = ACTIONS(1421), - [anon_sym___thiscall] = ACTIONS(1421), - [anon_sym___vectorcall] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1423), - [anon_sym_RBRACE] = ACTIONS(1423), - [anon_sym_signed] = ACTIONS(1421), - [anon_sym_unsigned] = ACTIONS(1421), - [anon_sym_long] = ACTIONS(1421), - [anon_sym_short] = ACTIONS(1421), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_auto] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_inline] = ACTIONS(1421), - [anon_sym___inline] = ACTIONS(1421), - [anon_sym___inline__] = ACTIONS(1421), - [anon_sym___forceinline] = ACTIONS(1421), - [anon_sym_thread_local] = ACTIONS(1421), - [anon_sym___thread] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_constexpr] = ACTIONS(1421), - [anon_sym_volatile] = ACTIONS(1421), - [anon_sym_restrict] = ACTIONS(1421), - [anon_sym___restrict__] = ACTIONS(1421), - [anon_sym__Atomic] = ACTIONS(1421), - [anon_sym__Noreturn] = ACTIONS(1421), - [anon_sym_noreturn] = ACTIONS(1421), - [anon_sym_alignas] = ACTIONS(1421), - [anon_sym__Alignas] = ACTIONS(1421), - [sym_primitive_type] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_struct] = ACTIONS(1421), - [anon_sym_union] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_goto] = ACTIONS(1421), - [anon_sym___try] = ACTIONS(1421), - [anon_sym___leave] = ACTIONS(1421), - [anon_sym_DASH_DASH] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_sizeof] = ACTIONS(1421), - [anon_sym___alignof__] = ACTIONS(1421), - [anon_sym___alignof] = ACTIONS(1421), - [anon_sym__alignof] = ACTIONS(1421), - [anon_sym_alignof] = ACTIONS(1421), - [anon_sym__Alignof] = ACTIONS(1421), - [anon_sym_offsetof] = ACTIONS(1421), - [anon_sym__Generic] = ACTIONS(1421), - [anon_sym_asm] = ACTIONS(1421), - [anon_sym___asm__] = ACTIONS(1421), - [sym_number_literal] = ACTIONS(1423), - [anon_sym_L_SQUOTE] = ACTIONS(1423), - [anon_sym_u_SQUOTE] = ACTIONS(1423), - [anon_sym_U_SQUOTE] = ACTIONS(1423), - [anon_sym_u8_SQUOTE] = ACTIONS(1423), - [anon_sym_SQUOTE] = ACTIONS(1423), - [anon_sym_L_DQUOTE] = ACTIONS(1423), - [anon_sym_u_DQUOTE] = ACTIONS(1423), - [anon_sym_U_DQUOTE] = ACTIONS(1423), - [anon_sym_u8_DQUOTE] = ACTIONS(1423), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [anon_sym_NULL] = ACTIONS(1421), - [anon_sym_nullptr] = ACTIONS(1421), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1421), - [anon_sym_rayPayloadInEXT] = ACTIONS(1421), - [anon_sym_hitAttributeEXT] = ACTIONS(1421), - [anon_sym_callableDataEXT] = ACTIONS(1421), - [anon_sym_callableDataInEXT] = ACTIONS(1421), - [anon_sym_shaderRecordEXT] = ACTIONS(1421), - [anon_sym_rayPayloadNV] = ACTIONS(1421), - [anon_sym_rayPayloadInNV] = ACTIONS(1421), - [anon_sym_hitAttributeNV] = ACTIONS(1421), - [anon_sym_callableDataNV] = ACTIONS(1421), - [anon_sym_callableDataInNV] = ACTIONS(1421), - [anon_sym_shaderRecordNV] = ACTIONS(1421), - [anon_sym_layout] = ACTIONS(1421), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token2] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym___try] = ACTIONS(1423), + [anon_sym___leave] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [386] = { - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym___try] = ACTIONS(1457), - [anon_sym___leave] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1543), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_SEMI] = ACTIONS(1543), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym___try] = ACTIONS(1541), + [anon_sym___leave] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [anon_sym___alignof__] = ACTIONS(1541), + [anon_sym___alignof] = ACTIONS(1541), + [anon_sym__alignof] = ACTIONS(1541), + [anon_sym_alignof] = ACTIONS(1541), + [anon_sym__Alignof] = ACTIONS(1541), + [anon_sym_offsetof] = ACTIONS(1541), + [anon_sym__Generic] = ACTIONS(1541), + [anon_sym_asm] = ACTIONS(1541), + [anon_sym___asm__] = ACTIONS(1541), + [anon_sym___asm] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [anon_sym_NULL] = ACTIONS(1541), + [anon_sym_nullptr] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), }, [387] = { - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_include_token1] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_LPAREN2] = ACTIONS(1411), - [anon_sym_BANG] = ACTIONS(1411), - [anon_sym_TILDE] = ACTIONS(1411), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_PLUS] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1411), - [anon_sym_AMP] = ACTIONS(1411), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_SEMI] = ACTIONS(1411), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_typedef] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym___cdecl] = ACTIONS(1409), - [anon_sym___clrcall] = ACTIONS(1409), - [anon_sym___stdcall] = ACTIONS(1409), - [anon_sym___fastcall] = ACTIONS(1409), - [anon_sym___thiscall] = ACTIONS(1409), - [anon_sym___vectorcall] = ACTIONS(1409), - [anon_sym_LBRACE] = ACTIONS(1411), - [anon_sym_RBRACE] = ACTIONS(1411), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [anon_sym_if] = ACTIONS(1409), - [anon_sym_switch] = ACTIONS(1409), - [anon_sym_case] = ACTIONS(1409), - [anon_sym_default] = ACTIONS(1409), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(1409), - [anon_sym_for] = ACTIONS(1409), - [anon_sym_return] = ACTIONS(1409), - [anon_sym_break] = ACTIONS(1409), - [anon_sym_continue] = ACTIONS(1409), - [anon_sym_goto] = ACTIONS(1409), - [anon_sym___try] = ACTIONS(1409), - [anon_sym___leave] = ACTIONS(1409), - [anon_sym_DASH_DASH] = ACTIONS(1411), - [anon_sym_PLUS_PLUS] = ACTIONS(1411), - [anon_sym_sizeof] = ACTIONS(1409), - [anon_sym___alignof__] = ACTIONS(1409), - [anon_sym___alignof] = ACTIONS(1409), - [anon_sym__alignof] = ACTIONS(1409), - [anon_sym_alignof] = ACTIONS(1409), - [anon_sym__Alignof] = ACTIONS(1409), - [anon_sym_offsetof] = ACTIONS(1409), - [anon_sym__Generic] = ACTIONS(1409), - [anon_sym_asm] = ACTIONS(1409), - [anon_sym___asm__] = ACTIONS(1409), - [sym_number_literal] = ACTIONS(1411), - [anon_sym_L_SQUOTE] = ACTIONS(1411), - [anon_sym_u_SQUOTE] = ACTIONS(1411), - [anon_sym_U_SQUOTE] = ACTIONS(1411), - [anon_sym_u8_SQUOTE] = ACTIONS(1411), - [anon_sym_SQUOTE] = ACTIONS(1411), - [anon_sym_L_DQUOTE] = ACTIONS(1411), - [anon_sym_u_DQUOTE] = ACTIONS(1411), - [anon_sym_U_DQUOTE] = ACTIONS(1411), - [anon_sym_u8_DQUOTE] = ACTIONS(1411), - [anon_sym_DQUOTE] = ACTIONS(1411), - [sym_true] = ACTIONS(1409), - [sym_false] = ACTIONS(1409), - [anon_sym_NULL] = ACTIONS(1409), - [anon_sym_nullptr] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), + [sym_identifier] = ACTIONS(1471), + [aux_sym_preproc_include_token1] = ACTIONS(1471), + [aux_sym_preproc_def_token1] = ACTIONS(1471), + [aux_sym_preproc_if_token1] = ACTIONS(1471), + [aux_sym_preproc_if_token2] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1471), + [anon_sym_LPAREN2] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_subroutine] = ACTIONS(1471), + [anon_sym_invariant] = ACTIONS(1471), + [anon_sym_precise] = ACTIONS(1471), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_in] = ACTIONS(1471), + [anon_sym_out] = ACTIONS(1471), + [anon_sym_inout] = ACTIONS(1471), + [anon_sym_uniform] = ACTIONS(1471), + [anon_sym_shared] = ACTIONS(1471), + [anon_sym_attribute] = ACTIONS(1471), + [anon_sym_varying] = ACTIONS(1471), + [anon_sym_buffer] = ACTIONS(1471), + [anon_sym_coherent] = ACTIONS(1471), + [anon_sym_readonly] = ACTIONS(1471), + [anon_sym_writeonly] = ACTIONS(1471), + [anon_sym_precision] = ACTIONS(1471), + [anon_sym_highp] = ACTIONS(1471), + [anon_sym_mediump] = ACTIONS(1471), + [anon_sym_lowp] = ACTIONS(1471), + [anon_sym_centroid] = ACTIONS(1471), + [anon_sym_sample] = ACTIONS(1471), + [anon_sym_patch] = ACTIONS(1471), + [anon_sym_smooth] = ACTIONS(1471), + [anon_sym_flat] = ACTIONS(1471), + [anon_sym_noperspective] = ACTIONS(1471), + [anon_sym___extension__] = ACTIONS(1471), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym___attribute__] = ACTIONS(1471), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1473), + [anon_sym___declspec] = ACTIONS(1471), + [anon_sym___cdecl] = ACTIONS(1471), + [anon_sym___clrcall] = ACTIONS(1471), + [anon_sym___stdcall] = ACTIONS(1471), + [anon_sym___fastcall] = ACTIONS(1471), + [anon_sym___thiscall] = ACTIONS(1471), + [anon_sym___vectorcall] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_signed] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_inline] = ACTIONS(1471), + [anon_sym___inline] = ACTIONS(1471), + [anon_sym___inline__] = ACTIONS(1471), + [anon_sym___forceinline] = ACTIONS(1471), + [anon_sym_thread_local] = ACTIONS(1471), + [anon_sym___thread] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_constexpr] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym___restrict__] = ACTIONS(1471), + [anon_sym__Atomic] = ACTIONS(1471), + [anon_sym__Noreturn] = ACTIONS(1471), + [anon_sym_noreturn] = ACTIONS(1471), + [anon_sym__Nonnull] = ACTIONS(1471), + [anon_sym_alignas] = ACTIONS(1471), + [anon_sym__Alignas] = ACTIONS(1471), + [sym_primitive_type] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym___try] = ACTIONS(1471), + [anon_sym___leave] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [anon_sym___alignof__] = ACTIONS(1471), + [anon_sym___alignof] = ACTIONS(1471), + [anon_sym__alignof] = ACTIONS(1471), + [anon_sym_alignof] = ACTIONS(1471), + [anon_sym__Alignof] = ACTIONS(1471), + [anon_sym_offsetof] = ACTIONS(1471), + [anon_sym__Generic] = ACTIONS(1471), + [anon_sym_asm] = ACTIONS(1471), + [anon_sym___asm__] = ACTIONS(1471), + [anon_sym___asm] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1473), + [anon_sym_L_SQUOTE] = ACTIONS(1473), + [anon_sym_u_SQUOTE] = ACTIONS(1473), + [anon_sym_U_SQUOTE] = ACTIONS(1473), + [anon_sym_u8_SQUOTE] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1473), + [anon_sym_L_DQUOTE] = ACTIONS(1473), + [anon_sym_u_DQUOTE] = ACTIONS(1473), + [anon_sym_U_DQUOTE] = ACTIONS(1473), + [anon_sym_u8_DQUOTE] = ACTIONS(1473), + [anon_sym_DQUOTE] = ACTIONS(1473), + [sym_true] = ACTIONS(1471), + [sym_false] = ACTIONS(1471), + [anon_sym_NULL] = ACTIONS(1471), + [anon_sym_nullptr] = ACTIONS(1471), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1471), + [anon_sym_rayPayloadInEXT] = ACTIONS(1471), + [anon_sym_hitAttributeEXT] = ACTIONS(1471), + [anon_sym_callableDataEXT] = ACTIONS(1471), + [anon_sym_callableDataInEXT] = ACTIONS(1471), + [anon_sym_shaderRecordEXT] = ACTIONS(1471), + [anon_sym_rayPayloadNV] = ACTIONS(1471), + [anon_sym_rayPayloadInNV] = ACTIONS(1471), + [anon_sym_hitAttributeNV] = ACTIONS(1471), + [anon_sym_callableDataNV] = ACTIONS(1471), + [anon_sym_callableDataInNV] = ACTIONS(1471), + [anon_sym_shaderRecordNV] = ACTIONS(1471), + [anon_sym_layout] = ACTIONS(1471), }, [388] = { - [sym_identifier] = ACTIONS(1405), - [aux_sym_preproc_include_token1] = ACTIONS(1405), - [aux_sym_preproc_def_token1] = ACTIONS(1405), - [aux_sym_preproc_if_token1] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1405), - [sym_preproc_directive] = ACTIONS(1405), - [anon_sym_LPAREN2] = ACTIONS(1407), - [anon_sym_BANG] = ACTIONS(1407), - [anon_sym_TILDE] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1405), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), - [anon_sym_subroutine] = ACTIONS(1405), - [anon_sym_invariant] = ACTIONS(1405), - [anon_sym_precise] = ACTIONS(1405), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_in] = ACTIONS(1405), - [anon_sym_out] = ACTIONS(1405), - [anon_sym_inout] = ACTIONS(1405), - [anon_sym_uniform] = ACTIONS(1405), - [anon_sym_shared] = ACTIONS(1405), - [anon_sym_attribute] = ACTIONS(1405), - [anon_sym_varying] = ACTIONS(1405), - [anon_sym_buffer] = ACTIONS(1405), - [anon_sym_coherent] = ACTIONS(1405), - [anon_sym_readonly] = ACTIONS(1405), - [anon_sym_writeonly] = ACTIONS(1405), - [anon_sym_precision] = ACTIONS(1405), - [anon_sym_highp] = ACTIONS(1405), - [anon_sym_mediump] = ACTIONS(1405), - [anon_sym_lowp] = ACTIONS(1405), - [anon_sym_centroid] = ACTIONS(1405), - [anon_sym_sample] = ACTIONS(1405), - [anon_sym_patch] = ACTIONS(1405), - [anon_sym_smooth] = ACTIONS(1405), - [anon_sym_flat] = ACTIONS(1405), - [anon_sym_noperspective] = ACTIONS(1405), - [anon_sym___extension__] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1405), - [anon_sym_extern] = ACTIONS(1405), - [anon_sym___attribute__] = ACTIONS(1405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1407), - [anon_sym___declspec] = ACTIONS(1405), - [anon_sym___cdecl] = ACTIONS(1405), - [anon_sym___clrcall] = ACTIONS(1405), - [anon_sym___stdcall] = ACTIONS(1405), - [anon_sym___fastcall] = ACTIONS(1405), - [anon_sym___thiscall] = ACTIONS(1405), - [anon_sym___vectorcall] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_signed] = ACTIONS(1405), - [anon_sym_unsigned] = ACTIONS(1405), - [anon_sym_long] = ACTIONS(1405), - [anon_sym_short] = ACTIONS(1405), - [anon_sym_static] = ACTIONS(1405), - [anon_sym_auto] = ACTIONS(1405), - [anon_sym_register] = ACTIONS(1405), - [anon_sym_inline] = ACTIONS(1405), - [anon_sym___inline] = ACTIONS(1405), - [anon_sym___inline__] = ACTIONS(1405), - [anon_sym___forceinline] = ACTIONS(1405), - [anon_sym_thread_local] = ACTIONS(1405), - [anon_sym___thread] = ACTIONS(1405), - [anon_sym_const] = ACTIONS(1405), - [anon_sym_constexpr] = ACTIONS(1405), - [anon_sym_volatile] = ACTIONS(1405), - [anon_sym_restrict] = ACTIONS(1405), - [anon_sym___restrict__] = ACTIONS(1405), - [anon_sym__Atomic] = ACTIONS(1405), - [anon_sym__Noreturn] = ACTIONS(1405), - [anon_sym_noreturn] = ACTIONS(1405), - [anon_sym_alignas] = ACTIONS(1405), - [anon_sym__Alignas] = ACTIONS(1405), - [sym_primitive_type] = ACTIONS(1405), - [anon_sym_enum] = ACTIONS(1405), - [anon_sym_struct] = ACTIONS(1405), - [anon_sym_union] = ACTIONS(1405), - [anon_sym_if] = ACTIONS(1405), - [anon_sym_switch] = ACTIONS(1405), - [anon_sym_case] = ACTIONS(1405), - [anon_sym_default] = ACTIONS(1405), - [anon_sym_while] = ACTIONS(1405), - [anon_sym_do] = ACTIONS(1405), - [anon_sym_for] = ACTIONS(1405), - [anon_sym_return] = ACTIONS(1405), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1405), - [anon_sym_goto] = ACTIONS(1405), - [anon_sym___try] = ACTIONS(1405), - [anon_sym___leave] = ACTIONS(1405), - [anon_sym_DASH_DASH] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_sizeof] = ACTIONS(1405), - [anon_sym___alignof__] = ACTIONS(1405), - [anon_sym___alignof] = ACTIONS(1405), - [anon_sym__alignof] = ACTIONS(1405), - [anon_sym_alignof] = ACTIONS(1405), - [anon_sym__Alignof] = ACTIONS(1405), - [anon_sym_offsetof] = ACTIONS(1405), - [anon_sym__Generic] = ACTIONS(1405), - [anon_sym_asm] = ACTIONS(1405), - [anon_sym___asm__] = ACTIONS(1405), - [sym_number_literal] = ACTIONS(1407), - [anon_sym_L_SQUOTE] = ACTIONS(1407), - [anon_sym_u_SQUOTE] = ACTIONS(1407), - [anon_sym_U_SQUOTE] = ACTIONS(1407), - [anon_sym_u8_SQUOTE] = ACTIONS(1407), - [anon_sym_SQUOTE] = ACTIONS(1407), - [anon_sym_L_DQUOTE] = ACTIONS(1407), - [anon_sym_u_DQUOTE] = ACTIONS(1407), - [anon_sym_U_DQUOTE] = ACTIONS(1407), - [anon_sym_u8_DQUOTE] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym_true] = ACTIONS(1405), - [sym_false] = ACTIONS(1405), - [anon_sym_NULL] = ACTIONS(1405), - [anon_sym_nullptr] = ACTIONS(1405), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1405), - [anon_sym_rayPayloadInEXT] = ACTIONS(1405), - [anon_sym_hitAttributeEXT] = ACTIONS(1405), - [anon_sym_callableDataEXT] = ACTIONS(1405), - [anon_sym_callableDataInEXT] = ACTIONS(1405), - [anon_sym_shaderRecordEXT] = ACTIONS(1405), - [anon_sym_rayPayloadNV] = ACTIONS(1405), - [anon_sym_rayPayloadInNV] = ACTIONS(1405), - [anon_sym_hitAttributeNV] = ACTIONS(1405), - [anon_sym_callableDataNV] = ACTIONS(1405), - [anon_sym_callableDataInNV] = ACTIONS(1405), - [anon_sym_shaderRecordNV] = ACTIONS(1405), - [anon_sym_layout] = ACTIONS(1405), + [sym_identifier] = ACTIONS(1467), + [aux_sym_preproc_include_token1] = ACTIONS(1467), + [aux_sym_preproc_def_token1] = ACTIONS(1467), + [aux_sym_preproc_if_token1] = ACTIONS(1467), + [aux_sym_preproc_if_token2] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1467), + [sym_preproc_directive] = ACTIONS(1467), + [anon_sym_LPAREN2] = ACTIONS(1469), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_AMP] = ACTIONS(1469), + [anon_sym_subroutine] = ACTIONS(1467), + [anon_sym_invariant] = ACTIONS(1467), + [anon_sym_precise] = ACTIONS(1467), + [anon_sym_SEMI] = ACTIONS(1469), + [anon_sym_in] = ACTIONS(1467), + [anon_sym_out] = ACTIONS(1467), + [anon_sym_inout] = ACTIONS(1467), + [anon_sym_uniform] = ACTIONS(1467), + [anon_sym_shared] = ACTIONS(1467), + [anon_sym_attribute] = ACTIONS(1467), + [anon_sym_varying] = ACTIONS(1467), + [anon_sym_buffer] = ACTIONS(1467), + [anon_sym_coherent] = ACTIONS(1467), + [anon_sym_readonly] = ACTIONS(1467), + [anon_sym_writeonly] = ACTIONS(1467), + [anon_sym_precision] = ACTIONS(1467), + [anon_sym_highp] = ACTIONS(1467), + [anon_sym_mediump] = ACTIONS(1467), + [anon_sym_lowp] = ACTIONS(1467), + [anon_sym_centroid] = ACTIONS(1467), + [anon_sym_sample] = ACTIONS(1467), + [anon_sym_patch] = ACTIONS(1467), + [anon_sym_smooth] = ACTIONS(1467), + [anon_sym_flat] = ACTIONS(1467), + [anon_sym_noperspective] = ACTIONS(1467), + [anon_sym___extension__] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1467), + [anon_sym___attribute__] = ACTIONS(1467), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1469), + [anon_sym___declspec] = ACTIONS(1467), + [anon_sym___cdecl] = ACTIONS(1467), + [anon_sym___clrcall] = ACTIONS(1467), + [anon_sym___stdcall] = ACTIONS(1467), + [anon_sym___fastcall] = ACTIONS(1467), + [anon_sym___thiscall] = ACTIONS(1467), + [anon_sym___vectorcall] = ACTIONS(1467), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_signed] = ACTIONS(1467), + [anon_sym_unsigned] = ACTIONS(1467), + [anon_sym_long] = ACTIONS(1467), + [anon_sym_short] = ACTIONS(1467), + [anon_sym_static] = ACTIONS(1467), + [anon_sym_auto] = ACTIONS(1467), + [anon_sym_register] = ACTIONS(1467), + [anon_sym_inline] = ACTIONS(1467), + [anon_sym___inline] = ACTIONS(1467), + [anon_sym___inline__] = ACTIONS(1467), + [anon_sym___forceinline] = ACTIONS(1467), + [anon_sym_thread_local] = ACTIONS(1467), + [anon_sym___thread] = ACTIONS(1467), + [anon_sym_const] = ACTIONS(1467), + [anon_sym_constexpr] = ACTIONS(1467), + [anon_sym_volatile] = ACTIONS(1467), + [anon_sym_restrict] = ACTIONS(1467), + [anon_sym___restrict__] = ACTIONS(1467), + [anon_sym__Atomic] = ACTIONS(1467), + [anon_sym__Noreturn] = ACTIONS(1467), + [anon_sym_noreturn] = ACTIONS(1467), + [anon_sym__Nonnull] = ACTIONS(1467), + [anon_sym_alignas] = ACTIONS(1467), + [anon_sym__Alignas] = ACTIONS(1467), + [sym_primitive_type] = ACTIONS(1467), + [anon_sym_enum] = ACTIONS(1467), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1467), + [anon_sym_if] = ACTIONS(1467), + [anon_sym_switch] = ACTIONS(1467), + [anon_sym_case] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1467), + [anon_sym_while] = ACTIONS(1467), + [anon_sym_do] = ACTIONS(1467), + [anon_sym_for] = ACTIONS(1467), + [anon_sym_return] = ACTIONS(1467), + [anon_sym_break] = ACTIONS(1467), + [anon_sym_continue] = ACTIONS(1467), + [anon_sym_goto] = ACTIONS(1467), + [anon_sym___try] = ACTIONS(1467), + [anon_sym___leave] = ACTIONS(1467), + [anon_sym_DASH_DASH] = ACTIONS(1469), + [anon_sym_PLUS_PLUS] = ACTIONS(1469), + [anon_sym_sizeof] = ACTIONS(1467), + [anon_sym___alignof__] = ACTIONS(1467), + [anon_sym___alignof] = ACTIONS(1467), + [anon_sym__alignof] = ACTIONS(1467), + [anon_sym_alignof] = ACTIONS(1467), + [anon_sym__Alignof] = ACTIONS(1467), + [anon_sym_offsetof] = ACTIONS(1467), + [anon_sym__Generic] = ACTIONS(1467), + [anon_sym_asm] = ACTIONS(1467), + [anon_sym___asm__] = ACTIONS(1467), + [anon_sym___asm] = ACTIONS(1467), + [sym_number_literal] = ACTIONS(1469), + [anon_sym_L_SQUOTE] = ACTIONS(1469), + [anon_sym_u_SQUOTE] = ACTIONS(1469), + [anon_sym_U_SQUOTE] = ACTIONS(1469), + [anon_sym_u8_SQUOTE] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1469), + [anon_sym_L_DQUOTE] = ACTIONS(1469), + [anon_sym_u_DQUOTE] = ACTIONS(1469), + [anon_sym_U_DQUOTE] = ACTIONS(1469), + [anon_sym_u8_DQUOTE] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(1469), + [sym_true] = ACTIONS(1467), + [sym_false] = ACTIONS(1467), + [anon_sym_NULL] = ACTIONS(1467), + [anon_sym_nullptr] = ACTIONS(1467), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1467), + [anon_sym_rayPayloadInEXT] = ACTIONS(1467), + [anon_sym_hitAttributeEXT] = ACTIONS(1467), + [anon_sym_callableDataEXT] = ACTIONS(1467), + [anon_sym_callableDataInEXT] = ACTIONS(1467), + [anon_sym_shaderRecordEXT] = ACTIONS(1467), + [anon_sym_rayPayloadNV] = ACTIONS(1467), + [anon_sym_rayPayloadInNV] = ACTIONS(1467), + [anon_sym_hitAttributeNV] = ACTIONS(1467), + [anon_sym_callableDataNV] = ACTIONS(1467), + [anon_sym_callableDataInNV] = ACTIONS(1467), + [anon_sym_shaderRecordNV] = ACTIONS(1467), + [anon_sym_layout] = ACTIONS(1467), }, [389] = { - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_include_token1] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_LPAREN2] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_TILDE] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1401), - [anon_sym_STAR] = ACTIONS(1403), - [anon_sym_AMP] = ACTIONS(1403), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_typedef] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym___cdecl] = ACTIONS(1401), - [anon_sym___clrcall] = ACTIONS(1401), - [anon_sym___stdcall] = ACTIONS(1401), - [anon_sym___fastcall] = ACTIONS(1401), - [anon_sym___thiscall] = ACTIONS(1401), - [anon_sym___vectorcall] = ACTIONS(1401), - [anon_sym_LBRACE] = ACTIONS(1403), - [anon_sym_RBRACE] = ACTIONS(1403), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [anon_sym_if] = ACTIONS(1401), - [anon_sym_switch] = ACTIONS(1401), - [anon_sym_case] = ACTIONS(1401), - [anon_sym_default] = ACTIONS(1401), - [anon_sym_while] = ACTIONS(1401), - [anon_sym_do] = ACTIONS(1401), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1401), - [anon_sym_break] = ACTIONS(1401), - [anon_sym_continue] = ACTIONS(1401), - [anon_sym_goto] = ACTIONS(1401), - [anon_sym___try] = ACTIONS(1401), - [anon_sym___leave] = ACTIONS(1401), - [anon_sym_DASH_DASH] = ACTIONS(1403), - [anon_sym_PLUS_PLUS] = ACTIONS(1403), - [anon_sym_sizeof] = ACTIONS(1401), - [anon_sym___alignof__] = ACTIONS(1401), - [anon_sym___alignof] = ACTIONS(1401), - [anon_sym__alignof] = ACTIONS(1401), - [anon_sym_alignof] = ACTIONS(1401), - [anon_sym__Alignof] = ACTIONS(1401), - [anon_sym_offsetof] = ACTIONS(1401), - [anon_sym__Generic] = ACTIONS(1401), - [anon_sym_asm] = ACTIONS(1401), - [anon_sym___asm__] = ACTIONS(1401), - [sym_number_literal] = ACTIONS(1403), - [anon_sym_L_SQUOTE] = ACTIONS(1403), - [anon_sym_u_SQUOTE] = ACTIONS(1403), - [anon_sym_U_SQUOTE] = ACTIONS(1403), - [anon_sym_u8_SQUOTE] = ACTIONS(1403), - [anon_sym_SQUOTE] = ACTIONS(1403), - [anon_sym_L_DQUOTE] = ACTIONS(1403), - [anon_sym_u_DQUOTE] = ACTIONS(1403), - [anon_sym_U_DQUOTE] = ACTIONS(1403), - [anon_sym_u8_DQUOTE] = ACTIONS(1403), - [anon_sym_DQUOTE] = ACTIONS(1403), - [sym_true] = ACTIONS(1401), - [sym_false] = ACTIONS(1401), - [anon_sym_NULL] = ACTIONS(1401), - [anon_sym_nullptr] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_RBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym___try] = ACTIONS(1423), + [anon_sym___leave] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [390] = { - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1435), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_RBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym___try] = ACTIONS(1433), - [anon_sym___leave] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_RBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym___try] = ACTIONS(1479), + [anon_sym___leave] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), }, [391] = { - [sym_identifier] = ACTIONS(1465), - [aux_sym_preproc_include_token1] = ACTIONS(1465), - [aux_sym_preproc_def_token1] = ACTIONS(1465), - [aux_sym_preproc_if_token1] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1465), - [sym_preproc_directive] = ACTIONS(1465), - [anon_sym_LPAREN2] = ACTIONS(1467), - [anon_sym_BANG] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_AMP] = ACTIONS(1467), - [anon_sym_subroutine] = ACTIONS(1465), - [anon_sym_invariant] = ACTIONS(1465), - [anon_sym_precise] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_in] = ACTIONS(1465), - [anon_sym_out] = ACTIONS(1465), - [anon_sym_inout] = ACTIONS(1465), - [anon_sym_uniform] = ACTIONS(1465), - [anon_sym_shared] = ACTIONS(1465), - [anon_sym_attribute] = ACTIONS(1465), - [anon_sym_varying] = ACTIONS(1465), - [anon_sym_buffer] = ACTIONS(1465), - [anon_sym_coherent] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_writeonly] = ACTIONS(1465), - [anon_sym_precision] = ACTIONS(1465), - [anon_sym_highp] = ACTIONS(1465), - [anon_sym_mediump] = ACTIONS(1465), - [anon_sym_lowp] = ACTIONS(1465), - [anon_sym_centroid] = ACTIONS(1465), - [anon_sym_sample] = ACTIONS(1465), - [anon_sym_patch] = ACTIONS(1465), - [anon_sym_smooth] = ACTIONS(1465), - [anon_sym_flat] = ACTIONS(1465), - [anon_sym_noperspective] = ACTIONS(1465), - [anon_sym___extension__] = ACTIONS(1465), - [anon_sym_typedef] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym___attribute__] = ACTIONS(1465), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1467), - [anon_sym___declspec] = ACTIONS(1465), - [anon_sym___cdecl] = ACTIONS(1465), - [anon_sym___clrcall] = ACTIONS(1465), - [anon_sym___stdcall] = ACTIONS(1465), - [anon_sym___fastcall] = ACTIONS(1465), - [anon_sym___thiscall] = ACTIONS(1465), - [anon_sym___vectorcall] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_signed] = ACTIONS(1465), - [anon_sym_unsigned] = ACTIONS(1465), - [anon_sym_long] = ACTIONS(1465), - [anon_sym_short] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_auto] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_inline] = ACTIONS(1465), - [anon_sym___inline] = ACTIONS(1465), - [anon_sym___inline__] = ACTIONS(1465), - [anon_sym___forceinline] = ACTIONS(1465), - [anon_sym_thread_local] = ACTIONS(1465), - [anon_sym___thread] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_constexpr] = ACTIONS(1465), - [anon_sym_volatile] = ACTIONS(1465), - [anon_sym_restrict] = ACTIONS(1465), - [anon_sym___restrict__] = ACTIONS(1465), - [anon_sym__Atomic] = ACTIONS(1465), - [anon_sym__Noreturn] = ACTIONS(1465), - [anon_sym_noreturn] = ACTIONS(1465), - [anon_sym_alignas] = ACTIONS(1465), - [anon_sym__Alignas] = ACTIONS(1465), - [sym_primitive_type] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1465), - [anon_sym_union] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_goto] = ACTIONS(1465), - [anon_sym___try] = ACTIONS(1465), - [anon_sym___leave] = ACTIONS(1465), - [anon_sym_DASH_DASH] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_sizeof] = ACTIONS(1465), - [anon_sym___alignof__] = ACTIONS(1465), - [anon_sym___alignof] = ACTIONS(1465), - [anon_sym__alignof] = ACTIONS(1465), - [anon_sym_alignof] = ACTIONS(1465), - [anon_sym__Alignof] = ACTIONS(1465), - [anon_sym_offsetof] = ACTIONS(1465), - [anon_sym__Generic] = ACTIONS(1465), - [anon_sym_asm] = ACTIONS(1465), - [anon_sym___asm__] = ACTIONS(1465), - [sym_number_literal] = ACTIONS(1467), - [anon_sym_L_SQUOTE] = ACTIONS(1467), - [anon_sym_u_SQUOTE] = ACTIONS(1467), - [anon_sym_U_SQUOTE] = ACTIONS(1467), - [anon_sym_u8_SQUOTE] = ACTIONS(1467), - [anon_sym_SQUOTE] = ACTIONS(1467), - [anon_sym_L_DQUOTE] = ACTIONS(1467), - [anon_sym_u_DQUOTE] = ACTIONS(1467), - [anon_sym_U_DQUOTE] = ACTIONS(1467), - [anon_sym_u8_DQUOTE] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [anon_sym_NULL] = ACTIONS(1465), - [anon_sym_nullptr] = ACTIONS(1465), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1465), - [anon_sym_rayPayloadInEXT] = ACTIONS(1465), - [anon_sym_hitAttributeEXT] = ACTIONS(1465), - [anon_sym_callableDataEXT] = ACTIONS(1465), - [anon_sym_callableDataInEXT] = ACTIONS(1465), - [anon_sym_shaderRecordEXT] = ACTIONS(1465), - [anon_sym_rayPayloadNV] = ACTIONS(1465), - [anon_sym_rayPayloadInNV] = ACTIONS(1465), - [anon_sym_hitAttributeNV] = ACTIONS(1465), - [anon_sym_callableDataNV] = ACTIONS(1465), - [anon_sym_callableDataInNV] = ACTIONS(1465), - [anon_sym_shaderRecordNV] = ACTIONS(1465), - [anon_sym_layout] = ACTIONS(1465), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_RBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym___try] = ACTIONS(1423), + [anon_sym___leave] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [392] = { - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_SEMI] = ACTIONS(1435), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_RBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym___try] = ACTIONS(1433), - [anon_sym___leave] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), + [sym_identifier] = ACTIONS(1491), + [aux_sym_preproc_include_token1] = ACTIONS(1491), + [aux_sym_preproc_def_token1] = ACTIONS(1491), + [aux_sym_preproc_if_token1] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1491), + [sym_preproc_directive] = ACTIONS(1491), + [anon_sym_LPAREN2] = ACTIONS(1493), + [anon_sym_BANG] = ACTIONS(1493), + [anon_sym_TILDE] = ACTIONS(1493), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1493), + [anon_sym_AMP] = ACTIONS(1493), + [anon_sym_subroutine] = ACTIONS(1491), + [anon_sym_invariant] = ACTIONS(1491), + [anon_sym_precise] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1493), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_out] = ACTIONS(1491), + [anon_sym_inout] = ACTIONS(1491), + [anon_sym_uniform] = ACTIONS(1491), + [anon_sym_shared] = ACTIONS(1491), + [anon_sym_attribute] = ACTIONS(1491), + [anon_sym_varying] = ACTIONS(1491), + [anon_sym_buffer] = ACTIONS(1491), + [anon_sym_coherent] = ACTIONS(1491), + [anon_sym_readonly] = ACTIONS(1491), + [anon_sym_writeonly] = ACTIONS(1491), + [anon_sym_precision] = ACTIONS(1491), + [anon_sym_highp] = ACTIONS(1491), + [anon_sym_mediump] = ACTIONS(1491), + [anon_sym_lowp] = ACTIONS(1491), + [anon_sym_centroid] = ACTIONS(1491), + [anon_sym_sample] = ACTIONS(1491), + [anon_sym_patch] = ACTIONS(1491), + [anon_sym_smooth] = ACTIONS(1491), + [anon_sym_flat] = ACTIONS(1491), + [anon_sym_noperspective] = ACTIONS(1491), + [anon_sym___extension__] = ACTIONS(1491), + [anon_sym_typedef] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym___attribute__] = ACTIONS(1491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1493), + [anon_sym___declspec] = ACTIONS(1491), + [anon_sym___cdecl] = ACTIONS(1491), + [anon_sym___clrcall] = ACTIONS(1491), + [anon_sym___stdcall] = ACTIONS(1491), + [anon_sym___fastcall] = ACTIONS(1491), + [anon_sym___thiscall] = ACTIONS(1491), + [anon_sym___vectorcall] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_signed] = ACTIONS(1491), + [anon_sym_unsigned] = ACTIONS(1491), + [anon_sym_long] = ACTIONS(1491), + [anon_sym_short] = ACTIONS(1491), + [anon_sym_static] = ACTIONS(1491), + [anon_sym_auto] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_inline] = ACTIONS(1491), + [anon_sym___inline] = ACTIONS(1491), + [anon_sym___inline__] = ACTIONS(1491), + [anon_sym___forceinline] = ACTIONS(1491), + [anon_sym_thread_local] = ACTIONS(1491), + [anon_sym___thread] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_constexpr] = ACTIONS(1491), + [anon_sym_volatile] = ACTIONS(1491), + [anon_sym_restrict] = ACTIONS(1491), + [anon_sym___restrict__] = ACTIONS(1491), + [anon_sym__Atomic] = ACTIONS(1491), + [anon_sym__Noreturn] = ACTIONS(1491), + [anon_sym_noreturn] = ACTIONS(1491), + [anon_sym__Nonnull] = ACTIONS(1491), + [anon_sym_alignas] = ACTIONS(1491), + [anon_sym__Alignas] = ACTIONS(1491), + [sym_primitive_type] = ACTIONS(1491), + [anon_sym_enum] = ACTIONS(1491), + [anon_sym_struct] = ACTIONS(1491), + [anon_sym_union] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_switch] = ACTIONS(1491), + [anon_sym_case] = ACTIONS(1491), + [anon_sym_default] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_goto] = ACTIONS(1491), + [anon_sym___try] = ACTIONS(1491), + [anon_sym___leave] = ACTIONS(1491), + [anon_sym_DASH_DASH] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_sizeof] = ACTIONS(1491), + [anon_sym___alignof__] = ACTIONS(1491), + [anon_sym___alignof] = ACTIONS(1491), + [anon_sym__alignof] = ACTIONS(1491), + [anon_sym_alignof] = ACTIONS(1491), + [anon_sym__Alignof] = ACTIONS(1491), + [anon_sym_offsetof] = ACTIONS(1491), + [anon_sym__Generic] = ACTIONS(1491), + [anon_sym_asm] = ACTIONS(1491), + [anon_sym___asm__] = ACTIONS(1491), + [anon_sym___asm] = ACTIONS(1491), + [sym_number_literal] = ACTIONS(1493), + [anon_sym_L_SQUOTE] = ACTIONS(1493), + [anon_sym_u_SQUOTE] = ACTIONS(1493), + [anon_sym_U_SQUOTE] = ACTIONS(1493), + [anon_sym_u8_SQUOTE] = ACTIONS(1493), + [anon_sym_SQUOTE] = ACTIONS(1493), + [anon_sym_L_DQUOTE] = ACTIONS(1493), + [anon_sym_u_DQUOTE] = ACTIONS(1493), + [anon_sym_U_DQUOTE] = ACTIONS(1493), + [anon_sym_u8_DQUOTE] = ACTIONS(1493), + [anon_sym_DQUOTE] = ACTIONS(1493), + [sym_true] = ACTIONS(1491), + [sym_false] = ACTIONS(1491), + [anon_sym_NULL] = ACTIONS(1491), + [anon_sym_nullptr] = ACTIONS(1491), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1491), + [anon_sym_rayPayloadInEXT] = ACTIONS(1491), + [anon_sym_hitAttributeEXT] = ACTIONS(1491), + [anon_sym_callableDataEXT] = ACTIONS(1491), + [anon_sym_callableDataInEXT] = ACTIONS(1491), + [anon_sym_shaderRecordEXT] = ACTIONS(1491), + [anon_sym_rayPayloadNV] = ACTIONS(1491), + [anon_sym_rayPayloadInNV] = ACTIONS(1491), + [anon_sym_hitAttributeNV] = ACTIONS(1491), + [anon_sym_callableDataNV] = ACTIONS(1491), + [anon_sym_callableDataInNV] = ACTIONS(1491), + [anon_sym_shaderRecordNV] = ACTIONS(1491), + [anon_sym_layout] = ACTIONS(1491), }, [393] = { - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_include_token1] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1443), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_typedef] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym___cdecl] = ACTIONS(1441), - [anon_sym___clrcall] = ACTIONS(1441), - [anon_sym___stdcall] = ACTIONS(1441), - [anon_sym___fastcall] = ACTIONS(1441), - [anon_sym___thiscall] = ACTIONS(1441), - [anon_sym___vectorcall] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1443), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_switch] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_goto] = ACTIONS(1441), - [anon_sym___try] = ACTIONS(1441), - [anon_sym___leave] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1443), - [anon_sym_sizeof] = ACTIONS(1441), - [anon_sym___alignof__] = ACTIONS(1441), - [anon_sym___alignof] = ACTIONS(1441), - [anon_sym__alignof] = ACTIONS(1441), - [anon_sym_alignof] = ACTIONS(1441), - [anon_sym__Alignof] = ACTIONS(1441), - [anon_sym_offsetof] = ACTIONS(1441), - [anon_sym__Generic] = ACTIONS(1441), - [anon_sym_asm] = ACTIONS(1441), - [anon_sym___asm__] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1443), - [anon_sym_u_SQUOTE] = ACTIONS(1443), - [anon_sym_U_SQUOTE] = ACTIONS(1443), - [anon_sym_u8_SQUOTE] = ACTIONS(1443), - [anon_sym_SQUOTE] = ACTIONS(1443), - [anon_sym_L_DQUOTE] = ACTIONS(1443), - [anon_sym_u_DQUOTE] = ACTIONS(1443), - [anon_sym_U_DQUOTE] = ACTIONS(1443), - [anon_sym_u8_DQUOTE] = ACTIONS(1443), - [anon_sym_DQUOTE] = ACTIONS(1443), - [sym_true] = ACTIONS(1441), - [sym_false] = ACTIONS(1441), - [anon_sym_NULL] = ACTIONS(1441), - [anon_sym_nullptr] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), + [sym_identifier] = ACTIONS(1463), + [aux_sym_preproc_include_token1] = ACTIONS(1463), + [aux_sym_preproc_def_token1] = ACTIONS(1463), + [aux_sym_preproc_if_token1] = ACTIONS(1463), + [aux_sym_preproc_if_token2] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1463), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_LPAREN2] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_TILDE] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_subroutine] = ACTIONS(1463), + [anon_sym_invariant] = ACTIONS(1463), + [anon_sym_precise] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1465), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_out] = ACTIONS(1463), + [anon_sym_inout] = ACTIONS(1463), + [anon_sym_uniform] = ACTIONS(1463), + [anon_sym_shared] = ACTIONS(1463), + [anon_sym_attribute] = ACTIONS(1463), + [anon_sym_varying] = ACTIONS(1463), + [anon_sym_buffer] = ACTIONS(1463), + [anon_sym_coherent] = ACTIONS(1463), + [anon_sym_readonly] = ACTIONS(1463), + [anon_sym_writeonly] = ACTIONS(1463), + [anon_sym_precision] = ACTIONS(1463), + [anon_sym_highp] = ACTIONS(1463), + [anon_sym_mediump] = ACTIONS(1463), + [anon_sym_lowp] = ACTIONS(1463), + [anon_sym_centroid] = ACTIONS(1463), + [anon_sym_sample] = ACTIONS(1463), + [anon_sym_patch] = ACTIONS(1463), + [anon_sym_smooth] = ACTIONS(1463), + [anon_sym_flat] = ACTIONS(1463), + [anon_sym_noperspective] = ACTIONS(1463), + [anon_sym___extension__] = ACTIONS(1463), + [anon_sym_typedef] = ACTIONS(1463), + [anon_sym_extern] = ACTIONS(1463), + [anon_sym___attribute__] = ACTIONS(1463), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1465), + [anon_sym___declspec] = ACTIONS(1463), + [anon_sym___cdecl] = ACTIONS(1463), + [anon_sym___clrcall] = ACTIONS(1463), + [anon_sym___stdcall] = ACTIONS(1463), + [anon_sym___fastcall] = ACTIONS(1463), + [anon_sym___thiscall] = ACTIONS(1463), + [anon_sym___vectorcall] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1465), + [anon_sym_signed] = ACTIONS(1463), + [anon_sym_unsigned] = ACTIONS(1463), + [anon_sym_long] = ACTIONS(1463), + [anon_sym_short] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1463), + [anon_sym_auto] = ACTIONS(1463), + [anon_sym_register] = ACTIONS(1463), + [anon_sym_inline] = ACTIONS(1463), + [anon_sym___inline] = ACTIONS(1463), + [anon_sym___inline__] = ACTIONS(1463), + [anon_sym___forceinline] = ACTIONS(1463), + [anon_sym_thread_local] = ACTIONS(1463), + [anon_sym___thread] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_constexpr] = ACTIONS(1463), + [anon_sym_volatile] = ACTIONS(1463), + [anon_sym_restrict] = ACTIONS(1463), + [anon_sym___restrict__] = ACTIONS(1463), + [anon_sym__Atomic] = ACTIONS(1463), + [anon_sym__Noreturn] = ACTIONS(1463), + [anon_sym_noreturn] = ACTIONS(1463), + [anon_sym__Nonnull] = ACTIONS(1463), + [anon_sym_alignas] = ACTIONS(1463), + [anon_sym__Alignas] = ACTIONS(1463), + [sym_primitive_type] = ACTIONS(1463), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_struct] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_if] = ACTIONS(1463), + [anon_sym_switch] = ACTIONS(1463), + [anon_sym_case] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_while] = ACTIONS(1463), + [anon_sym_do] = ACTIONS(1463), + [anon_sym_for] = ACTIONS(1463), + [anon_sym_return] = ACTIONS(1463), + [anon_sym_break] = ACTIONS(1463), + [anon_sym_continue] = ACTIONS(1463), + [anon_sym_goto] = ACTIONS(1463), + [anon_sym___try] = ACTIONS(1463), + [anon_sym___leave] = ACTIONS(1463), + [anon_sym_DASH_DASH] = ACTIONS(1465), + [anon_sym_PLUS_PLUS] = ACTIONS(1465), + [anon_sym_sizeof] = ACTIONS(1463), + [anon_sym___alignof__] = ACTIONS(1463), + [anon_sym___alignof] = ACTIONS(1463), + [anon_sym__alignof] = ACTIONS(1463), + [anon_sym_alignof] = ACTIONS(1463), + [anon_sym__Alignof] = ACTIONS(1463), + [anon_sym_offsetof] = ACTIONS(1463), + [anon_sym__Generic] = ACTIONS(1463), + [anon_sym_asm] = ACTIONS(1463), + [anon_sym___asm__] = ACTIONS(1463), + [anon_sym___asm] = ACTIONS(1463), + [sym_number_literal] = ACTIONS(1465), + [anon_sym_L_SQUOTE] = ACTIONS(1465), + [anon_sym_u_SQUOTE] = ACTIONS(1465), + [anon_sym_U_SQUOTE] = ACTIONS(1465), + [anon_sym_u8_SQUOTE] = ACTIONS(1465), + [anon_sym_SQUOTE] = ACTIONS(1465), + [anon_sym_L_DQUOTE] = ACTIONS(1465), + [anon_sym_u_DQUOTE] = ACTIONS(1465), + [anon_sym_U_DQUOTE] = ACTIONS(1465), + [anon_sym_u8_DQUOTE] = ACTIONS(1465), + [anon_sym_DQUOTE] = ACTIONS(1465), + [sym_true] = ACTIONS(1463), + [sym_false] = ACTIONS(1463), + [anon_sym_NULL] = ACTIONS(1463), + [anon_sym_nullptr] = ACTIONS(1463), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1463), + [anon_sym_rayPayloadInEXT] = ACTIONS(1463), + [anon_sym_hitAttributeEXT] = ACTIONS(1463), + [anon_sym_callableDataEXT] = ACTIONS(1463), + [anon_sym_callableDataInEXT] = ACTIONS(1463), + [anon_sym_shaderRecordEXT] = ACTIONS(1463), + [anon_sym_rayPayloadNV] = ACTIONS(1463), + [anon_sym_rayPayloadInNV] = ACTIONS(1463), + [anon_sym_hitAttributeNV] = ACTIONS(1463), + [anon_sym_callableDataNV] = ACTIONS(1463), + [anon_sym_callableDataInNV] = ACTIONS(1463), + [anon_sym_shaderRecordNV] = ACTIONS(1463), + [anon_sym_layout] = ACTIONS(1463), }, [394] = { - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_RBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym___try] = ACTIONS(1413), - [anon_sym___leave] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), + [sym_identifier] = ACTIONS(1491), + [aux_sym_preproc_include_token1] = ACTIONS(1491), + [aux_sym_preproc_def_token1] = ACTIONS(1491), + [aux_sym_preproc_if_token1] = ACTIONS(1491), + [aux_sym_preproc_if_token2] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1491), + [sym_preproc_directive] = ACTIONS(1491), + [anon_sym_LPAREN2] = ACTIONS(1493), + [anon_sym_BANG] = ACTIONS(1493), + [anon_sym_TILDE] = ACTIONS(1493), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1493), + [anon_sym_AMP] = ACTIONS(1493), + [anon_sym_subroutine] = ACTIONS(1491), + [anon_sym_invariant] = ACTIONS(1491), + [anon_sym_precise] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1493), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_out] = ACTIONS(1491), + [anon_sym_inout] = ACTIONS(1491), + [anon_sym_uniform] = ACTIONS(1491), + [anon_sym_shared] = ACTIONS(1491), + [anon_sym_attribute] = ACTIONS(1491), + [anon_sym_varying] = ACTIONS(1491), + [anon_sym_buffer] = ACTIONS(1491), + [anon_sym_coherent] = ACTIONS(1491), + [anon_sym_readonly] = ACTIONS(1491), + [anon_sym_writeonly] = ACTIONS(1491), + [anon_sym_precision] = ACTIONS(1491), + [anon_sym_highp] = ACTIONS(1491), + [anon_sym_mediump] = ACTIONS(1491), + [anon_sym_lowp] = ACTIONS(1491), + [anon_sym_centroid] = ACTIONS(1491), + [anon_sym_sample] = ACTIONS(1491), + [anon_sym_patch] = ACTIONS(1491), + [anon_sym_smooth] = ACTIONS(1491), + [anon_sym_flat] = ACTIONS(1491), + [anon_sym_noperspective] = ACTIONS(1491), + [anon_sym___extension__] = ACTIONS(1491), + [anon_sym_typedef] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym___attribute__] = ACTIONS(1491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1493), + [anon_sym___declspec] = ACTIONS(1491), + [anon_sym___cdecl] = ACTIONS(1491), + [anon_sym___clrcall] = ACTIONS(1491), + [anon_sym___stdcall] = ACTIONS(1491), + [anon_sym___fastcall] = ACTIONS(1491), + [anon_sym___thiscall] = ACTIONS(1491), + [anon_sym___vectorcall] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_signed] = ACTIONS(1491), + [anon_sym_unsigned] = ACTIONS(1491), + [anon_sym_long] = ACTIONS(1491), + [anon_sym_short] = ACTIONS(1491), + [anon_sym_static] = ACTIONS(1491), + [anon_sym_auto] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_inline] = ACTIONS(1491), + [anon_sym___inline] = ACTIONS(1491), + [anon_sym___inline__] = ACTIONS(1491), + [anon_sym___forceinline] = ACTIONS(1491), + [anon_sym_thread_local] = ACTIONS(1491), + [anon_sym___thread] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_constexpr] = ACTIONS(1491), + [anon_sym_volatile] = ACTIONS(1491), + [anon_sym_restrict] = ACTIONS(1491), + [anon_sym___restrict__] = ACTIONS(1491), + [anon_sym__Atomic] = ACTIONS(1491), + [anon_sym__Noreturn] = ACTIONS(1491), + [anon_sym_noreturn] = ACTIONS(1491), + [anon_sym__Nonnull] = ACTIONS(1491), + [anon_sym_alignas] = ACTIONS(1491), + [anon_sym__Alignas] = ACTIONS(1491), + [sym_primitive_type] = ACTIONS(1491), + [anon_sym_enum] = ACTIONS(1491), + [anon_sym_struct] = ACTIONS(1491), + [anon_sym_union] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_switch] = ACTIONS(1491), + [anon_sym_case] = ACTIONS(1491), + [anon_sym_default] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_goto] = ACTIONS(1491), + [anon_sym___try] = ACTIONS(1491), + [anon_sym___leave] = ACTIONS(1491), + [anon_sym_DASH_DASH] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_sizeof] = ACTIONS(1491), + [anon_sym___alignof__] = ACTIONS(1491), + [anon_sym___alignof] = ACTIONS(1491), + [anon_sym__alignof] = ACTIONS(1491), + [anon_sym_alignof] = ACTIONS(1491), + [anon_sym__Alignof] = ACTIONS(1491), + [anon_sym_offsetof] = ACTIONS(1491), + [anon_sym__Generic] = ACTIONS(1491), + [anon_sym_asm] = ACTIONS(1491), + [anon_sym___asm__] = ACTIONS(1491), + [anon_sym___asm] = ACTIONS(1491), + [sym_number_literal] = ACTIONS(1493), + [anon_sym_L_SQUOTE] = ACTIONS(1493), + [anon_sym_u_SQUOTE] = ACTIONS(1493), + [anon_sym_U_SQUOTE] = ACTIONS(1493), + [anon_sym_u8_SQUOTE] = ACTIONS(1493), + [anon_sym_SQUOTE] = ACTIONS(1493), + [anon_sym_L_DQUOTE] = ACTIONS(1493), + [anon_sym_u_DQUOTE] = ACTIONS(1493), + [anon_sym_U_DQUOTE] = ACTIONS(1493), + [anon_sym_u8_DQUOTE] = ACTIONS(1493), + [anon_sym_DQUOTE] = ACTIONS(1493), + [sym_true] = ACTIONS(1491), + [sym_false] = ACTIONS(1491), + [anon_sym_NULL] = ACTIONS(1491), + [anon_sym_nullptr] = ACTIONS(1491), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1491), + [anon_sym_rayPayloadInEXT] = ACTIONS(1491), + [anon_sym_hitAttributeEXT] = ACTIONS(1491), + [anon_sym_callableDataEXT] = ACTIONS(1491), + [anon_sym_callableDataInEXT] = ACTIONS(1491), + [anon_sym_shaderRecordEXT] = ACTIONS(1491), + [anon_sym_rayPayloadNV] = ACTIONS(1491), + [anon_sym_rayPayloadInNV] = ACTIONS(1491), + [anon_sym_hitAttributeNV] = ACTIONS(1491), + [anon_sym_callableDataNV] = ACTIONS(1491), + [anon_sym_callableDataInNV] = ACTIONS(1491), + [anon_sym_shaderRecordNV] = ACTIONS(1491), + [anon_sym_layout] = ACTIONS(1491), }, [395] = { + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token2] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym___try] = ACTIONS(1459), + [anon_sym___leave] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [396] = { + [sym_identifier] = ACTIONS(1455), + [aux_sym_preproc_include_token1] = ACTIONS(1455), + [aux_sym_preproc_def_token1] = ACTIONS(1455), + [aux_sym_preproc_if_token1] = ACTIONS(1455), + [aux_sym_preproc_if_token2] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1455), + [anon_sym_LPAREN2] = ACTIONS(1457), + [anon_sym_BANG] = ACTIONS(1457), + [anon_sym_TILDE] = ACTIONS(1457), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_STAR] = ACTIONS(1457), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_subroutine] = ACTIONS(1455), + [anon_sym_invariant] = ACTIONS(1455), + [anon_sym_precise] = ACTIONS(1455), + [anon_sym_SEMI] = ACTIONS(1457), + [anon_sym_in] = ACTIONS(1455), + [anon_sym_out] = ACTIONS(1455), + [anon_sym_inout] = ACTIONS(1455), + [anon_sym_uniform] = ACTIONS(1455), + [anon_sym_shared] = ACTIONS(1455), + [anon_sym_attribute] = ACTIONS(1455), + [anon_sym_varying] = ACTIONS(1455), + [anon_sym_buffer] = ACTIONS(1455), + [anon_sym_coherent] = ACTIONS(1455), + [anon_sym_readonly] = ACTIONS(1455), + [anon_sym_writeonly] = ACTIONS(1455), + [anon_sym_precision] = ACTIONS(1455), + [anon_sym_highp] = ACTIONS(1455), + [anon_sym_mediump] = ACTIONS(1455), + [anon_sym_lowp] = ACTIONS(1455), + [anon_sym_centroid] = ACTIONS(1455), + [anon_sym_sample] = ACTIONS(1455), + [anon_sym_patch] = ACTIONS(1455), + [anon_sym_smooth] = ACTIONS(1455), + [anon_sym_flat] = ACTIONS(1455), + [anon_sym_noperspective] = ACTIONS(1455), + [anon_sym___extension__] = ACTIONS(1455), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym___attribute__] = ACTIONS(1455), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym___declspec] = ACTIONS(1455), + [anon_sym___cdecl] = ACTIONS(1455), + [anon_sym___clrcall] = ACTIONS(1455), + [anon_sym___stdcall] = ACTIONS(1455), + [anon_sym___fastcall] = ACTIONS(1455), + [anon_sym___thiscall] = ACTIONS(1455), + [anon_sym___vectorcall] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1457), + [anon_sym_signed] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_inline] = ACTIONS(1455), + [anon_sym___inline] = ACTIONS(1455), + [anon_sym___inline__] = ACTIONS(1455), + [anon_sym___forceinline] = ACTIONS(1455), + [anon_sym_thread_local] = ACTIONS(1455), + [anon_sym___thread] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_constexpr] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym___restrict__] = ACTIONS(1455), + [anon_sym__Atomic] = ACTIONS(1455), + [anon_sym__Noreturn] = ACTIONS(1455), + [anon_sym_noreturn] = ACTIONS(1455), + [anon_sym__Nonnull] = ACTIONS(1455), + [anon_sym_alignas] = ACTIONS(1455), + [anon_sym__Alignas] = ACTIONS(1455), + [sym_primitive_type] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym___try] = ACTIONS(1455), + [anon_sym___leave] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1457), + [anon_sym_PLUS_PLUS] = ACTIONS(1457), + [anon_sym_sizeof] = ACTIONS(1455), + [anon_sym___alignof__] = ACTIONS(1455), + [anon_sym___alignof] = ACTIONS(1455), + [anon_sym__alignof] = ACTIONS(1455), + [anon_sym_alignof] = ACTIONS(1455), + [anon_sym__Alignof] = ACTIONS(1455), + [anon_sym_offsetof] = ACTIONS(1455), + [anon_sym__Generic] = ACTIONS(1455), + [anon_sym_asm] = ACTIONS(1455), + [anon_sym___asm__] = ACTIONS(1455), + [anon_sym___asm] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1457), + [anon_sym_L_SQUOTE] = ACTIONS(1457), + [anon_sym_u_SQUOTE] = ACTIONS(1457), + [anon_sym_U_SQUOTE] = ACTIONS(1457), + [anon_sym_u8_SQUOTE] = ACTIONS(1457), + [anon_sym_SQUOTE] = ACTIONS(1457), + [anon_sym_L_DQUOTE] = ACTIONS(1457), + [anon_sym_u_DQUOTE] = ACTIONS(1457), + [anon_sym_U_DQUOTE] = ACTIONS(1457), + [anon_sym_u8_DQUOTE] = ACTIONS(1457), + [anon_sym_DQUOTE] = ACTIONS(1457), + [sym_true] = ACTIONS(1455), + [sym_false] = ACTIONS(1455), + [anon_sym_NULL] = ACTIONS(1455), + [anon_sym_nullptr] = ACTIONS(1455), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1455), + [anon_sym_rayPayloadInEXT] = ACTIONS(1455), + [anon_sym_hitAttributeEXT] = ACTIONS(1455), + [anon_sym_callableDataEXT] = ACTIONS(1455), + [anon_sym_callableDataInEXT] = ACTIONS(1455), + [anon_sym_shaderRecordEXT] = ACTIONS(1455), + [anon_sym_rayPayloadNV] = ACTIONS(1455), + [anon_sym_rayPayloadInNV] = ACTIONS(1455), + [anon_sym_hitAttributeNV] = ACTIONS(1455), + [anon_sym_callableDataNV] = ACTIONS(1455), + [anon_sym_callableDataInNV] = ACTIONS(1455), + [anon_sym_shaderRecordNV] = ACTIONS(1455), + [anon_sym_layout] = ACTIONS(1455), + }, + [397] = { + [sym_identifier] = ACTIONS(1415), + [aux_sym_preproc_include_token1] = ACTIONS(1415), + [aux_sym_preproc_def_token1] = ACTIONS(1415), + [aux_sym_preproc_if_token1] = ACTIONS(1415), + [aux_sym_preproc_if_token2] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1415), + [sym_preproc_directive] = ACTIONS(1415), + [anon_sym_LPAREN2] = ACTIONS(1417), + [anon_sym_BANG] = ACTIONS(1417), + [anon_sym_TILDE] = ACTIONS(1417), + [anon_sym_DASH] = ACTIONS(1415), + [anon_sym_PLUS] = ACTIONS(1415), + [anon_sym_STAR] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1417), + [anon_sym_subroutine] = ACTIONS(1415), + [anon_sym_invariant] = ACTIONS(1415), + [anon_sym_precise] = ACTIONS(1415), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_in] = ACTIONS(1415), + [anon_sym_out] = ACTIONS(1415), + [anon_sym_inout] = ACTIONS(1415), + [anon_sym_uniform] = ACTIONS(1415), + [anon_sym_shared] = ACTIONS(1415), + [anon_sym_attribute] = ACTIONS(1415), + [anon_sym_varying] = ACTIONS(1415), + [anon_sym_buffer] = ACTIONS(1415), + [anon_sym_coherent] = ACTIONS(1415), + [anon_sym_readonly] = ACTIONS(1415), + [anon_sym_writeonly] = ACTIONS(1415), + [anon_sym_precision] = ACTIONS(1415), + [anon_sym_highp] = ACTIONS(1415), + [anon_sym_mediump] = ACTIONS(1415), + [anon_sym_lowp] = ACTIONS(1415), + [anon_sym_centroid] = ACTIONS(1415), + [anon_sym_sample] = ACTIONS(1415), + [anon_sym_patch] = ACTIONS(1415), + [anon_sym_smooth] = ACTIONS(1415), + [anon_sym_flat] = ACTIONS(1415), + [anon_sym_noperspective] = ACTIONS(1415), + [anon_sym___extension__] = ACTIONS(1415), + [anon_sym_typedef] = ACTIONS(1415), + [anon_sym_extern] = ACTIONS(1415), + [anon_sym___attribute__] = ACTIONS(1415), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1417), + [anon_sym___declspec] = ACTIONS(1415), + [anon_sym___cdecl] = ACTIONS(1415), + [anon_sym___clrcall] = ACTIONS(1415), + [anon_sym___stdcall] = ACTIONS(1415), + [anon_sym___fastcall] = ACTIONS(1415), + [anon_sym___thiscall] = ACTIONS(1415), + [anon_sym___vectorcall] = ACTIONS(1415), + [anon_sym_LBRACE] = ACTIONS(1417), + [anon_sym_signed] = ACTIONS(1415), + [anon_sym_unsigned] = ACTIONS(1415), + [anon_sym_long] = ACTIONS(1415), + [anon_sym_short] = ACTIONS(1415), + [anon_sym_static] = ACTIONS(1415), + [anon_sym_auto] = ACTIONS(1415), + [anon_sym_register] = ACTIONS(1415), + [anon_sym_inline] = ACTIONS(1415), + [anon_sym___inline] = ACTIONS(1415), + [anon_sym___inline__] = ACTIONS(1415), + [anon_sym___forceinline] = ACTIONS(1415), + [anon_sym_thread_local] = ACTIONS(1415), + [anon_sym___thread] = ACTIONS(1415), + [anon_sym_const] = ACTIONS(1415), + [anon_sym_constexpr] = ACTIONS(1415), + [anon_sym_volatile] = ACTIONS(1415), + [anon_sym_restrict] = ACTIONS(1415), + [anon_sym___restrict__] = ACTIONS(1415), + [anon_sym__Atomic] = ACTIONS(1415), + [anon_sym__Noreturn] = ACTIONS(1415), + [anon_sym_noreturn] = ACTIONS(1415), + [anon_sym__Nonnull] = ACTIONS(1415), + [anon_sym_alignas] = ACTIONS(1415), + [anon_sym__Alignas] = ACTIONS(1415), + [sym_primitive_type] = ACTIONS(1415), + [anon_sym_enum] = ACTIONS(1415), + [anon_sym_struct] = ACTIONS(1415), + [anon_sym_union] = ACTIONS(1415), + [anon_sym_if] = ACTIONS(1415), + [anon_sym_switch] = ACTIONS(1415), + [anon_sym_case] = ACTIONS(1415), + [anon_sym_default] = ACTIONS(1415), + [anon_sym_while] = ACTIONS(1415), + [anon_sym_do] = ACTIONS(1415), + [anon_sym_for] = ACTIONS(1415), + [anon_sym_return] = ACTIONS(1415), + [anon_sym_break] = ACTIONS(1415), + [anon_sym_continue] = ACTIONS(1415), + [anon_sym_goto] = ACTIONS(1415), + [anon_sym___try] = ACTIONS(1415), + [anon_sym___leave] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1417), + [anon_sym_PLUS_PLUS] = ACTIONS(1417), + [anon_sym_sizeof] = ACTIONS(1415), + [anon_sym___alignof__] = ACTIONS(1415), + [anon_sym___alignof] = ACTIONS(1415), + [anon_sym__alignof] = ACTIONS(1415), + [anon_sym_alignof] = ACTIONS(1415), + [anon_sym__Alignof] = ACTIONS(1415), + [anon_sym_offsetof] = ACTIONS(1415), + [anon_sym__Generic] = ACTIONS(1415), + [anon_sym_asm] = ACTIONS(1415), + [anon_sym___asm__] = ACTIONS(1415), + [anon_sym___asm] = ACTIONS(1415), + [sym_number_literal] = ACTIONS(1417), + [anon_sym_L_SQUOTE] = ACTIONS(1417), + [anon_sym_u_SQUOTE] = ACTIONS(1417), + [anon_sym_U_SQUOTE] = ACTIONS(1417), + [anon_sym_u8_SQUOTE] = ACTIONS(1417), + [anon_sym_SQUOTE] = ACTIONS(1417), + [anon_sym_L_DQUOTE] = ACTIONS(1417), + [anon_sym_u_DQUOTE] = ACTIONS(1417), + [anon_sym_U_DQUOTE] = ACTIONS(1417), + [anon_sym_u8_DQUOTE] = ACTIONS(1417), + [anon_sym_DQUOTE] = ACTIONS(1417), + [sym_true] = ACTIONS(1415), + [sym_false] = ACTIONS(1415), + [anon_sym_NULL] = ACTIONS(1415), + [anon_sym_nullptr] = ACTIONS(1415), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1415), + [anon_sym_rayPayloadInEXT] = ACTIONS(1415), + [anon_sym_hitAttributeEXT] = ACTIONS(1415), + [anon_sym_callableDataEXT] = ACTIONS(1415), + [anon_sym_callableDataInEXT] = ACTIONS(1415), + [anon_sym_shaderRecordEXT] = ACTIONS(1415), + [anon_sym_rayPayloadNV] = ACTIONS(1415), + [anon_sym_rayPayloadInNV] = ACTIONS(1415), + [anon_sym_hitAttributeNV] = ACTIONS(1415), + [anon_sym_callableDataNV] = ACTIONS(1415), + [anon_sym_callableDataInNV] = ACTIONS(1415), + [anon_sym_shaderRecordNV] = ACTIONS(1415), + [anon_sym_layout] = ACTIONS(1415), + }, + [398] = { + [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(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_TILDE] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_subroutine] = ACTIONS(1521), + [anon_sym_invariant] = ACTIONS(1521), + [anon_sym_precise] = ACTIONS(1521), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_out] = ACTIONS(1521), + [anon_sym_inout] = ACTIONS(1521), + [anon_sym_uniform] = ACTIONS(1521), + [anon_sym_shared] = ACTIONS(1521), + [anon_sym_attribute] = ACTIONS(1521), + [anon_sym_varying] = ACTIONS(1521), + [anon_sym_buffer] = ACTIONS(1521), + [anon_sym_coherent] = ACTIONS(1521), + [anon_sym_readonly] = ACTIONS(1521), + [anon_sym_writeonly] = ACTIONS(1521), + [anon_sym_precision] = ACTIONS(1521), + [anon_sym_highp] = ACTIONS(1521), + [anon_sym_mediump] = ACTIONS(1521), + [anon_sym_lowp] = ACTIONS(1521), + [anon_sym_centroid] = ACTIONS(1521), + [anon_sym_sample] = ACTIONS(1521), + [anon_sym_patch] = ACTIONS(1521), + [anon_sym_smooth] = ACTIONS(1521), + [anon_sym_flat] = ACTIONS(1521), + [anon_sym_noperspective] = ACTIONS(1521), + [anon_sym___extension__] = ACTIONS(1521), + [anon_sym_typedef] = ACTIONS(1521), + [anon_sym_extern] = ACTIONS(1521), + [anon_sym___attribute__] = ACTIONS(1521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1523), + [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(1523), + [anon_sym_RBRACE] = ACTIONS(1523), + [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___try] = ACTIONS(1521), + [anon_sym___leave] = ACTIONS(1521), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [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(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(1521), + [sym_false] = ACTIONS(1521), + [anon_sym_NULL] = ACTIONS(1521), + [anon_sym_nullptr] = ACTIONS(1521), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1521), + [anon_sym_rayPayloadInEXT] = ACTIONS(1521), + [anon_sym_hitAttributeEXT] = ACTIONS(1521), + [anon_sym_callableDataEXT] = ACTIONS(1521), + [anon_sym_callableDataInEXT] = ACTIONS(1521), + [anon_sym_shaderRecordEXT] = ACTIONS(1521), + [anon_sym_rayPayloadNV] = ACTIONS(1521), + [anon_sym_rayPayloadInNV] = ACTIONS(1521), + [anon_sym_hitAttributeNV] = ACTIONS(1521), + [anon_sym_callableDataNV] = ACTIONS(1521), + [anon_sym_callableDataInNV] = ACTIONS(1521), + [anon_sym_shaderRecordNV] = ACTIONS(1521), + [anon_sym_layout] = ACTIONS(1521), + }, + [399] = { + [sym_identifier] = ACTIONS(1483), + [aux_sym_preproc_include_token1] = ACTIONS(1483), + [aux_sym_preproc_def_token1] = ACTIONS(1483), + [aux_sym_preproc_if_token1] = ACTIONS(1483), + [aux_sym_preproc_if_token2] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1483), + [sym_preproc_directive] = ACTIONS(1483), + [anon_sym_LPAREN2] = ACTIONS(1485), + [anon_sym_BANG] = ACTIONS(1485), + [anon_sym_TILDE] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_AMP] = ACTIONS(1485), + [anon_sym_subroutine] = ACTIONS(1483), + [anon_sym_invariant] = ACTIONS(1483), + [anon_sym_precise] = ACTIONS(1483), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1483), + [anon_sym_out] = ACTIONS(1483), + [anon_sym_inout] = ACTIONS(1483), + [anon_sym_uniform] = ACTIONS(1483), + [anon_sym_shared] = ACTIONS(1483), + [anon_sym_attribute] = ACTIONS(1483), + [anon_sym_varying] = ACTIONS(1483), + [anon_sym_buffer] = ACTIONS(1483), + [anon_sym_coherent] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_writeonly] = ACTIONS(1483), + [anon_sym_precision] = ACTIONS(1483), + [anon_sym_highp] = ACTIONS(1483), + [anon_sym_mediump] = ACTIONS(1483), + [anon_sym_lowp] = ACTIONS(1483), + [anon_sym_centroid] = ACTIONS(1483), + [anon_sym_sample] = ACTIONS(1483), + [anon_sym_patch] = ACTIONS(1483), + [anon_sym_smooth] = ACTIONS(1483), + [anon_sym_flat] = ACTIONS(1483), + [anon_sym_noperspective] = ACTIONS(1483), + [anon_sym___extension__] = ACTIONS(1483), + [anon_sym_typedef] = ACTIONS(1483), + [anon_sym_extern] = ACTIONS(1483), + [anon_sym___attribute__] = ACTIONS(1483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1485), + [anon_sym___declspec] = ACTIONS(1483), + [anon_sym___cdecl] = ACTIONS(1483), + [anon_sym___clrcall] = ACTIONS(1483), + [anon_sym___stdcall] = ACTIONS(1483), + [anon_sym___fastcall] = ACTIONS(1483), + [anon_sym___thiscall] = ACTIONS(1483), + [anon_sym___vectorcall] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_signed] = ACTIONS(1483), + [anon_sym_unsigned] = ACTIONS(1483), + [anon_sym_long] = ACTIONS(1483), + [anon_sym_short] = ACTIONS(1483), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_auto] = ACTIONS(1483), + [anon_sym_register] = ACTIONS(1483), + [anon_sym_inline] = ACTIONS(1483), + [anon_sym___inline] = ACTIONS(1483), + [anon_sym___inline__] = ACTIONS(1483), + [anon_sym___forceinline] = ACTIONS(1483), + [anon_sym_thread_local] = ACTIONS(1483), + [anon_sym___thread] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_constexpr] = ACTIONS(1483), + [anon_sym_volatile] = ACTIONS(1483), + [anon_sym_restrict] = ACTIONS(1483), + [anon_sym___restrict__] = ACTIONS(1483), + [anon_sym__Atomic] = ACTIONS(1483), + [anon_sym__Noreturn] = ACTIONS(1483), + [anon_sym_noreturn] = ACTIONS(1483), + [anon_sym__Nonnull] = ACTIONS(1483), + [anon_sym_alignas] = ACTIONS(1483), + [anon_sym__Alignas] = ACTIONS(1483), + [sym_primitive_type] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + [anon_sym_struct] = ACTIONS(1483), + [anon_sym_union] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_goto] = ACTIONS(1483), + [anon_sym___try] = ACTIONS(1483), + [anon_sym___leave] = ACTIONS(1483), + [anon_sym_DASH_DASH] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_sizeof] = ACTIONS(1483), + [anon_sym___alignof__] = ACTIONS(1483), + [anon_sym___alignof] = ACTIONS(1483), + [anon_sym__alignof] = ACTIONS(1483), + [anon_sym_alignof] = ACTIONS(1483), + [anon_sym__Alignof] = ACTIONS(1483), + [anon_sym_offsetof] = ACTIONS(1483), + [anon_sym__Generic] = ACTIONS(1483), + [anon_sym_asm] = ACTIONS(1483), + [anon_sym___asm__] = ACTIONS(1483), + [anon_sym___asm] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(1485), + [anon_sym_L_SQUOTE] = ACTIONS(1485), + [anon_sym_u_SQUOTE] = ACTIONS(1485), + [anon_sym_U_SQUOTE] = ACTIONS(1485), + [anon_sym_u8_SQUOTE] = ACTIONS(1485), + [anon_sym_SQUOTE] = ACTIONS(1485), + [anon_sym_L_DQUOTE] = ACTIONS(1485), + [anon_sym_u_DQUOTE] = ACTIONS(1485), + [anon_sym_U_DQUOTE] = ACTIONS(1485), + [anon_sym_u8_DQUOTE] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [anon_sym_NULL] = ACTIONS(1483), + [anon_sym_nullptr] = ACTIONS(1483), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1483), + [anon_sym_rayPayloadInEXT] = ACTIONS(1483), + [anon_sym_hitAttributeEXT] = ACTIONS(1483), + [anon_sym_callableDataEXT] = ACTIONS(1483), + [anon_sym_callableDataInEXT] = ACTIONS(1483), + [anon_sym_shaderRecordEXT] = ACTIONS(1483), + [anon_sym_rayPayloadNV] = ACTIONS(1483), + [anon_sym_rayPayloadInNV] = ACTIONS(1483), + [anon_sym_hitAttributeNV] = ACTIONS(1483), + [anon_sym_callableDataNV] = ACTIONS(1483), + [anon_sym_callableDataInNV] = ACTIONS(1483), + [anon_sym_shaderRecordNV] = ACTIONS(1483), + [anon_sym_layout] = ACTIONS(1483), + }, + [400] = { + [sym_identifier] = ACTIONS(1503), + [aux_sym_preproc_include_token1] = ACTIONS(1503), + [aux_sym_preproc_def_token1] = ACTIONS(1503), + [aux_sym_preproc_if_token1] = ACTIONS(1503), + [aux_sym_preproc_if_token2] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1503), + [sym_preproc_directive] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1505), + [anon_sym_BANG] = ACTIONS(1505), + [anon_sym_TILDE] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_subroutine] = ACTIONS(1503), + [anon_sym_invariant] = ACTIONS(1503), + [anon_sym_precise] = ACTIONS(1503), + [anon_sym_SEMI] = ACTIONS(1505), + [anon_sym_in] = ACTIONS(1503), + [anon_sym_out] = ACTIONS(1503), + [anon_sym_inout] = ACTIONS(1503), + [anon_sym_uniform] = ACTIONS(1503), + [anon_sym_shared] = ACTIONS(1503), + [anon_sym_attribute] = ACTIONS(1503), + [anon_sym_varying] = ACTIONS(1503), + [anon_sym_buffer] = ACTIONS(1503), + [anon_sym_coherent] = ACTIONS(1503), + [anon_sym_readonly] = ACTIONS(1503), + [anon_sym_writeonly] = ACTIONS(1503), + [anon_sym_precision] = ACTIONS(1503), + [anon_sym_highp] = ACTIONS(1503), + [anon_sym_mediump] = ACTIONS(1503), + [anon_sym_lowp] = ACTIONS(1503), + [anon_sym_centroid] = ACTIONS(1503), + [anon_sym_sample] = ACTIONS(1503), + [anon_sym_patch] = ACTIONS(1503), + [anon_sym_smooth] = ACTIONS(1503), + [anon_sym_flat] = ACTIONS(1503), + [anon_sym_noperspective] = ACTIONS(1503), + [anon_sym___extension__] = ACTIONS(1503), + [anon_sym_typedef] = ACTIONS(1503), + [anon_sym_extern] = ACTIONS(1503), + [anon_sym___attribute__] = ACTIONS(1503), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1505), + [anon_sym___declspec] = ACTIONS(1503), + [anon_sym___cdecl] = ACTIONS(1503), + [anon_sym___clrcall] = ACTIONS(1503), + [anon_sym___stdcall] = ACTIONS(1503), + [anon_sym___fastcall] = ACTIONS(1503), + [anon_sym___thiscall] = ACTIONS(1503), + [anon_sym___vectorcall] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_signed] = ACTIONS(1503), + [anon_sym_unsigned] = ACTIONS(1503), + [anon_sym_long] = ACTIONS(1503), + [anon_sym_short] = ACTIONS(1503), + [anon_sym_static] = ACTIONS(1503), + [anon_sym_auto] = ACTIONS(1503), + [anon_sym_register] = ACTIONS(1503), + [anon_sym_inline] = ACTIONS(1503), + [anon_sym___inline] = ACTIONS(1503), + [anon_sym___inline__] = ACTIONS(1503), + [anon_sym___forceinline] = ACTIONS(1503), + [anon_sym_thread_local] = ACTIONS(1503), + [anon_sym___thread] = ACTIONS(1503), + [anon_sym_const] = ACTIONS(1503), + [anon_sym_constexpr] = ACTIONS(1503), + [anon_sym_volatile] = ACTIONS(1503), + [anon_sym_restrict] = ACTIONS(1503), + [anon_sym___restrict__] = ACTIONS(1503), + [anon_sym__Atomic] = ACTIONS(1503), + [anon_sym__Noreturn] = ACTIONS(1503), + [anon_sym_noreturn] = ACTIONS(1503), + [anon_sym__Nonnull] = ACTIONS(1503), + [anon_sym_alignas] = ACTIONS(1503), + [anon_sym__Alignas] = ACTIONS(1503), + [sym_primitive_type] = ACTIONS(1503), + [anon_sym_enum] = ACTIONS(1503), + [anon_sym_struct] = ACTIONS(1503), + [anon_sym_union] = ACTIONS(1503), + [anon_sym_if] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1503), + [anon_sym_case] = ACTIONS(1503), + [anon_sym_default] = ACTIONS(1503), + [anon_sym_while] = ACTIONS(1503), + [anon_sym_do] = ACTIONS(1503), + [anon_sym_for] = ACTIONS(1503), + [anon_sym_return] = ACTIONS(1503), + [anon_sym_break] = ACTIONS(1503), + [anon_sym_continue] = ACTIONS(1503), + [anon_sym_goto] = ACTIONS(1503), + [anon_sym___try] = ACTIONS(1503), + [anon_sym___leave] = ACTIONS(1503), + [anon_sym_DASH_DASH] = ACTIONS(1505), + [anon_sym_PLUS_PLUS] = ACTIONS(1505), + [anon_sym_sizeof] = ACTIONS(1503), + [anon_sym___alignof__] = ACTIONS(1503), + [anon_sym___alignof] = ACTIONS(1503), + [anon_sym__alignof] = ACTIONS(1503), + [anon_sym_alignof] = ACTIONS(1503), + [anon_sym__Alignof] = ACTIONS(1503), + [anon_sym_offsetof] = ACTIONS(1503), + [anon_sym__Generic] = ACTIONS(1503), + [anon_sym_asm] = ACTIONS(1503), + [anon_sym___asm__] = ACTIONS(1503), + [anon_sym___asm] = ACTIONS(1503), + [sym_number_literal] = ACTIONS(1505), + [anon_sym_L_SQUOTE] = ACTIONS(1505), + [anon_sym_u_SQUOTE] = ACTIONS(1505), + [anon_sym_U_SQUOTE] = ACTIONS(1505), + [anon_sym_u8_SQUOTE] = ACTIONS(1505), + [anon_sym_SQUOTE] = ACTIONS(1505), + [anon_sym_L_DQUOTE] = ACTIONS(1505), + [anon_sym_u_DQUOTE] = ACTIONS(1505), + [anon_sym_U_DQUOTE] = ACTIONS(1505), + [anon_sym_u8_DQUOTE] = ACTIONS(1505), + [anon_sym_DQUOTE] = ACTIONS(1505), + [sym_true] = ACTIONS(1503), + [sym_false] = ACTIONS(1503), + [anon_sym_NULL] = ACTIONS(1503), + [anon_sym_nullptr] = ACTIONS(1503), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1503), + [anon_sym_rayPayloadInEXT] = ACTIONS(1503), + [anon_sym_hitAttributeEXT] = ACTIONS(1503), + [anon_sym_callableDataEXT] = ACTIONS(1503), + [anon_sym_callableDataInEXT] = ACTIONS(1503), + [anon_sym_shaderRecordEXT] = ACTIONS(1503), + [anon_sym_rayPayloadNV] = ACTIONS(1503), + [anon_sym_rayPayloadInNV] = ACTIONS(1503), + [anon_sym_hitAttributeNV] = ACTIONS(1503), + [anon_sym_callableDataNV] = ACTIONS(1503), + [anon_sym_callableDataInNV] = ACTIONS(1503), + [anon_sym_shaderRecordNV] = ACTIONS(1503), + [anon_sym_layout] = ACTIONS(1503), + }, + [401] = { + [sym_identifier] = ACTIONS(1427), + [aux_sym_preproc_include_token1] = ACTIONS(1427), + [aux_sym_preproc_def_token1] = ACTIONS(1427), + [aux_sym_preproc_if_token1] = ACTIONS(1427), + [aux_sym_preproc_if_token2] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1427), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_LPAREN2] = ACTIONS(1429), + [anon_sym_BANG] = ACTIONS(1429), + [anon_sym_TILDE] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1427), + [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1429), + [anon_sym_subroutine] = ACTIONS(1427), + [anon_sym_invariant] = ACTIONS(1427), + [anon_sym_precise] = ACTIONS(1427), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_in] = ACTIONS(1427), + [anon_sym_out] = ACTIONS(1427), + [anon_sym_inout] = ACTIONS(1427), + [anon_sym_uniform] = ACTIONS(1427), + [anon_sym_shared] = ACTIONS(1427), + [anon_sym_attribute] = ACTIONS(1427), + [anon_sym_varying] = ACTIONS(1427), + [anon_sym_buffer] = ACTIONS(1427), + [anon_sym_coherent] = ACTIONS(1427), + [anon_sym_readonly] = ACTIONS(1427), + [anon_sym_writeonly] = ACTIONS(1427), + [anon_sym_precision] = ACTIONS(1427), + [anon_sym_highp] = ACTIONS(1427), + [anon_sym_mediump] = ACTIONS(1427), + [anon_sym_lowp] = ACTIONS(1427), + [anon_sym_centroid] = ACTIONS(1427), + [anon_sym_sample] = ACTIONS(1427), + [anon_sym_patch] = ACTIONS(1427), + [anon_sym_smooth] = ACTIONS(1427), + [anon_sym_flat] = ACTIONS(1427), + [anon_sym_noperspective] = ACTIONS(1427), + [anon_sym___extension__] = ACTIONS(1427), + [anon_sym_typedef] = ACTIONS(1427), + [anon_sym_extern] = ACTIONS(1427), + [anon_sym___attribute__] = ACTIONS(1427), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1429), + [anon_sym___declspec] = ACTIONS(1427), + [anon_sym___cdecl] = ACTIONS(1427), + [anon_sym___clrcall] = ACTIONS(1427), + [anon_sym___stdcall] = ACTIONS(1427), + [anon_sym___fastcall] = ACTIONS(1427), + [anon_sym___thiscall] = ACTIONS(1427), + [anon_sym___vectorcall] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_signed] = ACTIONS(1427), + [anon_sym_unsigned] = ACTIONS(1427), + [anon_sym_long] = ACTIONS(1427), + [anon_sym_short] = ACTIONS(1427), + [anon_sym_static] = ACTIONS(1427), + [anon_sym_auto] = ACTIONS(1427), + [anon_sym_register] = ACTIONS(1427), + [anon_sym_inline] = ACTIONS(1427), + [anon_sym___inline] = ACTIONS(1427), + [anon_sym___inline__] = ACTIONS(1427), + [anon_sym___forceinline] = ACTIONS(1427), + [anon_sym_thread_local] = ACTIONS(1427), + [anon_sym___thread] = ACTIONS(1427), + [anon_sym_const] = ACTIONS(1427), + [anon_sym_constexpr] = ACTIONS(1427), + [anon_sym_volatile] = ACTIONS(1427), + [anon_sym_restrict] = ACTIONS(1427), + [anon_sym___restrict__] = ACTIONS(1427), + [anon_sym__Atomic] = ACTIONS(1427), + [anon_sym__Noreturn] = ACTIONS(1427), + [anon_sym_noreturn] = ACTIONS(1427), + [anon_sym__Nonnull] = ACTIONS(1427), + [anon_sym_alignas] = ACTIONS(1427), + [anon_sym__Alignas] = ACTIONS(1427), + [sym_primitive_type] = ACTIONS(1427), + [anon_sym_enum] = ACTIONS(1427), + [anon_sym_struct] = ACTIONS(1427), + [anon_sym_union] = ACTIONS(1427), + [anon_sym_if] = ACTIONS(1427), + [anon_sym_switch] = ACTIONS(1427), + [anon_sym_case] = ACTIONS(1427), + [anon_sym_default] = ACTIONS(1427), + [anon_sym_while] = ACTIONS(1427), + [anon_sym_do] = ACTIONS(1427), + [anon_sym_for] = ACTIONS(1427), + [anon_sym_return] = ACTIONS(1427), + [anon_sym_break] = ACTIONS(1427), + [anon_sym_continue] = ACTIONS(1427), + [anon_sym_goto] = ACTIONS(1427), + [anon_sym___try] = ACTIONS(1427), + [anon_sym___leave] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1429), + [anon_sym_sizeof] = ACTIONS(1427), + [anon_sym___alignof__] = ACTIONS(1427), + [anon_sym___alignof] = ACTIONS(1427), + [anon_sym__alignof] = ACTIONS(1427), + [anon_sym_alignof] = ACTIONS(1427), + [anon_sym__Alignof] = ACTIONS(1427), + [anon_sym_offsetof] = ACTIONS(1427), + [anon_sym__Generic] = ACTIONS(1427), + [anon_sym_asm] = ACTIONS(1427), + [anon_sym___asm__] = ACTIONS(1427), + [anon_sym___asm] = ACTIONS(1427), + [sym_number_literal] = ACTIONS(1429), + [anon_sym_L_SQUOTE] = ACTIONS(1429), + [anon_sym_u_SQUOTE] = ACTIONS(1429), + [anon_sym_U_SQUOTE] = ACTIONS(1429), + [anon_sym_u8_SQUOTE] = ACTIONS(1429), + [anon_sym_SQUOTE] = ACTIONS(1429), + [anon_sym_L_DQUOTE] = ACTIONS(1429), + [anon_sym_u_DQUOTE] = ACTIONS(1429), + [anon_sym_U_DQUOTE] = ACTIONS(1429), + [anon_sym_u8_DQUOTE] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1429), + [sym_true] = ACTIONS(1427), + [sym_false] = ACTIONS(1427), + [anon_sym_NULL] = ACTIONS(1427), + [anon_sym_nullptr] = ACTIONS(1427), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1427), + [anon_sym_rayPayloadInEXT] = ACTIONS(1427), + [anon_sym_hitAttributeEXT] = ACTIONS(1427), + [anon_sym_callableDataEXT] = ACTIONS(1427), + [anon_sym_callableDataInEXT] = ACTIONS(1427), + [anon_sym_shaderRecordEXT] = ACTIONS(1427), + [anon_sym_rayPayloadNV] = ACTIONS(1427), + [anon_sym_rayPayloadInNV] = ACTIONS(1427), + [anon_sym_hitAttributeNV] = ACTIONS(1427), + [anon_sym_callableDataNV] = ACTIONS(1427), + [anon_sym_callableDataInNV] = ACTIONS(1427), + [anon_sym_shaderRecordNV] = ACTIONS(1427), + [anon_sym_layout] = ACTIONS(1427), + }, + [402] = { + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token2] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym___try] = ACTIONS(1459), + [anon_sym___leave] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [403] = { + [ts_builtin_sym_end] = ACTIONS(1531), + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_include_token1] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1531), + [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(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_TILDE] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1529), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_typedef] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [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(1531), + [anon_sym_RBRACE] = ACTIONS(1531), + [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(1531), + [anon_sym_PLUS_PLUS] = ACTIONS(1531), + [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(1531), + [anon_sym_L_SQUOTE] = ACTIONS(1531), + [anon_sym_u_SQUOTE] = ACTIONS(1531), + [anon_sym_U_SQUOTE] = ACTIONS(1531), + [anon_sym_u8_SQUOTE] = ACTIONS(1531), + [anon_sym_SQUOTE] = ACTIONS(1531), + [anon_sym_L_DQUOTE] = ACTIONS(1531), + [anon_sym_u_DQUOTE] = ACTIONS(1531), + [anon_sym_U_DQUOTE] = ACTIONS(1531), + [anon_sym_u8_DQUOTE] = ACTIONS(1531), + [anon_sym_DQUOTE] = ACTIONS(1531), + [sym_true] = ACTIONS(1529), + [sym_false] = ACTIONS(1529), + [anon_sym_NULL] = ACTIONS(1529), + [anon_sym_nullptr] = ACTIONS(1529), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), + }, + [404] = { + [ts_builtin_sym_end] = ACTIONS(1489), + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_include_token1] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [anon_sym_COMMA] = ACTIONS(1489), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_LPAREN2] = ACTIONS(1489), + [anon_sym_BANG] = ACTIONS(1489), + [anon_sym_TILDE] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1487), + [anon_sym_PLUS] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(1489), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_typedef] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym___cdecl] = ACTIONS(1487), + [anon_sym___clrcall] = ACTIONS(1487), + [anon_sym___stdcall] = ACTIONS(1487), + [anon_sym___fastcall] = ACTIONS(1487), + [anon_sym___thiscall] = ACTIONS(1487), + [anon_sym___vectorcall] = ACTIONS(1487), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [anon_sym_if] = ACTIONS(1487), + [anon_sym_switch] = ACTIONS(1487), + [anon_sym_case] = ACTIONS(1487), + [anon_sym_default] = ACTIONS(1487), + [anon_sym_while] = ACTIONS(1487), + [anon_sym_do] = ACTIONS(1487), + [anon_sym_for] = ACTIONS(1487), + [anon_sym_return] = ACTIONS(1487), + [anon_sym_break] = ACTIONS(1487), + [anon_sym_continue] = ACTIONS(1487), + [anon_sym_goto] = ACTIONS(1487), + [anon_sym_DASH_DASH] = ACTIONS(1489), + [anon_sym_PLUS_PLUS] = ACTIONS(1489), + [anon_sym_sizeof] = ACTIONS(1487), + [anon_sym___alignof__] = ACTIONS(1487), + [anon_sym___alignof] = ACTIONS(1487), + [anon_sym__alignof] = ACTIONS(1487), + [anon_sym_alignof] = ACTIONS(1487), + [anon_sym__Alignof] = ACTIONS(1487), + [anon_sym_offsetof] = ACTIONS(1487), + [anon_sym__Generic] = ACTIONS(1487), + [anon_sym_asm] = ACTIONS(1487), + [anon_sym___asm__] = ACTIONS(1487), + [anon_sym___asm] = ACTIONS(1487), + [sym_number_literal] = ACTIONS(1489), + [anon_sym_L_SQUOTE] = ACTIONS(1489), + [anon_sym_u_SQUOTE] = ACTIONS(1489), + [anon_sym_U_SQUOTE] = ACTIONS(1489), + [anon_sym_u8_SQUOTE] = ACTIONS(1489), + [anon_sym_SQUOTE] = ACTIONS(1489), + [anon_sym_L_DQUOTE] = ACTIONS(1489), + [anon_sym_u_DQUOTE] = ACTIONS(1489), + [anon_sym_U_DQUOTE] = ACTIONS(1489), + [anon_sym_u8_DQUOTE] = ACTIONS(1489), + [anon_sym_DQUOTE] = ACTIONS(1489), + [sym_true] = ACTIONS(1487), + [sym_false] = ACTIONS(1487), + [anon_sym_NULL] = ACTIONS(1487), + [anon_sym_nullptr] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), + }, + [405] = { + [ts_builtin_sym_end] = ACTIONS(1477), + [sym_identifier] = ACTIONS(1475), + [aux_sym_preproc_include_token1] = ACTIONS(1475), + [aux_sym_preproc_def_token1] = ACTIONS(1475), + [aux_sym_preproc_if_token1] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1475), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1475), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_LPAREN2] = ACTIONS(1477), + [anon_sym_BANG] = ACTIONS(1477), + [anon_sym_TILDE] = ACTIONS(1477), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1477), + [anon_sym_AMP] = ACTIONS(1477), + [anon_sym_subroutine] = ACTIONS(1475), + [anon_sym_invariant] = ACTIONS(1475), + [anon_sym_precise] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_out] = ACTIONS(1475), + [anon_sym_inout] = ACTIONS(1475), + [anon_sym_uniform] = ACTIONS(1475), + [anon_sym_shared] = ACTIONS(1475), + [anon_sym_attribute] = ACTIONS(1475), + [anon_sym_varying] = ACTIONS(1475), + [anon_sym_buffer] = ACTIONS(1475), + [anon_sym_coherent] = ACTIONS(1475), + [anon_sym_readonly] = ACTIONS(1475), + [anon_sym_writeonly] = ACTIONS(1475), + [anon_sym_precision] = ACTIONS(1475), + [anon_sym_highp] = ACTIONS(1475), + [anon_sym_mediump] = ACTIONS(1475), + [anon_sym_lowp] = ACTIONS(1475), + [anon_sym_centroid] = ACTIONS(1475), + [anon_sym_sample] = ACTIONS(1475), + [anon_sym_patch] = ACTIONS(1475), + [anon_sym_smooth] = ACTIONS(1475), + [anon_sym_flat] = ACTIONS(1475), + [anon_sym_noperspective] = ACTIONS(1475), + [anon_sym___extension__] = ACTIONS(1475), + [anon_sym_typedef] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym___attribute__] = ACTIONS(1475), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1477), + [anon_sym___declspec] = ACTIONS(1475), + [anon_sym___cdecl] = ACTIONS(1475), + [anon_sym___clrcall] = ACTIONS(1475), + [anon_sym___stdcall] = ACTIONS(1475), + [anon_sym___fastcall] = ACTIONS(1475), + [anon_sym___thiscall] = ACTIONS(1475), + [anon_sym___vectorcall] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_signed] = ACTIONS(1475), + [anon_sym_unsigned] = ACTIONS(1475), + [anon_sym_long] = ACTIONS(1475), + [anon_sym_short] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_auto] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_inline] = ACTIONS(1475), + [anon_sym___inline] = ACTIONS(1475), + [anon_sym___inline__] = ACTIONS(1475), + [anon_sym___forceinline] = ACTIONS(1475), + [anon_sym_thread_local] = ACTIONS(1475), + [anon_sym___thread] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_constexpr] = ACTIONS(1475), + [anon_sym_volatile] = ACTIONS(1475), + [anon_sym_restrict] = ACTIONS(1475), + [anon_sym___restrict__] = ACTIONS(1475), + [anon_sym__Atomic] = ACTIONS(1475), + [anon_sym__Noreturn] = ACTIONS(1475), + [anon_sym_noreturn] = ACTIONS(1475), + [anon_sym__Nonnull] = ACTIONS(1475), + [anon_sym_alignas] = ACTIONS(1475), + [anon_sym__Alignas] = ACTIONS(1475), + [sym_primitive_type] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_switch] = ACTIONS(1475), + [anon_sym_case] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_goto] = ACTIONS(1475), + [anon_sym_DASH_DASH] = ACTIONS(1477), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_sizeof] = ACTIONS(1475), + [anon_sym___alignof__] = ACTIONS(1475), + [anon_sym___alignof] = ACTIONS(1475), + [anon_sym__alignof] = ACTIONS(1475), + [anon_sym_alignof] = ACTIONS(1475), + [anon_sym__Alignof] = ACTIONS(1475), + [anon_sym_offsetof] = ACTIONS(1475), + [anon_sym__Generic] = ACTIONS(1475), + [anon_sym_asm] = ACTIONS(1475), + [anon_sym___asm__] = ACTIONS(1475), + [anon_sym___asm] = ACTIONS(1475), + [sym_number_literal] = ACTIONS(1477), + [anon_sym_L_SQUOTE] = ACTIONS(1477), + [anon_sym_u_SQUOTE] = ACTIONS(1477), + [anon_sym_U_SQUOTE] = ACTIONS(1477), + [anon_sym_u8_SQUOTE] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1477), + [anon_sym_L_DQUOTE] = ACTIONS(1477), + [anon_sym_u_DQUOTE] = ACTIONS(1477), + [anon_sym_U_DQUOTE] = ACTIONS(1477), + [anon_sym_u8_DQUOTE] = ACTIONS(1477), + [anon_sym_DQUOTE] = ACTIONS(1477), + [sym_true] = ACTIONS(1475), + [sym_false] = ACTIONS(1475), + [anon_sym_NULL] = ACTIONS(1475), + [anon_sym_nullptr] = ACTIONS(1475), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1475), + [anon_sym_rayPayloadInEXT] = ACTIONS(1475), + [anon_sym_hitAttributeEXT] = ACTIONS(1475), + [anon_sym_callableDataEXT] = ACTIONS(1475), + [anon_sym_callableDataInEXT] = ACTIONS(1475), + [anon_sym_shaderRecordEXT] = ACTIONS(1475), + [anon_sym_rayPayloadNV] = ACTIONS(1475), + [anon_sym_rayPayloadInNV] = ACTIONS(1475), + [anon_sym_hitAttributeNV] = ACTIONS(1475), + [anon_sym_callableDataNV] = ACTIONS(1475), + [anon_sym_callableDataInNV] = ACTIONS(1475), + [anon_sym_shaderRecordNV] = ACTIONS(1475), + [anon_sym_layout] = ACTIONS(1475), + }, + [406] = { + [ts_builtin_sym_end] = ACTIONS(1543), + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_include_token1] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_BANG] = ACTIONS(1543), + [anon_sym_TILDE] = ACTIONS(1543), + [anon_sym_DASH] = ACTIONS(1541), + [anon_sym_PLUS] = ACTIONS(1541), + [anon_sym_STAR] = ACTIONS(1543), + [anon_sym_AMP] = ACTIONS(1543), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_typedef] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym___cdecl] = ACTIONS(1541), + [anon_sym___clrcall] = ACTIONS(1541), + [anon_sym___stdcall] = ACTIONS(1541), + [anon_sym___fastcall] = ACTIONS(1541), + [anon_sym___thiscall] = ACTIONS(1541), + [anon_sym___vectorcall] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(1543), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [anon_sym_if] = ACTIONS(1541), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1541), + [anon_sym_default] = ACTIONS(1541), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1541), + [anon_sym_for] = ACTIONS(1541), + [anon_sym_return] = ACTIONS(1541), + [anon_sym_break] = ACTIONS(1541), + [anon_sym_continue] = ACTIONS(1541), + [anon_sym_goto] = ACTIONS(1541), + [anon_sym_DASH_DASH] = ACTIONS(1543), + [anon_sym_PLUS_PLUS] = ACTIONS(1543), + [anon_sym_sizeof] = ACTIONS(1541), + [anon_sym___alignof__] = ACTIONS(1541), + [anon_sym___alignof] = ACTIONS(1541), + [anon_sym__alignof] = ACTIONS(1541), + [anon_sym_alignof] = ACTIONS(1541), + [anon_sym__Alignof] = ACTIONS(1541), + [anon_sym_offsetof] = ACTIONS(1541), + [anon_sym__Generic] = ACTIONS(1541), + [anon_sym_asm] = ACTIONS(1541), + [anon_sym___asm__] = ACTIONS(1541), + [anon_sym___asm] = ACTIONS(1541), + [sym_number_literal] = ACTIONS(1543), + [anon_sym_L_SQUOTE] = ACTIONS(1543), + [anon_sym_u_SQUOTE] = ACTIONS(1543), + [anon_sym_U_SQUOTE] = ACTIONS(1543), + [anon_sym_u8_SQUOTE] = ACTIONS(1543), + [anon_sym_SQUOTE] = ACTIONS(1543), + [anon_sym_L_DQUOTE] = ACTIONS(1543), + [anon_sym_u_DQUOTE] = ACTIONS(1543), + [anon_sym_U_DQUOTE] = ACTIONS(1543), + [anon_sym_u8_DQUOTE] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1543), + [sym_true] = ACTIONS(1541), + [sym_false] = ACTIONS(1541), + [anon_sym_NULL] = ACTIONS(1541), + [anon_sym_nullptr] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), + }, + [407] = { + [ts_builtin_sym_end] = ACTIONS(1437), + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_include_token1] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_LPAREN2] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_TILDE] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1435), + [anon_sym_PLUS] = ACTIONS(1435), + [anon_sym_STAR] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_typedef] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym___cdecl] = ACTIONS(1435), + [anon_sym___clrcall] = ACTIONS(1435), + [anon_sym___stdcall] = ACTIONS(1435), + [anon_sym___fastcall] = ACTIONS(1435), + [anon_sym___thiscall] = ACTIONS(1435), + [anon_sym___vectorcall] = ACTIONS(1435), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1435), + [anon_sym_case] = ACTIONS(1435), + [anon_sym_default] = ACTIONS(1435), + [anon_sym_while] = ACTIONS(1435), + [anon_sym_do] = ACTIONS(1435), + [anon_sym_for] = ACTIONS(1435), + [anon_sym_return] = ACTIONS(1435), + [anon_sym_break] = ACTIONS(1435), + [anon_sym_continue] = ACTIONS(1435), + [anon_sym_goto] = ACTIONS(1435), + [anon_sym_DASH_DASH] = ACTIONS(1437), + [anon_sym_PLUS_PLUS] = ACTIONS(1437), + [anon_sym_sizeof] = ACTIONS(1435), + [anon_sym___alignof__] = ACTIONS(1435), + [anon_sym___alignof] = ACTIONS(1435), + [anon_sym__alignof] = ACTIONS(1435), + [anon_sym_alignof] = ACTIONS(1435), + [anon_sym__Alignof] = ACTIONS(1435), + [anon_sym_offsetof] = ACTIONS(1435), + [anon_sym__Generic] = ACTIONS(1435), + [anon_sym_asm] = ACTIONS(1435), + [anon_sym___asm__] = ACTIONS(1435), + [anon_sym___asm] = ACTIONS(1435), + [sym_number_literal] = ACTIONS(1437), + [anon_sym_L_SQUOTE] = ACTIONS(1437), + [anon_sym_u_SQUOTE] = ACTIONS(1437), + [anon_sym_U_SQUOTE] = ACTIONS(1437), + [anon_sym_u8_SQUOTE] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1437), + [anon_sym_L_DQUOTE] = ACTIONS(1437), + [anon_sym_u_DQUOTE] = ACTIONS(1437), + [anon_sym_U_DQUOTE] = ACTIONS(1437), + [anon_sym_u8_DQUOTE] = ACTIONS(1437), + [anon_sym_DQUOTE] = ACTIONS(1437), + [sym_true] = ACTIONS(1435), + [sym_false] = ACTIONS(1435), + [anon_sym_NULL] = ACTIONS(1435), + [anon_sym_nullptr] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), + }, + [408] = { + [ts_builtin_sym_end] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), + }, + [409] = { + [ts_builtin_sym_end] = ACTIONS(1457), + [sym_identifier] = ACTIONS(1455), + [aux_sym_preproc_include_token1] = ACTIONS(1455), + [aux_sym_preproc_def_token1] = ACTIONS(1455), + [aux_sym_preproc_if_token1] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1455), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1455), + [anon_sym_LPAREN2] = ACTIONS(1457), + [anon_sym_BANG] = ACTIONS(1457), + [anon_sym_TILDE] = ACTIONS(1457), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_STAR] = ACTIONS(1457), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_subroutine] = ACTIONS(1455), + [anon_sym_invariant] = ACTIONS(1455), + [anon_sym_precise] = ACTIONS(1455), + [anon_sym_in] = ACTIONS(1455), + [anon_sym_out] = ACTIONS(1455), + [anon_sym_inout] = ACTIONS(1455), + [anon_sym_uniform] = ACTIONS(1455), + [anon_sym_shared] = ACTIONS(1455), + [anon_sym_attribute] = ACTIONS(1455), + [anon_sym_varying] = ACTIONS(1455), + [anon_sym_buffer] = ACTIONS(1455), + [anon_sym_coherent] = ACTIONS(1455), + [anon_sym_readonly] = ACTIONS(1455), + [anon_sym_writeonly] = ACTIONS(1455), + [anon_sym_precision] = ACTIONS(1455), + [anon_sym_highp] = ACTIONS(1455), + [anon_sym_mediump] = ACTIONS(1455), + [anon_sym_lowp] = ACTIONS(1455), + [anon_sym_centroid] = ACTIONS(1455), + [anon_sym_sample] = ACTIONS(1455), + [anon_sym_patch] = ACTIONS(1455), + [anon_sym_smooth] = ACTIONS(1455), + [anon_sym_flat] = ACTIONS(1455), + [anon_sym_noperspective] = ACTIONS(1455), + [anon_sym___extension__] = ACTIONS(1455), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym___attribute__] = ACTIONS(1455), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym___declspec] = ACTIONS(1455), + [anon_sym___cdecl] = ACTIONS(1455), + [anon_sym___clrcall] = ACTIONS(1455), + [anon_sym___stdcall] = ACTIONS(1455), + [anon_sym___fastcall] = ACTIONS(1455), + [anon_sym___thiscall] = ACTIONS(1455), + [anon_sym___vectorcall] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1457), + [anon_sym_signed] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_inline] = ACTIONS(1455), + [anon_sym___inline] = ACTIONS(1455), + [anon_sym___inline__] = ACTIONS(1455), + [anon_sym___forceinline] = ACTIONS(1455), + [anon_sym_thread_local] = ACTIONS(1455), + [anon_sym___thread] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_constexpr] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym___restrict__] = ACTIONS(1455), + [anon_sym__Atomic] = ACTIONS(1455), + [anon_sym__Noreturn] = ACTIONS(1455), + [anon_sym_noreturn] = ACTIONS(1455), + [anon_sym__Nonnull] = ACTIONS(1455), + [anon_sym_alignas] = ACTIONS(1455), + [anon_sym__Alignas] = ACTIONS(1455), + [sym_primitive_type] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1457), + [anon_sym_PLUS_PLUS] = ACTIONS(1457), + [anon_sym_sizeof] = ACTIONS(1455), + [anon_sym___alignof__] = ACTIONS(1455), + [anon_sym___alignof] = ACTIONS(1455), + [anon_sym__alignof] = ACTIONS(1455), + [anon_sym_alignof] = ACTIONS(1455), + [anon_sym__Alignof] = ACTIONS(1455), + [anon_sym_offsetof] = ACTIONS(1455), + [anon_sym__Generic] = ACTIONS(1455), + [anon_sym_asm] = ACTIONS(1455), + [anon_sym___asm__] = ACTIONS(1455), + [anon_sym___asm] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1457), + [anon_sym_L_SQUOTE] = ACTIONS(1457), + [anon_sym_u_SQUOTE] = ACTIONS(1457), + [anon_sym_U_SQUOTE] = ACTIONS(1457), + [anon_sym_u8_SQUOTE] = ACTIONS(1457), + [anon_sym_SQUOTE] = ACTIONS(1457), + [anon_sym_L_DQUOTE] = ACTIONS(1457), + [anon_sym_u_DQUOTE] = ACTIONS(1457), + [anon_sym_U_DQUOTE] = ACTIONS(1457), + [anon_sym_u8_DQUOTE] = ACTIONS(1457), + [anon_sym_DQUOTE] = ACTIONS(1457), + [sym_true] = ACTIONS(1455), + [sym_false] = ACTIONS(1455), + [anon_sym_NULL] = ACTIONS(1455), + [anon_sym_nullptr] = ACTIONS(1455), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1455), + [anon_sym_rayPayloadInEXT] = ACTIONS(1455), + [anon_sym_hitAttributeEXT] = ACTIONS(1455), + [anon_sym_callableDataEXT] = ACTIONS(1455), + [anon_sym_callableDataInEXT] = ACTIONS(1455), + [anon_sym_shaderRecordEXT] = ACTIONS(1455), + [anon_sym_rayPayloadNV] = ACTIONS(1455), + [anon_sym_rayPayloadInNV] = ACTIONS(1455), + [anon_sym_hitAttributeNV] = ACTIONS(1455), + [anon_sym_callableDataNV] = ACTIONS(1455), + [anon_sym_callableDataInNV] = ACTIONS(1455), + [anon_sym_shaderRecordNV] = ACTIONS(1455), + [anon_sym_layout] = ACTIONS(1455), + }, + [410] = { + [ts_builtin_sym_end] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [411] = { + [ts_builtin_sym_end] = ACTIONS(1445), + [sym_identifier] = ACTIONS(1443), + [aux_sym_preproc_include_token1] = ACTIONS(1443), + [aux_sym_preproc_def_token1] = ACTIONS(1443), + [aux_sym_preproc_if_token1] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1443), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1443), + [sym_preproc_directive] = ACTIONS(1443), + [anon_sym_LPAREN2] = ACTIONS(1445), + [anon_sym_BANG] = ACTIONS(1445), + [anon_sym_TILDE] = ACTIONS(1445), + [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1445), + [anon_sym_AMP] = ACTIONS(1445), + [anon_sym_subroutine] = ACTIONS(1443), + [anon_sym_invariant] = ACTIONS(1443), + [anon_sym_precise] = ACTIONS(1443), + [anon_sym_in] = ACTIONS(1443), + [anon_sym_out] = ACTIONS(1443), + [anon_sym_inout] = ACTIONS(1443), + [anon_sym_uniform] = ACTIONS(1443), + [anon_sym_shared] = ACTIONS(1443), + [anon_sym_attribute] = ACTIONS(1443), + [anon_sym_varying] = ACTIONS(1443), + [anon_sym_buffer] = ACTIONS(1443), + [anon_sym_coherent] = ACTIONS(1443), + [anon_sym_readonly] = ACTIONS(1443), + [anon_sym_writeonly] = ACTIONS(1443), + [anon_sym_precision] = ACTIONS(1443), + [anon_sym_highp] = ACTIONS(1443), + [anon_sym_mediump] = ACTIONS(1443), + [anon_sym_lowp] = ACTIONS(1443), + [anon_sym_centroid] = ACTIONS(1443), + [anon_sym_sample] = ACTIONS(1443), + [anon_sym_patch] = ACTIONS(1443), + [anon_sym_smooth] = ACTIONS(1443), + [anon_sym_flat] = ACTIONS(1443), + [anon_sym_noperspective] = ACTIONS(1443), + [anon_sym___extension__] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1443), + [anon_sym___attribute__] = ACTIONS(1443), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), + [anon_sym___declspec] = ACTIONS(1443), + [anon_sym___cdecl] = ACTIONS(1443), + [anon_sym___clrcall] = ACTIONS(1443), + [anon_sym___stdcall] = ACTIONS(1443), + [anon_sym___fastcall] = ACTIONS(1443), + [anon_sym___thiscall] = ACTIONS(1443), + [anon_sym___vectorcall] = ACTIONS(1443), + [anon_sym_LBRACE] = ACTIONS(1445), + [anon_sym_signed] = ACTIONS(1443), + [anon_sym_unsigned] = ACTIONS(1443), + [anon_sym_long] = ACTIONS(1443), + [anon_sym_short] = ACTIONS(1443), + [anon_sym_static] = ACTIONS(1443), + [anon_sym_auto] = ACTIONS(1443), + [anon_sym_register] = ACTIONS(1443), + [anon_sym_inline] = ACTIONS(1443), + [anon_sym___inline] = ACTIONS(1443), + [anon_sym___inline__] = ACTIONS(1443), + [anon_sym___forceinline] = ACTIONS(1443), + [anon_sym_thread_local] = ACTIONS(1443), + [anon_sym___thread] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_constexpr] = ACTIONS(1443), + [anon_sym_volatile] = ACTIONS(1443), + [anon_sym_restrict] = ACTIONS(1443), + [anon_sym___restrict__] = ACTIONS(1443), + [anon_sym__Atomic] = ACTIONS(1443), + [anon_sym__Noreturn] = ACTIONS(1443), + [anon_sym_noreturn] = ACTIONS(1443), + [anon_sym__Nonnull] = ACTIONS(1443), + [anon_sym_alignas] = ACTIONS(1443), + [anon_sym__Alignas] = ACTIONS(1443), + [sym_primitive_type] = ACTIONS(1443), + [anon_sym_enum] = ACTIONS(1443), + [anon_sym_struct] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_if] = ACTIONS(1443), + [anon_sym_switch] = ACTIONS(1443), + [anon_sym_case] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_do] = ACTIONS(1443), + [anon_sym_for] = ACTIONS(1443), + [anon_sym_return] = ACTIONS(1443), + [anon_sym_break] = ACTIONS(1443), + [anon_sym_continue] = ACTIONS(1443), + [anon_sym_goto] = ACTIONS(1443), + [anon_sym_DASH_DASH] = ACTIONS(1445), + [anon_sym_PLUS_PLUS] = ACTIONS(1445), + [anon_sym_sizeof] = ACTIONS(1443), + [anon_sym___alignof__] = ACTIONS(1443), + [anon_sym___alignof] = ACTIONS(1443), + [anon_sym__alignof] = ACTIONS(1443), + [anon_sym_alignof] = ACTIONS(1443), + [anon_sym__Alignof] = ACTIONS(1443), + [anon_sym_offsetof] = ACTIONS(1443), + [anon_sym__Generic] = ACTIONS(1443), + [anon_sym_asm] = ACTIONS(1443), + [anon_sym___asm__] = ACTIONS(1443), + [anon_sym___asm] = ACTIONS(1443), + [sym_number_literal] = ACTIONS(1445), + [anon_sym_L_SQUOTE] = ACTIONS(1445), + [anon_sym_u_SQUOTE] = ACTIONS(1445), + [anon_sym_U_SQUOTE] = ACTIONS(1445), + [anon_sym_u8_SQUOTE] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1445), + [anon_sym_L_DQUOTE] = ACTIONS(1445), + [anon_sym_u_DQUOTE] = ACTIONS(1445), + [anon_sym_U_DQUOTE] = ACTIONS(1445), + [anon_sym_u8_DQUOTE] = ACTIONS(1445), + [anon_sym_DQUOTE] = ACTIONS(1445), + [sym_true] = ACTIONS(1443), + [sym_false] = ACTIONS(1443), + [anon_sym_NULL] = ACTIONS(1443), + [anon_sym_nullptr] = ACTIONS(1443), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1443), + [anon_sym_rayPayloadInEXT] = ACTIONS(1443), + [anon_sym_hitAttributeEXT] = ACTIONS(1443), + [anon_sym_callableDataEXT] = ACTIONS(1443), + [anon_sym_callableDataInEXT] = ACTIONS(1443), + [anon_sym_shaderRecordEXT] = ACTIONS(1443), + [anon_sym_rayPayloadNV] = ACTIONS(1443), + [anon_sym_rayPayloadInNV] = ACTIONS(1443), + [anon_sym_hitAttributeNV] = ACTIONS(1443), + [anon_sym_callableDataNV] = ACTIONS(1443), + [anon_sym_callableDataInNV] = ACTIONS(1443), + [anon_sym_shaderRecordNV] = ACTIONS(1443), + [anon_sym_layout] = ACTIONS(1443), + }, + [412] = { + [ts_builtin_sym_end] = ACTIONS(1405), + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_subroutine] = ACTIONS(1403), + [anon_sym_invariant] = ACTIONS(1403), + [anon_sym_precise] = ACTIONS(1403), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_out] = ACTIONS(1403), + [anon_sym_inout] = ACTIONS(1403), + [anon_sym_uniform] = ACTIONS(1403), + [anon_sym_shared] = ACTIONS(1403), + [anon_sym_attribute] = ACTIONS(1403), + [anon_sym_varying] = ACTIONS(1403), + [anon_sym_buffer] = ACTIONS(1403), + [anon_sym_coherent] = ACTIONS(1403), + [anon_sym_readonly] = ACTIONS(1403), + [anon_sym_writeonly] = ACTIONS(1403), + [anon_sym_precision] = ACTIONS(1403), + [anon_sym_highp] = ACTIONS(1403), + [anon_sym_mediump] = ACTIONS(1403), + [anon_sym_lowp] = ACTIONS(1403), + [anon_sym_centroid] = ACTIONS(1403), + [anon_sym_sample] = ACTIONS(1403), + [anon_sym_patch] = ACTIONS(1403), + [anon_sym_smooth] = ACTIONS(1403), + [anon_sym_flat] = ACTIONS(1403), + [anon_sym_noperspective] = ACTIONS(1403), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [anon_sym__Nonnull] = ACTIONS(1403), + [anon_sym_alignas] = ACTIONS(1403), + [anon_sym__Alignas] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [anon_sym___asm] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1403), + [anon_sym_rayPayloadInEXT] = ACTIONS(1403), + [anon_sym_hitAttributeEXT] = ACTIONS(1403), + [anon_sym_callableDataEXT] = ACTIONS(1403), + [anon_sym_callableDataInEXT] = ACTIONS(1403), + [anon_sym_shaderRecordEXT] = ACTIONS(1403), + [anon_sym_rayPayloadNV] = ACTIONS(1403), + [anon_sym_rayPayloadInNV] = ACTIONS(1403), + [anon_sym_hitAttributeNV] = ACTIONS(1403), + [anon_sym_callableDataNV] = ACTIONS(1403), + [anon_sym_callableDataInNV] = ACTIONS(1403), + [anon_sym_shaderRecordNV] = ACTIONS(1403), + [anon_sym_layout] = ACTIONS(1403), + }, + [413] = { + [ts_builtin_sym_end] = ACTIONS(1527), + [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(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_TILDE] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1525), + [anon_sym_PLUS] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1527), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_subroutine] = ACTIONS(1525), + [anon_sym_invariant] = ACTIONS(1525), + [anon_sym_precise] = ACTIONS(1525), + [anon_sym_in] = ACTIONS(1525), + [anon_sym_out] = ACTIONS(1525), + [anon_sym_inout] = ACTIONS(1525), + [anon_sym_uniform] = ACTIONS(1525), + [anon_sym_shared] = ACTIONS(1525), + [anon_sym_attribute] = ACTIONS(1525), + [anon_sym_varying] = ACTIONS(1525), + [anon_sym_buffer] = ACTIONS(1525), + [anon_sym_coherent] = ACTIONS(1525), + [anon_sym_readonly] = ACTIONS(1525), + [anon_sym_writeonly] = ACTIONS(1525), + [anon_sym_precision] = ACTIONS(1525), + [anon_sym_highp] = ACTIONS(1525), + [anon_sym_mediump] = ACTIONS(1525), + [anon_sym_lowp] = ACTIONS(1525), + [anon_sym_centroid] = ACTIONS(1525), + [anon_sym_sample] = ACTIONS(1525), + [anon_sym_patch] = ACTIONS(1525), + [anon_sym_smooth] = ACTIONS(1525), + [anon_sym_flat] = ACTIONS(1525), + [anon_sym_noperspective] = ACTIONS(1525), + [anon_sym___extension__] = ACTIONS(1525), + [anon_sym_typedef] = ACTIONS(1525), + [anon_sym_extern] = ACTIONS(1525), + [anon_sym___attribute__] = ACTIONS(1525), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1527), + [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(1527), + [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(1527), + [anon_sym_PLUS_PLUS] = ACTIONS(1527), + [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(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(1525), + [sym_false] = ACTIONS(1525), + [anon_sym_NULL] = ACTIONS(1525), + [anon_sym_nullptr] = ACTIONS(1525), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1525), + [anon_sym_rayPayloadInEXT] = ACTIONS(1525), + [anon_sym_hitAttributeEXT] = ACTIONS(1525), + [anon_sym_callableDataEXT] = ACTIONS(1525), + [anon_sym_callableDataInEXT] = ACTIONS(1525), + [anon_sym_shaderRecordEXT] = ACTIONS(1525), + [anon_sym_rayPayloadNV] = ACTIONS(1525), + [anon_sym_rayPayloadInNV] = ACTIONS(1525), + [anon_sym_hitAttributeNV] = ACTIONS(1525), + [anon_sym_callableDataNV] = ACTIONS(1525), + [anon_sym_callableDataInNV] = ACTIONS(1525), + [anon_sym_shaderRecordNV] = ACTIONS(1525), + [anon_sym_layout] = ACTIONS(1525), + }, + [414] = { + [ts_builtin_sym_end] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1459), + [aux_sym_preproc_include_token1] = ACTIONS(1459), + [aux_sym_preproc_def_token1] = ACTIONS(1459), + [aux_sym_preproc_if_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1459), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1459), + [anon_sym_LPAREN2] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_subroutine] = ACTIONS(1459), + [anon_sym_invariant] = ACTIONS(1459), + [anon_sym_precise] = ACTIONS(1459), + [anon_sym_in] = ACTIONS(1459), + [anon_sym_out] = ACTIONS(1459), + [anon_sym_inout] = ACTIONS(1459), + [anon_sym_uniform] = ACTIONS(1459), + [anon_sym_shared] = ACTIONS(1459), + [anon_sym_attribute] = ACTIONS(1459), + [anon_sym_varying] = ACTIONS(1459), + [anon_sym_buffer] = ACTIONS(1459), + [anon_sym_coherent] = ACTIONS(1459), + [anon_sym_readonly] = ACTIONS(1459), + [anon_sym_writeonly] = ACTIONS(1459), + [anon_sym_precision] = ACTIONS(1459), + [anon_sym_highp] = ACTIONS(1459), + [anon_sym_mediump] = ACTIONS(1459), + [anon_sym_lowp] = ACTIONS(1459), + [anon_sym_centroid] = ACTIONS(1459), + [anon_sym_sample] = ACTIONS(1459), + [anon_sym_patch] = ACTIONS(1459), + [anon_sym_smooth] = ACTIONS(1459), + [anon_sym_flat] = ACTIONS(1459), + [anon_sym_noperspective] = ACTIONS(1459), + [anon_sym___extension__] = ACTIONS(1459), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym___attribute__] = ACTIONS(1459), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym___declspec] = ACTIONS(1459), + [anon_sym___cdecl] = ACTIONS(1459), + [anon_sym___clrcall] = ACTIONS(1459), + [anon_sym___stdcall] = ACTIONS(1459), + [anon_sym___fastcall] = ACTIONS(1459), + [anon_sym___thiscall] = ACTIONS(1459), + [anon_sym___vectorcall] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_signed] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_inline] = ACTIONS(1459), + [anon_sym___inline] = ACTIONS(1459), + [anon_sym___inline__] = ACTIONS(1459), + [anon_sym___forceinline] = ACTIONS(1459), + [anon_sym_thread_local] = ACTIONS(1459), + [anon_sym___thread] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_constexpr] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym___restrict__] = ACTIONS(1459), + [anon_sym__Atomic] = ACTIONS(1459), + [anon_sym__Noreturn] = ACTIONS(1459), + [anon_sym_noreturn] = ACTIONS(1459), + [anon_sym__Nonnull] = ACTIONS(1459), + [anon_sym_alignas] = ACTIONS(1459), + [anon_sym__Alignas] = ACTIONS(1459), + [sym_primitive_type] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [anon_sym___alignof__] = ACTIONS(1459), + [anon_sym___alignof] = ACTIONS(1459), + [anon_sym__alignof] = ACTIONS(1459), + [anon_sym_alignof] = ACTIONS(1459), + [anon_sym__Alignof] = ACTIONS(1459), + [anon_sym_offsetof] = ACTIONS(1459), + [anon_sym__Generic] = ACTIONS(1459), + [anon_sym_asm] = ACTIONS(1459), + [anon_sym___asm__] = ACTIONS(1459), + [anon_sym___asm] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1461), + [anon_sym_L_SQUOTE] = ACTIONS(1461), + [anon_sym_u_SQUOTE] = ACTIONS(1461), + [anon_sym_U_SQUOTE] = ACTIONS(1461), + [anon_sym_u8_SQUOTE] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1461), + [anon_sym_L_DQUOTE] = ACTIONS(1461), + [anon_sym_u_DQUOTE] = ACTIONS(1461), + [anon_sym_U_DQUOTE] = ACTIONS(1461), + [anon_sym_u8_DQUOTE] = ACTIONS(1461), + [anon_sym_DQUOTE] = ACTIONS(1461), + [sym_true] = ACTIONS(1459), + [sym_false] = ACTIONS(1459), + [anon_sym_NULL] = ACTIONS(1459), + [anon_sym_nullptr] = ACTIONS(1459), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1459), + [anon_sym_rayPayloadInEXT] = ACTIONS(1459), + [anon_sym_hitAttributeEXT] = ACTIONS(1459), + [anon_sym_callableDataEXT] = ACTIONS(1459), + [anon_sym_callableDataInEXT] = ACTIONS(1459), + [anon_sym_shaderRecordEXT] = ACTIONS(1459), + [anon_sym_rayPayloadNV] = ACTIONS(1459), + [anon_sym_rayPayloadInNV] = ACTIONS(1459), + [anon_sym_hitAttributeNV] = ACTIONS(1459), + [anon_sym_callableDataNV] = ACTIONS(1459), + [anon_sym_callableDataInNV] = ACTIONS(1459), + [anon_sym_shaderRecordNV] = ACTIONS(1459), + [anon_sym_layout] = ACTIONS(1459), + }, + [415] = { + [ts_builtin_sym_end] = ACTIONS(1417), + [sym_identifier] = ACTIONS(1415), + [aux_sym_preproc_include_token1] = ACTIONS(1415), + [aux_sym_preproc_def_token1] = ACTIONS(1415), + [aux_sym_preproc_if_token1] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1415), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1415), + [sym_preproc_directive] = ACTIONS(1415), + [anon_sym_LPAREN2] = ACTIONS(1417), + [anon_sym_BANG] = ACTIONS(1417), + [anon_sym_TILDE] = ACTIONS(1417), + [anon_sym_DASH] = ACTIONS(1415), + [anon_sym_PLUS] = ACTIONS(1415), + [anon_sym_STAR] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1417), + [anon_sym_subroutine] = ACTIONS(1415), + [anon_sym_invariant] = ACTIONS(1415), + [anon_sym_precise] = ACTIONS(1415), + [anon_sym_in] = ACTIONS(1415), + [anon_sym_out] = ACTIONS(1415), + [anon_sym_inout] = ACTIONS(1415), + [anon_sym_uniform] = ACTIONS(1415), + [anon_sym_shared] = ACTIONS(1415), + [anon_sym_attribute] = ACTIONS(1415), + [anon_sym_varying] = ACTIONS(1415), + [anon_sym_buffer] = ACTIONS(1415), + [anon_sym_coherent] = ACTIONS(1415), + [anon_sym_readonly] = ACTIONS(1415), + [anon_sym_writeonly] = ACTIONS(1415), + [anon_sym_precision] = ACTIONS(1415), + [anon_sym_highp] = ACTIONS(1415), + [anon_sym_mediump] = ACTIONS(1415), + [anon_sym_lowp] = ACTIONS(1415), + [anon_sym_centroid] = ACTIONS(1415), + [anon_sym_sample] = ACTIONS(1415), + [anon_sym_patch] = ACTIONS(1415), + [anon_sym_smooth] = ACTIONS(1415), + [anon_sym_flat] = ACTIONS(1415), + [anon_sym_noperspective] = ACTIONS(1415), + [anon_sym___extension__] = ACTIONS(1415), + [anon_sym_typedef] = ACTIONS(1415), + [anon_sym_extern] = ACTIONS(1415), + [anon_sym___attribute__] = ACTIONS(1415), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1417), + [anon_sym___declspec] = ACTIONS(1415), + [anon_sym___cdecl] = ACTIONS(1415), + [anon_sym___clrcall] = ACTIONS(1415), + [anon_sym___stdcall] = ACTIONS(1415), + [anon_sym___fastcall] = ACTIONS(1415), + [anon_sym___thiscall] = ACTIONS(1415), + [anon_sym___vectorcall] = ACTIONS(1415), + [anon_sym_LBRACE] = ACTIONS(1417), + [anon_sym_signed] = ACTIONS(1415), + [anon_sym_unsigned] = ACTIONS(1415), + [anon_sym_long] = ACTIONS(1415), + [anon_sym_short] = ACTIONS(1415), + [anon_sym_static] = ACTIONS(1415), + [anon_sym_auto] = ACTIONS(1415), + [anon_sym_register] = ACTIONS(1415), + [anon_sym_inline] = ACTIONS(1415), + [anon_sym___inline] = ACTIONS(1415), + [anon_sym___inline__] = ACTIONS(1415), + [anon_sym___forceinline] = ACTIONS(1415), + [anon_sym_thread_local] = ACTIONS(1415), + [anon_sym___thread] = ACTIONS(1415), + [anon_sym_const] = ACTIONS(1415), + [anon_sym_constexpr] = ACTIONS(1415), + [anon_sym_volatile] = ACTIONS(1415), + [anon_sym_restrict] = ACTIONS(1415), + [anon_sym___restrict__] = ACTIONS(1415), + [anon_sym__Atomic] = ACTIONS(1415), + [anon_sym__Noreturn] = ACTIONS(1415), + [anon_sym_noreturn] = ACTIONS(1415), + [anon_sym__Nonnull] = ACTIONS(1415), + [anon_sym_alignas] = ACTIONS(1415), + [anon_sym__Alignas] = ACTIONS(1415), + [sym_primitive_type] = ACTIONS(1415), + [anon_sym_enum] = ACTIONS(1415), + [anon_sym_struct] = ACTIONS(1415), + [anon_sym_union] = ACTIONS(1415), + [anon_sym_if] = ACTIONS(1415), + [anon_sym_switch] = ACTIONS(1415), + [anon_sym_case] = ACTIONS(1415), + [anon_sym_default] = ACTIONS(1415), + [anon_sym_while] = ACTIONS(1415), + [anon_sym_do] = ACTIONS(1415), + [anon_sym_for] = ACTIONS(1415), + [anon_sym_return] = ACTIONS(1415), + [anon_sym_break] = ACTIONS(1415), + [anon_sym_continue] = ACTIONS(1415), + [anon_sym_goto] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1417), + [anon_sym_PLUS_PLUS] = ACTIONS(1417), + [anon_sym_sizeof] = ACTIONS(1415), + [anon_sym___alignof__] = ACTIONS(1415), + [anon_sym___alignof] = ACTIONS(1415), + [anon_sym__alignof] = ACTIONS(1415), + [anon_sym_alignof] = ACTIONS(1415), + [anon_sym__Alignof] = ACTIONS(1415), + [anon_sym_offsetof] = ACTIONS(1415), + [anon_sym__Generic] = ACTIONS(1415), + [anon_sym_asm] = ACTIONS(1415), + [anon_sym___asm__] = ACTIONS(1415), + [anon_sym___asm] = ACTIONS(1415), + [sym_number_literal] = ACTIONS(1417), + [anon_sym_L_SQUOTE] = ACTIONS(1417), + [anon_sym_u_SQUOTE] = ACTIONS(1417), + [anon_sym_U_SQUOTE] = ACTIONS(1417), + [anon_sym_u8_SQUOTE] = ACTIONS(1417), + [anon_sym_SQUOTE] = ACTIONS(1417), + [anon_sym_L_DQUOTE] = ACTIONS(1417), + [anon_sym_u_DQUOTE] = ACTIONS(1417), + [anon_sym_U_DQUOTE] = ACTIONS(1417), + [anon_sym_u8_DQUOTE] = ACTIONS(1417), + [anon_sym_DQUOTE] = ACTIONS(1417), + [sym_true] = ACTIONS(1415), + [sym_false] = ACTIONS(1415), + [anon_sym_NULL] = ACTIONS(1415), + [anon_sym_nullptr] = ACTIONS(1415), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1415), + [anon_sym_rayPayloadInEXT] = ACTIONS(1415), + [anon_sym_hitAttributeEXT] = ACTIONS(1415), + [anon_sym_callableDataEXT] = ACTIONS(1415), + [anon_sym_callableDataInEXT] = ACTIONS(1415), + [anon_sym_shaderRecordEXT] = ACTIONS(1415), + [anon_sym_rayPayloadNV] = ACTIONS(1415), + [anon_sym_rayPayloadInNV] = ACTIONS(1415), + [anon_sym_hitAttributeNV] = ACTIONS(1415), + [anon_sym_callableDataNV] = ACTIONS(1415), + [anon_sym_callableDataInNV] = ACTIONS(1415), + [anon_sym_shaderRecordNV] = ACTIONS(1415), + [anon_sym_layout] = ACTIONS(1415), + }, + [416] = { + [ts_builtin_sym_end] = ACTIONS(1429), + [sym_identifier] = ACTIONS(1427), + [aux_sym_preproc_include_token1] = ACTIONS(1427), + [aux_sym_preproc_def_token1] = ACTIONS(1427), + [aux_sym_preproc_if_token1] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1427), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1427), + [sym_preproc_directive] = ACTIONS(1427), + [anon_sym_LPAREN2] = ACTIONS(1429), + [anon_sym_BANG] = ACTIONS(1429), + [anon_sym_TILDE] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1427), + [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1429), + [anon_sym_subroutine] = ACTIONS(1427), + [anon_sym_invariant] = ACTIONS(1427), + [anon_sym_precise] = ACTIONS(1427), + [anon_sym_in] = ACTIONS(1427), + [anon_sym_out] = ACTIONS(1427), + [anon_sym_inout] = ACTIONS(1427), + [anon_sym_uniform] = ACTIONS(1427), + [anon_sym_shared] = ACTIONS(1427), + [anon_sym_attribute] = ACTIONS(1427), + [anon_sym_varying] = ACTIONS(1427), + [anon_sym_buffer] = ACTIONS(1427), + [anon_sym_coherent] = ACTIONS(1427), + [anon_sym_readonly] = ACTIONS(1427), + [anon_sym_writeonly] = ACTIONS(1427), + [anon_sym_precision] = ACTIONS(1427), + [anon_sym_highp] = ACTIONS(1427), + [anon_sym_mediump] = ACTIONS(1427), + [anon_sym_lowp] = ACTIONS(1427), + [anon_sym_centroid] = ACTIONS(1427), + [anon_sym_sample] = ACTIONS(1427), + [anon_sym_patch] = ACTIONS(1427), + [anon_sym_smooth] = ACTIONS(1427), + [anon_sym_flat] = ACTIONS(1427), + [anon_sym_noperspective] = ACTIONS(1427), + [anon_sym___extension__] = ACTIONS(1427), + [anon_sym_typedef] = ACTIONS(1427), + [anon_sym_extern] = ACTIONS(1427), + [anon_sym___attribute__] = ACTIONS(1427), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1429), + [anon_sym___declspec] = ACTIONS(1427), + [anon_sym___cdecl] = ACTIONS(1427), + [anon_sym___clrcall] = ACTIONS(1427), + [anon_sym___stdcall] = ACTIONS(1427), + [anon_sym___fastcall] = ACTIONS(1427), + [anon_sym___thiscall] = ACTIONS(1427), + [anon_sym___vectorcall] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_signed] = ACTIONS(1427), + [anon_sym_unsigned] = ACTIONS(1427), + [anon_sym_long] = ACTIONS(1427), + [anon_sym_short] = ACTIONS(1427), + [anon_sym_static] = ACTIONS(1427), + [anon_sym_auto] = ACTIONS(1427), + [anon_sym_register] = ACTIONS(1427), + [anon_sym_inline] = ACTIONS(1427), + [anon_sym___inline] = ACTIONS(1427), + [anon_sym___inline__] = ACTIONS(1427), + [anon_sym___forceinline] = ACTIONS(1427), + [anon_sym_thread_local] = ACTIONS(1427), + [anon_sym___thread] = ACTIONS(1427), + [anon_sym_const] = ACTIONS(1427), + [anon_sym_constexpr] = ACTIONS(1427), + [anon_sym_volatile] = ACTIONS(1427), + [anon_sym_restrict] = ACTIONS(1427), + [anon_sym___restrict__] = ACTIONS(1427), + [anon_sym__Atomic] = ACTIONS(1427), + [anon_sym__Noreturn] = ACTIONS(1427), + [anon_sym_noreturn] = ACTIONS(1427), + [anon_sym__Nonnull] = ACTIONS(1427), + [anon_sym_alignas] = ACTIONS(1427), + [anon_sym__Alignas] = ACTIONS(1427), + [sym_primitive_type] = ACTIONS(1427), + [anon_sym_enum] = ACTIONS(1427), + [anon_sym_struct] = ACTIONS(1427), + [anon_sym_union] = ACTIONS(1427), + [anon_sym_if] = ACTIONS(1427), + [anon_sym_switch] = ACTIONS(1427), + [anon_sym_case] = ACTIONS(1427), + [anon_sym_default] = ACTIONS(1427), + [anon_sym_while] = ACTIONS(1427), + [anon_sym_do] = ACTIONS(1427), + [anon_sym_for] = ACTIONS(1427), + [anon_sym_return] = ACTIONS(1427), + [anon_sym_break] = ACTIONS(1427), + [anon_sym_continue] = ACTIONS(1427), + [anon_sym_goto] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1429), + [anon_sym_sizeof] = ACTIONS(1427), + [anon_sym___alignof__] = ACTIONS(1427), + [anon_sym___alignof] = ACTIONS(1427), + [anon_sym__alignof] = ACTIONS(1427), + [anon_sym_alignof] = ACTIONS(1427), + [anon_sym__Alignof] = ACTIONS(1427), + [anon_sym_offsetof] = ACTIONS(1427), + [anon_sym__Generic] = ACTIONS(1427), + [anon_sym_asm] = ACTIONS(1427), + [anon_sym___asm__] = ACTIONS(1427), + [anon_sym___asm] = ACTIONS(1427), + [sym_number_literal] = ACTIONS(1429), + [anon_sym_L_SQUOTE] = ACTIONS(1429), + [anon_sym_u_SQUOTE] = ACTIONS(1429), + [anon_sym_U_SQUOTE] = ACTIONS(1429), + [anon_sym_u8_SQUOTE] = ACTIONS(1429), + [anon_sym_SQUOTE] = ACTIONS(1429), + [anon_sym_L_DQUOTE] = ACTIONS(1429), + [anon_sym_u_DQUOTE] = ACTIONS(1429), + [anon_sym_U_DQUOTE] = ACTIONS(1429), + [anon_sym_u8_DQUOTE] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1429), + [sym_true] = ACTIONS(1427), + [sym_false] = ACTIONS(1427), + [anon_sym_NULL] = ACTIONS(1427), + [anon_sym_nullptr] = ACTIONS(1427), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1427), + [anon_sym_rayPayloadInEXT] = ACTIONS(1427), + [anon_sym_hitAttributeEXT] = ACTIONS(1427), + [anon_sym_callableDataEXT] = ACTIONS(1427), + [anon_sym_callableDataInEXT] = ACTIONS(1427), + [anon_sym_shaderRecordEXT] = ACTIONS(1427), + [anon_sym_rayPayloadNV] = ACTIONS(1427), + [anon_sym_rayPayloadInNV] = ACTIONS(1427), + [anon_sym_hitAttributeNV] = ACTIONS(1427), + [anon_sym_callableDataNV] = ACTIONS(1427), + [anon_sym_callableDataInNV] = ACTIONS(1427), + [anon_sym_shaderRecordNV] = ACTIONS(1427), + [anon_sym_layout] = ACTIONS(1427), + }, + [417] = { + [ts_builtin_sym_end] = ACTIONS(1409), + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_subroutine] = ACTIONS(1407), + [anon_sym_invariant] = ACTIONS(1407), + [anon_sym_precise] = ACTIONS(1407), + [anon_sym_in] = ACTIONS(1407), + [anon_sym_out] = ACTIONS(1407), + [anon_sym_inout] = ACTIONS(1407), + [anon_sym_uniform] = ACTIONS(1407), + [anon_sym_shared] = ACTIONS(1407), + [anon_sym_attribute] = ACTIONS(1407), + [anon_sym_varying] = ACTIONS(1407), + [anon_sym_buffer] = ACTIONS(1407), + [anon_sym_coherent] = ACTIONS(1407), + [anon_sym_readonly] = ACTIONS(1407), + [anon_sym_writeonly] = ACTIONS(1407), + [anon_sym_precision] = ACTIONS(1407), + [anon_sym_highp] = ACTIONS(1407), + [anon_sym_mediump] = ACTIONS(1407), + [anon_sym_lowp] = ACTIONS(1407), + [anon_sym_centroid] = ACTIONS(1407), + [anon_sym_sample] = ACTIONS(1407), + [anon_sym_patch] = ACTIONS(1407), + [anon_sym_smooth] = ACTIONS(1407), + [anon_sym_flat] = ACTIONS(1407), + [anon_sym_noperspective] = ACTIONS(1407), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [anon_sym__Nonnull] = ACTIONS(1407), + [anon_sym_alignas] = ACTIONS(1407), + [anon_sym__Alignas] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [anon_sym___asm] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1407), + [anon_sym_rayPayloadInEXT] = ACTIONS(1407), + [anon_sym_hitAttributeEXT] = ACTIONS(1407), + [anon_sym_callableDataEXT] = ACTIONS(1407), + [anon_sym_callableDataInEXT] = ACTIONS(1407), + [anon_sym_shaderRecordEXT] = ACTIONS(1407), + [anon_sym_rayPayloadNV] = ACTIONS(1407), + [anon_sym_rayPayloadInNV] = ACTIONS(1407), + [anon_sym_hitAttributeNV] = ACTIONS(1407), + [anon_sym_callableDataNV] = ACTIONS(1407), + [anon_sym_callableDataInNV] = ACTIONS(1407), + [anon_sym_shaderRecordNV] = ACTIONS(1407), + [anon_sym_layout] = ACTIONS(1407), + }, + [418] = { + [ts_builtin_sym_end] = ACTIONS(1465), + [sym_identifier] = ACTIONS(1463), + [aux_sym_preproc_include_token1] = ACTIONS(1463), + [aux_sym_preproc_def_token1] = ACTIONS(1463), + [aux_sym_preproc_if_token1] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1463), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1463), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_LPAREN2] = ACTIONS(1465), + [anon_sym_BANG] = ACTIONS(1465), + [anon_sym_TILDE] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1465), + [anon_sym_subroutine] = ACTIONS(1463), + [anon_sym_invariant] = ACTIONS(1463), + [anon_sym_precise] = ACTIONS(1463), + [anon_sym_in] = ACTIONS(1463), + [anon_sym_out] = ACTIONS(1463), + [anon_sym_inout] = ACTIONS(1463), + [anon_sym_uniform] = ACTIONS(1463), + [anon_sym_shared] = ACTIONS(1463), + [anon_sym_attribute] = ACTIONS(1463), + [anon_sym_varying] = ACTIONS(1463), + [anon_sym_buffer] = ACTIONS(1463), + [anon_sym_coherent] = ACTIONS(1463), + [anon_sym_readonly] = ACTIONS(1463), + [anon_sym_writeonly] = ACTIONS(1463), + [anon_sym_precision] = ACTIONS(1463), + [anon_sym_highp] = ACTIONS(1463), + [anon_sym_mediump] = ACTIONS(1463), + [anon_sym_lowp] = ACTIONS(1463), + [anon_sym_centroid] = ACTIONS(1463), + [anon_sym_sample] = ACTIONS(1463), + [anon_sym_patch] = ACTIONS(1463), + [anon_sym_smooth] = ACTIONS(1463), + [anon_sym_flat] = ACTIONS(1463), + [anon_sym_noperspective] = ACTIONS(1463), + [anon_sym___extension__] = ACTIONS(1463), + [anon_sym_typedef] = ACTIONS(1463), + [anon_sym_extern] = ACTIONS(1463), + [anon_sym___attribute__] = ACTIONS(1463), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1465), + [anon_sym___declspec] = ACTIONS(1463), + [anon_sym___cdecl] = ACTIONS(1463), + [anon_sym___clrcall] = ACTIONS(1463), + [anon_sym___stdcall] = ACTIONS(1463), + [anon_sym___fastcall] = ACTIONS(1463), + [anon_sym___thiscall] = ACTIONS(1463), + [anon_sym___vectorcall] = ACTIONS(1463), + [anon_sym_LBRACE] = ACTIONS(1465), + [anon_sym_signed] = ACTIONS(1463), + [anon_sym_unsigned] = ACTIONS(1463), + [anon_sym_long] = ACTIONS(1463), + [anon_sym_short] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1463), + [anon_sym_auto] = ACTIONS(1463), + [anon_sym_register] = ACTIONS(1463), + [anon_sym_inline] = ACTIONS(1463), + [anon_sym___inline] = ACTIONS(1463), + [anon_sym___inline__] = ACTIONS(1463), + [anon_sym___forceinline] = ACTIONS(1463), + [anon_sym_thread_local] = ACTIONS(1463), + [anon_sym___thread] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_constexpr] = ACTIONS(1463), + [anon_sym_volatile] = ACTIONS(1463), + [anon_sym_restrict] = ACTIONS(1463), + [anon_sym___restrict__] = ACTIONS(1463), + [anon_sym__Atomic] = ACTIONS(1463), + [anon_sym__Noreturn] = ACTIONS(1463), + [anon_sym_noreturn] = ACTIONS(1463), + [anon_sym__Nonnull] = ACTIONS(1463), + [anon_sym_alignas] = ACTIONS(1463), + [anon_sym__Alignas] = ACTIONS(1463), + [sym_primitive_type] = ACTIONS(1463), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_struct] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_if] = ACTIONS(1463), + [anon_sym_switch] = ACTIONS(1463), + [anon_sym_case] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_while] = ACTIONS(1463), + [anon_sym_do] = ACTIONS(1463), + [anon_sym_for] = ACTIONS(1463), + [anon_sym_return] = ACTIONS(1463), + [anon_sym_break] = ACTIONS(1463), + [anon_sym_continue] = ACTIONS(1463), + [anon_sym_goto] = ACTIONS(1463), + [anon_sym_DASH_DASH] = ACTIONS(1465), + [anon_sym_PLUS_PLUS] = ACTIONS(1465), + [anon_sym_sizeof] = ACTIONS(1463), + [anon_sym___alignof__] = ACTIONS(1463), + [anon_sym___alignof] = ACTIONS(1463), + [anon_sym__alignof] = ACTIONS(1463), + [anon_sym_alignof] = ACTIONS(1463), + [anon_sym__Alignof] = ACTIONS(1463), + [anon_sym_offsetof] = ACTIONS(1463), + [anon_sym__Generic] = ACTIONS(1463), + [anon_sym_asm] = ACTIONS(1463), + [anon_sym___asm__] = ACTIONS(1463), + [anon_sym___asm] = ACTIONS(1463), + [sym_number_literal] = ACTIONS(1465), + [anon_sym_L_SQUOTE] = ACTIONS(1465), + [anon_sym_u_SQUOTE] = ACTIONS(1465), + [anon_sym_U_SQUOTE] = ACTIONS(1465), + [anon_sym_u8_SQUOTE] = ACTIONS(1465), + [anon_sym_SQUOTE] = ACTIONS(1465), + [anon_sym_L_DQUOTE] = ACTIONS(1465), + [anon_sym_u_DQUOTE] = ACTIONS(1465), + [anon_sym_U_DQUOTE] = ACTIONS(1465), + [anon_sym_u8_DQUOTE] = ACTIONS(1465), + [anon_sym_DQUOTE] = ACTIONS(1465), + [sym_true] = ACTIONS(1463), + [sym_false] = ACTIONS(1463), + [anon_sym_NULL] = ACTIONS(1463), + [anon_sym_nullptr] = ACTIONS(1463), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1463), + [anon_sym_rayPayloadInEXT] = ACTIONS(1463), + [anon_sym_hitAttributeEXT] = ACTIONS(1463), + [anon_sym_callableDataEXT] = ACTIONS(1463), + [anon_sym_callableDataInEXT] = ACTIONS(1463), + [anon_sym_shaderRecordEXT] = ACTIONS(1463), + [anon_sym_rayPayloadNV] = ACTIONS(1463), + [anon_sym_rayPayloadInNV] = ACTIONS(1463), + [anon_sym_hitAttributeNV] = ACTIONS(1463), + [anon_sym_callableDataNV] = ACTIONS(1463), + [anon_sym_callableDataInNV] = ACTIONS(1463), + [anon_sym_shaderRecordNV] = ACTIONS(1463), + [anon_sym_layout] = ACTIONS(1463), + }, + [419] = { + [ts_builtin_sym_end] = ACTIONS(1469), + [sym_identifier] = ACTIONS(1467), + [aux_sym_preproc_include_token1] = ACTIONS(1467), + [aux_sym_preproc_def_token1] = ACTIONS(1467), + [aux_sym_preproc_if_token1] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1467), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1467), + [sym_preproc_directive] = ACTIONS(1467), + [anon_sym_LPAREN2] = ACTIONS(1469), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_AMP] = ACTIONS(1469), + [anon_sym_subroutine] = ACTIONS(1467), + [anon_sym_invariant] = ACTIONS(1467), + [anon_sym_precise] = ACTIONS(1467), + [anon_sym_in] = ACTIONS(1467), + [anon_sym_out] = ACTIONS(1467), + [anon_sym_inout] = ACTIONS(1467), + [anon_sym_uniform] = ACTIONS(1467), + [anon_sym_shared] = ACTIONS(1467), + [anon_sym_attribute] = ACTIONS(1467), + [anon_sym_varying] = ACTIONS(1467), + [anon_sym_buffer] = ACTIONS(1467), + [anon_sym_coherent] = ACTIONS(1467), + [anon_sym_readonly] = ACTIONS(1467), + [anon_sym_writeonly] = ACTIONS(1467), + [anon_sym_precision] = ACTIONS(1467), + [anon_sym_highp] = ACTIONS(1467), + [anon_sym_mediump] = ACTIONS(1467), + [anon_sym_lowp] = ACTIONS(1467), + [anon_sym_centroid] = ACTIONS(1467), + [anon_sym_sample] = ACTIONS(1467), + [anon_sym_patch] = ACTIONS(1467), + [anon_sym_smooth] = ACTIONS(1467), + [anon_sym_flat] = ACTIONS(1467), + [anon_sym_noperspective] = ACTIONS(1467), + [anon_sym___extension__] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1467), + [anon_sym___attribute__] = ACTIONS(1467), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1469), + [anon_sym___declspec] = ACTIONS(1467), + [anon_sym___cdecl] = ACTIONS(1467), + [anon_sym___clrcall] = ACTIONS(1467), + [anon_sym___stdcall] = ACTIONS(1467), + [anon_sym___fastcall] = ACTIONS(1467), + [anon_sym___thiscall] = ACTIONS(1467), + [anon_sym___vectorcall] = ACTIONS(1467), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_signed] = ACTIONS(1467), + [anon_sym_unsigned] = ACTIONS(1467), + [anon_sym_long] = ACTIONS(1467), + [anon_sym_short] = ACTIONS(1467), + [anon_sym_static] = ACTIONS(1467), + [anon_sym_auto] = ACTIONS(1467), + [anon_sym_register] = ACTIONS(1467), + [anon_sym_inline] = ACTIONS(1467), + [anon_sym___inline] = ACTIONS(1467), + [anon_sym___inline__] = ACTIONS(1467), + [anon_sym___forceinline] = ACTIONS(1467), + [anon_sym_thread_local] = ACTIONS(1467), + [anon_sym___thread] = ACTIONS(1467), + [anon_sym_const] = ACTIONS(1467), + [anon_sym_constexpr] = ACTIONS(1467), + [anon_sym_volatile] = ACTIONS(1467), + [anon_sym_restrict] = ACTIONS(1467), + [anon_sym___restrict__] = ACTIONS(1467), + [anon_sym__Atomic] = ACTIONS(1467), + [anon_sym__Noreturn] = ACTIONS(1467), + [anon_sym_noreturn] = ACTIONS(1467), + [anon_sym__Nonnull] = ACTIONS(1467), + [anon_sym_alignas] = ACTIONS(1467), + [anon_sym__Alignas] = ACTIONS(1467), + [sym_primitive_type] = ACTIONS(1467), + [anon_sym_enum] = ACTIONS(1467), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1467), + [anon_sym_if] = ACTIONS(1467), + [anon_sym_switch] = ACTIONS(1467), + [anon_sym_case] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1467), + [anon_sym_while] = ACTIONS(1467), + [anon_sym_do] = ACTIONS(1467), + [anon_sym_for] = ACTIONS(1467), + [anon_sym_return] = ACTIONS(1467), + [anon_sym_break] = ACTIONS(1467), + [anon_sym_continue] = ACTIONS(1467), + [anon_sym_goto] = ACTIONS(1467), + [anon_sym_DASH_DASH] = ACTIONS(1469), + [anon_sym_PLUS_PLUS] = ACTIONS(1469), + [anon_sym_sizeof] = ACTIONS(1467), + [anon_sym___alignof__] = ACTIONS(1467), + [anon_sym___alignof] = ACTIONS(1467), + [anon_sym__alignof] = ACTIONS(1467), + [anon_sym_alignof] = ACTIONS(1467), + [anon_sym__Alignof] = ACTIONS(1467), + [anon_sym_offsetof] = ACTIONS(1467), + [anon_sym__Generic] = ACTIONS(1467), + [anon_sym_asm] = ACTIONS(1467), + [anon_sym___asm__] = ACTIONS(1467), + [anon_sym___asm] = ACTIONS(1467), + [sym_number_literal] = ACTIONS(1469), + [anon_sym_L_SQUOTE] = ACTIONS(1469), + [anon_sym_u_SQUOTE] = ACTIONS(1469), + [anon_sym_U_SQUOTE] = ACTIONS(1469), + [anon_sym_u8_SQUOTE] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1469), + [anon_sym_L_DQUOTE] = ACTIONS(1469), + [anon_sym_u_DQUOTE] = ACTIONS(1469), + [anon_sym_U_DQUOTE] = ACTIONS(1469), + [anon_sym_u8_DQUOTE] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(1469), + [sym_true] = ACTIONS(1467), + [sym_false] = ACTIONS(1467), + [anon_sym_NULL] = ACTIONS(1467), + [anon_sym_nullptr] = ACTIONS(1467), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1467), + [anon_sym_rayPayloadInEXT] = ACTIONS(1467), + [anon_sym_hitAttributeEXT] = ACTIONS(1467), + [anon_sym_callableDataEXT] = ACTIONS(1467), + [anon_sym_callableDataInEXT] = ACTIONS(1467), + [anon_sym_shaderRecordEXT] = ACTIONS(1467), + [anon_sym_rayPayloadNV] = ACTIONS(1467), + [anon_sym_rayPayloadInNV] = ACTIONS(1467), + [anon_sym_hitAttributeNV] = ACTIONS(1467), + [anon_sym_callableDataNV] = ACTIONS(1467), + [anon_sym_callableDataInNV] = ACTIONS(1467), + [anon_sym_shaderRecordNV] = ACTIONS(1467), + [anon_sym_layout] = ACTIONS(1467), + }, + [420] = { + [ts_builtin_sym_end] = ACTIONS(1501), + [sym_identifier] = ACTIONS(1499), + [aux_sym_preproc_include_token1] = ACTIONS(1499), + [aux_sym_preproc_def_token1] = ACTIONS(1499), + [aux_sym_preproc_if_token1] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1499), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1499), + [sym_preproc_directive] = ACTIONS(1499), + [anon_sym_LPAREN2] = ACTIONS(1501), + [anon_sym_BANG] = ACTIONS(1501), + [anon_sym_TILDE] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_AMP] = ACTIONS(1501), + [anon_sym_subroutine] = ACTIONS(1499), + [anon_sym_invariant] = ACTIONS(1499), + [anon_sym_precise] = ACTIONS(1499), + [anon_sym_in] = ACTIONS(1499), + [anon_sym_out] = ACTIONS(1499), + [anon_sym_inout] = ACTIONS(1499), + [anon_sym_uniform] = ACTIONS(1499), + [anon_sym_shared] = ACTIONS(1499), + [anon_sym_attribute] = ACTIONS(1499), + [anon_sym_varying] = ACTIONS(1499), + [anon_sym_buffer] = ACTIONS(1499), + [anon_sym_coherent] = ACTIONS(1499), + [anon_sym_readonly] = ACTIONS(1499), + [anon_sym_writeonly] = ACTIONS(1499), + [anon_sym_precision] = ACTIONS(1499), + [anon_sym_highp] = ACTIONS(1499), + [anon_sym_mediump] = ACTIONS(1499), + [anon_sym_lowp] = ACTIONS(1499), + [anon_sym_centroid] = ACTIONS(1499), + [anon_sym_sample] = ACTIONS(1499), + [anon_sym_patch] = ACTIONS(1499), + [anon_sym_smooth] = ACTIONS(1499), + [anon_sym_flat] = ACTIONS(1499), + [anon_sym_noperspective] = ACTIONS(1499), + [anon_sym___extension__] = ACTIONS(1499), + [anon_sym_typedef] = ACTIONS(1499), + [anon_sym_extern] = ACTIONS(1499), + [anon_sym___attribute__] = ACTIONS(1499), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1501), + [anon_sym___declspec] = ACTIONS(1499), + [anon_sym___cdecl] = ACTIONS(1499), + [anon_sym___clrcall] = ACTIONS(1499), + [anon_sym___stdcall] = ACTIONS(1499), + [anon_sym___fastcall] = ACTIONS(1499), + [anon_sym___thiscall] = ACTIONS(1499), + [anon_sym___vectorcall] = ACTIONS(1499), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_signed] = ACTIONS(1499), + [anon_sym_unsigned] = ACTIONS(1499), + [anon_sym_long] = ACTIONS(1499), + [anon_sym_short] = ACTIONS(1499), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_auto] = ACTIONS(1499), + [anon_sym_register] = ACTIONS(1499), + [anon_sym_inline] = ACTIONS(1499), + [anon_sym___inline] = ACTIONS(1499), + [anon_sym___inline__] = ACTIONS(1499), + [anon_sym___forceinline] = ACTIONS(1499), + [anon_sym_thread_local] = ACTIONS(1499), + [anon_sym___thread] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_constexpr] = ACTIONS(1499), + [anon_sym_volatile] = ACTIONS(1499), + [anon_sym_restrict] = ACTIONS(1499), + [anon_sym___restrict__] = ACTIONS(1499), + [anon_sym__Atomic] = ACTIONS(1499), + [anon_sym__Noreturn] = ACTIONS(1499), + [anon_sym_noreturn] = ACTIONS(1499), + [anon_sym__Nonnull] = ACTIONS(1499), + [anon_sym_alignas] = ACTIONS(1499), + [anon_sym__Alignas] = ACTIONS(1499), + [sym_primitive_type] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), + [anon_sym_struct] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_switch] = ACTIONS(1499), + [anon_sym_case] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_do] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_goto] = ACTIONS(1499), + [anon_sym_DASH_DASH] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_sizeof] = ACTIONS(1499), + [anon_sym___alignof__] = ACTIONS(1499), + [anon_sym___alignof] = ACTIONS(1499), + [anon_sym__alignof] = ACTIONS(1499), + [anon_sym_alignof] = ACTIONS(1499), + [anon_sym__Alignof] = ACTIONS(1499), + [anon_sym_offsetof] = ACTIONS(1499), + [anon_sym__Generic] = ACTIONS(1499), + [anon_sym_asm] = ACTIONS(1499), + [anon_sym___asm__] = ACTIONS(1499), + [anon_sym___asm] = ACTIONS(1499), + [sym_number_literal] = ACTIONS(1501), + [anon_sym_L_SQUOTE] = ACTIONS(1501), + [anon_sym_u_SQUOTE] = ACTIONS(1501), + [anon_sym_U_SQUOTE] = ACTIONS(1501), + [anon_sym_u8_SQUOTE] = ACTIONS(1501), + [anon_sym_SQUOTE] = ACTIONS(1501), + [anon_sym_L_DQUOTE] = ACTIONS(1501), + [anon_sym_u_DQUOTE] = ACTIONS(1501), + [anon_sym_U_DQUOTE] = ACTIONS(1501), + [anon_sym_u8_DQUOTE] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym_true] = ACTIONS(1499), + [sym_false] = ACTIONS(1499), + [anon_sym_NULL] = ACTIONS(1499), + [anon_sym_nullptr] = ACTIONS(1499), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1499), + [anon_sym_rayPayloadInEXT] = ACTIONS(1499), + [anon_sym_hitAttributeEXT] = ACTIONS(1499), + [anon_sym_callableDataEXT] = ACTIONS(1499), + [anon_sym_callableDataInEXT] = ACTIONS(1499), + [anon_sym_shaderRecordEXT] = ACTIONS(1499), + [anon_sym_rayPayloadNV] = ACTIONS(1499), + [anon_sym_rayPayloadInNV] = ACTIONS(1499), + [anon_sym_hitAttributeNV] = ACTIONS(1499), + [anon_sym_callableDataNV] = ACTIONS(1499), + [anon_sym_callableDataInNV] = ACTIONS(1499), + [anon_sym_shaderRecordNV] = ACTIONS(1499), + [anon_sym_layout] = ACTIONS(1499), + }, + [421] = { + [ts_builtin_sym_end] = ACTIONS(1519), + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_include_token1] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_LPAREN2] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_TILDE] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_typedef] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym___cdecl] = ACTIONS(1517), + [anon_sym___clrcall] = ACTIONS(1517), + [anon_sym___stdcall] = ACTIONS(1517), + [anon_sym___fastcall] = ACTIONS(1517), + [anon_sym___thiscall] = ACTIONS(1517), + [anon_sym___vectorcall] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_switch] = ACTIONS(1517), + [anon_sym_case] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_do] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_goto] = ACTIONS(1517), + [anon_sym_DASH_DASH] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_sizeof] = ACTIONS(1517), + [anon_sym___alignof__] = ACTIONS(1517), + [anon_sym___alignof] = ACTIONS(1517), + [anon_sym__alignof] = ACTIONS(1517), + [anon_sym_alignof] = ACTIONS(1517), + [anon_sym__Alignof] = ACTIONS(1517), + [anon_sym_offsetof] = ACTIONS(1517), + [anon_sym__Generic] = ACTIONS(1517), + [anon_sym_asm] = ACTIONS(1517), + [anon_sym___asm__] = ACTIONS(1517), + [anon_sym___asm] = ACTIONS(1517), + [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(1517), + [sym_false] = ACTIONS(1517), + [anon_sym_NULL] = ACTIONS(1517), + [anon_sym_nullptr] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), + }, + [422] = { + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1471), + [aux_sym_preproc_include_token1] = ACTIONS(1471), + [aux_sym_preproc_def_token1] = ACTIONS(1471), + [aux_sym_preproc_if_token1] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1471), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1471), + [anon_sym_LPAREN2] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_subroutine] = ACTIONS(1471), + [anon_sym_invariant] = ACTIONS(1471), + [anon_sym_precise] = ACTIONS(1471), + [anon_sym_in] = ACTIONS(1471), + [anon_sym_out] = ACTIONS(1471), + [anon_sym_inout] = ACTIONS(1471), + [anon_sym_uniform] = ACTIONS(1471), + [anon_sym_shared] = ACTIONS(1471), + [anon_sym_attribute] = ACTIONS(1471), + [anon_sym_varying] = ACTIONS(1471), + [anon_sym_buffer] = ACTIONS(1471), + [anon_sym_coherent] = ACTIONS(1471), + [anon_sym_readonly] = ACTIONS(1471), + [anon_sym_writeonly] = ACTIONS(1471), + [anon_sym_precision] = ACTIONS(1471), + [anon_sym_highp] = ACTIONS(1471), + [anon_sym_mediump] = ACTIONS(1471), + [anon_sym_lowp] = ACTIONS(1471), + [anon_sym_centroid] = ACTIONS(1471), + [anon_sym_sample] = ACTIONS(1471), + [anon_sym_patch] = ACTIONS(1471), + [anon_sym_smooth] = ACTIONS(1471), + [anon_sym_flat] = ACTIONS(1471), + [anon_sym_noperspective] = ACTIONS(1471), + [anon_sym___extension__] = ACTIONS(1471), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym___attribute__] = ACTIONS(1471), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1473), + [anon_sym___declspec] = ACTIONS(1471), + [anon_sym___cdecl] = ACTIONS(1471), + [anon_sym___clrcall] = ACTIONS(1471), + [anon_sym___stdcall] = ACTIONS(1471), + [anon_sym___fastcall] = ACTIONS(1471), + [anon_sym___thiscall] = ACTIONS(1471), + [anon_sym___vectorcall] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_signed] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_inline] = ACTIONS(1471), + [anon_sym___inline] = ACTIONS(1471), + [anon_sym___inline__] = ACTIONS(1471), + [anon_sym___forceinline] = ACTIONS(1471), + [anon_sym_thread_local] = ACTIONS(1471), + [anon_sym___thread] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_constexpr] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym___restrict__] = ACTIONS(1471), + [anon_sym__Atomic] = ACTIONS(1471), + [anon_sym__Noreturn] = ACTIONS(1471), + [anon_sym_noreturn] = ACTIONS(1471), + [anon_sym__Nonnull] = ACTIONS(1471), + [anon_sym_alignas] = ACTIONS(1471), + [anon_sym__Alignas] = ACTIONS(1471), + [sym_primitive_type] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [anon_sym___alignof__] = ACTIONS(1471), + [anon_sym___alignof] = ACTIONS(1471), + [anon_sym__alignof] = ACTIONS(1471), + [anon_sym_alignof] = ACTIONS(1471), + [anon_sym__Alignof] = ACTIONS(1471), + [anon_sym_offsetof] = ACTIONS(1471), + [anon_sym__Generic] = ACTIONS(1471), + [anon_sym_asm] = ACTIONS(1471), + [anon_sym___asm__] = ACTIONS(1471), + [anon_sym___asm] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1473), + [anon_sym_L_SQUOTE] = ACTIONS(1473), + [anon_sym_u_SQUOTE] = ACTIONS(1473), + [anon_sym_U_SQUOTE] = ACTIONS(1473), + [anon_sym_u8_SQUOTE] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1473), + [anon_sym_L_DQUOTE] = ACTIONS(1473), + [anon_sym_u_DQUOTE] = ACTIONS(1473), + [anon_sym_U_DQUOTE] = ACTIONS(1473), + [anon_sym_u8_DQUOTE] = ACTIONS(1473), + [anon_sym_DQUOTE] = ACTIONS(1473), + [sym_true] = ACTIONS(1471), + [sym_false] = ACTIONS(1471), + [anon_sym_NULL] = ACTIONS(1471), + [anon_sym_nullptr] = ACTIONS(1471), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1471), + [anon_sym_rayPayloadInEXT] = ACTIONS(1471), + [anon_sym_hitAttributeEXT] = ACTIONS(1471), + [anon_sym_callableDataEXT] = ACTIONS(1471), + [anon_sym_callableDataInEXT] = ACTIONS(1471), + [anon_sym_shaderRecordEXT] = ACTIONS(1471), + [anon_sym_rayPayloadNV] = ACTIONS(1471), + [anon_sym_rayPayloadInNV] = ACTIONS(1471), + [anon_sym_hitAttributeNV] = ACTIONS(1471), + [anon_sym_callableDataNV] = ACTIONS(1471), + [anon_sym_callableDataInNV] = ACTIONS(1471), + [anon_sym_shaderRecordNV] = ACTIONS(1471), + [anon_sym_layout] = ACTIONS(1471), + }, + [423] = { + [ts_builtin_sym_end] = ACTIONS(1515), [sym_identifier] = ACTIONS(1513), [aux_sym_preproc_include_token1] = ACTIONS(1513), [aux_sym_preproc_def_token1] = ACTIONS(1513), @@ -72865,17 +77919,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_ifdef_token1] = ACTIONS(1513), [aux_sym_preproc_ifdef_token2] = ACTIONS(1513), [sym_preproc_directive] = ACTIONS(1513), - [anon_sym_LPAREN2] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_TILDE] = ACTIONS(1516), + [anon_sym_LPAREN2] = ACTIONS(1515), + [anon_sym_BANG] = ACTIONS(1515), + [anon_sym_TILDE] = ACTIONS(1515), [anon_sym_DASH] = ACTIONS(1513), [anon_sym_PLUS] = ACTIONS(1513), - [anon_sym_STAR] = ACTIONS(1516), - [anon_sym_AMP] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1515), + [anon_sym_AMP] = ACTIONS(1515), [anon_sym_subroutine] = ACTIONS(1513), [anon_sym_invariant] = ACTIONS(1513), [anon_sym_precise] = ACTIONS(1513), - [anon_sym_SEMI] = ACTIONS(1516), [anon_sym_in] = ACTIONS(1513), [anon_sym_out] = ACTIONS(1513), [anon_sym_inout] = ACTIONS(1513), @@ -72901,7 +77954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typedef] = ACTIONS(1513), [anon_sym_extern] = ACTIONS(1513), [anon_sym___attribute__] = ACTIONS(1513), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1516), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1515), [anon_sym___declspec] = ACTIONS(1513), [anon_sym___cdecl] = ACTIONS(1513), [anon_sym___clrcall] = ACTIONS(1513), @@ -72909,8 +77962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1513), [anon_sym___thiscall] = ACTIONS(1513), [anon_sym___vectorcall] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), + [anon_sym_LBRACE] = ACTIONS(1515), [anon_sym_signed] = ACTIONS(1513), [anon_sym_unsigned] = ACTIONS(1513), [anon_sym_long] = ACTIONS(1513), @@ -72932,6 +77984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(1513), [anon_sym__Noreturn] = ACTIONS(1513), [anon_sym_noreturn] = ACTIONS(1513), + [anon_sym__Nonnull] = ACTIONS(1513), [anon_sym_alignas] = ACTIONS(1513), [anon_sym__Alignas] = ACTIONS(1513), [sym_primitive_type] = ACTIONS(1513), @@ -72949,10 +78002,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(1513), [anon_sym_continue] = ACTIONS(1513), [anon_sym_goto] = ACTIONS(1513), - [anon_sym___try] = ACTIONS(1513), - [anon_sym___leave] = ACTIONS(1513), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), + [anon_sym_DASH_DASH] = ACTIONS(1515), + [anon_sym_PLUS_PLUS] = ACTIONS(1515), [anon_sym_sizeof] = ACTIONS(1513), [anon_sym___alignof__] = ACTIONS(1513), [anon_sym___alignof] = ACTIONS(1513), @@ -72963,17 +78014,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(1513), [anon_sym_asm] = ACTIONS(1513), [anon_sym___asm__] = ACTIONS(1513), - [sym_number_literal] = ACTIONS(1516), - [anon_sym_L_SQUOTE] = ACTIONS(1516), - [anon_sym_u_SQUOTE] = ACTIONS(1516), - [anon_sym_U_SQUOTE] = ACTIONS(1516), - [anon_sym_u8_SQUOTE] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [anon_sym_L_DQUOTE] = ACTIONS(1516), - [anon_sym_u_DQUOTE] = ACTIONS(1516), - [anon_sym_U_DQUOTE] = ACTIONS(1516), - [anon_sym_u8_DQUOTE] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), + [anon_sym___asm] = ACTIONS(1513), + [sym_number_literal] = ACTIONS(1515), + [anon_sym_L_SQUOTE] = ACTIONS(1515), + [anon_sym_u_SQUOTE] = ACTIONS(1515), + [anon_sym_U_SQUOTE] = ACTIONS(1515), + [anon_sym_u8_SQUOTE] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1515), + [anon_sym_L_DQUOTE] = ACTIONS(1515), + [anon_sym_u_DQUOTE] = ACTIONS(1515), + [anon_sym_U_DQUOTE] = ACTIONS(1515), + [anon_sym_u8_DQUOTE] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), [sym_true] = ACTIONS(1513), [sym_false] = ACTIONS(1513), [anon_sym_NULL] = ACTIONS(1513), @@ -72993,1848 +78045,786 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(1513), [anon_sym_layout] = ACTIONS(1513), }, - [396] = { - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_RBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym___try] = ACTIONS(1413), - [anon_sym___leave] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), - }, - [397] = { - [sym_identifier] = ACTIONS(1445), - [aux_sym_preproc_include_token1] = ACTIONS(1445), - [aux_sym_preproc_def_token1] = ACTIONS(1445), - [aux_sym_preproc_if_token1] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1445), - [sym_preproc_directive] = ACTIONS(1445), - [anon_sym_LPAREN2] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_subroutine] = ACTIONS(1445), - [anon_sym_invariant] = ACTIONS(1445), - [anon_sym_precise] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1447), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_out] = ACTIONS(1445), - [anon_sym_inout] = ACTIONS(1445), - [anon_sym_uniform] = ACTIONS(1445), - [anon_sym_shared] = ACTIONS(1445), - [anon_sym_attribute] = ACTIONS(1445), - [anon_sym_varying] = ACTIONS(1445), - [anon_sym_buffer] = ACTIONS(1445), - [anon_sym_coherent] = ACTIONS(1445), - [anon_sym_readonly] = ACTIONS(1445), - [anon_sym_writeonly] = ACTIONS(1445), - [anon_sym_precision] = ACTIONS(1445), - [anon_sym_highp] = ACTIONS(1445), - [anon_sym_mediump] = ACTIONS(1445), - [anon_sym_lowp] = ACTIONS(1445), - [anon_sym_centroid] = ACTIONS(1445), - [anon_sym_sample] = ACTIONS(1445), - [anon_sym_patch] = ACTIONS(1445), - [anon_sym_smooth] = ACTIONS(1445), - [anon_sym_flat] = ACTIONS(1445), - [anon_sym_noperspective] = ACTIONS(1445), - [anon_sym___extension__] = ACTIONS(1445), - [anon_sym_typedef] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym___attribute__] = ACTIONS(1445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1447), - [anon_sym___declspec] = ACTIONS(1445), - [anon_sym___cdecl] = ACTIONS(1445), - [anon_sym___clrcall] = ACTIONS(1445), - [anon_sym___stdcall] = ACTIONS(1445), - [anon_sym___fastcall] = ACTIONS(1445), - [anon_sym___thiscall] = ACTIONS(1445), - [anon_sym___vectorcall] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1447), - [anon_sym_RBRACE] = ACTIONS(1447), - [anon_sym_signed] = ACTIONS(1445), - [anon_sym_unsigned] = ACTIONS(1445), - [anon_sym_long] = ACTIONS(1445), - [anon_sym_short] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1445), - [anon_sym_auto] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_inline] = ACTIONS(1445), - [anon_sym___inline] = ACTIONS(1445), - [anon_sym___inline__] = ACTIONS(1445), - [anon_sym___forceinline] = ACTIONS(1445), - [anon_sym_thread_local] = ACTIONS(1445), - [anon_sym___thread] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_constexpr] = ACTIONS(1445), - [anon_sym_volatile] = ACTIONS(1445), - [anon_sym_restrict] = ACTIONS(1445), - [anon_sym___restrict__] = ACTIONS(1445), - [anon_sym__Atomic] = ACTIONS(1445), - [anon_sym__Noreturn] = ACTIONS(1445), - [anon_sym_noreturn] = ACTIONS(1445), - [anon_sym_alignas] = ACTIONS(1445), - [anon_sym__Alignas] = ACTIONS(1445), - [sym_primitive_type] = ACTIONS(1445), - [anon_sym_enum] = ACTIONS(1445), - [anon_sym_struct] = ACTIONS(1445), - [anon_sym_union] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_switch] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1445), - [anon_sym_default] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_goto] = ACTIONS(1445), - [anon_sym___try] = ACTIONS(1445), - [anon_sym___leave] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1447), - [anon_sym_sizeof] = ACTIONS(1445), - [anon_sym___alignof__] = ACTIONS(1445), - [anon_sym___alignof] = ACTIONS(1445), - [anon_sym__alignof] = ACTIONS(1445), - [anon_sym_alignof] = ACTIONS(1445), - [anon_sym__Alignof] = ACTIONS(1445), - [anon_sym_offsetof] = ACTIONS(1445), - [anon_sym__Generic] = ACTIONS(1445), - [anon_sym_asm] = ACTIONS(1445), - [anon_sym___asm__] = ACTIONS(1445), - [sym_number_literal] = ACTIONS(1447), - [anon_sym_L_SQUOTE] = ACTIONS(1447), - [anon_sym_u_SQUOTE] = ACTIONS(1447), - [anon_sym_U_SQUOTE] = ACTIONS(1447), - [anon_sym_u8_SQUOTE] = ACTIONS(1447), - [anon_sym_SQUOTE] = ACTIONS(1447), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1445), - [sym_false] = ACTIONS(1445), - [anon_sym_NULL] = ACTIONS(1445), - [anon_sym_nullptr] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1445), - [anon_sym_rayPayloadInEXT] = ACTIONS(1445), - [anon_sym_hitAttributeEXT] = ACTIONS(1445), - [anon_sym_callableDataEXT] = ACTIONS(1445), - [anon_sym_callableDataInEXT] = ACTIONS(1445), - [anon_sym_shaderRecordEXT] = ACTIONS(1445), - [anon_sym_rayPayloadNV] = ACTIONS(1445), - [anon_sym_rayPayloadInNV] = ACTIONS(1445), - [anon_sym_hitAttributeNV] = ACTIONS(1445), - [anon_sym_callableDataNV] = ACTIONS(1445), - [anon_sym_callableDataInNV] = ACTIONS(1445), - [anon_sym_shaderRecordNV] = ACTIONS(1445), - [anon_sym_layout] = ACTIONS(1445), - }, - [398] = { - [ts_builtin_sym_end] = ACTIONS(1443), - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_include_token1] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1443), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1443), - [anon_sym_TILDE] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1443), - [anon_sym_AMP] = ACTIONS(1443), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_typedef] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym___cdecl] = ACTIONS(1441), - [anon_sym___clrcall] = ACTIONS(1441), - [anon_sym___stdcall] = ACTIONS(1441), - [anon_sym___fastcall] = ACTIONS(1441), - [anon_sym___thiscall] = ACTIONS(1441), - [anon_sym___vectorcall] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1443), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_switch] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_goto] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1443), - [anon_sym_PLUS_PLUS] = ACTIONS(1443), - [anon_sym_sizeof] = ACTIONS(1441), - [anon_sym___alignof__] = ACTIONS(1441), - [anon_sym___alignof] = ACTIONS(1441), - [anon_sym__alignof] = ACTIONS(1441), - [anon_sym_alignof] = ACTIONS(1441), - [anon_sym__Alignof] = ACTIONS(1441), - [anon_sym_offsetof] = ACTIONS(1441), - [anon_sym__Generic] = ACTIONS(1441), - [anon_sym_asm] = ACTIONS(1441), - [anon_sym___asm__] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1443), - [anon_sym_L_SQUOTE] = ACTIONS(1443), - [anon_sym_u_SQUOTE] = ACTIONS(1443), - [anon_sym_U_SQUOTE] = ACTIONS(1443), - [anon_sym_u8_SQUOTE] = ACTIONS(1443), - [anon_sym_SQUOTE] = ACTIONS(1443), - [anon_sym_L_DQUOTE] = ACTIONS(1443), - [anon_sym_u_DQUOTE] = ACTIONS(1443), - [anon_sym_U_DQUOTE] = ACTIONS(1443), - [anon_sym_u8_DQUOTE] = ACTIONS(1443), - [anon_sym_DQUOTE] = ACTIONS(1443), - [sym_true] = ACTIONS(1441), - [sym_false] = ACTIONS(1441), - [anon_sym_NULL] = ACTIONS(1441), - [anon_sym_nullptr] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), - }, - [399] = { - [ts_builtin_sym_end] = ACTIONS(1411), - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_include_token1] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [anon_sym_COMMA] = ACTIONS(1411), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_LPAREN2] = ACTIONS(1411), - [anon_sym_BANG] = ACTIONS(1411), - [anon_sym_TILDE] = ACTIONS(1411), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_PLUS] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1411), - [anon_sym_AMP] = ACTIONS(1411), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_typedef] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym___cdecl] = ACTIONS(1409), - [anon_sym___clrcall] = ACTIONS(1409), - [anon_sym___stdcall] = ACTIONS(1409), - [anon_sym___fastcall] = ACTIONS(1409), - [anon_sym___thiscall] = ACTIONS(1409), - [anon_sym___vectorcall] = ACTIONS(1409), - [anon_sym_LBRACE] = ACTIONS(1411), - [anon_sym_RBRACE] = ACTIONS(1411), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [anon_sym_if] = ACTIONS(1409), - [anon_sym_switch] = ACTIONS(1409), - [anon_sym_case] = ACTIONS(1409), - [anon_sym_default] = ACTIONS(1409), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(1409), - [anon_sym_for] = ACTIONS(1409), - [anon_sym_return] = ACTIONS(1409), - [anon_sym_break] = ACTIONS(1409), - [anon_sym_continue] = ACTIONS(1409), - [anon_sym_goto] = ACTIONS(1409), - [anon_sym_DASH_DASH] = ACTIONS(1411), - [anon_sym_PLUS_PLUS] = ACTIONS(1411), - [anon_sym_sizeof] = ACTIONS(1409), - [anon_sym___alignof__] = ACTIONS(1409), - [anon_sym___alignof] = ACTIONS(1409), - [anon_sym__alignof] = ACTIONS(1409), - [anon_sym_alignof] = ACTIONS(1409), - [anon_sym__Alignof] = ACTIONS(1409), - [anon_sym_offsetof] = ACTIONS(1409), - [anon_sym__Generic] = ACTIONS(1409), - [anon_sym_asm] = ACTIONS(1409), - [anon_sym___asm__] = ACTIONS(1409), - [sym_number_literal] = ACTIONS(1411), - [anon_sym_L_SQUOTE] = ACTIONS(1411), - [anon_sym_u_SQUOTE] = ACTIONS(1411), - [anon_sym_U_SQUOTE] = ACTIONS(1411), - [anon_sym_u8_SQUOTE] = ACTIONS(1411), - [anon_sym_SQUOTE] = ACTIONS(1411), - [anon_sym_L_DQUOTE] = ACTIONS(1411), - [anon_sym_u_DQUOTE] = ACTIONS(1411), - [anon_sym_U_DQUOTE] = ACTIONS(1411), - [anon_sym_u8_DQUOTE] = ACTIONS(1411), - [anon_sym_DQUOTE] = ACTIONS(1411), - [sym_true] = ACTIONS(1409), - [sym_false] = ACTIONS(1409), - [anon_sym_NULL] = ACTIONS(1409), - [anon_sym_nullptr] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), - }, - [400] = { - [ts_builtin_sym_end] = ACTIONS(1537), - [sym_identifier] = ACTIONS(1535), - [aux_sym_preproc_include_token1] = ACTIONS(1535), - [aux_sym_preproc_def_token1] = ACTIONS(1535), - [aux_sym_preproc_if_token1] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1535), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1535), - [sym_preproc_directive] = ACTIONS(1535), - [anon_sym_LPAREN2] = ACTIONS(1537), - [anon_sym_BANG] = ACTIONS(1537), - [anon_sym_TILDE] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1535), - [anon_sym_STAR] = ACTIONS(1537), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_subroutine] = ACTIONS(1535), - [anon_sym_invariant] = ACTIONS(1535), - [anon_sym_precise] = ACTIONS(1535), - [anon_sym_in] = ACTIONS(1535), - [anon_sym_out] = ACTIONS(1535), - [anon_sym_inout] = ACTIONS(1535), - [anon_sym_uniform] = ACTIONS(1535), - [anon_sym_shared] = ACTIONS(1535), - [anon_sym_attribute] = ACTIONS(1535), - [anon_sym_varying] = ACTIONS(1535), - [anon_sym_buffer] = ACTIONS(1535), - [anon_sym_coherent] = ACTIONS(1535), - [anon_sym_readonly] = ACTIONS(1535), - [anon_sym_writeonly] = ACTIONS(1535), - [anon_sym_precision] = ACTIONS(1535), - [anon_sym_highp] = ACTIONS(1535), - [anon_sym_mediump] = ACTIONS(1535), - [anon_sym_lowp] = ACTIONS(1535), - [anon_sym_centroid] = ACTIONS(1535), - [anon_sym_sample] = ACTIONS(1535), - [anon_sym_patch] = ACTIONS(1535), - [anon_sym_smooth] = ACTIONS(1535), - [anon_sym_flat] = ACTIONS(1535), - [anon_sym_noperspective] = ACTIONS(1535), - [anon_sym___extension__] = ACTIONS(1535), - [anon_sym_typedef] = ACTIONS(1535), - [anon_sym_extern] = ACTIONS(1535), - [anon_sym___attribute__] = ACTIONS(1535), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1537), - [anon_sym___declspec] = ACTIONS(1535), - [anon_sym___cdecl] = ACTIONS(1535), - [anon_sym___clrcall] = ACTIONS(1535), - [anon_sym___stdcall] = ACTIONS(1535), - [anon_sym___fastcall] = ACTIONS(1535), - [anon_sym___thiscall] = ACTIONS(1535), - [anon_sym___vectorcall] = ACTIONS(1535), - [anon_sym_LBRACE] = ACTIONS(1537), - [anon_sym_signed] = ACTIONS(1535), - [anon_sym_unsigned] = ACTIONS(1535), - [anon_sym_long] = ACTIONS(1535), - [anon_sym_short] = ACTIONS(1535), - [anon_sym_static] = ACTIONS(1535), - [anon_sym_auto] = ACTIONS(1535), - [anon_sym_register] = ACTIONS(1535), - [anon_sym_inline] = ACTIONS(1535), - [anon_sym___inline] = ACTIONS(1535), - [anon_sym___inline__] = ACTIONS(1535), - [anon_sym___forceinline] = ACTIONS(1535), - [anon_sym_thread_local] = ACTIONS(1535), - [anon_sym___thread] = ACTIONS(1535), - [anon_sym_const] = ACTIONS(1535), - [anon_sym_constexpr] = ACTIONS(1535), - [anon_sym_volatile] = ACTIONS(1535), - [anon_sym_restrict] = ACTIONS(1535), - [anon_sym___restrict__] = ACTIONS(1535), - [anon_sym__Atomic] = ACTIONS(1535), - [anon_sym__Noreturn] = ACTIONS(1535), - [anon_sym_noreturn] = ACTIONS(1535), - [anon_sym_alignas] = ACTIONS(1535), - [anon_sym__Alignas] = ACTIONS(1535), - [sym_primitive_type] = ACTIONS(1535), - [anon_sym_enum] = ACTIONS(1535), - [anon_sym_struct] = ACTIONS(1535), - [anon_sym_union] = ACTIONS(1535), - [anon_sym_if] = ACTIONS(1535), - [anon_sym_switch] = ACTIONS(1535), - [anon_sym_case] = ACTIONS(1535), - [anon_sym_default] = ACTIONS(1535), - [anon_sym_while] = ACTIONS(1535), - [anon_sym_do] = ACTIONS(1535), - [anon_sym_for] = ACTIONS(1535), - [anon_sym_return] = ACTIONS(1535), - [anon_sym_break] = ACTIONS(1535), - [anon_sym_continue] = ACTIONS(1535), - [anon_sym_goto] = ACTIONS(1535), - [anon_sym_DASH_DASH] = ACTIONS(1537), - [anon_sym_PLUS_PLUS] = ACTIONS(1537), - [anon_sym_sizeof] = ACTIONS(1535), - [anon_sym___alignof__] = ACTIONS(1535), - [anon_sym___alignof] = ACTIONS(1535), - [anon_sym__alignof] = ACTIONS(1535), - [anon_sym_alignof] = ACTIONS(1535), - [anon_sym__Alignof] = ACTIONS(1535), - [anon_sym_offsetof] = ACTIONS(1535), - [anon_sym__Generic] = ACTIONS(1535), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1537), - [anon_sym_L_SQUOTE] = ACTIONS(1537), - [anon_sym_u_SQUOTE] = ACTIONS(1537), - [anon_sym_U_SQUOTE] = ACTIONS(1537), - [anon_sym_u8_SQUOTE] = ACTIONS(1537), - [anon_sym_SQUOTE] = ACTIONS(1537), - [anon_sym_L_DQUOTE] = ACTIONS(1537), - [anon_sym_u_DQUOTE] = ACTIONS(1537), - [anon_sym_U_DQUOTE] = ACTIONS(1537), - [anon_sym_u8_DQUOTE] = ACTIONS(1537), - [anon_sym_DQUOTE] = ACTIONS(1537), - [sym_true] = ACTIONS(1535), - [sym_false] = ACTIONS(1535), - [anon_sym_NULL] = ACTIONS(1535), - [anon_sym_nullptr] = ACTIONS(1535), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1535), - [anon_sym_rayPayloadInEXT] = ACTIONS(1535), - [anon_sym_hitAttributeEXT] = ACTIONS(1535), - [anon_sym_callableDataEXT] = ACTIONS(1535), - [anon_sym_callableDataInEXT] = ACTIONS(1535), - [anon_sym_shaderRecordEXT] = ACTIONS(1535), - [anon_sym_rayPayloadNV] = ACTIONS(1535), - [anon_sym_rayPayloadInNV] = ACTIONS(1535), - [anon_sym_hitAttributeNV] = ACTIONS(1535), - [anon_sym_callableDataNV] = ACTIONS(1535), - [anon_sym_callableDataInNV] = ACTIONS(1535), - [anon_sym_shaderRecordNV] = ACTIONS(1535), - [anon_sym_layout] = ACTIONS(1535), - }, - [401] = { - [ts_builtin_sym_end] = ACTIONS(1475), - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), - }, - [402] = { - [ts_builtin_sym_end] = ACTIONS(1407), - [sym_identifier] = ACTIONS(1405), - [aux_sym_preproc_include_token1] = ACTIONS(1405), - [aux_sym_preproc_def_token1] = ACTIONS(1405), - [aux_sym_preproc_if_token1] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1405), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1405), - [sym_preproc_directive] = ACTIONS(1405), - [anon_sym_LPAREN2] = ACTIONS(1407), - [anon_sym_BANG] = ACTIONS(1407), - [anon_sym_TILDE] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1405), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), - [anon_sym_subroutine] = ACTIONS(1405), - [anon_sym_invariant] = ACTIONS(1405), - [anon_sym_precise] = ACTIONS(1405), - [anon_sym_in] = ACTIONS(1405), - [anon_sym_out] = ACTIONS(1405), - [anon_sym_inout] = ACTIONS(1405), - [anon_sym_uniform] = ACTIONS(1405), - [anon_sym_shared] = ACTIONS(1405), - [anon_sym_attribute] = ACTIONS(1405), - [anon_sym_varying] = ACTIONS(1405), - [anon_sym_buffer] = ACTIONS(1405), - [anon_sym_coherent] = ACTIONS(1405), - [anon_sym_readonly] = ACTIONS(1405), - [anon_sym_writeonly] = ACTIONS(1405), - [anon_sym_precision] = ACTIONS(1405), - [anon_sym_highp] = ACTIONS(1405), - [anon_sym_mediump] = ACTIONS(1405), - [anon_sym_lowp] = ACTIONS(1405), - [anon_sym_centroid] = ACTIONS(1405), - [anon_sym_sample] = ACTIONS(1405), - [anon_sym_patch] = ACTIONS(1405), - [anon_sym_smooth] = ACTIONS(1405), - [anon_sym_flat] = ACTIONS(1405), - [anon_sym_noperspective] = ACTIONS(1405), - [anon_sym___extension__] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1405), - [anon_sym_extern] = ACTIONS(1405), - [anon_sym___attribute__] = ACTIONS(1405), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1407), - [anon_sym___declspec] = ACTIONS(1405), - [anon_sym___cdecl] = ACTIONS(1405), - [anon_sym___clrcall] = ACTIONS(1405), - [anon_sym___stdcall] = ACTIONS(1405), - [anon_sym___fastcall] = ACTIONS(1405), - [anon_sym___thiscall] = ACTIONS(1405), - [anon_sym___vectorcall] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_signed] = ACTIONS(1405), - [anon_sym_unsigned] = ACTIONS(1405), - [anon_sym_long] = ACTIONS(1405), - [anon_sym_short] = ACTIONS(1405), - [anon_sym_static] = ACTIONS(1405), - [anon_sym_auto] = ACTIONS(1405), - [anon_sym_register] = ACTIONS(1405), - [anon_sym_inline] = ACTIONS(1405), - [anon_sym___inline] = ACTIONS(1405), - [anon_sym___inline__] = ACTIONS(1405), - [anon_sym___forceinline] = ACTIONS(1405), - [anon_sym_thread_local] = ACTIONS(1405), - [anon_sym___thread] = ACTIONS(1405), - [anon_sym_const] = ACTIONS(1405), - [anon_sym_constexpr] = ACTIONS(1405), - [anon_sym_volatile] = ACTIONS(1405), - [anon_sym_restrict] = ACTIONS(1405), - [anon_sym___restrict__] = ACTIONS(1405), - [anon_sym__Atomic] = ACTIONS(1405), - [anon_sym__Noreturn] = ACTIONS(1405), - [anon_sym_noreturn] = ACTIONS(1405), - [anon_sym_alignas] = ACTIONS(1405), - [anon_sym__Alignas] = ACTIONS(1405), - [sym_primitive_type] = ACTIONS(1405), - [anon_sym_enum] = ACTIONS(1405), - [anon_sym_struct] = ACTIONS(1405), - [anon_sym_union] = ACTIONS(1405), - [anon_sym_if] = ACTIONS(1405), - [anon_sym_switch] = ACTIONS(1405), - [anon_sym_case] = ACTIONS(1405), - [anon_sym_default] = ACTIONS(1405), - [anon_sym_while] = ACTIONS(1405), - [anon_sym_do] = ACTIONS(1405), - [anon_sym_for] = ACTIONS(1405), - [anon_sym_return] = ACTIONS(1405), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1405), - [anon_sym_goto] = ACTIONS(1405), - [anon_sym_DASH_DASH] = ACTIONS(1407), - [anon_sym_PLUS_PLUS] = ACTIONS(1407), - [anon_sym_sizeof] = ACTIONS(1405), - [anon_sym___alignof__] = ACTIONS(1405), - [anon_sym___alignof] = ACTIONS(1405), - [anon_sym__alignof] = ACTIONS(1405), - [anon_sym_alignof] = ACTIONS(1405), - [anon_sym__Alignof] = ACTIONS(1405), - [anon_sym_offsetof] = ACTIONS(1405), - [anon_sym__Generic] = ACTIONS(1405), - [anon_sym_asm] = ACTIONS(1405), - [anon_sym___asm__] = ACTIONS(1405), - [sym_number_literal] = ACTIONS(1407), - [anon_sym_L_SQUOTE] = ACTIONS(1407), - [anon_sym_u_SQUOTE] = ACTIONS(1407), - [anon_sym_U_SQUOTE] = ACTIONS(1407), - [anon_sym_u8_SQUOTE] = ACTIONS(1407), - [anon_sym_SQUOTE] = ACTIONS(1407), - [anon_sym_L_DQUOTE] = ACTIONS(1407), - [anon_sym_u_DQUOTE] = ACTIONS(1407), - [anon_sym_U_DQUOTE] = ACTIONS(1407), - [anon_sym_u8_DQUOTE] = ACTIONS(1407), - [anon_sym_DQUOTE] = ACTIONS(1407), - [sym_true] = ACTIONS(1405), - [sym_false] = ACTIONS(1405), - [anon_sym_NULL] = ACTIONS(1405), - [anon_sym_nullptr] = ACTIONS(1405), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1405), - [anon_sym_rayPayloadInEXT] = ACTIONS(1405), - [anon_sym_hitAttributeEXT] = ACTIONS(1405), - [anon_sym_callableDataEXT] = ACTIONS(1405), - [anon_sym_callableDataInEXT] = ACTIONS(1405), - [anon_sym_shaderRecordEXT] = ACTIONS(1405), - [anon_sym_rayPayloadNV] = ACTIONS(1405), - [anon_sym_rayPayloadInNV] = ACTIONS(1405), - [anon_sym_hitAttributeNV] = ACTIONS(1405), - [anon_sym_callableDataNV] = ACTIONS(1405), - [anon_sym_callableDataInNV] = ACTIONS(1405), - [anon_sym_shaderRecordNV] = ACTIONS(1405), - [anon_sym_layout] = ACTIONS(1405), - }, - [403] = { - [ts_builtin_sym_end] = ACTIONS(1451), - [sym_identifier] = ACTIONS(1449), - [aux_sym_preproc_include_token1] = ACTIONS(1449), - [aux_sym_preproc_def_token1] = ACTIONS(1449), - [aux_sym_preproc_if_token1] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1449), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1449), - [sym_preproc_directive] = ACTIONS(1449), - [anon_sym_LPAREN2] = ACTIONS(1451), - [anon_sym_BANG] = ACTIONS(1451), - [anon_sym_TILDE] = ACTIONS(1451), - [anon_sym_DASH] = ACTIONS(1449), - [anon_sym_PLUS] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1451), - [anon_sym_AMP] = ACTIONS(1451), - [anon_sym_subroutine] = ACTIONS(1449), - [anon_sym_invariant] = ACTIONS(1449), - [anon_sym_precise] = ACTIONS(1449), - [anon_sym_in] = ACTIONS(1449), - [anon_sym_out] = ACTIONS(1449), - [anon_sym_inout] = ACTIONS(1449), - [anon_sym_uniform] = ACTIONS(1449), - [anon_sym_shared] = ACTIONS(1449), - [anon_sym_attribute] = ACTIONS(1449), - [anon_sym_varying] = ACTIONS(1449), - [anon_sym_buffer] = ACTIONS(1449), - [anon_sym_coherent] = ACTIONS(1449), - [anon_sym_readonly] = ACTIONS(1449), - [anon_sym_writeonly] = ACTIONS(1449), - [anon_sym_precision] = ACTIONS(1449), - [anon_sym_highp] = ACTIONS(1449), - [anon_sym_mediump] = ACTIONS(1449), - [anon_sym_lowp] = ACTIONS(1449), - [anon_sym_centroid] = ACTIONS(1449), - [anon_sym_sample] = ACTIONS(1449), - [anon_sym_patch] = ACTIONS(1449), - [anon_sym_smooth] = ACTIONS(1449), - [anon_sym_flat] = ACTIONS(1449), - [anon_sym_noperspective] = ACTIONS(1449), - [anon_sym___extension__] = ACTIONS(1449), - [anon_sym_typedef] = ACTIONS(1449), - [anon_sym_extern] = ACTIONS(1449), - [anon_sym___attribute__] = ACTIONS(1449), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1451), - [anon_sym___declspec] = ACTIONS(1449), - [anon_sym___cdecl] = ACTIONS(1449), - [anon_sym___clrcall] = ACTIONS(1449), - [anon_sym___stdcall] = ACTIONS(1449), - [anon_sym___fastcall] = ACTIONS(1449), - [anon_sym___thiscall] = ACTIONS(1449), - [anon_sym___vectorcall] = ACTIONS(1449), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_signed] = ACTIONS(1449), - [anon_sym_unsigned] = ACTIONS(1449), - [anon_sym_long] = ACTIONS(1449), - [anon_sym_short] = ACTIONS(1449), - [anon_sym_static] = ACTIONS(1449), - [anon_sym_auto] = ACTIONS(1449), - [anon_sym_register] = ACTIONS(1449), - [anon_sym_inline] = ACTIONS(1449), - [anon_sym___inline] = ACTIONS(1449), - [anon_sym___inline__] = ACTIONS(1449), - [anon_sym___forceinline] = ACTIONS(1449), - [anon_sym_thread_local] = ACTIONS(1449), - [anon_sym___thread] = ACTIONS(1449), - [anon_sym_const] = ACTIONS(1449), - [anon_sym_constexpr] = ACTIONS(1449), - [anon_sym_volatile] = ACTIONS(1449), - [anon_sym_restrict] = ACTIONS(1449), - [anon_sym___restrict__] = ACTIONS(1449), - [anon_sym__Atomic] = ACTIONS(1449), - [anon_sym__Noreturn] = ACTIONS(1449), - [anon_sym_noreturn] = ACTIONS(1449), - [anon_sym_alignas] = ACTIONS(1449), - [anon_sym__Alignas] = ACTIONS(1449), - [sym_primitive_type] = ACTIONS(1449), - [anon_sym_enum] = ACTIONS(1449), - [anon_sym_struct] = ACTIONS(1449), - [anon_sym_union] = ACTIONS(1449), - [anon_sym_if] = ACTIONS(1449), - [anon_sym_switch] = ACTIONS(1449), - [anon_sym_case] = ACTIONS(1449), - [anon_sym_default] = ACTIONS(1449), - [anon_sym_while] = ACTIONS(1449), - [anon_sym_do] = ACTIONS(1449), - [anon_sym_for] = ACTIONS(1449), - [anon_sym_return] = ACTIONS(1449), - [anon_sym_break] = ACTIONS(1449), - [anon_sym_continue] = ACTIONS(1449), - [anon_sym_goto] = ACTIONS(1449), - [anon_sym_DASH_DASH] = ACTIONS(1451), - [anon_sym_PLUS_PLUS] = ACTIONS(1451), - [anon_sym_sizeof] = ACTIONS(1449), - [anon_sym___alignof__] = ACTIONS(1449), - [anon_sym___alignof] = ACTIONS(1449), - [anon_sym__alignof] = ACTIONS(1449), - [anon_sym_alignof] = ACTIONS(1449), - [anon_sym__Alignof] = ACTIONS(1449), - [anon_sym_offsetof] = ACTIONS(1449), - [anon_sym__Generic] = ACTIONS(1449), - [anon_sym_asm] = ACTIONS(1449), - [anon_sym___asm__] = ACTIONS(1449), - [sym_number_literal] = ACTIONS(1451), - [anon_sym_L_SQUOTE] = ACTIONS(1451), - [anon_sym_u_SQUOTE] = ACTIONS(1451), - [anon_sym_U_SQUOTE] = ACTIONS(1451), - [anon_sym_u8_SQUOTE] = ACTIONS(1451), - [anon_sym_SQUOTE] = ACTIONS(1451), - [anon_sym_L_DQUOTE] = ACTIONS(1451), - [anon_sym_u_DQUOTE] = ACTIONS(1451), - [anon_sym_U_DQUOTE] = ACTIONS(1451), - [anon_sym_u8_DQUOTE] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(1451), - [sym_true] = ACTIONS(1449), - [sym_false] = ACTIONS(1449), - [anon_sym_NULL] = ACTIONS(1449), - [anon_sym_nullptr] = ACTIONS(1449), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1449), - [anon_sym_rayPayloadInEXT] = ACTIONS(1449), - [anon_sym_hitAttributeEXT] = ACTIONS(1449), - [anon_sym_callableDataEXT] = ACTIONS(1449), - [anon_sym_callableDataInEXT] = ACTIONS(1449), - [anon_sym_shaderRecordEXT] = ACTIONS(1449), - [anon_sym_rayPayloadNV] = ACTIONS(1449), - [anon_sym_rayPayloadInNV] = ACTIONS(1449), - [anon_sym_hitAttributeNV] = ACTIONS(1449), - [anon_sym_callableDataNV] = ACTIONS(1449), - [anon_sym_callableDataInNV] = ACTIONS(1449), - [anon_sym_shaderRecordNV] = ACTIONS(1449), - [anon_sym_layout] = ACTIONS(1449), - }, - [404] = { - [ts_builtin_sym_end] = ACTIONS(1447), - [sym_identifier] = ACTIONS(1445), - [aux_sym_preproc_include_token1] = ACTIONS(1445), - [aux_sym_preproc_def_token1] = ACTIONS(1445), - [aux_sym_preproc_if_token1] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1445), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1445), - [sym_preproc_directive] = ACTIONS(1445), - [anon_sym_LPAREN2] = ACTIONS(1447), - [anon_sym_BANG] = ACTIONS(1447), - [anon_sym_TILDE] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_subroutine] = ACTIONS(1445), - [anon_sym_invariant] = ACTIONS(1445), - [anon_sym_precise] = ACTIONS(1445), - [anon_sym_in] = ACTIONS(1445), - [anon_sym_out] = ACTIONS(1445), - [anon_sym_inout] = ACTIONS(1445), - [anon_sym_uniform] = ACTIONS(1445), - [anon_sym_shared] = ACTIONS(1445), - [anon_sym_attribute] = ACTIONS(1445), - [anon_sym_varying] = ACTIONS(1445), - [anon_sym_buffer] = ACTIONS(1445), - [anon_sym_coherent] = ACTIONS(1445), - [anon_sym_readonly] = ACTIONS(1445), - [anon_sym_writeonly] = ACTIONS(1445), - [anon_sym_precision] = ACTIONS(1445), - [anon_sym_highp] = ACTIONS(1445), - [anon_sym_mediump] = ACTIONS(1445), - [anon_sym_lowp] = ACTIONS(1445), - [anon_sym_centroid] = ACTIONS(1445), - [anon_sym_sample] = ACTIONS(1445), - [anon_sym_patch] = ACTIONS(1445), - [anon_sym_smooth] = ACTIONS(1445), - [anon_sym_flat] = ACTIONS(1445), - [anon_sym_noperspective] = ACTIONS(1445), - [anon_sym___extension__] = ACTIONS(1445), - [anon_sym_typedef] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym___attribute__] = ACTIONS(1445), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1447), - [anon_sym___declspec] = ACTIONS(1445), - [anon_sym___cdecl] = ACTIONS(1445), - [anon_sym___clrcall] = ACTIONS(1445), - [anon_sym___stdcall] = ACTIONS(1445), - [anon_sym___fastcall] = ACTIONS(1445), - [anon_sym___thiscall] = ACTIONS(1445), - [anon_sym___vectorcall] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1447), - [anon_sym_signed] = ACTIONS(1445), - [anon_sym_unsigned] = ACTIONS(1445), - [anon_sym_long] = ACTIONS(1445), - [anon_sym_short] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1445), - [anon_sym_auto] = ACTIONS(1445), - [anon_sym_register] = ACTIONS(1445), - [anon_sym_inline] = ACTIONS(1445), - [anon_sym___inline] = ACTIONS(1445), - [anon_sym___inline__] = ACTIONS(1445), - [anon_sym___forceinline] = ACTIONS(1445), - [anon_sym_thread_local] = ACTIONS(1445), - [anon_sym___thread] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_constexpr] = ACTIONS(1445), - [anon_sym_volatile] = ACTIONS(1445), - [anon_sym_restrict] = ACTIONS(1445), - [anon_sym___restrict__] = ACTIONS(1445), - [anon_sym__Atomic] = ACTIONS(1445), - [anon_sym__Noreturn] = ACTIONS(1445), - [anon_sym_noreturn] = ACTIONS(1445), - [anon_sym_alignas] = ACTIONS(1445), - [anon_sym__Alignas] = ACTIONS(1445), - [sym_primitive_type] = ACTIONS(1445), - [anon_sym_enum] = ACTIONS(1445), - [anon_sym_struct] = ACTIONS(1445), - [anon_sym_union] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_switch] = ACTIONS(1445), - [anon_sym_case] = ACTIONS(1445), - [anon_sym_default] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_do] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_goto] = ACTIONS(1445), - [anon_sym_DASH_DASH] = ACTIONS(1447), - [anon_sym_PLUS_PLUS] = ACTIONS(1447), - [anon_sym_sizeof] = ACTIONS(1445), - [anon_sym___alignof__] = ACTIONS(1445), - [anon_sym___alignof] = ACTIONS(1445), - [anon_sym__alignof] = ACTIONS(1445), - [anon_sym_alignof] = ACTIONS(1445), - [anon_sym__Alignof] = ACTIONS(1445), - [anon_sym_offsetof] = ACTIONS(1445), - [anon_sym__Generic] = ACTIONS(1445), - [anon_sym_asm] = ACTIONS(1445), - [anon_sym___asm__] = ACTIONS(1445), - [sym_number_literal] = ACTIONS(1447), - [anon_sym_L_SQUOTE] = ACTIONS(1447), - [anon_sym_u_SQUOTE] = ACTIONS(1447), - [anon_sym_U_SQUOTE] = ACTIONS(1447), - [anon_sym_u8_SQUOTE] = ACTIONS(1447), - [anon_sym_SQUOTE] = ACTIONS(1447), - [anon_sym_L_DQUOTE] = ACTIONS(1447), - [anon_sym_u_DQUOTE] = ACTIONS(1447), - [anon_sym_U_DQUOTE] = ACTIONS(1447), - [anon_sym_u8_DQUOTE] = ACTIONS(1447), - [anon_sym_DQUOTE] = ACTIONS(1447), - [sym_true] = ACTIONS(1445), - [sym_false] = ACTIONS(1445), - [anon_sym_NULL] = ACTIONS(1445), - [anon_sym_nullptr] = ACTIONS(1445), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1445), - [anon_sym_rayPayloadInEXT] = ACTIONS(1445), - [anon_sym_hitAttributeEXT] = ACTIONS(1445), - [anon_sym_callableDataEXT] = ACTIONS(1445), - [anon_sym_callableDataInEXT] = ACTIONS(1445), - [anon_sym_shaderRecordEXT] = ACTIONS(1445), - [anon_sym_rayPayloadNV] = ACTIONS(1445), - [anon_sym_rayPayloadInNV] = ACTIONS(1445), - [anon_sym_hitAttributeNV] = ACTIONS(1445), - [anon_sym_callableDataNV] = ACTIONS(1445), - [anon_sym_callableDataInNV] = ACTIONS(1445), - [anon_sym_shaderRecordNV] = ACTIONS(1445), - [anon_sym_layout] = ACTIONS(1445), + [424] = { + [ts_builtin_sym_end] = ACTIONS(1485), + [sym_identifier] = ACTIONS(1483), + [aux_sym_preproc_include_token1] = ACTIONS(1483), + [aux_sym_preproc_def_token1] = ACTIONS(1483), + [aux_sym_preproc_if_token1] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1483), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1483), + [sym_preproc_directive] = ACTIONS(1483), + [anon_sym_LPAREN2] = ACTIONS(1485), + [anon_sym_BANG] = ACTIONS(1485), + [anon_sym_TILDE] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_AMP] = ACTIONS(1485), + [anon_sym_subroutine] = ACTIONS(1483), + [anon_sym_invariant] = ACTIONS(1483), + [anon_sym_precise] = ACTIONS(1483), + [anon_sym_in] = ACTIONS(1483), + [anon_sym_out] = ACTIONS(1483), + [anon_sym_inout] = ACTIONS(1483), + [anon_sym_uniform] = ACTIONS(1483), + [anon_sym_shared] = ACTIONS(1483), + [anon_sym_attribute] = ACTIONS(1483), + [anon_sym_varying] = ACTIONS(1483), + [anon_sym_buffer] = ACTIONS(1483), + [anon_sym_coherent] = ACTIONS(1483), + [anon_sym_readonly] = ACTIONS(1483), + [anon_sym_writeonly] = ACTIONS(1483), + [anon_sym_precision] = ACTIONS(1483), + [anon_sym_highp] = ACTIONS(1483), + [anon_sym_mediump] = ACTIONS(1483), + [anon_sym_lowp] = ACTIONS(1483), + [anon_sym_centroid] = ACTIONS(1483), + [anon_sym_sample] = ACTIONS(1483), + [anon_sym_patch] = ACTIONS(1483), + [anon_sym_smooth] = ACTIONS(1483), + [anon_sym_flat] = ACTIONS(1483), + [anon_sym_noperspective] = ACTIONS(1483), + [anon_sym___extension__] = ACTIONS(1483), + [anon_sym_typedef] = ACTIONS(1483), + [anon_sym_extern] = ACTIONS(1483), + [anon_sym___attribute__] = ACTIONS(1483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1485), + [anon_sym___declspec] = ACTIONS(1483), + [anon_sym___cdecl] = ACTIONS(1483), + [anon_sym___clrcall] = ACTIONS(1483), + [anon_sym___stdcall] = ACTIONS(1483), + [anon_sym___fastcall] = ACTIONS(1483), + [anon_sym___thiscall] = ACTIONS(1483), + [anon_sym___vectorcall] = ACTIONS(1483), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_signed] = ACTIONS(1483), + [anon_sym_unsigned] = ACTIONS(1483), + [anon_sym_long] = ACTIONS(1483), + [anon_sym_short] = ACTIONS(1483), + [anon_sym_static] = ACTIONS(1483), + [anon_sym_auto] = ACTIONS(1483), + [anon_sym_register] = ACTIONS(1483), + [anon_sym_inline] = ACTIONS(1483), + [anon_sym___inline] = ACTIONS(1483), + [anon_sym___inline__] = ACTIONS(1483), + [anon_sym___forceinline] = ACTIONS(1483), + [anon_sym_thread_local] = ACTIONS(1483), + [anon_sym___thread] = ACTIONS(1483), + [anon_sym_const] = ACTIONS(1483), + [anon_sym_constexpr] = ACTIONS(1483), + [anon_sym_volatile] = ACTIONS(1483), + [anon_sym_restrict] = ACTIONS(1483), + [anon_sym___restrict__] = ACTIONS(1483), + [anon_sym__Atomic] = ACTIONS(1483), + [anon_sym__Noreturn] = ACTIONS(1483), + [anon_sym_noreturn] = ACTIONS(1483), + [anon_sym__Nonnull] = ACTIONS(1483), + [anon_sym_alignas] = ACTIONS(1483), + [anon_sym__Alignas] = ACTIONS(1483), + [sym_primitive_type] = ACTIONS(1483), + [anon_sym_enum] = ACTIONS(1483), + [anon_sym_struct] = ACTIONS(1483), + [anon_sym_union] = ACTIONS(1483), + [anon_sym_if] = ACTIONS(1483), + [anon_sym_switch] = ACTIONS(1483), + [anon_sym_case] = ACTIONS(1483), + [anon_sym_default] = ACTIONS(1483), + [anon_sym_while] = ACTIONS(1483), + [anon_sym_do] = ACTIONS(1483), + [anon_sym_for] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1483), + [anon_sym_break] = ACTIONS(1483), + [anon_sym_continue] = ACTIONS(1483), + [anon_sym_goto] = ACTIONS(1483), + [anon_sym_DASH_DASH] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_sizeof] = ACTIONS(1483), + [anon_sym___alignof__] = ACTIONS(1483), + [anon_sym___alignof] = ACTIONS(1483), + [anon_sym__alignof] = ACTIONS(1483), + [anon_sym_alignof] = ACTIONS(1483), + [anon_sym__Alignof] = ACTIONS(1483), + [anon_sym_offsetof] = ACTIONS(1483), + [anon_sym__Generic] = ACTIONS(1483), + [anon_sym_asm] = ACTIONS(1483), + [anon_sym___asm__] = ACTIONS(1483), + [anon_sym___asm] = ACTIONS(1483), + [sym_number_literal] = ACTIONS(1485), + [anon_sym_L_SQUOTE] = ACTIONS(1485), + [anon_sym_u_SQUOTE] = ACTIONS(1485), + [anon_sym_U_SQUOTE] = ACTIONS(1485), + [anon_sym_u8_SQUOTE] = ACTIONS(1485), + [anon_sym_SQUOTE] = ACTIONS(1485), + [anon_sym_L_DQUOTE] = ACTIONS(1485), + [anon_sym_u_DQUOTE] = ACTIONS(1485), + [anon_sym_U_DQUOTE] = ACTIONS(1485), + [anon_sym_u8_DQUOTE] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym_true] = ACTIONS(1483), + [sym_false] = ACTIONS(1483), + [anon_sym_NULL] = ACTIONS(1483), + [anon_sym_nullptr] = ACTIONS(1483), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1483), + [anon_sym_rayPayloadInEXT] = ACTIONS(1483), + [anon_sym_hitAttributeEXT] = ACTIONS(1483), + [anon_sym_callableDataEXT] = ACTIONS(1483), + [anon_sym_callableDataInEXT] = ACTIONS(1483), + [anon_sym_shaderRecordEXT] = ACTIONS(1483), + [anon_sym_rayPayloadNV] = ACTIONS(1483), + [anon_sym_rayPayloadInNV] = ACTIONS(1483), + [anon_sym_hitAttributeNV] = ACTIONS(1483), + [anon_sym_callableDataNV] = ACTIONS(1483), + [anon_sym_callableDataInNV] = ACTIONS(1483), + [anon_sym_shaderRecordNV] = ACTIONS(1483), + [anon_sym_layout] = ACTIONS(1483), }, - [405] = { - [ts_builtin_sym_end] = ACTIONS(1415), - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), + [425] = { + [ts_builtin_sym_end] = ACTIONS(1433), + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_include_token1] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_LPAREN2] = ACTIONS(1433), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_TILDE] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1431), + [anon_sym_PLUS] = ACTIONS(1431), + [anon_sym_STAR] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_typedef] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym___cdecl] = ACTIONS(1431), + [anon_sym___clrcall] = ACTIONS(1431), + [anon_sym___stdcall] = ACTIONS(1431), + [anon_sym___fastcall] = ACTIONS(1431), + [anon_sym___thiscall] = ACTIONS(1431), + [anon_sym___vectorcall] = ACTIONS(1431), + [anon_sym_LBRACE] = ACTIONS(1433), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [anon_sym_if] = ACTIONS(1431), + [anon_sym_switch] = ACTIONS(1431), + [anon_sym_case] = ACTIONS(1431), + [anon_sym_default] = ACTIONS(1431), + [anon_sym_while] = ACTIONS(1431), + [anon_sym_do] = ACTIONS(1431), + [anon_sym_for] = ACTIONS(1431), + [anon_sym_return] = ACTIONS(1431), + [anon_sym_break] = ACTIONS(1431), + [anon_sym_continue] = ACTIONS(1431), + [anon_sym_goto] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1433), + [anon_sym_PLUS_PLUS] = ACTIONS(1433), + [anon_sym_sizeof] = ACTIONS(1431), + [anon_sym___alignof__] = ACTIONS(1431), + [anon_sym___alignof] = ACTIONS(1431), + [anon_sym__alignof] = ACTIONS(1431), + [anon_sym_alignof] = ACTIONS(1431), + [anon_sym__Alignof] = ACTIONS(1431), + [anon_sym_offsetof] = ACTIONS(1431), + [anon_sym__Generic] = ACTIONS(1431), + [anon_sym_asm] = ACTIONS(1431), + [anon_sym___asm__] = ACTIONS(1431), + [anon_sym___asm] = ACTIONS(1431), + [sym_number_literal] = ACTIONS(1433), + [anon_sym_L_SQUOTE] = ACTIONS(1433), + [anon_sym_u_SQUOTE] = ACTIONS(1433), + [anon_sym_U_SQUOTE] = ACTIONS(1433), + [anon_sym_u8_SQUOTE] = ACTIONS(1433), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_L_DQUOTE] = ACTIONS(1433), + [anon_sym_u_DQUOTE] = ACTIONS(1433), + [anon_sym_U_DQUOTE] = ACTIONS(1433), + [anon_sym_u8_DQUOTE] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1433), + [sym_true] = ACTIONS(1431), + [sym_false] = ACTIONS(1431), + [anon_sym_NULL] = ACTIONS(1431), + [anon_sym_nullptr] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), }, - [406] = { - [ts_builtin_sym_end] = ACTIONS(1415), - [sym_identifier] = ACTIONS(1413), - [aux_sym_preproc_include_token1] = ACTIONS(1413), - [aux_sym_preproc_def_token1] = ACTIONS(1413), - [aux_sym_preproc_if_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1413), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1413), - [sym_preproc_directive] = ACTIONS(1413), - [anon_sym_LPAREN2] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_TILDE] = ACTIONS(1415), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1415), - [anon_sym_AMP] = ACTIONS(1415), - [anon_sym_subroutine] = ACTIONS(1413), - [anon_sym_invariant] = ACTIONS(1413), - [anon_sym_precise] = ACTIONS(1413), - [anon_sym_in] = ACTIONS(1413), - [anon_sym_out] = ACTIONS(1413), - [anon_sym_inout] = ACTIONS(1413), - [anon_sym_uniform] = ACTIONS(1413), - [anon_sym_shared] = ACTIONS(1413), - [anon_sym_attribute] = ACTIONS(1413), - [anon_sym_varying] = ACTIONS(1413), - [anon_sym_buffer] = ACTIONS(1413), - [anon_sym_coherent] = ACTIONS(1413), - [anon_sym_readonly] = ACTIONS(1413), - [anon_sym_writeonly] = ACTIONS(1413), - [anon_sym_precision] = ACTIONS(1413), - [anon_sym_highp] = ACTIONS(1413), - [anon_sym_mediump] = ACTIONS(1413), - [anon_sym_lowp] = ACTIONS(1413), - [anon_sym_centroid] = ACTIONS(1413), - [anon_sym_sample] = ACTIONS(1413), - [anon_sym_patch] = ACTIONS(1413), - [anon_sym_smooth] = ACTIONS(1413), - [anon_sym_flat] = ACTIONS(1413), - [anon_sym_noperspective] = ACTIONS(1413), - [anon_sym___extension__] = ACTIONS(1413), - [anon_sym_typedef] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym___attribute__] = ACTIONS(1413), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1415), - [anon_sym___declspec] = ACTIONS(1413), - [anon_sym___cdecl] = ACTIONS(1413), - [anon_sym___clrcall] = ACTIONS(1413), - [anon_sym___stdcall] = ACTIONS(1413), - [anon_sym___fastcall] = ACTIONS(1413), - [anon_sym___thiscall] = ACTIONS(1413), - [anon_sym___vectorcall] = ACTIONS(1413), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_signed] = ACTIONS(1413), - [anon_sym_unsigned] = ACTIONS(1413), - [anon_sym_long] = ACTIONS(1413), - [anon_sym_short] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_auto] = ACTIONS(1413), - [anon_sym_register] = ACTIONS(1413), - [anon_sym_inline] = ACTIONS(1413), - [anon_sym___inline] = ACTIONS(1413), - [anon_sym___inline__] = ACTIONS(1413), - [anon_sym___forceinline] = ACTIONS(1413), - [anon_sym_thread_local] = ACTIONS(1413), - [anon_sym___thread] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_constexpr] = ACTIONS(1413), - [anon_sym_volatile] = ACTIONS(1413), - [anon_sym_restrict] = ACTIONS(1413), - [anon_sym___restrict__] = ACTIONS(1413), - [anon_sym__Atomic] = ACTIONS(1413), - [anon_sym__Noreturn] = ACTIONS(1413), - [anon_sym_noreturn] = ACTIONS(1413), - [anon_sym_alignas] = ACTIONS(1413), - [anon_sym__Alignas] = ACTIONS(1413), - [sym_primitive_type] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1413), - [anon_sym_case] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_do] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_goto] = ACTIONS(1413), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_sizeof] = ACTIONS(1413), - [anon_sym___alignof__] = ACTIONS(1413), - [anon_sym___alignof] = ACTIONS(1413), - [anon_sym__alignof] = ACTIONS(1413), - [anon_sym_alignof] = ACTIONS(1413), - [anon_sym__Alignof] = ACTIONS(1413), - [anon_sym_offsetof] = ACTIONS(1413), - [anon_sym__Generic] = ACTIONS(1413), - [anon_sym_asm] = ACTIONS(1413), - [anon_sym___asm__] = ACTIONS(1413), - [sym_number_literal] = ACTIONS(1415), - [anon_sym_L_SQUOTE] = ACTIONS(1415), - [anon_sym_u_SQUOTE] = ACTIONS(1415), - [anon_sym_U_SQUOTE] = ACTIONS(1415), - [anon_sym_u8_SQUOTE] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1415), - [anon_sym_L_DQUOTE] = ACTIONS(1415), - [anon_sym_u_DQUOTE] = ACTIONS(1415), - [anon_sym_U_DQUOTE] = ACTIONS(1415), - [anon_sym_u8_DQUOTE] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(1415), - [sym_true] = ACTIONS(1413), - [sym_false] = ACTIONS(1413), - [anon_sym_NULL] = ACTIONS(1413), - [anon_sym_nullptr] = ACTIONS(1413), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1413), - [anon_sym_rayPayloadInEXT] = ACTIONS(1413), - [anon_sym_hitAttributeEXT] = ACTIONS(1413), - [anon_sym_callableDataEXT] = ACTIONS(1413), - [anon_sym_callableDataInEXT] = ACTIONS(1413), - [anon_sym_shaderRecordEXT] = ACTIONS(1413), - [anon_sym_rayPayloadNV] = ACTIONS(1413), - [anon_sym_rayPayloadInNV] = ACTIONS(1413), - [anon_sym_hitAttributeNV] = ACTIONS(1413), - [anon_sym_callableDataNV] = ACTIONS(1413), - [anon_sym_callableDataInNV] = ACTIONS(1413), - [anon_sym_shaderRecordNV] = ACTIONS(1413), - [anon_sym_layout] = ACTIONS(1413), + [426] = { + [ts_builtin_sym_end] = ACTIONS(1449), + [sym_identifier] = ACTIONS(1447), + [aux_sym_preproc_include_token1] = ACTIONS(1447), + [aux_sym_preproc_def_token1] = ACTIONS(1447), + [aux_sym_preproc_if_token1] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1447), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1447), + [sym_preproc_directive] = ACTIONS(1447), + [anon_sym_LPAREN2] = ACTIONS(1449), + [anon_sym_BANG] = ACTIONS(1449), + [anon_sym_TILDE] = ACTIONS(1449), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1449), + [anon_sym_AMP] = ACTIONS(1449), + [anon_sym_subroutine] = ACTIONS(1447), + [anon_sym_invariant] = ACTIONS(1447), + [anon_sym_precise] = ACTIONS(1447), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_out] = ACTIONS(1447), + [anon_sym_inout] = ACTIONS(1447), + [anon_sym_uniform] = ACTIONS(1447), + [anon_sym_shared] = ACTIONS(1447), + [anon_sym_attribute] = ACTIONS(1447), + [anon_sym_varying] = ACTIONS(1447), + [anon_sym_buffer] = ACTIONS(1447), + [anon_sym_coherent] = ACTIONS(1447), + [anon_sym_readonly] = ACTIONS(1447), + [anon_sym_writeonly] = ACTIONS(1447), + [anon_sym_precision] = ACTIONS(1447), + [anon_sym_highp] = ACTIONS(1447), + [anon_sym_mediump] = ACTIONS(1447), + [anon_sym_lowp] = ACTIONS(1447), + [anon_sym_centroid] = ACTIONS(1447), + [anon_sym_sample] = ACTIONS(1447), + [anon_sym_patch] = ACTIONS(1447), + [anon_sym_smooth] = ACTIONS(1447), + [anon_sym_flat] = ACTIONS(1447), + [anon_sym_noperspective] = ACTIONS(1447), + [anon_sym___extension__] = ACTIONS(1447), + [anon_sym_typedef] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym___attribute__] = ACTIONS(1447), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1449), + [anon_sym___declspec] = ACTIONS(1447), + [anon_sym___cdecl] = ACTIONS(1447), + [anon_sym___clrcall] = ACTIONS(1447), + [anon_sym___stdcall] = ACTIONS(1447), + [anon_sym___fastcall] = ACTIONS(1447), + [anon_sym___thiscall] = ACTIONS(1447), + [anon_sym___vectorcall] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1449), + [anon_sym_signed] = ACTIONS(1447), + [anon_sym_unsigned] = ACTIONS(1447), + [anon_sym_long] = ACTIONS(1447), + [anon_sym_short] = ACTIONS(1447), + [anon_sym_static] = ACTIONS(1447), + [anon_sym_auto] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_inline] = ACTIONS(1447), + [anon_sym___inline] = ACTIONS(1447), + [anon_sym___inline__] = ACTIONS(1447), + [anon_sym___forceinline] = ACTIONS(1447), + [anon_sym_thread_local] = ACTIONS(1447), + [anon_sym___thread] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_constexpr] = ACTIONS(1447), + [anon_sym_volatile] = ACTIONS(1447), + [anon_sym_restrict] = ACTIONS(1447), + [anon_sym___restrict__] = ACTIONS(1447), + [anon_sym__Atomic] = ACTIONS(1447), + [anon_sym__Noreturn] = ACTIONS(1447), + [anon_sym_noreturn] = ACTIONS(1447), + [anon_sym__Nonnull] = ACTIONS(1447), + [anon_sym_alignas] = ACTIONS(1447), + [anon_sym__Alignas] = ACTIONS(1447), + [sym_primitive_type] = ACTIONS(1447), + [anon_sym_enum] = ACTIONS(1447), + [anon_sym_struct] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_switch] = ACTIONS(1447), + [anon_sym_case] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_goto] = ACTIONS(1447), + [anon_sym_DASH_DASH] = ACTIONS(1449), + [anon_sym_PLUS_PLUS] = ACTIONS(1449), + [anon_sym_sizeof] = ACTIONS(1447), + [anon_sym___alignof__] = ACTIONS(1447), + [anon_sym___alignof] = ACTIONS(1447), + [anon_sym__alignof] = ACTIONS(1447), + [anon_sym_alignof] = ACTIONS(1447), + [anon_sym__Alignof] = ACTIONS(1447), + [anon_sym_offsetof] = ACTIONS(1447), + [anon_sym__Generic] = ACTIONS(1447), + [anon_sym_asm] = ACTIONS(1447), + [anon_sym___asm__] = ACTIONS(1447), + [anon_sym___asm] = ACTIONS(1447), + [sym_number_literal] = ACTIONS(1449), + [anon_sym_L_SQUOTE] = ACTIONS(1449), + [anon_sym_u_SQUOTE] = ACTIONS(1449), + [anon_sym_U_SQUOTE] = ACTIONS(1449), + [anon_sym_u8_SQUOTE] = ACTIONS(1449), + [anon_sym_SQUOTE] = ACTIONS(1449), + [anon_sym_L_DQUOTE] = ACTIONS(1449), + [anon_sym_u_DQUOTE] = ACTIONS(1449), + [anon_sym_U_DQUOTE] = ACTIONS(1449), + [anon_sym_u8_DQUOTE] = ACTIONS(1449), + [anon_sym_DQUOTE] = ACTIONS(1449), + [sym_true] = ACTIONS(1447), + [sym_false] = ACTIONS(1447), + [anon_sym_NULL] = ACTIONS(1447), + [anon_sym_nullptr] = ACTIONS(1447), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1447), + [anon_sym_rayPayloadInEXT] = ACTIONS(1447), + [anon_sym_hitAttributeEXT] = ACTIONS(1447), + [anon_sym_callableDataEXT] = ACTIONS(1447), + [anon_sym_callableDataInEXT] = ACTIONS(1447), + [anon_sym_shaderRecordEXT] = ACTIONS(1447), + [anon_sym_rayPayloadNV] = ACTIONS(1447), + [anon_sym_rayPayloadInNV] = ACTIONS(1447), + [anon_sym_hitAttributeNV] = ACTIONS(1447), + [anon_sym_callableDataNV] = ACTIONS(1447), + [anon_sym_callableDataInNV] = ACTIONS(1447), + [anon_sym_shaderRecordNV] = ACTIONS(1447), + [anon_sym_layout] = ACTIONS(1447), }, - [407] = { - [ts_builtin_sym_end] = ACTIONS(1507), - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), + [427] = { + [ts_builtin_sym_end] = ACTIONS(1535), + [sym_identifier] = ACTIONS(1533), + [aux_sym_preproc_include_token1] = ACTIONS(1533), + [aux_sym_preproc_def_token1] = ACTIONS(1533), + [aux_sym_preproc_if_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1533), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1533), + [sym_preproc_directive] = ACTIONS(1533), + [anon_sym_LPAREN2] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_TILDE] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1533), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_subroutine] = ACTIONS(1533), + [anon_sym_invariant] = ACTIONS(1533), + [anon_sym_precise] = ACTIONS(1533), + [anon_sym_in] = ACTIONS(1533), + [anon_sym_out] = ACTIONS(1533), + [anon_sym_inout] = ACTIONS(1533), + [anon_sym_uniform] = ACTIONS(1533), + [anon_sym_shared] = ACTIONS(1533), + [anon_sym_attribute] = ACTIONS(1533), + [anon_sym_varying] = ACTIONS(1533), + [anon_sym_buffer] = ACTIONS(1533), + [anon_sym_coherent] = ACTIONS(1533), + [anon_sym_readonly] = ACTIONS(1533), + [anon_sym_writeonly] = ACTIONS(1533), + [anon_sym_precision] = ACTIONS(1533), + [anon_sym_highp] = ACTIONS(1533), + [anon_sym_mediump] = ACTIONS(1533), + [anon_sym_lowp] = ACTIONS(1533), + [anon_sym_centroid] = ACTIONS(1533), + [anon_sym_sample] = ACTIONS(1533), + [anon_sym_patch] = ACTIONS(1533), + [anon_sym_smooth] = ACTIONS(1533), + [anon_sym_flat] = ACTIONS(1533), + [anon_sym_noperspective] = ACTIONS(1533), + [anon_sym___extension__] = ACTIONS(1533), + [anon_sym_typedef] = ACTIONS(1533), + [anon_sym_extern] = ACTIONS(1533), + [anon_sym___attribute__] = ACTIONS(1533), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1535), + [anon_sym___declspec] = ACTIONS(1533), + [anon_sym___cdecl] = ACTIONS(1533), + [anon_sym___clrcall] = ACTIONS(1533), + [anon_sym___stdcall] = ACTIONS(1533), + [anon_sym___fastcall] = ACTIONS(1533), + [anon_sym___thiscall] = ACTIONS(1533), + [anon_sym___vectorcall] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_signed] = ACTIONS(1533), + [anon_sym_unsigned] = ACTIONS(1533), + [anon_sym_long] = ACTIONS(1533), + [anon_sym_short] = ACTIONS(1533), + [anon_sym_static] = ACTIONS(1533), + [anon_sym_auto] = ACTIONS(1533), + [anon_sym_register] = ACTIONS(1533), + [anon_sym_inline] = ACTIONS(1533), + [anon_sym___inline] = ACTIONS(1533), + [anon_sym___inline__] = ACTIONS(1533), + [anon_sym___forceinline] = ACTIONS(1533), + [anon_sym_thread_local] = ACTIONS(1533), + [anon_sym___thread] = ACTIONS(1533), + [anon_sym_const] = ACTIONS(1533), + [anon_sym_constexpr] = ACTIONS(1533), + [anon_sym_volatile] = ACTIONS(1533), + [anon_sym_restrict] = ACTIONS(1533), + [anon_sym___restrict__] = ACTIONS(1533), + [anon_sym__Atomic] = ACTIONS(1533), + [anon_sym__Noreturn] = ACTIONS(1533), + [anon_sym_noreturn] = ACTIONS(1533), + [anon_sym__Nonnull] = ACTIONS(1533), + [anon_sym_alignas] = ACTIONS(1533), + [anon_sym__Alignas] = ACTIONS(1533), + [sym_primitive_type] = ACTIONS(1533), + [anon_sym_enum] = ACTIONS(1533), + [anon_sym_struct] = ACTIONS(1533), + [anon_sym_union] = ACTIONS(1533), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1533), + [anon_sym_case] = ACTIONS(1533), + [anon_sym_default] = ACTIONS(1533), + [anon_sym_while] = ACTIONS(1533), + [anon_sym_do] = ACTIONS(1533), + [anon_sym_for] = ACTIONS(1533), + [anon_sym_return] = ACTIONS(1533), + [anon_sym_break] = ACTIONS(1533), + [anon_sym_continue] = ACTIONS(1533), + [anon_sym_goto] = ACTIONS(1533), + [anon_sym_DASH_DASH] = ACTIONS(1535), + [anon_sym_PLUS_PLUS] = ACTIONS(1535), + [anon_sym_sizeof] = ACTIONS(1533), + [anon_sym___alignof__] = ACTIONS(1533), + [anon_sym___alignof] = ACTIONS(1533), + [anon_sym__alignof] = ACTIONS(1533), + [anon_sym_alignof] = ACTIONS(1533), + [anon_sym__Alignof] = ACTIONS(1533), + [anon_sym_offsetof] = ACTIONS(1533), + [anon_sym__Generic] = ACTIONS(1533), + [anon_sym_asm] = ACTIONS(1533), + [anon_sym___asm__] = ACTIONS(1533), + [anon_sym___asm] = ACTIONS(1533), + [sym_number_literal] = ACTIONS(1535), + [anon_sym_L_SQUOTE] = ACTIONS(1535), + [anon_sym_u_SQUOTE] = ACTIONS(1535), + [anon_sym_U_SQUOTE] = ACTIONS(1535), + [anon_sym_u8_SQUOTE] = ACTIONS(1535), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_L_DQUOTE] = ACTIONS(1535), + [anon_sym_u_DQUOTE] = ACTIONS(1535), + [anon_sym_U_DQUOTE] = ACTIONS(1535), + [anon_sym_u8_DQUOTE] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1535), + [sym_true] = ACTIONS(1533), + [sym_false] = ACTIONS(1533), + [anon_sym_NULL] = ACTIONS(1533), + [anon_sym_nullptr] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1533), + [anon_sym_rayPayloadInEXT] = ACTIONS(1533), + [anon_sym_hitAttributeEXT] = ACTIONS(1533), + [anon_sym_callableDataEXT] = ACTIONS(1533), + [anon_sym_callableDataInEXT] = ACTIONS(1533), + [anon_sym_shaderRecordEXT] = ACTIONS(1533), + [anon_sym_rayPayloadNV] = ACTIONS(1533), + [anon_sym_rayPayloadInNV] = ACTIONS(1533), + [anon_sym_hitAttributeNV] = ACTIONS(1533), + [anon_sym_callableDataNV] = ACTIONS(1533), + [anon_sym_callableDataInNV] = ACTIONS(1533), + [anon_sym_shaderRecordNV] = ACTIONS(1533), + [anon_sym_layout] = ACTIONS(1533), }, - [408] = { - [ts_builtin_sym_end] = ACTIONS(1545), - [sym_identifier] = ACTIONS(1548), - [aux_sym_preproc_include_token1] = ACTIONS(1548), - [aux_sym_preproc_def_token1] = ACTIONS(1548), - [aux_sym_preproc_if_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1548), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1548), - [sym_preproc_directive] = ACTIONS(1548), - [anon_sym_LPAREN2] = ACTIONS(1545), - [anon_sym_BANG] = ACTIONS(1545), - [anon_sym_TILDE] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_subroutine] = ACTIONS(1548), - [anon_sym_invariant] = ACTIONS(1548), - [anon_sym_precise] = ACTIONS(1548), - [anon_sym_in] = ACTIONS(1548), - [anon_sym_out] = ACTIONS(1548), - [anon_sym_inout] = ACTIONS(1548), - [anon_sym_uniform] = ACTIONS(1548), - [anon_sym_shared] = ACTIONS(1548), - [anon_sym_attribute] = ACTIONS(1548), - [anon_sym_varying] = ACTIONS(1548), - [anon_sym_buffer] = ACTIONS(1548), - [anon_sym_coherent] = ACTIONS(1548), - [anon_sym_readonly] = ACTIONS(1548), - [anon_sym_writeonly] = ACTIONS(1548), - [anon_sym_precision] = ACTIONS(1548), - [anon_sym_highp] = ACTIONS(1548), - [anon_sym_mediump] = ACTIONS(1548), - [anon_sym_lowp] = ACTIONS(1548), - [anon_sym_centroid] = ACTIONS(1548), - [anon_sym_sample] = ACTIONS(1548), - [anon_sym_patch] = ACTIONS(1548), - [anon_sym_smooth] = ACTIONS(1548), - [anon_sym_flat] = ACTIONS(1548), - [anon_sym_noperspective] = ACTIONS(1548), - [anon_sym___extension__] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1548), - [anon_sym_extern] = ACTIONS(1548), - [anon_sym___attribute__] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1545), - [anon_sym___declspec] = ACTIONS(1548), - [anon_sym___cdecl] = ACTIONS(1548), - [anon_sym___clrcall] = ACTIONS(1548), - [anon_sym___stdcall] = ACTIONS(1548), - [anon_sym___fastcall] = ACTIONS(1548), - [anon_sym___thiscall] = ACTIONS(1548), - [anon_sym___vectorcall] = ACTIONS(1548), - [anon_sym_LBRACE] = ACTIONS(1545), - [anon_sym_signed] = ACTIONS(1548), - [anon_sym_unsigned] = ACTIONS(1548), - [anon_sym_long] = ACTIONS(1548), - [anon_sym_short] = ACTIONS(1548), - [anon_sym_static] = ACTIONS(1548), - [anon_sym_auto] = ACTIONS(1548), - [anon_sym_register] = ACTIONS(1548), - [anon_sym_inline] = ACTIONS(1548), - [anon_sym___inline] = ACTIONS(1548), - [anon_sym___inline__] = ACTIONS(1548), - [anon_sym___forceinline] = ACTIONS(1548), - [anon_sym_thread_local] = ACTIONS(1548), - [anon_sym___thread] = ACTIONS(1548), - [anon_sym_const] = ACTIONS(1548), - [anon_sym_constexpr] = ACTIONS(1548), - [anon_sym_volatile] = ACTIONS(1548), - [anon_sym_restrict] = ACTIONS(1548), - [anon_sym___restrict__] = ACTIONS(1548), - [anon_sym__Atomic] = ACTIONS(1548), - [anon_sym__Noreturn] = ACTIONS(1548), - [anon_sym_noreturn] = ACTIONS(1548), - [anon_sym_alignas] = ACTIONS(1548), - [anon_sym__Alignas] = ACTIONS(1548), - [sym_primitive_type] = ACTIONS(1548), - [anon_sym_enum] = ACTIONS(1548), - [anon_sym_struct] = ACTIONS(1548), - [anon_sym_union] = ACTIONS(1548), - [anon_sym_if] = ACTIONS(1548), - [anon_sym_switch] = ACTIONS(1548), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1548), - [anon_sym_while] = ACTIONS(1548), - [anon_sym_do] = ACTIONS(1548), - [anon_sym_for] = ACTIONS(1548), - [anon_sym_return] = ACTIONS(1548), - [anon_sym_break] = ACTIONS(1548), - [anon_sym_continue] = ACTIONS(1548), - [anon_sym_goto] = ACTIONS(1548), - [anon_sym_DASH_DASH] = ACTIONS(1545), - [anon_sym_PLUS_PLUS] = ACTIONS(1545), - [anon_sym_sizeof] = ACTIONS(1548), - [anon_sym___alignof__] = ACTIONS(1548), - [anon_sym___alignof] = ACTIONS(1548), - [anon_sym__alignof] = ACTIONS(1548), - [anon_sym_alignof] = ACTIONS(1548), - [anon_sym__Alignof] = ACTIONS(1548), - [anon_sym_offsetof] = ACTIONS(1548), - [anon_sym__Generic] = ACTIONS(1548), - [anon_sym_asm] = ACTIONS(1548), - [anon_sym___asm__] = ACTIONS(1548), - [sym_number_literal] = ACTIONS(1545), - [anon_sym_L_SQUOTE] = ACTIONS(1545), - [anon_sym_u_SQUOTE] = ACTIONS(1545), - [anon_sym_U_SQUOTE] = ACTIONS(1545), - [anon_sym_u8_SQUOTE] = ACTIONS(1545), - [anon_sym_SQUOTE] = ACTIONS(1545), - [anon_sym_L_DQUOTE] = ACTIONS(1545), - [anon_sym_u_DQUOTE] = ACTIONS(1545), - [anon_sym_U_DQUOTE] = ACTIONS(1545), - [anon_sym_u8_DQUOTE] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(1545), - [sym_true] = ACTIONS(1548), - [sym_false] = ACTIONS(1548), - [anon_sym_NULL] = ACTIONS(1548), - [anon_sym_nullptr] = ACTIONS(1548), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1548), - [anon_sym_rayPayloadInEXT] = ACTIONS(1548), - [anon_sym_hitAttributeEXT] = ACTIONS(1548), - [anon_sym_callableDataEXT] = ACTIONS(1548), - [anon_sym_callableDataInEXT] = ACTIONS(1548), - [anon_sym_shaderRecordEXT] = ACTIONS(1548), - [anon_sym_rayPayloadNV] = ACTIONS(1548), - [anon_sym_rayPayloadInNV] = ACTIONS(1548), - [anon_sym_hitAttributeNV] = ACTIONS(1548), - [anon_sym_callableDataNV] = ACTIONS(1548), - [anon_sym_callableDataInNV] = ACTIONS(1548), - [anon_sym_shaderRecordNV] = ACTIONS(1548), - [anon_sym_layout] = ACTIONS(1548), + [428] = { + [ts_builtin_sym_end] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1451), + [aux_sym_preproc_include_token1] = ACTIONS(1451), + [aux_sym_preproc_def_token1] = ACTIONS(1451), + [aux_sym_preproc_if_token1] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1451), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1451), + [sym_preproc_directive] = ACTIONS(1451), + [anon_sym_LPAREN2] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_subroutine] = ACTIONS(1451), + [anon_sym_invariant] = ACTIONS(1451), + [anon_sym_precise] = ACTIONS(1451), + [anon_sym_in] = ACTIONS(1451), + [anon_sym_out] = ACTIONS(1451), + [anon_sym_inout] = ACTIONS(1451), + [anon_sym_uniform] = ACTIONS(1451), + [anon_sym_shared] = ACTIONS(1451), + [anon_sym_attribute] = ACTIONS(1451), + [anon_sym_varying] = ACTIONS(1451), + [anon_sym_buffer] = ACTIONS(1451), + [anon_sym_coherent] = ACTIONS(1451), + [anon_sym_readonly] = ACTIONS(1451), + [anon_sym_writeonly] = ACTIONS(1451), + [anon_sym_precision] = ACTIONS(1451), + [anon_sym_highp] = ACTIONS(1451), + [anon_sym_mediump] = ACTIONS(1451), + [anon_sym_lowp] = ACTIONS(1451), + [anon_sym_centroid] = ACTIONS(1451), + [anon_sym_sample] = ACTIONS(1451), + [anon_sym_patch] = ACTIONS(1451), + [anon_sym_smooth] = ACTIONS(1451), + [anon_sym_flat] = ACTIONS(1451), + [anon_sym_noperspective] = ACTIONS(1451), + [anon_sym___extension__] = ACTIONS(1451), + [anon_sym_typedef] = ACTIONS(1451), + [anon_sym_extern] = ACTIONS(1451), + [anon_sym___attribute__] = ACTIONS(1451), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1453), + [anon_sym___declspec] = ACTIONS(1451), + [anon_sym___cdecl] = ACTIONS(1451), + [anon_sym___clrcall] = ACTIONS(1451), + [anon_sym___stdcall] = ACTIONS(1451), + [anon_sym___fastcall] = ACTIONS(1451), + [anon_sym___thiscall] = ACTIONS(1451), + [anon_sym___vectorcall] = ACTIONS(1451), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_signed] = ACTIONS(1451), + [anon_sym_unsigned] = ACTIONS(1451), + [anon_sym_long] = ACTIONS(1451), + [anon_sym_short] = ACTIONS(1451), + [anon_sym_static] = ACTIONS(1451), + [anon_sym_auto] = ACTIONS(1451), + [anon_sym_register] = ACTIONS(1451), + [anon_sym_inline] = ACTIONS(1451), + [anon_sym___inline] = ACTIONS(1451), + [anon_sym___inline__] = ACTIONS(1451), + [anon_sym___forceinline] = ACTIONS(1451), + [anon_sym_thread_local] = ACTIONS(1451), + [anon_sym___thread] = ACTIONS(1451), + [anon_sym_const] = ACTIONS(1451), + [anon_sym_constexpr] = ACTIONS(1451), + [anon_sym_volatile] = ACTIONS(1451), + [anon_sym_restrict] = ACTIONS(1451), + [anon_sym___restrict__] = ACTIONS(1451), + [anon_sym__Atomic] = ACTIONS(1451), + [anon_sym__Noreturn] = ACTIONS(1451), + [anon_sym_noreturn] = ACTIONS(1451), + [anon_sym__Nonnull] = ACTIONS(1451), + [anon_sym_alignas] = ACTIONS(1451), + [anon_sym__Alignas] = ACTIONS(1451), + [sym_primitive_type] = ACTIONS(1451), + [anon_sym_enum] = ACTIONS(1451), + [anon_sym_struct] = ACTIONS(1451), + [anon_sym_union] = ACTIONS(1451), + [anon_sym_if] = ACTIONS(1451), + [anon_sym_switch] = ACTIONS(1451), + [anon_sym_case] = ACTIONS(1451), + [anon_sym_default] = ACTIONS(1451), + [anon_sym_while] = ACTIONS(1451), + [anon_sym_do] = ACTIONS(1451), + [anon_sym_for] = ACTIONS(1451), + [anon_sym_return] = ACTIONS(1451), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1451), + [anon_sym_goto] = ACTIONS(1451), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1451), + [anon_sym___alignof__] = ACTIONS(1451), + [anon_sym___alignof] = ACTIONS(1451), + [anon_sym__alignof] = ACTIONS(1451), + [anon_sym_alignof] = ACTIONS(1451), + [anon_sym__Alignof] = ACTIONS(1451), + [anon_sym_offsetof] = ACTIONS(1451), + [anon_sym__Generic] = ACTIONS(1451), + [anon_sym_asm] = ACTIONS(1451), + [anon_sym___asm__] = ACTIONS(1451), + [anon_sym___asm] = ACTIONS(1451), + [sym_number_literal] = ACTIONS(1453), + [anon_sym_L_SQUOTE] = ACTIONS(1453), + [anon_sym_u_SQUOTE] = ACTIONS(1453), + [anon_sym_U_SQUOTE] = ACTIONS(1453), + [anon_sym_u8_SQUOTE] = ACTIONS(1453), + [anon_sym_SQUOTE] = ACTIONS(1453), + [anon_sym_L_DQUOTE] = ACTIONS(1453), + [anon_sym_u_DQUOTE] = ACTIONS(1453), + [anon_sym_U_DQUOTE] = ACTIONS(1453), + [anon_sym_u8_DQUOTE] = ACTIONS(1453), + [anon_sym_DQUOTE] = ACTIONS(1453), + [sym_true] = ACTIONS(1451), + [sym_false] = ACTIONS(1451), + [anon_sym_NULL] = ACTIONS(1451), + [anon_sym_nullptr] = ACTIONS(1451), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1451), + [anon_sym_rayPayloadInEXT] = ACTIONS(1451), + [anon_sym_hitAttributeEXT] = ACTIONS(1451), + [anon_sym_callableDataEXT] = ACTIONS(1451), + [anon_sym_callableDataInEXT] = ACTIONS(1451), + [anon_sym_shaderRecordEXT] = ACTIONS(1451), + [anon_sym_rayPayloadNV] = ACTIONS(1451), + [anon_sym_rayPayloadInNV] = ACTIONS(1451), + [anon_sym_hitAttributeNV] = ACTIONS(1451), + [anon_sym_callableDataNV] = ACTIONS(1451), + [anon_sym_callableDataInNV] = ACTIONS(1451), + [anon_sym_shaderRecordNV] = ACTIONS(1451), + [anon_sym_layout] = ACTIONS(1451), }, - [409] = { + [429] = { [ts_builtin_sym_end] = ACTIONS(1551), - [sym_identifier] = ACTIONS(1553), - [aux_sym_preproc_include_token1] = ACTIONS(1553), - [aux_sym_preproc_def_token1] = ACTIONS(1553), - [aux_sym_preproc_if_token1] = ACTIONS(1553), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1553), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1553), - [sym_preproc_directive] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1554), + [aux_sym_preproc_include_token1] = ACTIONS(1554), + [aux_sym_preproc_def_token1] = ACTIONS(1554), + [aux_sym_preproc_if_token1] = ACTIONS(1554), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1554), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1554), + [sym_preproc_directive] = ACTIONS(1554), [anon_sym_LPAREN2] = ACTIONS(1551), [anon_sym_BANG] = ACTIONS(1551), [anon_sym_TILDE] = ACTIONS(1551), - [anon_sym_DASH] = ACTIONS(1553), - [anon_sym_PLUS] = ACTIONS(1553), + [anon_sym_DASH] = ACTIONS(1554), + [anon_sym_PLUS] = ACTIONS(1554), [anon_sym_STAR] = ACTIONS(1551), [anon_sym_AMP] = ACTIONS(1551), - [anon_sym_subroutine] = ACTIONS(1553), - [anon_sym_invariant] = ACTIONS(1553), - [anon_sym_precise] = ACTIONS(1553), - [anon_sym_in] = ACTIONS(1553), - [anon_sym_out] = ACTIONS(1553), - [anon_sym_inout] = ACTIONS(1553), - [anon_sym_uniform] = ACTIONS(1553), - [anon_sym_shared] = ACTIONS(1553), - [anon_sym_attribute] = ACTIONS(1553), - [anon_sym_varying] = ACTIONS(1553), - [anon_sym_buffer] = ACTIONS(1553), - [anon_sym_coherent] = ACTIONS(1553), - [anon_sym_readonly] = ACTIONS(1553), - [anon_sym_writeonly] = ACTIONS(1553), - [anon_sym_precision] = ACTIONS(1553), - [anon_sym_highp] = ACTIONS(1553), - [anon_sym_mediump] = ACTIONS(1553), - [anon_sym_lowp] = ACTIONS(1553), - [anon_sym_centroid] = ACTIONS(1553), - [anon_sym_sample] = ACTIONS(1553), - [anon_sym_patch] = ACTIONS(1553), - [anon_sym_smooth] = ACTIONS(1553), - [anon_sym_flat] = ACTIONS(1553), - [anon_sym_noperspective] = ACTIONS(1553), - [anon_sym___extension__] = ACTIONS(1553), - [anon_sym_typedef] = ACTIONS(1553), - [anon_sym_extern] = ACTIONS(1553), - [anon_sym___attribute__] = ACTIONS(1553), + [anon_sym_subroutine] = ACTIONS(1554), + [anon_sym_invariant] = ACTIONS(1554), + [anon_sym_precise] = ACTIONS(1554), + [anon_sym_in] = ACTIONS(1554), + [anon_sym_out] = ACTIONS(1554), + [anon_sym_inout] = ACTIONS(1554), + [anon_sym_uniform] = ACTIONS(1554), + [anon_sym_shared] = ACTIONS(1554), + [anon_sym_attribute] = ACTIONS(1554), + [anon_sym_varying] = ACTIONS(1554), + [anon_sym_buffer] = ACTIONS(1554), + [anon_sym_coherent] = ACTIONS(1554), + [anon_sym_readonly] = ACTIONS(1554), + [anon_sym_writeonly] = ACTIONS(1554), + [anon_sym_precision] = ACTIONS(1554), + [anon_sym_highp] = ACTIONS(1554), + [anon_sym_mediump] = ACTIONS(1554), + [anon_sym_lowp] = ACTIONS(1554), + [anon_sym_centroid] = ACTIONS(1554), + [anon_sym_sample] = ACTIONS(1554), + [anon_sym_patch] = ACTIONS(1554), + [anon_sym_smooth] = ACTIONS(1554), + [anon_sym_flat] = ACTIONS(1554), + [anon_sym_noperspective] = ACTIONS(1554), + [anon_sym___extension__] = ACTIONS(1554), + [anon_sym_typedef] = ACTIONS(1554), + [anon_sym_extern] = ACTIONS(1554), + [anon_sym___attribute__] = ACTIONS(1554), [anon_sym_LBRACK_LBRACK] = ACTIONS(1551), - [anon_sym___declspec] = ACTIONS(1553), - [anon_sym___cdecl] = ACTIONS(1553), - [anon_sym___clrcall] = ACTIONS(1553), - [anon_sym___stdcall] = ACTIONS(1553), - [anon_sym___fastcall] = ACTIONS(1553), - [anon_sym___thiscall] = ACTIONS(1553), - [anon_sym___vectorcall] = ACTIONS(1553), + [anon_sym___declspec] = ACTIONS(1554), + [anon_sym___cdecl] = ACTIONS(1554), + [anon_sym___clrcall] = ACTIONS(1554), + [anon_sym___stdcall] = ACTIONS(1554), + [anon_sym___fastcall] = ACTIONS(1554), + [anon_sym___thiscall] = ACTIONS(1554), + [anon_sym___vectorcall] = ACTIONS(1554), [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_signed] = ACTIONS(1553), - [anon_sym_unsigned] = ACTIONS(1553), - [anon_sym_long] = ACTIONS(1553), - [anon_sym_short] = ACTIONS(1553), - [anon_sym_static] = ACTIONS(1553), - [anon_sym_auto] = ACTIONS(1553), - [anon_sym_register] = ACTIONS(1553), - [anon_sym_inline] = ACTIONS(1553), - [anon_sym___inline] = ACTIONS(1553), - [anon_sym___inline__] = ACTIONS(1553), - [anon_sym___forceinline] = ACTIONS(1553), - [anon_sym_thread_local] = ACTIONS(1553), - [anon_sym___thread] = ACTIONS(1553), - [anon_sym_const] = ACTIONS(1553), - [anon_sym_constexpr] = ACTIONS(1553), - [anon_sym_volatile] = ACTIONS(1553), - [anon_sym_restrict] = ACTIONS(1553), - [anon_sym___restrict__] = ACTIONS(1553), - [anon_sym__Atomic] = ACTIONS(1553), - [anon_sym__Noreturn] = ACTIONS(1553), - [anon_sym_noreturn] = ACTIONS(1553), - [anon_sym_alignas] = ACTIONS(1553), - [anon_sym__Alignas] = ACTIONS(1553), - [sym_primitive_type] = ACTIONS(1553), - [anon_sym_enum] = ACTIONS(1553), - [anon_sym_struct] = ACTIONS(1553), - [anon_sym_union] = ACTIONS(1553), - [anon_sym_if] = ACTIONS(1553), - [anon_sym_switch] = ACTIONS(1553), - [anon_sym_case] = ACTIONS(1553), - [anon_sym_default] = ACTIONS(1553), - [anon_sym_while] = ACTIONS(1553), - [anon_sym_do] = ACTIONS(1553), - [anon_sym_for] = ACTIONS(1553), - [anon_sym_return] = ACTIONS(1553), - [anon_sym_break] = ACTIONS(1553), - [anon_sym_continue] = ACTIONS(1553), - [anon_sym_goto] = ACTIONS(1553), + [anon_sym_signed] = ACTIONS(1554), + [anon_sym_unsigned] = ACTIONS(1554), + [anon_sym_long] = ACTIONS(1554), + [anon_sym_short] = ACTIONS(1554), + [anon_sym_static] = ACTIONS(1554), + [anon_sym_auto] = ACTIONS(1554), + [anon_sym_register] = ACTIONS(1554), + [anon_sym_inline] = ACTIONS(1554), + [anon_sym___inline] = ACTIONS(1554), + [anon_sym___inline__] = ACTIONS(1554), + [anon_sym___forceinline] = ACTIONS(1554), + [anon_sym_thread_local] = ACTIONS(1554), + [anon_sym___thread] = ACTIONS(1554), + [anon_sym_const] = ACTIONS(1554), + [anon_sym_constexpr] = ACTIONS(1554), + [anon_sym_volatile] = ACTIONS(1554), + [anon_sym_restrict] = ACTIONS(1554), + [anon_sym___restrict__] = ACTIONS(1554), + [anon_sym__Atomic] = ACTIONS(1554), + [anon_sym__Noreturn] = ACTIONS(1554), + [anon_sym_noreturn] = ACTIONS(1554), + [anon_sym__Nonnull] = ACTIONS(1554), + [anon_sym_alignas] = ACTIONS(1554), + [anon_sym__Alignas] = ACTIONS(1554), + [sym_primitive_type] = ACTIONS(1554), + [anon_sym_enum] = ACTIONS(1554), + [anon_sym_struct] = ACTIONS(1554), + [anon_sym_union] = ACTIONS(1554), + [anon_sym_if] = ACTIONS(1554), + [anon_sym_switch] = ACTIONS(1554), + [anon_sym_case] = ACTIONS(1554), + [anon_sym_default] = ACTIONS(1554), + [anon_sym_while] = ACTIONS(1554), + [anon_sym_do] = ACTIONS(1554), + [anon_sym_for] = ACTIONS(1554), + [anon_sym_return] = ACTIONS(1554), + [anon_sym_break] = ACTIONS(1554), + [anon_sym_continue] = ACTIONS(1554), + [anon_sym_goto] = ACTIONS(1554), [anon_sym_DASH_DASH] = ACTIONS(1551), [anon_sym_PLUS_PLUS] = ACTIONS(1551), - [anon_sym_sizeof] = ACTIONS(1553), - [anon_sym___alignof__] = ACTIONS(1553), - [anon_sym___alignof] = ACTIONS(1553), - [anon_sym__alignof] = ACTIONS(1553), - [anon_sym_alignof] = ACTIONS(1553), - [anon_sym__Alignof] = ACTIONS(1553), - [anon_sym_offsetof] = ACTIONS(1553), - [anon_sym__Generic] = ACTIONS(1553), - [anon_sym_asm] = ACTIONS(1553), - [anon_sym___asm__] = ACTIONS(1553), + [anon_sym_sizeof] = ACTIONS(1554), + [anon_sym___alignof__] = ACTIONS(1554), + [anon_sym___alignof] = ACTIONS(1554), + [anon_sym__alignof] = ACTIONS(1554), + [anon_sym_alignof] = ACTIONS(1554), + [anon_sym__Alignof] = ACTIONS(1554), + [anon_sym_offsetof] = ACTIONS(1554), + [anon_sym__Generic] = ACTIONS(1554), + [anon_sym_asm] = ACTIONS(1554), + [anon_sym___asm__] = ACTIONS(1554), + [anon_sym___asm] = ACTIONS(1554), [sym_number_literal] = ACTIONS(1551), [anon_sym_L_SQUOTE] = ACTIONS(1551), [anon_sym_u_SQUOTE] = ACTIONS(1551), @@ -74846,4208 +78836,2245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_U_DQUOTE] = ACTIONS(1551), [anon_sym_u8_DQUOTE] = ACTIONS(1551), [anon_sym_DQUOTE] = ACTIONS(1551), - [sym_true] = ACTIONS(1553), - [sym_false] = ACTIONS(1553), - [anon_sym_NULL] = ACTIONS(1553), - [anon_sym_nullptr] = ACTIONS(1553), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1553), - [anon_sym_rayPayloadInEXT] = ACTIONS(1553), - [anon_sym_hitAttributeEXT] = ACTIONS(1553), - [anon_sym_callableDataEXT] = ACTIONS(1553), - [anon_sym_callableDataInEXT] = ACTIONS(1553), - [anon_sym_shaderRecordEXT] = ACTIONS(1553), - [anon_sym_rayPayloadNV] = ACTIONS(1553), - [anon_sym_rayPayloadInNV] = ACTIONS(1553), - [anon_sym_hitAttributeNV] = ACTIONS(1553), - [anon_sym_callableDataNV] = ACTIONS(1553), - [anon_sym_callableDataInNV] = ACTIONS(1553), - [anon_sym_shaderRecordNV] = ACTIONS(1553), - [anon_sym_layout] = ACTIONS(1553), - }, - [410] = { - [ts_builtin_sym_end] = ACTIONS(1475), - [sym_identifier] = ACTIONS(1473), - [aux_sym_preproc_include_token1] = ACTIONS(1473), - [aux_sym_preproc_def_token1] = ACTIONS(1473), - [aux_sym_preproc_if_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1473), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1473), - [sym_preproc_directive] = ACTIONS(1473), - [anon_sym_LPAREN2] = ACTIONS(1475), - [anon_sym_BANG] = ACTIONS(1475), - [anon_sym_TILDE] = ACTIONS(1475), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_subroutine] = ACTIONS(1473), - [anon_sym_invariant] = ACTIONS(1473), - [anon_sym_precise] = ACTIONS(1473), - [anon_sym_in] = ACTIONS(1473), - [anon_sym_out] = ACTIONS(1473), - [anon_sym_inout] = ACTIONS(1473), - [anon_sym_uniform] = ACTIONS(1473), - [anon_sym_shared] = ACTIONS(1473), - [anon_sym_attribute] = ACTIONS(1473), - [anon_sym_varying] = ACTIONS(1473), - [anon_sym_buffer] = ACTIONS(1473), - [anon_sym_coherent] = ACTIONS(1473), - [anon_sym_readonly] = ACTIONS(1473), - [anon_sym_writeonly] = ACTIONS(1473), - [anon_sym_precision] = ACTIONS(1473), - [anon_sym_highp] = ACTIONS(1473), - [anon_sym_mediump] = ACTIONS(1473), - [anon_sym_lowp] = ACTIONS(1473), - [anon_sym_centroid] = ACTIONS(1473), - [anon_sym_sample] = ACTIONS(1473), - [anon_sym_patch] = ACTIONS(1473), - [anon_sym_smooth] = ACTIONS(1473), - [anon_sym_flat] = ACTIONS(1473), - [anon_sym_noperspective] = ACTIONS(1473), - [anon_sym___extension__] = ACTIONS(1473), - [anon_sym_typedef] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym___attribute__] = ACTIONS(1473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1475), - [anon_sym___declspec] = ACTIONS(1473), - [anon_sym___cdecl] = ACTIONS(1473), - [anon_sym___clrcall] = ACTIONS(1473), - [anon_sym___stdcall] = ACTIONS(1473), - [anon_sym___fastcall] = ACTIONS(1473), - [anon_sym___thiscall] = ACTIONS(1473), - [anon_sym___vectorcall] = ACTIONS(1473), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_signed] = ACTIONS(1473), - [anon_sym_unsigned] = ACTIONS(1473), - [anon_sym_long] = ACTIONS(1473), - [anon_sym_short] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_auto] = ACTIONS(1473), - [anon_sym_register] = ACTIONS(1473), - [anon_sym_inline] = ACTIONS(1473), - [anon_sym___inline] = ACTIONS(1473), - [anon_sym___inline__] = ACTIONS(1473), - [anon_sym___forceinline] = ACTIONS(1473), - [anon_sym_thread_local] = ACTIONS(1473), - [anon_sym___thread] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_constexpr] = ACTIONS(1473), - [anon_sym_volatile] = ACTIONS(1473), - [anon_sym_restrict] = ACTIONS(1473), - [anon_sym___restrict__] = ACTIONS(1473), - [anon_sym__Atomic] = ACTIONS(1473), - [anon_sym__Noreturn] = ACTIONS(1473), - [anon_sym_noreturn] = ACTIONS(1473), - [anon_sym_alignas] = ACTIONS(1473), - [anon_sym__Alignas] = ACTIONS(1473), - [sym_primitive_type] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_switch] = ACTIONS(1473), - [anon_sym_case] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_do] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_goto] = ACTIONS(1473), - [anon_sym_DASH_DASH] = ACTIONS(1475), - [anon_sym_PLUS_PLUS] = ACTIONS(1475), - [anon_sym_sizeof] = ACTIONS(1473), - [anon_sym___alignof__] = ACTIONS(1473), - [anon_sym___alignof] = ACTIONS(1473), - [anon_sym__alignof] = ACTIONS(1473), - [anon_sym_alignof] = ACTIONS(1473), - [anon_sym__Alignof] = ACTIONS(1473), - [anon_sym_offsetof] = ACTIONS(1473), - [anon_sym__Generic] = ACTIONS(1473), - [anon_sym_asm] = ACTIONS(1473), - [anon_sym___asm__] = ACTIONS(1473), - [sym_number_literal] = ACTIONS(1475), - [anon_sym_L_SQUOTE] = ACTIONS(1475), - [anon_sym_u_SQUOTE] = ACTIONS(1475), - [anon_sym_U_SQUOTE] = ACTIONS(1475), - [anon_sym_u8_SQUOTE] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1475), - [anon_sym_L_DQUOTE] = ACTIONS(1475), - [anon_sym_u_DQUOTE] = ACTIONS(1475), - [anon_sym_U_DQUOTE] = ACTIONS(1475), - [anon_sym_u8_DQUOTE] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(1475), - [sym_true] = ACTIONS(1473), - [sym_false] = ACTIONS(1473), - [anon_sym_NULL] = ACTIONS(1473), - [anon_sym_nullptr] = ACTIONS(1473), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1473), - [anon_sym_rayPayloadInEXT] = ACTIONS(1473), - [anon_sym_hitAttributeEXT] = ACTIONS(1473), - [anon_sym_callableDataEXT] = ACTIONS(1473), - [anon_sym_callableDataInEXT] = ACTIONS(1473), - [anon_sym_shaderRecordEXT] = ACTIONS(1473), - [anon_sym_rayPayloadNV] = ACTIONS(1473), - [anon_sym_rayPayloadInNV] = ACTIONS(1473), - [anon_sym_hitAttributeNV] = ACTIONS(1473), - [anon_sym_callableDataNV] = ACTIONS(1473), - [anon_sym_callableDataInNV] = ACTIONS(1473), - [anon_sym_shaderRecordNV] = ACTIONS(1473), - [anon_sym_layout] = ACTIONS(1473), - }, - [411] = { - [ts_builtin_sym_end] = ACTIONS(1471), - [sym_identifier] = ACTIONS(1469), - [aux_sym_preproc_include_token1] = ACTIONS(1469), - [aux_sym_preproc_def_token1] = ACTIONS(1469), - [aux_sym_preproc_if_token1] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1469), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1469), - [sym_preproc_directive] = ACTIONS(1469), - [anon_sym_LPAREN2] = ACTIONS(1471), - [anon_sym_BANG] = ACTIONS(1471), - [anon_sym_TILDE] = ACTIONS(1471), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1471), - [anon_sym_AMP] = ACTIONS(1471), - [anon_sym_subroutine] = ACTIONS(1469), - [anon_sym_invariant] = ACTIONS(1469), - [anon_sym_precise] = ACTIONS(1469), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_out] = ACTIONS(1469), - [anon_sym_inout] = ACTIONS(1469), - [anon_sym_uniform] = ACTIONS(1469), - [anon_sym_shared] = ACTIONS(1469), - [anon_sym_attribute] = ACTIONS(1469), - [anon_sym_varying] = ACTIONS(1469), - [anon_sym_buffer] = ACTIONS(1469), - [anon_sym_coherent] = ACTIONS(1469), - [anon_sym_readonly] = ACTIONS(1469), - [anon_sym_writeonly] = ACTIONS(1469), - [anon_sym_precision] = ACTIONS(1469), - [anon_sym_highp] = ACTIONS(1469), - [anon_sym_mediump] = ACTIONS(1469), - [anon_sym_lowp] = ACTIONS(1469), - [anon_sym_centroid] = ACTIONS(1469), - [anon_sym_sample] = ACTIONS(1469), - [anon_sym_patch] = ACTIONS(1469), - [anon_sym_smooth] = ACTIONS(1469), - [anon_sym_flat] = ACTIONS(1469), - [anon_sym_noperspective] = ACTIONS(1469), - [anon_sym___extension__] = ACTIONS(1469), - [anon_sym_typedef] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym___attribute__] = ACTIONS(1469), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1471), - [anon_sym___declspec] = ACTIONS(1469), - [anon_sym___cdecl] = ACTIONS(1469), - [anon_sym___clrcall] = ACTIONS(1469), - [anon_sym___stdcall] = ACTIONS(1469), - [anon_sym___fastcall] = ACTIONS(1469), - [anon_sym___thiscall] = ACTIONS(1469), - [anon_sym___vectorcall] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_signed] = ACTIONS(1469), - [anon_sym_unsigned] = ACTIONS(1469), - [anon_sym_long] = ACTIONS(1469), - [anon_sym_short] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1469), - [anon_sym_auto] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_inline] = ACTIONS(1469), - [anon_sym___inline] = ACTIONS(1469), - [anon_sym___inline__] = ACTIONS(1469), - [anon_sym___forceinline] = ACTIONS(1469), - [anon_sym_thread_local] = ACTIONS(1469), - [anon_sym___thread] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_constexpr] = ACTIONS(1469), - [anon_sym_volatile] = ACTIONS(1469), - [anon_sym_restrict] = ACTIONS(1469), - [anon_sym___restrict__] = ACTIONS(1469), - [anon_sym__Atomic] = ACTIONS(1469), - [anon_sym__Noreturn] = ACTIONS(1469), - [anon_sym_noreturn] = ACTIONS(1469), - [anon_sym_alignas] = ACTIONS(1469), - [anon_sym__Alignas] = ACTIONS(1469), - [sym_primitive_type] = ACTIONS(1469), - [anon_sym_enum] = ACTIONS(1469), - [anon_sym_struct] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_switch] = ACTIONS(1469), - [anon_sym_case] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_goto] = ACTIONS(1469), - [anon_sym_DASH_DASH] = ACTIONS(1471), - [anon_sym_PLUS_PLUS] = ACTIONS(1471), - [anon_sym_sizeof] = ACTIONS(1469), - [anon_sym___alignof__] = ACTIONS(1469), - [anon_sym___alignof] = ACTIONS(1469), - [anon_sym__alignof] = ACTIONS(1469), - [anon_sym_alignof] = ACTIONS(1469), - [anon_sym__Alignof] = ACTIONS(1469), - [anon_sym_offsetof] = ACTIONS(1469), - [anon_sym__Generic] = ACTIONS(1469), - [anon_sym_asm] = ACTIONS(1469), - [anon_sym___asm__] = ACTIONS(1469), - [sym_number_literal] = ACTIONS(1471), - [anon_sym_L_SQUOTE] = ACTIONS(1471), - [anon_sym_u_SQUOTE] = ACTIONS(1471), - [anon_sym_U_SQUOTE] = ACTIONS(1471), - [anon_sym_u8_SQUOTE] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1471), - [anon_sym_L_DQUOTE] = ACTIONS(1471), - [anon_sym_u_DQUOTE] = ACTIONS(1471), - [anon_sym_U_DQUOTE] = ACTIONS(1471), - [anon_sym_u8_DQUOTE] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(1471), - [sym_true] = ACTIONS(1469), - [sym_false] = ACTIONS(1469), - [anon_sym_NULL] = ACTIONS(1469), - [anon_sym_nullptr] = ACTIONS(1469), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1469), - [anon_sym_rayPayloadInEXT] = ACTIONS(1469), - [anon_sym_hitAttributeEXT] = ACTIONS(1469), - [anon_sym_callableDataEXT] = ACTIONS(1469), - [anon_sym_callableDataInEXT] = ACTIONS(1469), - [anon_sym_shaderRecordEXT] = ACTIONS(1469), - [anon_sym_rayPayloadNV] = ACTIONS(1469), - [anon_sym_rayPayloadInNV] = ACTIONS(1469), - [anon_sym_hitAttributeNV] = ACTIONS(1469), - [anon_sym_callableDataNV] = ACTIONS(1469), - [anon_sym_callableDataInNV] = ACTIONS(1469), - [anon_sym_shaderRecordNV] = ACTIONS(1469), - [anon_sym_layout] = ACTIONS(1469), - }, - [412] = { - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1461), - [aux_sym_preproc_include_token1] = ACTIONS(1461), - [aux_sym_preproc_def_token1] = ACTIONS(1461), - [aux_sym_preproc_if_token1] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1461), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1461), - [sym_preproc_directive] = ACTIONS(1461), - [anon_sym_LPAREN2] = ACTIONS(1463), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_TILDE] = ACTIONS(1463), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1463), - [anon_sym_AMP] = ACTIONS(1463), - [anon_sym_subroutine] = ACTIONS(1461), - [anon_sym_invariant] = ACTIONS(1461), - [anon_sym_precise] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_out] = ACTIONS(1461), - [anon_sym_inout] = ACTIONS(1461), - [anon_sym_uniform] = ACTIONS(1461), - [anon_sym_shared] = ACTIONS(1461), - [anon_sym_attribute] = ACTIONS(1461), - [anon_sym_varying] = ACTIONS(1461), - [anon_sym_buffer] = ACTIONS(1461), - [anon_sym_coherent] = ACTIONS(1461), - [anon_sym_readonly] = ACTIONS(1461), - [anon_sym_writeonly] = ACTIONS(1461), - [anon_sym_precision] = ACTIONS(1461), - [anon_sym_highp] = ACTIONS(1461), - [anon_sym_mediump] = ACTIONS(1461), - [anon_sym_lowp] = ACTIONS(1461), - [anon_sym_centroid] = ACTIONS(1461), - [anon_sym_sample] = ACTIONS(1461), - [anon_sym_patch] = ACTIONS(1461), - [anon_sym_smooth] = ACTIONS(1461), - [anon_sym_flat] = ACTIONS(1461), - [anon_sym_noperspective] = ACTIONS(1461), - [anon_sym___extension__] = ACTIONS(1461), - [anon_sym_typedef] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym___attribute__] = ACTIONS(1461), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1463), - [anon_sym___declspec] = ACTIONS(1461), - [anon_sym___cdecl] = ACTIONS(1461), - [anon_sym___clrcall] = ACTIONS(1461), - [anon_sym___stdcall] = ACTIONS(1461), - [anon_sym___fastcall] = ACTIONS(1461), - [anon_sym___thiscall] = ACTIONS(1461), - [anon_sym___vectorcall] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_signed] = ACTIONS(1461), - [anon_sym_unsigned] = ACTIONS(1461), - [anon_sym_long] = ACTIONS(1461), - [anon_sym_short] = ACTIONS(1461), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_auto] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_inline] = ACTIONS(1461), - [anon_sym___inline] = ACTIONS(1461), - [anon_sym___inline__] = ACTIONS(1461), - [anon_sym___forceinline] = ACTIONS(1461), - [anon_sym_thread_local] = ACTIONS(1461), - [anon_sym___thread] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_constexpr] = ACTIONS(1461), - [anon_sym_volatile] = ACTIONS(1461), - [anon_sym_restrict] = ACTIONS(1461), - [anon_sym___restrict__] = ACTIONS(1461), - [anon_sym__Atomic] = ACTIONS(1461), - [anon_sym__Noreturn] = ACTIONS(1461), - [anon_sym_noreturn] = ACTIONS(1461), - [anon_sym_alignas] = ACTIONS(1461), - [anon_sym__Alignas] = ACTIONS(1461), - [sym_primitive_type] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), - [anon_sym_struct] = ACTIONS(1461), - [anon_sym_union] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_switch] = ACTIONS(1461), - [anon_sym_case] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_goto] = ACTIONS(1461), - [anon_sym_DASH_DASH] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_sizeof] = ACTIONS(1461), - [anon_sym___alignof__] = ACTIONS(1461), - [anon_sym___alignof] = ACTIONS(1461), - [anon_sym__alignof] = ACTIONS(1461), - [anon_sym_alignof] = ACTIONS(1461), - [anon_sym__Alignof] = ACTIONS(1461), - [anon_sym_offsetof] = ACTIONS(1461), - [anon_sym__Generic] = ACTIONS(1461), - [anon_sym_asm] = ACTIONS(1461), - [anon_sym___asm__] = ACTIONS(1461), - [sym_number_literal] = ACTIONS(1463), - [anon_sym_L_SQUOTE] = ACTIONS(1463), - [anon_sym_u_SQUOTE] = ACTIONS(1463), - [anon_sym_U_SQUOTE] = ACTIONS(1463), - [anon_sym_u8_SQUOTE] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1463), - [anon_sym_L_DQUOTE] = ACTIONS(1463), - [anon_sym_u_DQUOTE] = ACTIONS(1463), - [anon_sym_U_DQUOTE] = ACTIONS(1463), - [anon_sym_u8_DQUOTE] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym_true] = ACTIONS(1461), - [sym_false] = ACTIONS(1461), - [anon_sym_NULL] = ACTIONS(1461), - [anon_sym_nullptr] = ACTIONS(1461), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1461), - [anon_sym_rayPayloadInEXT] = ACTIONS(1461), - [anon_sym_hitAttributeEXT] = ACTIONS(1461), - [anon_sym_callableDataEXT] = ACTIONS(1461), - [anon_sym_callableDataInEXT] = ACTIONS(1461), - [anon_sym_shaderRecordEXT] = ACTIONS(1461), - [anon_sym_rayPayloadNV] = ACTIONS(1461), - [anon_sym_rayPayloadInNV] = ACTIONS(1461), - [anon_sym_hitAttributeNV] = ACTIONS(1461), - [anon_sym_callableDataNV] = ACTIONS(1461), - [anon_sym_callableDataInNV] = ACTIONS(1461), - [anon_sym_shaderRecordNV] = ACTIONS(1461), - [anon_sym_layout] = ACTIONS(1461), - }, - [413] = { - [ts_builtin_sym_end] = ACTIONS(1487), - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_include_token1] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_LPAREN2] = ACTIONS(1487), - [anon_sym_BANG] = ACTIONS(1487), - [anon_sym_TILDE] = ACTIONS(1487), - [anon_sym_DASH] = ACTIONS(1485), - [anon_sym_PLUS] = ACTIONS(1485), - [anon_sym_STAR] = ACTIONS(1487), - [anon_sym_AMP] = ACTIONS(1487), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_typedef] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym___cdecl] = ACTIONS(1485), - [anon_sym___clrcall] = ACTIONS(1485), - [anon_sym___stdcall] = ACTIONS(1485), - [anon_sym___fastcall] = ACTIONS(1485), - [anon_sym___thiscall] = ACTIONS(1485), - [anon_sym___vectorcall] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1487), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_switch] = ACTIONS(1485), - [anon_sym_case] = ACTIONS(1485), - [anon_sym_default] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_goto] = ACTIONS(1485), - [anon_sym_DASH_DASH] = ACTIONS(1487), - [anon_sym_PLUS_PLUS] = ACTIONS(1487), - [anon_sym_sizeof] = ACTIONS(1485), - [anon_sym___alignof__] = ACTIONS(1485), - [anon_sym___alignof] = ACTIONS(1485), - [anon_sym__alignof] = ACTIONS(1485), - [anon_sym_alignof] = ACTIONS(1485), - [anon_sym__Alignof] = ACTIONS(1485), - [anon_sym_offsetof] = ACTIONS(1485), - [anon_sym__Generic] = ACTIONS(1485), - [anon_sym_asm] = ACTIONS(1485), - [anon_sym___asm__] = ACTIONS(1485), - [sym_number_literal] = ACTIONS(1487), - [anon_sym_L_SQUOTE] = ACTIONS(1487), - [anon_sym_u_SQUOTE] = ACTIONS(1487), - [anon_sym_U_SQUOTE] = ACTIONS(1487), - [anon_sym_u8_SQUOTE] = ACTIONS(1487), - [anon_sym_SQUOTE] = ACTIONS(1487), - [anon_sym_L_DQUOTE] = ACTIONS(1487), - [anon_sym_u_DQUOTE] = ACTIONS(1487), - [anon_sym_U_DQUOTE] = ACTIONS(1487), - [anon_sym_u8_DQUOTE] = ACTIONS(1487), - [anon_sym_DQUOTE] = ACTIONS(1487), - [sym_true] = ACTIONS(1485), - [sym_false] = ACTIONS(1485), - [anon_sym_NULL] = ACTIONS(1485), - [anon_sym_nullptr] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), - }, - [414] = { - [ts_builtin_sym_end] = ACTIONS(1491), - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_include_token1] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_LPAREN2] = ACTIONS(1491), - [anon_sym_BANG] = ACTIONS(1491), - [anon_sym_TILDE] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(1491), - [anon_sym_AMP] = ACTIONS(1491), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_typedef] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym___cdecl] = ACTIONS(1489), - [anon_sym___clrcall] = ACTIONS(1489), - [anon_sym___stdcall] = ACTIONS(1489), - [anon_sym___fastcall] = ACTIONS(1489), - [anon_sym___thiscall] = ACTIONS(1489), - [anon_sym___vectorcall] = ACTIONS(1489), - [anon_sym_LBRACE] = ACTIONS(1491), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [anon_sym_if] = ACTIONS(1489), - [anon_sym_switch] = ACTIONS(1489), - [anon_sym_case] = ACTIONS(1489), - [anon_sym_default] = ACTIONS(1489), - [anon_sym_while] = ACTIONS(1489), - [anon_sym_do] = ACTIONS(1489), - [anon_sym_for] = ACTIONS(1489), - [anon_sym_return] = ACTIONS(1489), - [anon_sym_break] = ACTIONS(1489), - [anon_sym_continue] = ACTIONS(1489), - [anon_sym_goto] = ACTIONS(1489), - [anon_sym_DASH_DASH] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1491), - [anon_sym_sizeof] = ACTIONS(1489), - [anon_sym___alignof__] = ACTIONS(1489), - [anon_sym___alignof] = ACTIONS(1489), - [anon_sym__alignof] = ACTIONS(1489), - [anon_sym_alignof] = ACTIONS(1489), - [anon_sym__Alignof] = ACTIONS(1489), - [anon_sym_offsetof] = ACTIONS(1489), - [anon_sym__Generic] = ACTIONS(1489), - [anon_sym_asm] = ACTIONS(1489), - [anon_sym___asm__] = ACTIONS(1489), - [sym_number_literal] = ACTIONS(1491), - [anon_sym_L_SQUOTE] = ACTIONS(1491), - [anon_sym_u_SQUOTE] = ACTIONS(1491), - [anon_sym_U_SQUOTE] = ACTIONS(1491), - [anon_sym_u8_SQUOTE] = ACTIONS(1491), - [anon_sym_SQUOTE] = ACTIONS(1491), - [anon_sym_L_DQUOTE] = ACTIONS(1491), - [anon_sym_u_DQUOTE] = ACTIONS(1491), - [anon_sym_U_DQUOTE] = ACTIONS(1491), - [anon_sym_u8_DQUOTE] = ACTIONS(1491), - [anon_sym_DQUOTE] = ACTIONS(1491), - [sym_true] = ACTIONS(1489), - [sym_false] = ACTIONS(1489), - [anon_sym_NULL] = ACTIONS(1489), - [anon_sym_nullptr] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), - }, - [415] = { - [ts_builtin_sym_end] = ACTIONS(1455), - [sym_identifier] = ACTIONS(1453), - [aux_sym_preproc_include_token1] = ACTIONS(1453), - [aux_sym_preproc_def_token1] = ACTIONS(1453), - [aux_sym_preproc_if_token1] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1453), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1453), - [sym_preproc_directive] = ACTIONS(1453), - [anon_sym_LPAREN2] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(1455), - [anon_sym_TILDE] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_subroutine] = ACTIONS(1453), - [anon_sym_invariant] = ACTIONS(1453), - [anon_sym_precise] = ACTIONS(1453), - [anon_sym_in] = ACTIONS(1453), - [anon_sym_out] = ACTIONS(1453), - [anon_sym_inout] = ACTIONS(1453), - [anon_sym_uniform] = ACTIONS(1453), - [anon_sym_shared] = ACTIONS(1453), - [anon_sym_attribute] = ACTIONS(1453), - [anon_sym_varying] = ACTIONS(1453), - [anon_sym_buffer] = ACTIONS(1453), - [anon_sym_coherent] = ACTIONS(1453), - [anon_sym_readonly] = ACTIONS(1453), - [anon_sym_writeonly] = ACTIONS(1453), - [anon_sym_precision] = ACTIONS(1453), - [anon_sym_highp] = ACTIONS(1453), - [anon_sym_mediump] = ACTIONS(1453), - [anon_sym_lowp] = ACTIONS(1453), - [anon_sym_centroid] = ACTIONS(1453), - [anon_sym_sample] = ACTIONS(1453), - [anon_sym_patch] = ACTIONS(1453), - [anon_sym_smooth] = ACTIONS(1453), - [anon_sym_flat] = ACTIONS(1453), - [anon_sym_noperspective] = ACTIONS(1453), - [anon_sym___extension__] = ACTIONS(1453), - [anon_sym_typedef] = ACTIONS(1453), - [anon_sym_extern] = ACTIONS(1453), - [anon_sym___attribute__] = ACTIONS(1453), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1455), - [anon_sym___declspec] = ACTIONS(1453), - [anon_sym___cdecl] = ACTIONS(1453), - [anon_sym___clrcall] = ACTIONS(1453), - [anon_sym___stdcall] = ACTIONS(1453), - [anon_sym___fastcall] = ACTIONS(1453), - [anon_sym___thiscall] = ACTIONS(1453), - [anon_sym___vectorcall] = ACTIONS(1453), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_signed] = ACTIONS(1453), - [anon_sym_unsigned] = ACTIONS(1453), - [anon_sym_long] = ACTIONS(1453), - [anon_sym_short] = ACTIONS(1453), - [anon_sym_static] = ACTIONS(1453), - [anon_sym_auto] = ACTIONS(1453), - [anon_sym_register] = ACTIONS(1453), - [anon_sym_inline] = ACTIONS(1453), - [anon_sym___inline] = ACTIONS(1453), - [anon_sym___inline__] = ACTIONS(1453), - [anon_sym___forceinline] = ACTIONS(1453), - [anon_sym_thread_local] = ACTIONS(1453), - [anon_sym___thread] = ACTIONS(1453), - [anon_sym_const] = ACTIONS(1453), - [anon_sym_constexpr] = ACTIONS(1453), - [anon_sym_volatile] = ACTIONS(1453), - [anon_sym_restrict] = ACTIONS(1453), - [anon_sym___restrict__] = ACTIONS(1453), - [anon_sym__Atomic] = ACTIONS(1453), - [anon_sym__Noreturn] = ACTIONS(1453), - [anon_sym_noreturn] = ACTIONS(1453), - [anon_sym_alignas] = ACTIONS(1453), - [anon_sym__Alignas] = ACTIONS(1453), - [sym_primitive_type] = ACTIONS(1453), - [anon_sym_enum] = ACTIONS(1453), - [anon_sym_struct] = ACTIONS(1453), - [anon_sym_union] = ACTIONS(1453), - [anon_sym_if] = ACTIONS(1453), - [anon_sym_switch] = ACTIONS(1453), - [anon_sym_case] = ACTIONS(1453), - [anon_sym_default] = ACTIONS(1453), - [anon_sym_while] = ACTIONS(1453), - [anon_sym_do] = ACTIONS(1453), - [anon_sym_for] = ACTIONS(1453), - [anon_sym_return] = ACTIONS(1453), - [anon_sym_break] = ACTIONS(1453), - [anon_sym_continue] = ACTIONS(1453), - [anon_sym_goto] = ACTIONS(1453), - [anon_sym_DASH_DASH] = ACTIONS(1455), - [anon_sym_PLUS_PLUS] = ACTIONS(1455), - [anon_sym_sizeof] = ACTIONS(1453), - [anon_sym___alignof__] = ACTIONS(1453), - [anon_sym___alignof] = ACTIONS(1453), - [anon_sym__alignof] = ACTIONS(1453), - [anon_sym_alignof] = ACTIONS(1453), - [anon_sym__Alignof] = ACTIONS(1453), - [anon_sym_offsetof] = ACTIONS(1453), - [anon_sym__Generic] = ACTIONS(1453), - [anon_sym_asm] = ACTIONS(1453), - [anon_sym___asm__] = ACTIONS(1453), - [sym_number_literal] = ACTIONS(1455), - [anon_sym_L_SQUOTE] = ACTIONS(1455), - [anon_sym_u_SQUOTE] = ACTIONS(1455), - [anon_sym_U_SQUOTE] = ACTIONS(1455), - [anon_sym_u8_SQUOTE] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1455), - [anon_sym_L_DQUOTE] = ACTIONS(1455), - [anon_sym_u_DQUOTE] = ACTIONS(1455), - [anon_sym_U_DQUOTE] = ACTIONS(1455), - [anon_sym_u8_DQUOTE] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(1455), - [sym_true] = ACTIONS(1453), - [sym_false] = ACTIONS(1453), - [anon_sym_NULL] = ACTIONS(1453), - [anon_sym_nullptr] = ACTIONS(1453), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1453), - [anon_sym_rayPayloadInEXT] = ACTIONS(1453), - [anon_sym_hitAttributeEXT] = ACTIONS(1453), - [anon_sym_callableDataEXT] = ACTIONS(1453), - [anon_sym_callableDataInEXT] = ACTIONS(1453), - [anon_sym_shaderRecordEXT] = ACTIONS(1453), - [anon_sym_rayPayloadNV] = ACTIONS(1453), - [anon_sym_rayPayloadInNV] = ACTIONS(1453), - [anon_sym_hitAttributeNV] = ACTIONS(1453), - [anon_sym_callableDataNV] = ACTIONS(1453), - [anon_sym_callableDataInNV] = ACTIONS(1453), - [anon_sym_shaderRecordNV] = ACTIONS(1453), - [anon_sym_layout] = ACTIONS(1453), - }, - [416] = { - [ts_builtin_sym_end] = ACTIONS(1439), - [sym_identifier] = ACTIONS(1437), - [aux_sym_preproc_include_token1] = ACTIONS(1437), - [aux_sym_preproc_def_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1437), - [sym_preproc_directive] = ACTIONS(1437), - [anon_sym_LPAREN2] = ACTIONS(1439), - [anon_sym_BANG] = ACTIONS(1439), - [anon_sym_TILDE] = ACTIONS(1439), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), - [anon_sym_subroutine] = ACTIONS(1437), - [anon_sym_invariant] = ACTIONS(1437), - [anon_sym_precise] = ACTIONS(1437), - [anon_sym_in] = ACTIONS(1437), - [anon_sym_out] = ACTIONS(1437), - [anon_sym_inout] = ACTIONS(1437), - [anon_sym_uniform] = ACTIONS(1437), - [anon_sym_shared] = ACTIONS(1437), - [anon_sym_attribute] = ACTIONS(1437), - [anon_sym_varying] = ACTIONS(1437), - [anon_sym_buffer] = ACTIONS(1437), - [anon_sym_coherent] = ACTIONS(1437), - [anon_sym_readonly] = ACTIONS(1437), - [anon_sym_writeonly] = ACTIONS(1437), - [anon_sym_precision] = ACTIONS(1437), - [anon_sym_highp] = ACTIONS(1437), - [anon_sym_mediump] = ACTIONS(1437), - [anon_sym_lowp] = ACTIONS(1437), - [anon_sym_centroid] = ACTIONS(1437), - [anon_sym_sample] = ACTIONS(1437), - [anon_sym_patch] = ACTIONS(1437), - [anon_sym_smooth] = ACTIONS(1437), - [anon_sym_flat] = ACTIONS(1437), - [anon_sym_noperspective] = ACTIONS(1437), - [anon_sym___extension__] = ACTIONS(1437), - [anon_sym_typedef] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym___attribute__] = ACTIONS(1437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1439), - [anon_sym___declspec] = ACTIONS(1437), - [anon_sym___cdecl] = ACTIONS(1437), - [anon_sym___clrcall] = ACTIONS(1437), - [anon_sym___stdcall] = ACTIONS(1437), - [anon_sym___fastcall] = ACTIONS(1437), - [anon_sym___thiscall] = ACTIONS(1437), - [anon_sym___vectorcall] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1439), - [anon_sym_signed] = ACTIONS(1437), - [anon_sym_unsigned] = ACTIONS(1437), - [anon_sym_long] = ACTIONS(1437), - [anon_sym_short] = ACTIONS(1437), - [anon_sym_static] = ACTIONS(1437), - [anon_sym_auto] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_inline] = ACTIONS(1437), - [anon_sym___inline] = ACTIONS(1437), - [anon_sym___inline__] = ACTIONS(1437), - [anon_sym___forceinline] = ACTIONS(1437), - [anon_sym_thread_local] = ACTIONS(1437), - [anon_sym___thread] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_constexpr] = ACTIONS(1437), - [anon_sym_volatile] = ACTIONS(1437), - [anon_sym_restrict] = ACTIONS(1437), - [anon_sym___restrict__] = ACTIONS(1437), - [anon_sym__Atomic] = ACTIONS(1437), - [anon_sym__Noreturn] = ACTIONS(1437), - [anon_sym_noreturn] = ACTIONS(1437), - [anon_sym_alignas] = ACTIONS(1437), - [anon_sym__Alignas] = ACTIONS(1437), - [sym_primitive_type] = ACTIONS(1437), - [anon_sym_enum] = ACTIONS(1437), - [anon_sym_struct] = ACTIONS(1437), - [anon_sym_union] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_switch] = ACTIONS(1437), - [anon_sym_case] = ACTIONS(1437), - [anon_sym_default] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_goto] = ACTIONS(1437), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1437), - [anon_sym___alignof__] = ACTIONS(1437), - [anon_sym___alignof] = ACTIONS(1437), - [anon_sym__alignof] = ACTIONS(1437), - [anon_sym_alignof] = ACTIONS(1437), - [anon_sym__Alignof] = ACTIONS(1437), - [anon_sym_offsetof] = ACTIONS(1437), - [anon_sym__Generic] = ACTIONS(1437), - [anon_sym_asm] = ACTIONS(1437), - [anon_sym___asm__] = ACTIONS(1437), - [sym_number_literal] = ACTIONS(1439), - [anon_sym_L_SQUOTE] = ACTIONS(1439), - [anon_sym_u_SQUOTE] = ACTIONS(1439), - [anon_sym_U_SQUOTE] = ACTIONS(1439), - [anon_sym_u8_SQUOTE] = ACTIONS(1439), - [anon_sym_SQUOTE] = ACTIONS(1439), - [anon_sym_L_DQUOTE] = ACTIONS(1439), - [anon_sym_u_DQUOTE] = ACTIONS(1439), - [anon_sym_U_DQUOTE] = ACTIONS(1439), - [anon_sym_u8_DQUOTE] = ACTIONS(1439), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym_true] = ACTIONS(1437), - [sym_false] = ACTIONS(1437), - [anon_sym_NULL] = ACTIONS(1437), - [anon_sym_nullptr] = ACTIONS(1437), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1437), - [anon_sym_rayPayloadInEXT] = ACTIONS(1437), - [anon_sym_hitAttributeEXT] = ACTIONS(1437), - [anon_sym_callableDataEXT] = ACTIONS(1437), - [anon_sym_callableDataInEXT] = ACTIONS(1437), - [anon_sym_shaderRecordEXT] = ACTIONS(1437), - [anon_sym_rayPayloadNV] = ACTIONS(1437), - [anon_sym_rayPayloadInNV] = ACTIONS(1437), - [anon_sym_hitAttributeNV] = ACTIONS(1437), - [anon_sym_callableDataNV] = ACTIONS(1437), - [anon_sym_callableDataInNV] = ACTIONS(1437), - [anon_sym_shaderRecordNV] = ACTIONS(1437), - [anon_sym_layout] = ACTIONS(1437), - }, - [417] = { - [ts_builtin_sym_end] = ACTIONS(1495), - [sym_identifier] = ACTIONS(1493), - [aux_sym_preproc_include_token1] = ACTIONS(1493), - [aux_sym_preproc_def_token1] = ACTIONS(1493), - [aux_sym_preproc_if_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1493), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1493), - [sym_preproc_directive] = ACTIONS(1493), - [anon_sym_LPAREN2] = ACTIONS(1495), - [anon_sym_BANG] = ACTIONS(1495), - [anon_sym_TILDE] = ACTIONS(1495), - [anon_sym_DASH] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1493), - [anon_sym_STAR] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1495), - [anon_sym_subroutine] = ACTIONS(1493), - [anon_sym_invariant] = ACTIONS(1493), - [anon_sym_precise] = ACTIONS(1493), - [anon_sym_in] = ACTIONS(1493), - [anon_sym_out] = ACTIONS(1493), - [anon_sym_inout] = ACTIONS(1493), - [anon_sym_uniform] = ACTIONS(1493), - [anon_sym_shared] = ACTIONS(1493), - [anon_sym_attribute] = ACTIONS(1493), - [anon_sym_varying] = ACTIONS(1493), - [anon_sym_buffer] = ACTIONS(1493), - [anon_sym_coherent] = ACTIONS(1493), - [anon_sym_readonly] = ACTIONS(1493), - [anon_sym_writeonly] = ACTIONS(1493), - [anon_sym_precision] = ACTIONS(1493), - [anon_sym_highp] = ACTIONS(1493), - [anon_sym_mediump] = ACTIONS(1493), - [anon_sym_lowp] = ACTIONS(1493), - [anon_sym_centroid] = ACTIONS(1493), - [anon_sym_sample] = ACTIONS(1493), - [anon_sym_patch] = ACTIONS(1493), - [anon_sym_smooth] = ACTIONS(1493), - [anon_sym_flat] = ACTIONS(1493), - [anon_sym_noperspective] = ACTIONS(1493), - [anon_sym___extension__] = ACTIONS(1493), - [anon_sym_typedef] = ACTIONS(1493), - [anon_sym_extern] = ACTIONS(1493), - [anon_sym___attribute__] = ACTIONS(1493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1495), - [anon_sym___declspec] = ACTIONS(1493), - [anon_sym___cdecl] = ACTIONS(1493), - [anon_sym___clrcall] = ACTIONS(1493), - [anon_sym___stdcall] = ACTIONS(1493), - [anon_sym___fastcall] = ACTIONS(1493), - [anon_sym___thiscall] = ACTIONS(1493), - [anon_sym___vectorcall] = ACTIONS(1493), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_signed] = ACTIONS(1493), - [anon_sym_unsigned] = ACTIONS(1493), - [anon_sym_long] = ACTIONS(1493), - [anon_sym_short] = ACTIONS(1493), - [anon_sym_static] = ACTIONS(1493), - [anon_sym_auto] = ACTIONS(1493), - [anon_sym_register] = ACTIONS(1493), - [anon_sym_inline] = ACTIONS(1493), - [anon_sym___inline] = ACTIONS(1493), - [anon_sym___inline__] = ACTIONS(1493), - [anon_sym___forceinline] = ACTIONS(1493), - [anon_sym_thread_local] = ACTIONS(1493), - [anon_sym___thread] = ACTIONS(1493), - [anon_sym_const] = ACTIONS(1493), - [anon_sym_constexpr] = ACTIONS(1493), - [anon_sym_volatile] = ACTIONS(1493), - [anon_sym_restrict] = ACTIONS(1493), - [anon_sym___restrict__] = ACTIONS(1493), - [anon_sym__Atomic] = ACTIONS(1493), - [anon_sym__Noreturn] = ACTIONS(1493), - [anon_sym_noreturn] = ACTIONS(1493), - [anon_sym_alignas] = ACTIONS(1493), - [anon_sym__Alignas] = ACTIONS(1493), - [sym_primitive_type] = ACTIONS(1493), - [anon_sym_enum] = ACTIONS(1493), - [anon_sym_struct] = ACTIONS(1493), - [anon_sym_union] = ACTIONS(1493), - [anon_sym_if] = ACTIONS(1493), - [anon_sym_switch] = ACTIONS(1493), - [anon_sym_case] = ACTIONS(1493), - [anon_sym_default] = ACTIONS(1493), - [anon_sym_while] = ACTIONS(1493), - [anon_sym_do] = ACTIONS(1493), - [anon_sym_for] = ACTIONS(1493), - [anon_sym_return] = ACTIONS(1493), - [anon_sym_break] = ACTIONS(1493), - [anon_sym_continue] = ACTIONS(1493), - [anon_sym_goto] = ACTIONS(1493), - [anon_sym_DASH_DASH] = ACTIONS(1495), - [anon_sym_PLUS_PLUS] = ACTIONS(1495), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1493), - [anon_sym___alignof] = ACTIONS(1493), - [anon_sym__alignof] = ACTIONS(1493), - [anon_sym_alignof] = ACTIONS(1493), - [anon_sym__Alignof] = ACTIONS(1493), - [anon_sym_offsetof] = ACTIONS(1493), - [anon_sym__Generic] = ACTIONS(1493), - [anon_sym_asm] = ACTIONS(1493), - [anon_sym___asm__] = ACTIONS(1493), - [sym_number_literal] = ACTIONS(1495), - [anon_sym_L_SQUOTE] = ACTIONS(1495), - [anon_sym_u_SQUOTE] = ACTIONS(1495), - [anon_sym_U_SQUOTE] = ACTIONS(1495), - [anon_sym_u8_SQUOTE] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1495), - [anon_sym_L_DQUOTE] = ACTIONS(1495), - [anon_sym_u_DQUOTE] = ACTIONS(1495), - [anon_sym_U_DQUOTE] = ACTIONS(1495), - [anon_sym_u8_DQUOTE] = ACTIONS(1495), - [anon_sym_DQUOTE] = ACTIONS(1495), - [sym_true] = ACTIONS(1493), - [sym_false] = ACTIONS(1493), - [anon_sym_NULL] = ACTIONS(1493), - [anon_sym_nullptr] = ACTIONS(1493), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1493), - [anon_sym_rayPayloadInEXT] = ACTIONS(1493), - [anon_sym_hitAttributeEXT] = ACTIONS(1493), - [anon_sym_callableDataEXT] = ACTIONS(1493), - [anon_sym_callableDataInEXT] = ACTIONS(1493), - [anon_sym_shaderRecordEXT] = ACTIONS(1493), - [anon_sym_rayPayloadNV] = ACTIONS(1493), - [anon_sym_rayPayloadInNV] = ACTIONS(1493), - [anon_sym_hitAttributeNV] = ACTIONS(1493), - [anon_sym_callableDataNV] = ACTIONS(1493), - [anon_sym_callableDataInNV] = ACTIONS(1493), - [anon_sym_shaderRecordNV] = ACTIONS(1493), - [anon_sym_layout] = ACTIONS(1493), - }, - [418] = { - [ts_builtin_sym_end] = ACTIONS(1431), - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_include_token1] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_LPAREN2] = ACTIONS(1431), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_typedef] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym___cdecl] = ACTIONS(1429), - [anon_sym___clrcall] = ACTIONS(1429), - [anon_sym___stdcall] = ACTIONS(1429), - [anon_sym___fastcall] = ACTIONS(1429), - [anon_sym___thiscall] = ACTIONS(1429), - [anon_sym___vectorcall] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [anon_sym_if] = ACTIONS(1429), - [anon_sym_switch] = ACTIONS(1429), - [anon_sym_case] = ACTIONS(1429), - [anon_sym_default] = ACTIONS(1429), - [anon_sym_while] = ACTIONS(1429), - [anon_sym_do] = ACTIONS(1429), - [anon_sym_for] = ACTIONS(1429), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1429), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1429), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_sizeof] = ACTIONS(1429), - [anon_sym___alignof__] = ACTIONS(1429), - [anon_sym___alignof] = ACTIONS(1429), - [anon_sym__alignof] = ACTIONS(1429), - [anon_sym_alignof] = ACTIONS(1429), - [anon_sym__Alignof] = ACTIONS(1429), - [anon_sym_offsetof] = ACTIONS(1429), - [anon_sym__Generic] = ACTIONS(1429), - [anon_sym_asm] = ACTIONS(1429), - [anon_sym___asm__] = ACTIONS(1429), - [sym_number_literal] = ACTIONS(1431), - [anon_sym_L_SQUOTE] = ACTIONS(1431), - [anon_sym_u_SQUOTE] = ACTIONS(1431), - [anon_sym_U_SQUOTE] = ACTIONS(1431), - [anon_sym_u8_SQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [anon_sym_L_DQUOTE] = ACTIONS(1431), - [anon_sym_u_DQUOTE] = ACTIONS(1431), - [anon_sym_U_DQUOTE] = ACTIONS(1431), - [anon_sym_u8_DQUOTE] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym_true] = ACTIONS(1429), - [sym_false] = ACTIONS(1429), - [anon_sym_NULL] = ACTIONS(1429), - [anon_sym_nullptr] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), - }, - [419] = { - [ts_builtin_sym_end] = ACTIONS(1483), - [sym_identifier] = ACTIONS(1481), - [aux_sym_preproc_include_token1] = ACTIONS(1481), - [aux_sym_preproc_def_token1] = ACTIONS(1481), - [aux_sym_preproc_if_token1] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1481), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1481), - [sym_preproc_directive] = ACTIONS(1481), - [anon_sym_LPAREN2] = ACTIONS(1483), - [anon_sym_BANG] = ACTIONS(1483), - [anon_sym_TILDE] = ACTIONS(1483), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1481), - [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_AMP] = ACTIONS(1483), - [anon_sym_subroutine] = ACTIONS(1481), - [anon_sym_invariant] = ACTIONS(1481), - [anon_sym_precise] = ACTIONS(1481), - [anon_sym_in] = ACTIONS(1481), - [anon_sym_out] = ACTIONS(1481), - [anon_sym_inout] = ACTIONS(1481), - [anon_sym_uniform] = ACTIONS(1481), - [anon_sym_shared] = ACTIONS(1481), - [anon_sym_attribute] = ACTIONS(1481), - [anon_sym_varying] = ACTIONS(1481), - [anon_sym_buffer] = ACTIONS(1481), - [anon_sym_coherent] = ACTIONS(1481), - [anon_sym_readonly] = ACTIONS(1481), - [anon_sym_writeonly] = ACTIONS(1481), - [anon_sym_precision] = ACTIONS(1481), - [anon_sym_highp] = ACTIONS(1481), - [anon_sym_mediump] = ACTIONS(1481), - [anon_sym_lowp] = ACTIONS(1481), - [anon_sym_centroid] = ACTIONS(1481), - [anon_sym_sample] = ACTIONS(1481), - [anon_sym_patch] = ACTIONS(1481), - [anon_sym_smooth] = ACTIONS(1481), - [anon_sym_flat] = ACTIONS(1481), - [anon_sym_noperspective] = ACTIONS(1481), - [anon_sym___extension__] = ACTIONS(1481), - [anon_sym_typedef] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym___attribute__] = ACTIONS(1481), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1483), - [anon_sym___declspec] = ACTIONS(1481), - [anon_sym___cdecl] = ACTIONS(1481), - [anon_sym___clrcall] = ACTIONS(1481), - [anon_sym___stdcall] = ACTIONS(1481), - [anon_sym___fastcall] = ACTIONS(1481), - [anon_sym___thiscall] = ACTIONS(1481), - [anon_sym___vectorcall] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1483), - [anon_sym_signed] = ACTIONS(1481), - [anon_sym_unsigned] = ACTIONS(1481), - [anon_sym_long] = ACTIONS(1481), - [anon_sym_short] = ACTIONS(1481), - [anon_sym_static] = ACTIONS(1481), - [anon_sym_auto] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_inline] = ACTIONS(1481), - [anon_sym___inline] = ACTIONS(1481), - [anon_sym___inline__] = ACTIONS(1481), - [anon_sym___forceinline] = ACTIONS(1481), - [anon_sym_thread_local] = ACTIONS(1481), - [anon_sym___thread] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [anon_sym_constexpr] = ACTIONS(1481), - [anon_sym_volatile] = ACTIONS(1481), - [anon_sym_restrict] = ACTIONS(1481), - [anon_sym___restrict__] = ACTIONS(1481), - [anon_sym__Atomic] = ACTIONS(1481), - [anon_sym__Noreturn] = ACTIONS(1481), - [anon_sym_noreturn] = ACTIONS(1481), - [anon_sym_alignas] = ACTIONS(1481), - [anon_sym__Alignas] = ACTIONS(1481), - [sym_primitive_type] = ACTIONS(1481), - [anon_sym_enum] = ACTIONS(1481), - [anon_sym_struct] = ACTIONS(1481), - [anon_sym_union] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_switch] = ACTIONS(1481), - [anon_sym_case] = ACTIONS(1481), - [anon_sym_default] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_goto] = ACTIONS(1481), - [anon_sym_DASH_DASH] = ACTIONS(1483), - [anon_sym_PLUS_PLUS] = ACTIONS(1483), - [anon_sym_sizeof] = ACTIONS(1481), - [anon_sym___alignof__] = ACTIONS(1481), - [anon_sym___alignof] = ACTIONS(1481), - [anon_sym__alignof] = ACTIONS(1481), - [anon_sym_alignof] = ACTIONS(1481), - [anon_sym__Alignof] = ACTIONS(1481), - [anon_sym_offsetof] = ACTIONS(1481), - [anon_sym__Generic] = ACTIONS(1481), - [anon_sym_asm] = ACTIONS(1481), - [anon_sym___asm__] = ACTIONS(1481), - [sym_number_literal] = ACTIONS(1483), - [anon_sym_L_SQUOTE] = ACTIONS(1483), - [anon_sym_u_SQUOTE] = ACTIONS(1483), - [anon_sym_U_SQUOTE] = ACTIONS(1483), - [anon_sym_u8_SQUOTE] = ACTIONS(1483), - [anon_sym_SQUOTE] = ACTIONS(1483), - [anon_sym_L_DQUOTE] = ACTIONS(1483), - [anon_sym_u_DQUOTE] = ACTIONS(1483), - [anon_sym_U_DQUOTE] = ACTIONS(1483), - [anon_sym_u8_DQUOTE] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(1483), - [sym_true] = ACTIONS(1481), - [sym_false] = ACTIONS(1481), - [anon_sym_NULL] = ACTIONS(1481), - [anon_sym_nullptr] = ACTIONS(1481), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1481), - [anon_sym_rayPayloadInEXT] = ACTIONS(1481), - [anon_sym_hitAttributeEXT] = ACTIONS(1481), - [anon_sym_callableDataEXT] = ACTIONS(1481), - [anon_sym_callableDataInEXT] = ACTIONS(1481), - [anon_sym_shaderRecordEXT] = ACTIONS(1481), - [anon_sym_rayPayloadNV] = ACTIONS(1481), - [anon_sym_rayPayloadInNV] = ACTIONS(1481), - [anon_sym_hitAttributeNV] = ACTIONS(1481), - [anon_sym_callableDataNV] = ACTIONS(1481), - [anon_sym_callableDataInNV] = ACTIONS(1481), - [anon_sym_shaderRecordNV] = ACTIONS(1481), - [anon_sym_layout] = ACTIONS(1481), - }, - [420] = { - [ts_builtin_sym_end] = ACTIONS(1479), - [sym_identifier] = ACTIONS(1477), - [aux_sym_preproc_include_token1] = ACTIONS(1477), - [aux_sym_preproc_def_token1] = ACTIONS(1477), - [aux_sym_preproc_if_token1] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1477), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1477), - [sym_preproc_directive] = ACTIONS(1477), - [anon_sym_LPAREN2] = ACTIONS(1479), - [anon_sym_BANG] = ACTIONS(1479), - [anon_sym_TILDE] = ACTIONS(1479), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_STAR] = ACTIONS(1479), - [anon_sym_AMP] = ACTIONS(1479), - [anon_sym_subroutine] = ACTIONS(1477), - [anon_sym_invariant] = ACTIONS(1477), - [anon_sym_precise] = ACTIONS(1477), - [anon_sym_in] = ACTIONS(1477), - [anon_sym_out] = ACTIONS(1477), - [anon_sym_inout] = ACTIONS(1477), - [anon_sym_uniform] = ACTIONS(1477), - [anon_sym_shared] = ACTIONS(1477), - [anon_sym_attribute] = ACTIONS(1477), - [anon_sym_varying] = ACTIONS(1477), - [anon_sym_buffer] = ACTIONS(1477), - [anon_sym_coherent] = ACTIONS(1477), - [anon_sym_readonly] = ACTIONS(1477), - [anon_sym_writeonly] = ACTIONS(1477), - [anon_sym_precision] = ACTIONS(1477), - [anon_sym_highp] = ACTIONS(1477), - [anon_sym_mediump] = ACTIONS(1477), - [anon_sym_lowp] = ACTIONS(1477), - [anon_sym_centroid] = ACTIONS(1477), - [anon_sym_sample] = ACTIONS(1477), - [anon_sym_patch] = ACTIONS(1477), - [anon_sym_smooth] = ACTIONS(1477), - [anon_sym_flat] = ACTIONS(1477), - [anon_sym_noperspective] = ACTIONS(1477), - [anon_sym___extension__] = ACTIONS(1477), - [anon_sym_typedef] = ACTIONS(1477), - [anon_sym_extern] = ACTIONS(1477), - [anon_sym___attribute__] = ACTIONS(1477), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1479), - [anon_sym___declspec] = ACTIONS(1477), - [anon_sym___cdecl] = ACTIONS(1477), - [anon_sym___clrcall] = ACTIONS(1477), - [anon_sym___stdcall] = ACTIONS(1477), - [anon_sym___fastcall] = ACTIONS(1477), - [anon_sym___thiscall] = ACTIONS(1477), - [anon_sym___vectorcall] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1479), - [anon_sym_signed] = ACTIONS(1477), - [anon_sym_unsigned] = ACTIONS(1477), - [anon_sym_long] = ACTIONS(1477), - [anon_sym_short] = ACTIONS(1477), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_auto] = ACTIONS(1477), - [anon_sym_register] = ACTIONS(1477), - [anon_sym_inline] = ACTIONS(1477), - [anon_sym___inline] = ACTIONS(1477), - [anon_sym___inline__] = ACTIONS(1477), - [anon_sym___forceinline] = ACTIONS(1477), - [anon_sym_thread_local] = ACTIONS(1477), - [anon_sym___thread] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_constexpr] = ACTIONS(1477), - [anon_sym_volatile] = ACTIONS(1477), - [anon_sym_restrict] = ACTIONS(1477), - [anon_sym___restrict__] = ACTIONS(1477), - [anon_sym__Atomic] = ACTIONS(1477), - [anon_sym__Noreturn] = ACTIONS(1477), - [anon_sym_noreturn] = ACTIONS(1477), - [anon_sym_alignas] = ACTIONS(1477), - [anon_sym__Alignas] = ACTIONS(1477), - [sym_primitive_type] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [anon_sym_struct] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_switch] = ACTIONS(1477), - [anon_sym_case] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_do] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_goto] = ACTIONS(1477), - [anon_sym_DASH_DASH] = ACTIONS(1479), - [anon_sym_PLUS_PLUS] = ACTIONS(1479), - [anon_sym_sizeof] = ACTIONS(1477), - [anon_sym___alignof__] = ACTIONS(1477), - [anon_sym___alignof] = ACTIONS(1477), - [anon_sym__alignof] = ACTIONS(1477), - [anon_sym_alignof] = ACTIONS(1477), - [anon_sym__Alignof] = ACTIONS(1477), - [anon_sym_offsetof] = ACTIONS(1477), - [anon_sym__Generic] = ACTIONS(1477), - [anon_sym_asm] = ACTIONS(1477), - [anon_sym___asm__] = ACTIONS(1477), - [sym_number_literal] = ACTIONS(1479), - [anon_sym_L_SQUOTE] = ACTIONS(1479), - [anon_sym_u_SQUOTE] = ACTIONS(1479), - [anon_sym_U_SQUOTE] = ACTIONS(1479), - [anon_sym_u8_SQUOTE] = ACTIONS(1479), - [anon_sym_SQUOTE] = ACTIONS(1479), - [anon_sym_L_DQUOTE] = ACTIONS(1479), - [anon_sym_u_DQUOTE] = ACTIONS(1479), - [anon_sym_U_DQUOTE] = ACTIONS(1479), - [anon_sym_u8_DQUOTE] = ACTIONS(1479), - [anon_sym_DQUOTE] = ACTIONS(1479), - [sym_true] = ACTIONS(1477), - [sym_false] = ACTIONS(1477), - [anon_sym_NULL] = ACTIONS(1477), - [anon_sym_nullptr] = ACTIONS(1477), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1477), - [anon_sym_rayPayloadInEXT] = ACTIONS(1477), - [anon_sym_hitAttributeEXT] = ACTIONS(1477), - [anon_sym_callableDataEXT] = ACTIONS(1477), - [anon_sym_callableDataInEXT] = ACTIONS(1477), - [anon_sym_shaderRecordEXT] = ACTIONS(1477), - [anon_sym_rayPayloadNV] = ACTIONS(1477), - [anon_sym_rayPayloadInNV] = ACTIONS(1477), - [anon_sym_hitAttributeNV] = ACTIONS(1477), - [anon_sym_callableDataNV] = ACTIONS(1477), - [anon_sym_callableDataInNV] = ACTIONS(1477), - [anon_sym_shaderRecordNV] = ACTIONS(1477), - [anon_sym_layout] = ACTIONS(1477), - }, - [421] = { - [ts_builtin_sym_end] = ACTIONS(1403), - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_include_token1] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_LPAREN2] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_TILDE] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1401), - [anon_sym_STAR] = ACTIONS(1403), - [anon_sym_AMP] = ACTIONS(1403), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_typedef] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym___cdecl] = ACTIONS(1401), - [anon_sym___clrcall] = ACTIONS(1401), - [anon_sym___stdcall] = ACTIONS(1401), - [anon_sym___fastcall] = ACTIONS(1401), - [anon_sym___thiscall] = ACTIONS(1401), - [anon_sym___vectorcall] = ACTIONS(1401), - [anon_sym_LBRACE] = ACTIONS(1403), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [anon_sym_if] = ACTIONS(1401), - [anon_sym_switch] = ACTIONS(1401), - [anon_sym_case] = ACTIONS(1401), - [anon_sym_default] = ACTIONS(1401), - [anon_sym_while] = ACTIONS(1401), - [anon_sym_do] = ACTIONS(1401), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1401), - [anon_sym_break] = ACTIONS(1401), - [anon_sym_continue] = ACTIONS(1401), - [anon_sym_goto] = ACTIONS(1401), - [anon_sym_DASH_DASH] = ACTIONS(1403), - [anon_sym_PLUS_PLUS] = ACTIONS(1403), - [anon_sym_sizeof] = ACTIONS(1401), - [anon_sym___alignof__] = ACTIONS(1401), - [anon_sym___alignof] = ACTIONS(1401), - [anon_sym__alignof] = ACTIONS(1401), - [anon_sym_alignof] = ACTIONS(1401), - [anon_sym__Alignof] = ACTIONS(1401), - [anon_sym_offsetof] = ACTIONS(1401), - [anon_sym__Generic] = ACTIONS(1401), - [anon_sym_asm] = ACTIONS(1401), - [anon_sym___asm__] = ACTIONS(1401), - [sym_number_literal] = ACTIONS(1403), - [anon_sym_L_SQUOTE] = ACTIONS(1403), - [anon_sym_u_SQUOTE] = ACTIONS(1403), - [anon_sym_U_SQUOTE] = ACTIONS(1403), - [anon_sym_u8_SQUOTE] = ACTIONS(1403), - [anon_sym_SQUOTE] = ACTIONS(1403), - [anon_sym_L_DQUOTE] = ACTIONS(1403), - [anon_sym_u_DQUOTE] = ACTIONS(1403), - [anon_sym_U_DQUOTE] = ACTIONS(1403), - [anon_sym_u8_DQUOTE] = ACTIONS(1403), - [anon_sym_DQUOTE] = ACTIONS(1403), - [sym_true] = ACTIONS(1401), - [sym_false] = ACTIONS(1401), - [anon_sym_NULL] = ACTIONS(1401), - [anon_sym_nullptr] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), - }, - [422] = { - [ts_builtin_sym_end] = ACTIONS(1467), - [sym_identifier] = ACTIONS(1465), - [aux_sym_preproc_include_token1] = ACTIONS(1465), - [aux_sym_preproc_def_token1] = ACTIONS(1465), - [aux_sym_preproc_if_token1] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1465), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1465), - [sym_preproc_directive] = ACTIONS(1465), - [anon_sym_LPAREN2] = ACTIONS(1467), - [anon_sym_BANG] = ACTIONS(1467), - [anon_sym_TILDE] = ACTIONS(1467), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1467), - [anon_sym_AMP] = ACTIONS(1467), - [anon_sym_subroutine] = ACTIONS(1465), - [anon_sym_invariant] = ACTIONS(1465), - [anon_sym_precise] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1465), - [anon_sym_out] = ACTIONS(1465), - [anon_sym_inout] = ACTIONS(1465), - [anon_sym_uniform] = ACTIONS(1465), - [anon_sym_shared] = ACTIONS(1465), - [anon_sym_attribute] = ACTIONS(1465), - [anon_sym_varying] = ACTIONS(1465), - [anon_sym_buffer] = ACTIONS(1465), - [anon_sym_coherent] = ACTIONS(1465), - [anon_sym_readonly] = ACTIONS(1465), - [anon_sym_writeonly] = ACTIONS(1465), - [anon_sym_precision] = ACTIONS(1465), - [anon_sym_highp] = ACTIONS(1465), - [anon_sym_mediump] = ACTIONS(1465), - [anon_sym_lowp] = ACTIONS(1465), - [anon_sym_centroid] = ACTIONS(1465), - [anon_sym_sample] = ACTIONS(1465), - [anon_sym_patch] = ACTIONS(1465), - [anon_sym_smooth] = ACTIONS(1465), - [anon_sym_flat] = ACTIONS(1465), - [anon_sym_noperspective] = ACTIONS(1465), - [anon_sym___extension__] = ACTIONS(1465), - [anon_sym_typedef] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym___attribute__] = ACTIONS(1465), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1467), - [anon_sym___declspec] = ACTIONS(1465), - [anon_sym___cdecl] = ACTIONS(1465), - [anon_sym___clrcall] = ACTIONS(1465), - [anon_sym___stdcall] = ACTIONS(1465), - [anon_sym___fastcall] = ACTIONS(1465), - [anon_sym___thiscall] = ACTIONS(1465), - [anon_sym___vectorcall] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_signed] = ACTIONS(1465), - [anon_sym_unsigned] = ACTIONS(1465), - [anon_sym_long] = ACTIONS(1465), - [anon_sym_short] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_auto] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_inline] = ACTIONS(1465), - [anon_sym___inline] = ACTIONS(1465), - [anon_sym___inline__] = ACTIONS(1465), - [anon_sym___forceinline] = ACTIONS(1465), - [anon_sym_thread_local] = ACTIONS(1465), - [anon_sym___thread] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_constexpr] = ACTIONS(1465), - [anon_sym_volatile] = ACTIONS(1465), - [anon_sym_restrict] = ACTIONS(1465), - [anon_sym___restrict__] = ACTIONS(1465), - [anon_sym__Atomic] = ACTIONS(1465), - [anon_sym__Noreturn] = ACTIONS(1465), - [anon_sym_noreturn] = ACTIONS(1465), - [anon_sym_alignas] = ACTIONS(1465), - [anon_sym__Alignas] = ACTIONS(1465), - [sym_primitive_type] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1465), - [anon_sym_union] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_switch] = ACTIONS(1465), - [anon_sym_case] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_goto] = ACTIONS(1465), - [anon_sym_DASH_DASH] = ACTIONS(1467), - [anon_sym_PLUS_PLUS] = ACTIONS(1467), - [anon_sym_sizeof] = ACTIONS(1465), - [anon_sym___alignof__] = ACTIONS(1465), - [anon_sym___alignof] = ACTIONS(1465), - [anon_sym__alignof] = ACTIONS(1465), - [anon_sym_alignof] = ACTIONS(1465), - [anon_sym__Alignof] = ACTIONS(1465), - [anon_sym_offsetof] = ACTIONS(1465), - [anon_sym__Generic] = ACTIONS(1465), - [anon_sym_asm] = ACTIONS(1465), - [anon_sym___asm__] = ACTIONS(1465), - [sym_number_literal] = ACTIONS(1467), - [anon_sym_L_SQUOTE] = ACTIONS(1467), - [anon_sym_u_SQUOTE] = ACTIONS(1467), - [anon_sym_U_SQUOTE] = ACTIONS(1467), - [anon_sym_u8_SQUOTE] = ACTIONS(1467), - [anon_sym_SQUOTE] = ACTIONS(1467), - [anon_sym_L_DQUOTE] = ACTIONS(1467), - [anon_sym_u_DQUOTE] = ACTIONS(1467), - [anon_sym_U_DQUOTE] = ACTIONS(1467), - [anon_sym_u8_DQUOTE] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym_true] = ACTIONS(1465), - [sym_false] = ACTIONS(1465), - [anon_sym_NULL] = ACTIONS(1465), - [anon_sym_nullptr] = ACTIONS(1465), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1465), - [anon_sym_rayPayloadInEXT] = ACTIONS(1465), - [anon_sym_hitAttributeEXT] = ACTIONS(1465), - [anon_sym_callableDataEXT] = ACTIONS(1465), - [anon_sym_callableDataInEXT] = ACTIONS(1465), - [anon_sym_shaderRecordEXT] = ACTIONS(1465), - [anon_sym_rayPayloadNV] = ACTIONS(1465), - [anon_sym_rayPayloadInNV] = ACTIONS(1465), - [anon_sym_hitAttributeNV] = ACTIONS(1465), - [anon_sym_callableDataNV] = ACTIONS(1465), - [anon_sym_callableDataInNV] = ACTIONS(1465), - [anon_sym_shaderRecordNV] = ACTIONS(1465), - [anon_sym_layout] = ACTIONS(1465), - }, - [423] = { - [ts_builtin_sym_end] = ACTIONS(1533), - [sym_identifier] = ACTIONS(1531), - [aux_sym_preproc_include_token1] = ACTIONS(1531), - [aux_sym_preproc_def_token1] = ACTIONS(1531), - [aux_sym_preproc_if_token1] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1531), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1531), - [sym_preproc_directive] = ACTIONS(1531), - [anon_sym_LPAREN2] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1533), - [anon_sym_TILDE] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1531), - [anon_sym_PLUS] = ACTIONS(1531), - [anon_sym_STAR] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_subroutine] = ACTIONS(1531), - [anon_sym_invariant] = ACTIONS(1531), - [anon_sym_precise] = ACTIONS(1531), - [anon_sym_in] = ACTIONS(1531), - [anon_sym_out] = ACTIONS(1531), - [anon_sym_inout] = ACTIONS(1531), - [anon_sym_uniform] = ACTIONS(1531), - [anon_sym_shared] = ACTIONS(1531), - [anon_sym_attribute] = ACTIONS(1531), - [anon_sym_varying] = ACTIONS(1531), - [anon_sym_buffer] = ACTIONS(1531), - [anon_sym_coherent] = ACTIONS(1531), - [anon_sym_readonly] = ACTIONS(1531), - [anon_sym_writeonly] = ACTIONS(1531), - [anon_sym_precision] = ACTIONS(1531), - [anon_sym_highp] = ACTIONS(1531), - [anon_sym_mediump] = ACTIONS(1531), - [anon_sym_lowp] = ACTIONS(1531), - [anon_sym_centroid] = ACTIONS(1531), - [anon_sym_sample] = ACTIONS(1531), - [anon_sym_patch] = ACTIONS(1531), - [anon_sym_smooth] = ACTIONS(1531), - [anon_sym_flat] = ACTIONS(1531), - [anon_sym_noperspective] = ACTIONS(1531), - [anon_sym___extension__] = ACTIONS(1531), - [anon_sym_typedef] = ACTIONS(1531), - [anon_sym_extern] = ACTIONS(1531), - [anon_sym___attribute__] = ACTIONS(1531), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1533), - [anon_sym___declspec] = ACTIONS(1531), - [anon_sym___cdecl] = ACTIONS(1531), - [anon_sym___clrcall] = ACTIONS(1531), - [anon_sym___stdcall] = ACTIONS(1531), - [anon_sym___fastcall] = ACTIONS(1531), - [anon_sym___thiscall] = ACTIONS(1531), - [anon_sym___vectorcall] = ACTIONS(1531), - [anon_sym_LBRACE] = ACTIONS(1533), - [anon_sym_signed] = ACTIONS(1531), - [anon_sym_unsigned] = ACTIONS(1531), - [anon_sym_long] = ACTIONS(1531), - [anon_sym_short] = ACTIONS(1531), - [anon_sym_static] = ACTIONS(1531), - [anon_sym_auto] = ACTIONS(1531), - [anon_sym_register] = ACTIONS(1531), - [anon_sym_inline] = ACTIONS(1531), - [anon_sym___inline] = ACTIONS(1531), - [anon_sym___inline__] = ACTIONS(1531), - [anon_sym___forceinline] = ACTIONS(1531), - [anon_sym_thread_local] = ACTIONS(1531), - [anon_sym___thread] = ACTIONS(1531), - [anon_sym_const] = ACTIONS(1531), - [anon_sym_constexpr] = ACTIONS(1531), - [anon_sym_volatile] = ACTIONS(1531), - [anon_sym_restrict] = ACTIONS(1531), - [anon_sym___restrict__] = ACTIONS(1531), - [anon_sym__Atomic] = ACTIONS(1531), - [anon_sym__Noreturn] = ACTIONS(1531), - [anon_sym_noreturn] = ACTIONS(1531), - [anon_sym_alignas] = ACTIONS(1531), - [anon_sym__Alignas] = ACTIONS(1531), - [sym_primitive_type] = ACTIONS(1531), - [anon_sym_enum] = ACTIONS(1531), - [anon_sym_struct] = ACTIONS(1531), - [anon_sym_union] = ACTIONS(1531), - [anon_sym_if] = ACTIONS(1531), - [anon_sym_switch] = ACTIONS(1531), - [anon_sym_case] = ACTIONS(1531), - [anon_sym_default] = ACTIONS(1531), - [anon_sym_while] = ACTIONS(1531), - [anon_sym_do] = ACTIONS(1531), - [anon_sym_for] = ACTIONS(1531), - [anon_sym_return] = ACTIONS(1531), - [anon_sym_break] = ACTIONS(1531), - [anon_sym_continue] = ACTIONS(1531), - [anon_sym_goto] = ACTIONS(1531), - [anon_sym_DASH_DASH] = ACTIONS(1533), - [anon_sym_PLUS_PLUS] = ACTIONS(1533), - [anon_sym_sizeof] = ACTIONS(1531), - [anon_sym___alignof__] = ACTIONS(1531), - [anon_sym___alignof] = ACTIONS(1531), - [anon_sym__alignof] = ACTIONS(1531), - [anon_sym_alignof] = ACTIONS(1531), - [anon_sym__Alignof] = ACTIONS(1531), - [anon_sym_offsetof] = ACTIONS(1531), - [anon_sym__Generic] = ACTIONS(1531), - [anon_sym_asm] = ACTIONS(1531), - [anon_sym___asm__] = ACTIONS(1531), - [sym_number_literal] = ACTIONS(1533), - [anon_sym_L_SQUOTE] = ACTIONS(1533), - [anon_sym_u_SQUOTE] = ACTIONS(1533), - [anon_sym_U_SQUOTE] = ACTIONS(1533), - [anon_sym_u8_SQUOTE] = ACTIONS(1533), - [anon_sym_SQUOTE] = ACTIONS(1533), - [anon_sym_L_DQUOTE] = ACTIONS(1533), - [anon_sym_u_DQUOTE] = ACTIONS(1533), - [anon_sym_U_DQUOTE] = ACTIONS(1533), - [anon_sym_u8_DQUOTE] = ACTIONS(1533), - [anon_sym_DQUOTE] = ACTIONS(1533), - [sym_true] = ACTIONS(1531), - [sym_false] = ACTIONS(1531), - [anon_sym_NULL] = ACTIONS(1531), - [anon_sym_nullptr] = ACTIONS(1531), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1531), - [anon_sym_rayPayloadInEXT] = ACTIONS(1531), - [anon_sym_hitAttributeEXT] = ACTIONS(1531), - [anon_sym_callableDataEXT] = ACTIONS(1531), - [anon_sym_callableDataInEXT] = ACTIONS(1531), - [anon_sym_shaderRecordEXT] = ACTIONS(1531), - [anon_sym_rayPayloadNV] = ACTIONS(1531), - [anon_sym_rayPayloadInNV] = ACTIONS(1531), - [anon_sym_hitAttributeNV] = ACTIONS(1531), - [anon_sym_callableDataNV] = ACTIONS(1531), - [anon_sym_callableDataInNV] = ACTIONS(1531), - [anon_sym_shaderRecordNV] = ACTIONS(1531), - [anon_sym_layout] = ACTIONS(1531), - }, - [424] = { - [ts_builtin_sym_end] = ACTIONS(1423), - [sym_identifier] = ACTIONS(1421), - [aux_sym_preproc_include_token1] = ACTIONS(1421), - [aux_sym_preproc_def_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1421), - [sym_preproc_directive] = ACTIONS(1421), - [anon_sym_LPAREN2] = ACTIONS(1423), - [anon_sym_BANG] = ACTIONS(1423), - [anon_sym_TILDE] = ACTIONS(1423), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), - [anon_sym_subroutine] = ACTIONS(1421), - [anon_sym_invariant] = ACTIONS(1421), - [anon_sym_precise] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_out] = ACTIONS(1421), - [anon_sym_inout] = ACTIONS(1421), - [anon_sym_uniform] = ACTIONS(1421), - [anon_sym_shared] = ACTIONS(1421), - [anon_sym_attribute] = ACTIONS(1421), - [anon_sym_varying] = ACTIONS(1421), - [anon_sym_buffer] = ACTIONS(1421), - [anon_sym_coherent] = ACTIONS(1421), - [anon_sym_readonly] = ACTIONS(1421), - [anon_sym_writeonly] = ACTIONS(1421), - [anon_sym_precision] = ACTIONS(1421), - [anon_sym_highp] = ACTIONS(1421), - [anon_sym_mediump] = ACTIONS(1421), - [anon_sym_lowp] = ACTIONS(1421), - [anon_sym_centroid] = ACTIONS(1421), - [anon_sym_sample] = ACTIONS(1421), - [anon_sym_patch] = ACTIONS(1421), - [anon_sym_smooth] = ACTIONS(1421), - [anon_sym_flat] = ACTIONS(1421), - [anon_sym_noperspective] = ACTIONS(1421), - [anon_sym___extension__] = ACTIONS(1421), - [anon_sym_typedef] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym___attribute__] = ACTIONS(1421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1423), - [anon_sym___declspec] = ACTIONS(1421), - [anon_sym___cdecl] = ACTIONS(1421), - [anon_sym___clrcall] = ACTIONS(1421), - [anon_sym___stdcall] = ACTIONS(1421), - [anon_sym___fastcall] = ACTIONS(1421), - [anon_sym___thiscall] = ACTIONS(1421), - [anon_sym___vectorcall] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1423), - [anon_sym_signed] = ACTIONS(1421), - [anon_sym_unsigned] = ACTIONS(1421), - [anon_sym_long] = ACTIONS(1421), - [anon_sym_short] = ACTIONS(1421), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_auto] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_inline] = ACTIONS(1421), - [anon_sym___inline] = ACTIONS(1421), - [anon_sym___inline__] = ACTIONS(1421), - [anon_sym___forceinline] = ACTIONS(1421), - [anon_sym_thread_local] = ACTIONS(1421), - [anon_sym___thread] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_constexpr] = ACTIONS(1421), - [anon_sym_volatile] = ACTIONS(1421), - [anon_sym_restrict] = ACTIONS(1421), - [anon_sym___restrict__] = ACTIONS(1421), - [anon_sym__Atomic] = ACTIONS(1421), - [anon_sym__Noreturn] = ACTIONS(1421), - [anon_sym_noreturn] = ACTIONS(1421), - [anon_sym_alignas] = ACTIONS(1421), - [anon_sym__Alignas] = ACTIONS(1421), - [sym_primitive_type] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_struct] = ACTIONS(1421), - [anon_sym_union] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_goto] = ACTIONS(1421), - [anon_sym_DASH_DASH] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_sizeof] = ACTIONS(1421), - [anon_sym___alignof__] = ACTIONS(1421), - [anon_sym___alignof] = ACTIONS(1421), - [anon_sym__alignof] = ACTIONS(1421), - [anon_sym_alignof] = ACTIONS(1421), - [anon_sym__Alignof] = ACTIONS(1421), - [anon_sym_offsetof] = ACTIONS(1421), - [anon_sym__Generic] = ACTIONS(1421), - [anon_sym_asm] = ACTIONS(1421), - [anon_sym___asm__] = ACTIONS(1421), - [sym_number_literal] = ACTIONS(1423), - [anon_sym_L_SQUOTE] = ACTIONS(1423), - [anon_sym_u_SQUOTE] = ACTIONS(1423), - [anon_sym_U_SQUOTE] = ACTIONS(1423), - [anon_sym_u8_SQUOTE] = ACTIONS(1423), - [anon_sym_SQUOTE] = ACTIONS(1423), - [anon_sym_L_DQUOTE] = ACTIONS(1423), - [anon_sym_u_DQUOTE] = ACTIONS(1423), - [anon_sym_U_DQUOTE] = ACTIONS(1423), - [anon_sym_u8_DQUOTE] = ACTIONS(1423), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [anon_sym_NULL] = ACTIONS(1421), - [anon_sym_nullptr] = ACTIONS(1421), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1421), - [anon_sym_rayPayloadInEXT] = ACTIONS(1421), - [anon_sym_hitAttributeEXT] = ACTIONS(1421), - [anon_sym_callableDataEXT] = ACTIONS(1421), - [anon_sym_callableDataInEXT] = ACTIONS(1421), - [anon_sym_shaderRecordEXT] = ACTIONS(1421), - [anon_sym_rayPayloadNV] = ACTIONS(1421), - [anon_sym_rayPayloadInNV] = ACTIONS(1421), - [anon_sym_hitAttributeNV] = ACTIONS(1421), - [anon_sym_callableDataNV] = ACTIONS(1421), - [anon_sym_callableDataInNV] = ACTIONS(1421), - [anon_sym_shaderRecordNV] = ACTIONS(1421), - [anon_sym_layout] = ACTIONS(1421), - }, - [425] = { - [ts_builtin_sym_end] = ACTIONS(1525), - [sym_identifier] = ACTIONS(1523), - [aux_sym_preproc_include_token1] = ACTIONS(1523), - [aux_sym_preproc_def_token1] = ACTIONS(1523), - [aux_sym_preproc_if_token1] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1523), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1523), - [sym_preproc_directive] = ACTIONS(1523), - [anon_sym_LPAREN2] = ACTIONS(1525), - [anon_sym_BANG] = ACTIONS(1525), - [anon_sym_TILDE] = ACTIONS(1525), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1525), - [anon_sym_AMP] = ACTIONS(1525), - [anon_sym_subroutine] = ACTIONS(1523), - [anon_sym_invariant] = ACTIONS(1523), - [anon_sym_precise] = ACTIONS(1523), - [anon_sym_in] = ACTIONS(1523), - [anon_sym_out] = ACTIONS(1523), - [anon_sym_inout] = ACTIONS(1523), - [anon_sym_uniform] = ACTIONS(1523), - [anon_sym_shared] = ACTIONS(1523), - [anon_sym_attribute] = ACTIONS(1523), - [anon_sym_varying] = ACTIONS(1523), - [anon_sym_buffer] = ACTIONS(1523), - [anon_sym_coherent] = ACTIONS(1523), - [anon_sym_readonly] = ACTIONS(1523), - [anon_sym_writeonly] = ACTIONS(1523), - [anon_sym_precision] = ACTIONS(1523), - [anon_sym_highp] = ACTIONS(1523), - [anon_sym_mediump] = ACTIONS(1523), - [anon_sym_lowp] = ACTIONS(1523), - [anon_sym_centroid] = ACTIONS(1523), - [anon_sym_sample] = ACTIONS(1523), - [anon_sym_patch] = ACTIONS(1523), - [anon_sym_smooth] = ACTIONS(1523), - [anon_sym_flat] = ACTIONS(1523), - [anon_sym_noperspective] = ACTIONS(1523), - [anon_sym___extension__] = ACTIONS(1523), - [anon_sym_typedef] = ACTIONS(1523), - [anon_sym_extern] = ACTIONS(1523), - [anon_sym___attribute__] = ACTIONS(1523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1525), - [anon_sym___declspec] = ACTIONS(1523), - [anon_sym___cdecl] = ACTIONS(1523), - [anon_sym___clrcall] = ACTIONS(1523), - [anon_sym___stdcall] = ACTIONS(1523), - [anon_sym___fastcall] = ACTIONS(1523), - [anon_sym___thiscall] = ACTIONS(1523), - [anon_sym___vectorcall] = ACTIONS(1523), - [anon_sym_LBRACE] = ACTIONS(1525), - [anon_sym_signed] = ACTIONS(1523), - [anon_sym_unsigned] = ACTIONS(1523), - [anon_sym_long] = ACTIONS(1523), - [anon_sym_short] = ACTIONS(1523), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_auto] = ACTIONS(1523), - [anon_sym_register] = ACTIONS(1523), - [anon_sym_inline] = ACTIONS(1523), - [anon_sym___inline] = ACTIONS(1523), - [anon_sym___inline__] = ACTIONS(1523), - [anon_sym___forceinline] = ACTIONS(1523), - [anon_sym_thread_local] = ACTIONS(1523), - [anon_sym___thread] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_constexpr] = ACTIONS(1523), - [anon_sym_volatile] = ACTIONS(1523), - [anon_sym_restrict] = ACTIONS(1523), - [anon_sym___restrict__] = ACTIONS(1523), - [anon_sym__Atomic] = ACTIONS(1523), - [anon_sym__Noreturn] = ACTIONS(1523), - [anon_sym_noreturn] = ACTIONS(1523), - [anon_sym_alignas] = ACTIONS(1523), - [anon_sym__Alignas] = ACTIONS(1523), - [sym_primitive_type] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [anon_sym_struct] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_switch] = ACTIONS(1523), - [anon_sym_case] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_goto] = ACTIONS(1523), - [anon_sym_DASH_DASH] = ACTIONS(1525), - [anon_sym_PLUS_PLUS] = ACTIONS(1525), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1523), - [anon_sym___alignof] = ACTIONS(1523), - [anon_sym__alignof] = ACTIONS(1523), - [anon_sym_alignof] = ACTIONS(1523), - [anon_sym__Alignof] = ACTIONS(1523), - [anon_sym_offsetof] = ACTIONS(1523), - [anon_sym__Generic] = ACTIONS(1523), - [anon_sym_asm] = ACTIONS(1523), - [anon_sym___asm__] = ACTIONS(1523), - [sym_number_literal] = ACTIONS(1525), - [anon_sym_L_SQUOTE] = ACTIONS(1525), - [anon_sym_u_SQUOTE] = ACTIONS(1525), - [anon_sym_U_SQUOTE] = ACTIONS(1525), - [anon_sym_u8_SQUOTE] = ACTIONS(1525), - [anon_sym_SQUOTE] = ACTIONS(1525), - [anon_sym_L_DQUOTE] = ACTIONS(1525), - [anon_sym_u_DQUOTE] = ACTIONS(1525), - [anon_sym_U_DQUOTE] = ACTIONS(1525), - [anon_sym_u8_DQUOTE] = ACTIONS(1525), - [anon_sym_DQUOTE] = ACTIONS(1525), - [sym_true] = ACTIONS(1523), - [sym_false] = ACTIONS(1523), - [anon_sym_NULL] = ACTIONS(1523), - [anon_sym_nullptr] = ACTIONS(1523), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1523), - [anon_sym_rayPayloadInEXT] = ACTIONS(1523), - [anon_sym_hitAttributeEXT] = ACTIONS(1523), - [anon_sym_callableDataEXT] = ACTIONS(1523), - [anon_sym_callableDataInEXT] = ACTIONS(1523), - [anon_sym_shaderRecordEXT] = ACTIONS(1523), - [anon_sym_rayPayloadNV] = ACTIONS(1523), - [anon_sym_rayPayloadInNV] = ACTIONS(1523), - [anon_sym_hitAttributeNV] = ACTIONS(1523), - [anon_sym_callableDataNV] = ACTIONS(1523), - [anon_sym_callableDataInNV] = ACTIONS(1523), - [anon_sym_shaderRecordNV] = ACTIONS(1523), - [anon_sym_layout] = ACTIONS(1523), - }, - [426] = { - [ts_builtin_sym_end] = ACTIONS(1399), - [sym_identifier] = ACTIONS(1397), - [aux_sym_preproc_include_token1] = ACTIONS(1397), - [aux_sym_preproc_def_token1] = ACTIONS(1397), - [aux_sym_preproc_if_token1] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1397), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1397), - [sym_preproc_directive] = ACTIONS(1397), - [anon_sym_LPAREN2] = ACTIONS(1399), - [anon_sym_BANG] = ACTIONS(1399), - [anon_sym_TILDE] = ACTIONS(1399), - [anon_sym_DASH] = ACTIONS(1397), - [anon_sym_PLUS] = ACTIONS(1397), - [anon_sym_STAR] = ACTIONS(1399), - [anon_sym_AMP] = ACTIONS(1399), - [anon_sym_subroutine] = ACTIONS(1397), - [anon_sym_invariant] = ACTIONS(1397), - [anon_sym_precise] = ACTIONS(1397), - [anon_sym_in] = ACTIONS(1397), - [anon_sym_out] = ACTIONS(1397), - [anon_sym_inout] = ACTIONS(1397), - [anon_sym_uniform] = ACTIONS(1397), - [anon_sym_shared] = ACTIONS(1397), - [anon_sym_attribute] = ACTIONS(1397), - [anon_sym_varying] = ACTIONS(1397), - [anon_sym_buffer] = ACTIONS(1397), - [anon_sym_coherent] = ACTIONS(1397), - [anon_sym_readonly] = ACTIONS(1397), - [anon_sym_writeonly] = ACTIONS(1397), - [anon_sym_precision] = ACTIONS(1397), - [anon_sym_highp] = ACTIONS(1397), - [anon_sym_mediump] = ACTIONS(1397), - [anon_sym_lowp] = ACTIONS(1397), - [anon_sym_centroid] = ACTIONS(1397), - [anon_sym_sample] = ACTIONS(1397), - [anon_sym_patch] = ACTIONS(1397), - [anon_sym_smooth] = ACTIONS(1397), - [anon_sym_flat] = ACTIONS(1397), - [anon_sym_noperspective] = ACTIONS(1397), - [anon_sym___extension__] = ACTIONS(1397), - [anon_sym_typedef] = ACTIONS(1397), - [anon_sym_extern] = ACTIONS(1397), - [anon_sym___attribute__] = ACTIONS(1397), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1399), - [anon_sym___declspec] = ACTIONS(1397), - [anon_sym___cdecl] = ACTIONS(1397), - [anon_sym___clrcall] = ACTIONS(1397), - [anon_sym___stdcall] = ACTIONS(1397), - [anon_sym___fastcall] = ACTIONS(1397), - [anon_sym___thiscall] = ACTIONS(1397), - [anon_sym___vectorcall] = ACTIONS(1397), - [anon_sym_LBRACE] = ACTIONS(1399), - [anon_sym_signed] = ACTIONS(1397), - [anon_sym_unsigned] = ACTIONS(1397), - [anon_sym_long] = ACTIONS(1397), - [anon_sym_short] = ACTIONS(1397), - [anon_sym_static] = ACTIONS(1397), - [anon_sym_auto] = ACTIONS(1397), - [anon_sym_register] = ACTIONS(1397), - [anon_sym_inline] = ACTIONS(1397), - [anon_sym___inline] = ACTIONS(1397), - [anon_sym___inline__] = ACTIONS(1397), - [anon_sym___forceinline] = ACTIONS(1397), - [anon_sym_thread_local] = ACTIONS(1397), - [anon_sym___thread] = ACTIONS(1397), - [anon_sym_const] = ACTIONS(1397), - [anon_sym_constexpr] = ACTIONS(1397), - [anon_sym_volatile] = ACTIONS(1397), - [anon_sym_restrict] = ACTIONS(1397), - [anon_sym___restrict__] = ACTIONS(1397), - [anon_sym__Atomic] = ACTIONS(1397), - [anon_sym__Noreturn] = ACTIONS(1397), - [anon_sym_noreturn] = ACTIONS(1397), - [anon_sym_alignas] = ACTIONS(1397), - [anon_sym__Alignas] = ACTIONS(1397), - [sym_primitive_type] = ACTIONS(1397), - [anon_sym_enum] = ACTIONS(1397), - [anon_sym_struct] = ACTIONS(1397), - [anon_sym_union] = ACTIONS(1397), - [anon_sym_if] = ACTIONS(1397), - [anon_sym_switch] = ACTIONS(1397), - [anon_sym_case] = ACTIONS(1397), - [anon_sym_default] = ACTIONS(1397), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1397), - [anon_sym_for] = ACTIONS(1397), - [anon_sym_return] = ACTIONS(1397), - [anon_sym_break] = ACTIONS(1397), - [anon_sym_continue] = ACTIONS(1397), - [anon_sym_goto] = ACTIONS(1397), - [anon_sym_DASH_DASH] = ACTIONS(1399), - [anon_sym_PLUS_PLUS] = ACTIONS(1399), - [anon_sym_sizeof] = ACTIONS(1397), - [anon_sym___alignof__] = ACTIONS(1397), - [anon_sym___alignof] = ACTIONS(1397), - [anon_sym__alignof] = ACTIONS(1397), - [anon_sym_alignof] = ACTIONS(1397), - [anon_sym__Alignof] = ACTIONS(1397), - [anon_sym_offsetof] = ACTIONS(1397), - [anon_sym__Generic] = ACTIONS(1397), - [anon_sym_asm] = ACTIONS(1397), - [anon_sym___asm__] = ACTIONS(1397), - [sym_number_literal] = ACTIONS(1399), - [anon_sym_L_SQUOTE] = ACTIONS(1399), - [anon_sym_u_SQUOTE] = ACTIONS(1399), - [anon_sym_U_SQUOTE] = ACTIONS(1399), - [anon_sym_u8_SQUOTE] = ACTIONS(1399), - [anon_sym_SQUOTE] = ACTIONS(1399), - [anon_sym_L_DQUOTE] = ACTIONS(1399), - [anon_sym_u_DQUOTE] = ACTIONS(1399), - [anon_sym_U_DQUOTE] = ACTIONS(1399), - [anon_sym_u8_DQUOTE] = ACTIONS(1399), - [anon_sym_DQUOTE] = ACTIONS(1399), - [sym_true] = ACTIONS(1397), - [sym_false] = ACTIONS(1397), - [anon_sym_NULL] = ACTIONS(1397), - [anon_sym_nullptr] = ACTIONS(1397), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1397), - [anon_sym_rayPayloadInEXT] = ACTIONS(1397), - [anon_sym_hitAttributeEXT] = ACTIONS(1397), - [anon_sym_callableDataEXT] = ACTIONS(1397), - [anon_sym_callableDataInEXT] = ACTIONS(1397), - [anon_sym_shaderRecordEXT] = ACTIONS(1397), - [anon_sym_rayPayloadNV] = ACTIONS(1397), - [anon_sym_rayPayloadInNV] = ACTIONS(1397), - [anon_sym_hitAttributeNV] = ACTIONS(1397), - [anon_sym_callableDataNV] = ACTIONS(1397), - [anon_sym_callableDataInNV] = ACTIONS(1397), - [anon_sym_shaderRecordNV] = ACTIONS(1397), - [anon_sym_layout] = ACTIONS(1397), - }, - [427] = { - [ts_builtin_sym_end] = ACTIONS(1459), - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), - }, - [428] = { - [ts_builtin_sym_end] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1519), - [aux_sym_preproc_include_token1] = ACTIONS(1519), - [aux_sym_preproc_def_token1] = ACTIONS(1519), - [aux_sym_preproc_if_token1] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1519), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1519), - [sym_preproc_directive] = ACTIONS(1519), - [anon_sym_LPAREN2] = ACTIONS(1521), - [anon_sym_BANG] = ACTIONS(1521), - [anon_sym_TILDE] = ACTIONS(1521), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_STAR] = ACTIONS(1521), - [anon_sym_AMP] = ACTIONS(1521), - [anon_sym_subroutine] = ACTIONS(1519), - [anon_sym_invariant] = ACTIONS(1519), - [anon_sym_precise] = ACTIONS(1519), - [anon_sym_in] = ACTIONS(1519), - [anon_sym_out] = ACTIONS(1519), - [anon_sym_inout] = ACTIONS(1519), - [anon_sym_uniform] = ACTIONS(1519), - [anon_sym_shared] = ACTIONS(1519), - [anon_sym_attribute] = ACTIONS(1519), - [anon_sym_varying] = ACTIONS(1519), - [anon_sym_buffer] = ACTIONS(1519), - [anon_sym_coherent] = ACTIONS(1519), - [anon_sym_readonly] = ACTIONS(1519), - [anon_sym_writeonly] = ACTIONS(1519), - [anon_sym_precision] = ACTIONS(1519), - [anon_sym_highp] = ACTIONS(1519), - [anon_sym_mediump] = ACTIONS(1519), - [anon_sym_lowp] = ACTIONS(1519), - [anon_sym_centroid] = ACTIONS(1519), - [anon_sym_sample] = ACTIONS(1519), - [anon_sym_patch] = ACTIONS(1519), - [anon_sym_smooth] = ACTIONS(1519), - [anon_sym_flat] = ACTIONS(1519), - [anon_sym_noperspective] = ACTIONS(1519), - [anon_sym___extension__] = ACTIONS(1519), - [anon_sym_typedef] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym___attribute__] = ACTIONS(1519), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1521), - [anon_sym___declspec] = ACTIONS(1519), - [anon_sym___cdecl] = ACTIONS(1519), - [anon_sym___clrcall] = ACTIONS(1519), - [anon_sym___stdcall] = ACTIONS(1519), - [anon_sym___fastcall] = ACTIONS(1519), - [anon_sym___thiscall] = ACTIONS(1519), - [anon_sym___vectorcall] = ACTIONS(1519), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_signed] = ACTIONS(1519), - [anon_sym_unsigned] = ACTIONS(1519), - [anon_sym_long] = ACTIONS(1519), - [anon_sym_short] = ACTIONS(1519), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_auto] = ACTIONS(1519), - [anon_sym_register] = ACTIONS(1519), - [anon_sym_inline] = ACTIONS(1519), - [anon_sym___inline] = ACTIONS(1519), - [anon_sym___inline__] = ACTIONS(1519), - [anon_sym___forceinline] = ACTIONS(1519), - [anon_sym_thread_local] = ACTIONS(1519), - [anon_sym___thread] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_constexpr] = ACTIONS(1519), - [anon_sym_volatile] = ACTIONS(1519), - [anon_sym_restrict] = ACTIONS(1519), - [anon_sym___restrict__] = ACTIONS(1519), - [anon_sym__Atomic] = ACTIONS(1519), - [anon_sym__Noreturn] = ACTIONS(1519), - [anon_sym_noreturn] = ACTIONS(1519), - [anon_sym_alignas] = ACTIONS(1519), - [anon_sym__Alignas] = ACTIONS(1519), - [sym_primitive_type] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_switch] = ACTIONS(1519), - [anon_sym_case] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_do] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_goto] = ACTIONS(1519), - [anon_sym_DASH_DASH] = ACTIONS(1521), - [anon_sym_PLUS_PLUS] = ACTIONS(1521), - [anon_sym_sizeof] = ACTIONS(1519), - [anon_sym___alignof__] = ACTIONS(1519), - [anon_sym___alignof] = ACTIONS(1519), - [anon_sym__alignof] = ACTIONS(1519), - [anon_sym_alignof] = ACTIONS(1519), - [anon_sym__Alignof] = ACTIONS(1519), - [anon_sym_offsetof] = ACTIONS(1519), - [anon_sym__Generic] = ACTIONS(1519), - [anon_sym_asm] = ACTIONS(1519), - [anon_sym___asm__] = ACTIONS(1519), - [sym_number_literal] = ACTIONS(1521), - [anon_sym_L_SQUOTE] = ACTIONS(1521), - [anon_sym_u_SQUOTE] = ACTIONS(1521), - [anon_sym_U_SQUOTE] = ACTIONS(1521), - [anon_sym_u8_SQUOTE] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1521), - [anon_sym_L_DQUOTE] = ACTIONS(1521), - [anon_sym_u_DQUOTE] = ACTIONS(1521), - [anon_sym_U_DQUOTE] = ACTIONS(1521), - [anon_sym_u8_DQUOTE] = ACTIONS(1521), - [anon_sym_DQUOTE] = ACTIONS(1521), - [sym_true] = ACTIONS(1519), - [sym_false] = ACTIONS(1519), - [anon_sym_NULL] = ACTIONS(1519), - [anon_sym_nullptr] = ACTIONS(1519), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1519), - [anon_sym_rayPayloadInEXT] = ACTIONS(1519), - [anon_sym_hitAttributeEXT] = ACTIONS(1519), - [anon_sym_callableDataEXT] = ACTIONS(1519), - [anon_sym_callableDataInEXT] = ACTIONS(1519), - [anon_sym_shaderRecordEXT] = ACTIONS(1519), - [anon_sym_rayPayloadNV] = ACTIONS(1519), - [anon_sym_rayPayloadInNV] = ACTIONS(1519), - [anon_sym_hitAttributeNV] = ACTIONS(1519), - [anon_sym_callableDataNV] = ACTIONS(1519), - [anon_sym_callableDataInNV] = ACTIONS(1519), - [anon_sym_shaderRecordNV] = ACTIONS(1519), - [anon_sym_layout] = ACTIONS(1519), - }, - [429] = { - [ts_builtin_sym_end] = ACTIONS(1459), - [sym_identifier] = ACTIONS(1457), - [aux_sym_preproc_include_token1] = ACTIONS(1457), - [aux_sym_preproc_def_token1] = ACTIONS(1457), - [aux_sym_preproc_if_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1457), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1457), - [sym_preproc_directive] = ACTIONS(1457), - [anon_sym_LPAREN2] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1459), - [anon_sym_TILDE] = ACTIONS(1459), - [anon_sym_DASH] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1459), - [anon_sym_subroutine] = ACTIONS(1457), - [anon_sym_invariant] = ACTIONS(1457), - [anon_sym_precise] = ACTIONS(1457), - [anon_sym_in] = ACTIONS(1457), - [anon_sym_out] = ACTIONS(1457), - [anon_sym_inout] = ACTIONS(1457), - [anon_sym_uniform] = ACTIONS(1457), - [anon_sym_shared] = ACTIONS(1457), - [anon_sym_attribute] = ACTIONS(1457), - [anon_sym_varying] = ACTIONS(1457), - [anon_sym_buffer] = ACTIONS(1457), - [anon_sym_coherent] = ACTIONS(1457), - [anon_sym_readonly] = ACTIONS(1457), - [anon_sym_writeonly] = ACTIONS(1457), - [anon_sym_precision] = ACTIONS(1457), - [anon_sym_highp] = ACTIONS(1457), - [anon_sym_mediump] = ACTIONS(1457), - [anon_sym_lowp] = ACTIONS(1457), - [anon_sym_centroid] = ACTIONS(1457), - [anon_sym_sample] = ACTIONS(1457), - [anon_sym_patch] = ACTIONS(1457), - [anon_sym_smooth] = ACTIONS(1457), - [anon_sym_flat] = ACTIONS(1457), - [anon_sym_noperspective] = ACTIONS(1457), - [anon_sym___extension__] = ACTIONS(1457), - [anon_sym_typedef] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym___attribute__] = ACTIONS(1457), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), - [anon_sym___declspec] = ACTIONS(1457), - [anon_sym___cdecl] = ACTIONS(1457), - [anon_sym___clrcall] = ACTIONS(1457), - [anon_sym___stdcall] = ACTIONS(1457), - [anon_sym___fastcall] = ACTIONS(1457), - [anon_sym___thiscall] = ACTIONS(1457), - [anon_sym___vectorcall] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_signed] = ACTIONS(1457), - [anon_sym_unsigned] = ACTIONS(1457), - [anon_sym_long] = ACTIONS(1457), - [anon_sym_short] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_auto] = ACTIONS(1457), - [anon_sym_register] = ACTIONS(1457), - [anon_sym_inline] = ACTIONS(1457), - [anon_sym___inline] = ACTIONS(1457), - [anon_sym___inline__] = ACTIONS(1457), - [anon_sym___forceinline] = ACTIONS(1457), - [anon_sym_thread_local] = ACTIONS(1457), - [anon_sym___thread] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_constexpr] = ACTIONS(1457), - [anon_sym_volatile] = ACTIONS(1457), - [anon_sym_restrict] = ACTIONS(1457), - [anon_sym___restrict__] = ACTIONS(1457), - [anon_sym__Atomic] = ACTIONS(1457), - [anon_sym__Noreturn] = ACTIONS(1457), - [anon_sym_noreturn] = ACTIONS(1457), - [anon_sym_alignas] = ACTIONS(1457), - [anon_sym__Alignas] = ACTIONS(1457), - [sym_primitive_type] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_switch] = ACTIONS(1457), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_do] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_goto] = ACTIONS(1457), - [anon_sym_DASH_DASH] = ACTIONS(1459), - [anon_sym_PLUS_PLUS] = ACTIONS(1459), - [anon_sym_sizeof] = ACTIONS(1457), - [anon_sym___alignof__] = ACTIONS(1457), - [anon_sym___alignof] = ACTIONS(1457), - [anon_sym__alignof] = ACTIONS(1457), - [anon_sym_alignof] = ACTIONS(1457), - [anon_sym__Alignof] = ACTIONS(1457), - [anon_sym_offsetof] = ACTIONS(1457), - [anon_sym__Generic] = ACTIONS(1457), - [anon_sym_asm] = ACTIONS(1457), - [anon_sym___asm__] = ACTIONS(1457), - [sym_number_literal] = ACTIONS(1459), - [anon_sym_L_SQUOTE] = ACTIONS(1459), - [anon_sym_u_SQUOTE] = ACTIONS(1459), - [anon_sym_U_SQUOTE] = ACTIONS(1459), - [anon_sym_u8_SQUOTE] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1459), - [anon_sym_L_DQUOTE] = ACTIONS(1459), - [anon_sym_u_DQUOTE] = ACTIONS(1459), - [anon_sym_U_DQUOTE] = ACTIONS(1459), - [anon_sym_u8_DQUOTE] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(1459), - [sym_true] = ACTIONS(1457), - [sym_false] = ACTIONS(1457), - [anon_sym_NULL] = ACTIONS(1457), - [anon_sym_nullptr] = ACTIONS(1457), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1457), - [anon_sym_rayPayloadInEXT] = ACTIONS(1457), - [anon_sym_hitAttributeEXT] = ACTIONS(1457), - [anon_sym_callableDataEXT] = ACTIONS(1457), - [anon_sym_callableDataInEXT] = ACTIONS(1457), - [anon_sym_shaderRecordEXT] = ACTIONS(1457), - [anon_sym_rayPayloadNV] = ACTIONS(1457), - [anon_sym_rayPayloadInNV] = ACTIONS(1457), - [anon_sym_hitAttributeNV] = ACTIONS(1457), - [anon_sym_callableDataNV] = ACTIONS(1457), - [anon_sym_callableDataInNV] = ACTIONS(1457), - [anon_sym_shaderRecordNV] = ACTIONS(1457), - [anon_sym_layout] = ACTIONS(1457), + [sym_true] = ACTIONS(1554), + [sym_false] = ACTIONS(1554), + [anon_sym_NULL] = ACTIONS(1554), + [anon_sym_nullptr] = ACTIONS(1554), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1554), + [anon_sym_rayPayloadInEXT] = ACTIONS(1554), + [anon_sym_hitAttributeEXT] = ACTIONS(1554), + [anon_sym_callableDataEXT] = ACTIONS(1554), + [anon_sym_callableDataInEXT] = ACTIONS(1554), + [anon_sym_shaderRecordEXT] = ACTIONS(1554), + [anon_sym_rayPayloadNV] = ACTIONS(1554), + [anon_sym_rayPayloadInNV] = ACTIONS(1554), + [anon_sym_hitAttributeNV] = ACTIONS(1554), + [anon_sym_callableDataNV] = ACTIONS(1554), + [anon_sym_callableDataInNV] = ACTIONS(1554), + [anon_sym_shaderRecordNV] = ACTIONS(1554), + [anon_sym_layout] = ACTIONS(1554), }, [430] = { - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1497), - [aux_sym_preproc_include_token1] = ACTIONS(1497), - [aux_sym_preproc_def_token1] = ACTIONS(1497), - [aux_sym_preproc_if_token1] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1497), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1497), - [sym_preproc_directive] = ACTIONS(1497), - [anon_sym_LPAREN2] = ACTIONS(1499), - [anon_sym_BANG] = ACTIONS(1499), - [anon_sym_TILDE] = ACTIONS(1499), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1499), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_subroutine] = ACTIONS(1497), - [anon_sym_invariant] = ACTIONS(1497), - [anon_sym_precise] = ACTIONS(1497), - [anon_sym_in] = ACTIONS(1497), - [anon_sym_out] = ACTIONS(1497), - [anon_sym_inout] = ACTIONS(1497), - [anon_sym_uniform] = ACTIONS(1497), - [anon_sym_shared] = ACTIONS(1497), - [anon_sym_attribute] = ACTIONS(1497), - [anon_sym_varying] = ACTIONS(1497), - [anon_sym_buffer] = ACTIONS(1497), - [anon_sym_coherent] = ACTIONS(1497), - [anon_sym_readonly] = ACTIONS(1497), - [anon_sym_writeonly] = ACTIONS(1497), - [anon_sym_precision] = ACTIONS(1497), - [anon_sym_highp] = ACTIONS(1497), - [anon_sym_mediump] = ACTIONS(1497), - [anon_sym_lowp] = ACTIONS(1497), - [anon_sym_centroid] = ACTIONS(1497), - [anon_sym_sample] = ACTIONS(1497), - [anon_sym_patch] = ACTIONS(1497), - [anon_sym_smooth] = ACTIONS(1497), - [anon_sym_flat] = ACTIONS(1497), - [anon_sym_noperspective] = ACTIONS(1497), - [anon_sym___extension__] = ACTIONS(1497), - [anon_sym_typedef] = ACTIONS(1497), - [anon_sym_extern] = ACTIONS(1497), - [anon_sym___attribute__] = ACTIONS(1497), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1499), - [anon_sym___declspec] = ACTIONS(1497), - [anon_sym___cdecl] = ACTIONS(1497), - [anon_sym___clrcall] = ACTIONS(1497), - [anon_sym___stdcall] = ACTIONS(1497), - [anon_sym___fastcall] = ACTIONS(1497), - [anon_sym___thiscall] = ACTIONS(1497), - [anon_sym___vectorcall] = ACTIONS(1497), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_signed] = ACTIONS(1497), - [anon_sym_unsigned] = ACTIONS(1497), - [anon_sym_long] = ACTIONS(1497), - [anon_sym_short] = ACTIONS(1497), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_auto] = ACTIONS(1497), - [anon_sym_register] = ACTIONS(1497), - [anon_sym_inline] = ACTIONS(1497), - [anon_sym___inline] = ACTIONS(1497), - [anon_sym___inline__] = ACTIONS(1497), - [anon_sym___forceinline] = ACTIONS(1497), - [anon_sym_thread_local] = ACTIONS(1497), - [anon_sym___thread] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_constexpr] = ACTIONS(1497), - [anon_sym_volatile] = ACTIONS(1497), - [anon_sym_restrict] = ACTIONS(1497), - [anon_sym___restrict__] = ACTIONS(1497), - [anon_sym__Atomic] = ACTIONS(1497), - [anon_sym__Noreturn] = ACTIONS(1497), - [anon_sym_noreturn] = ACTIONS(1497), - [anon_sym_alignas] = ACTIONS(1497), - [anon_sym__Alignas] = ACTIONS(1497), - [sym_primitive_type] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [anon_sym_struct] = ACTIONS(1497), - [anon_sym_union] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_switch] = ACTIONS(1497), - [anon_sym_case] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_do] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_goto] = ACTIONS(1497), - [anon_sym_DASH_DASH] = ACTIONS(1499), - [anon_sym_PLUS_PLUS] = ACTIONS(1499), - [anon_sym_sizeof] = ACTIONS(1497), - [anon_sym___alignof__] = ACTIONS(1497), - [anon_sym___alignof] = ACTIONS(1497), - [anon_sym__alignof] = ACTIONS(1497), - [anon_sym_alignof] = ACTIONS(1497), - [anon_sym__Alignof] = ACTIONS(1497), - [anon_sym_offsetof] = ACTIONS(1497), - [anon_sym__Generic] = ACTIONS(1497), - [anon_sym_asm] = ACTIONS(1497), - [anon_sym___asm__] = ACTIONS(1497), - [sym_number_literal] = ACTIONS(1499), - [anon_sym_L_SQUOTE] = ACTIONS(1499), - [anon_sym_u_SQUOTE] = ACTIONS(1499), - [anon_sym_U_SQUOTE] = ACTIONS(1499), - [anon_sym_u8_SQUOTE] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1499), - [anon_sym_L_DQUOTE] = ACTIONS(1499), - [anon_sym_u_DQUOTE] = ACTIONS(1499), - [anon_sym_U_DQUOTE] = ACTIONS(1499), - [anon_sym_u8_DQUOTE] = ACTIONS(1499), - [anon_sym_DQUOTE] = ACTIONS(1499), - [sym_true] = ACTIONS(1497), - [sym_false] = ACTIONS(1497), - [anon_sym_NULL] = ACTIONS(1497), - [anon_sym_nullptr] = ACTIONS(1497), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1497), - [anon_sym_rayPayloadInEXT] = ACTIONS(1497), - [anon_sym_hitAttributeEXT] = ACTIONS(1497), - [anon_sym_callableDataEXT] = ACTIONS(1497), - [anon_sym_callableDataInEXT] = ACTIONS(1497), - [anon_sym_shaderRecordEXT] = ACTIONS(1497), - [anon_sym_rayPayloadNV] = ACTIONS(1497), - [anon_sym_rayPayloadInNV] = ACTIONS(1497), - [anon_sym_hitAttributeNV] = ACTIONS(1497), - [anon_sym_callableDataNV] = ACTIONS(1497), - [anon_sym_callableDataInNV] = ACTIONS(1497), - [anon_sym_shaderRecordNV] = ACTIONS(1497), - [anon_sym_layout] = ACTIONS(1497), + [ts_builtin_sym_end] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), }, [431] = { - [ts_builtin_sym_end] = ACTIONS(1503), - [sym_identifier] = ACTIONS(1501), - [aux_sym_preproc_include_token1] = ACTIONS(1501), - [aux_sym_preproc_def_token1] = ACTIONS(1501), - [aux_sym_preproc_if_token1] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1501), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1501), - [sym_preproc_directive] = ACTIONS(1501), - [anon_sym_LPAREN2] = ACTIONS(1503), - [anon_sym_BANG] = ACTIONS(1503), - [anon_sym_TILDE] = ACTIONS(1503), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_subroutine] = ACTIONS(1501), - [anon_sym_invariant] = ACTIONS(1501), - [anon_sym_precise] = ACTIONS(1501), - [anon_sym_in] = ACTIONS(1501), - [anon_sym_out] = ACTIONS(1501), - [anon_sym_inout] = ACTIONS(1501), - [anon_sym_uniform] = ACTIONS(1501), - [anon_sym_shared] = ACTIONS(1501), - [anon_sym_attribute] = ACTIONS(1501), - [anon_sym_varying] = ACTIONS(1501), - [anon_sym_buffer] = ACTIONS(1501), - [anon_sym_coherent] = ACTIONS(1501), - [anon_sym_readonly] = ACTIONS(1501), - [anon_sym_writeonly] = ACTIONS(1501), - [anon_sym_precision] = ACTIONS(1501), - [anon_sym_highp] = ACTIONS(1501), - [anon_sym_mediump] = ACTIONS(1501), - [anon_sym_lowp] = ACTIONS(1501), - [anon_sym_centroid] = ACTIONS(1501), - [anon_sym_sample] = ACTIONS(1501), - [anon_sym_patch] = ACTIONS(1501), - [anon_sym_smooth] = ACTIONS(1501), - [anon_sym_flat] = ACTIONS(1501), - [anon_sym_noperspective] = ACTIONS(1501), - [anon_sym___extension__] = ACTIONS(1501), - [anon_sym_typedef] = ACTIONS(1501), - [anon_sym_extern] = ACTIONS(1501), - [anon_sym___attribute__] = ACTIONS(1501), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1503), - [anon_sym___declspec] = ACTIONS(1501), - [anon_sym___cdecl] = ACTIONS(1501), - [anon_sym___clrcall] = ACTIONS(1501), - [anon_sym___stdcall] = ACTIONS(1501), - [anon_sym___fastcall] = ACTIONS(1501), - [anon_sym___thiscall] = ACTIONS(1501), - [anon_sym___vectorcall] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1503), - [anon_sym_signed] = ACTIONS(1501), - [anon_sym_unsigned] = ACTIONS(1501), - [anon_sym_long] = ACTIONS(1501), - [anon_sym_short] = ACTIONS(1501), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_auto] = ACTIONS(1501), - [anon_sym_register] = ACTIONS(1501), - [anon_sym_inline] = ACTIONS(1501), - [anon_sym___inline] = ACTIONS(1501), - [anon_sym___inline__] = ACTIONS(1501), - [anon_sym___forceinline] = ACTIONS(1501), - [anon_sym_thread_local] = ACTIONS(1501), - [anon_sym___thread] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_constexpr] = ACTIONS(1501), - [anon_sym_volatile] = ACTIONS(1501), - [anon_sym_restrict] = ACTIONS(1501), - [anon_sym___restrict__] = ACTIONS(1501), - [anon_sym__Atomic] = ACTIONS(1501), - [anon_sym__Noreturn] = ACTIONS(1501), - [anon_sym_noreturn] = ACTIONS(1501), - [anon_sym_alignas] = ACTIONS(1501), - [anon_sym__Alignas] = ACTIONS(1501), - [sym_primitive_type] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [anon_sym_struct] = ACTIONS(1501), - [anon_sym_union] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_switch] = ACTIONS(1501), - [anon_sym_case] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_do] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_goto] = ACTIONS(1501), - [anon_sym_DASH_DASH] = ACTIONS(1503), - [anon_sym_PLUS_PLUS] = ACTIONS(1503), - [anon_sym_sizeof] = ACTIONS(1501), - [anon_sym___alignof__] = ACTIONS(1501), - [anon_sym___alignof] = ACTIONS(1501), - [anon_sym__alignof] = ACTIONS(1501), - [anon_sym_alignof] = ACTIONS(1501), - [anon_sym__Alignof] = ACTIONS(1501), - [anon_sym_offsetof] = ACTIONS(1501), - [anon_sym__Generic] = ACTIONS(1501), - [anon_sym_asm] = ACTIONS(1501), - [anon_sym___asm__] = ACTIONS(1501), - [sym_number_literal] = ACTIONS(1503), - [anon_sym_L_SQUOTE] = ACTIONS(1503), - [anon_sym_u_SQUOTE] = ACTIONS(1503), - [anon_sym_U_SQUOTE] = ACTIONS(1503), - [anon_sym_u8_SQUOTE] = ACTIONS(1503), - [anon_sym_SQUOTE] = ACTIONS(1503), - [anon_sym_L_DQUOTE] = ACTIONS(1503), - [anon_sym_u_DQUOTE] = ACTIONS(1503), - [anon_sym_U_DQUOTE] = ACTIONS(1503), - [anon_sym_u8_DQUOTE] = ACTIONS(1503), - [anon_sym_DQUOTE] = ACTIONS(1503), - [sym_true] = ACTIONS(1501), - [sym_false] = ACTIONS(1501), - [anon_sym_NULL] = ACTIONS(1501), - [anon_sym_nullptr] = ACTIONS(1501), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1501), - [anon_sym_rayPayloadInEXT] = ACTIONS(1501), - [anon_sym_hitAttributeEXT] = ACTIONS(1501), - [anon_sym_callableDataEXT] = ACTIONS(1501), - [anon_sym_callableDataInEXT] = ACTIONS(1501), - [anon_sym_shaderRecordEXT] = ACTIONS(1501), - [anon_sym_rayPayloadNV] = ACTIONS(1501), - [anon_sym_rayPayloadInNV] = ACTIONS(1501), - [anon_sym_hitAttributeNV] = ACTIONS(1501), - [anon_sym_callableDataNV] = ACTIONS(1501), - [anon_sym_callableDataInNV] = ACTIONS(1501), - [anon_sym_shaderRecordNV] = ACTIONS(1501), - [anon_sym_layout] = ACTIONS(1501), + [ts_builtin_sym_end] = ACTIONS(1539), + [sym_identifier] = ACTIONS(1537), + [aux_sym_preproc_include_token1] = ACTIONS(1537), + [aux_sym_preproc_def_token1] = ACTIONS(1537), + [aux_sym_preproc_if_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1537), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1537), + [sym_preproc_directive] = ACTIONS(1537), + [anon_sym_LPAREN2] = ACTIONS(1539), + [anon_sym_BANG] = ACTIONS(1539), + [anon_sym_TILDE] = ACTIONS(1539), + [anon_sym_DASH] = ACTIONS(1537), + [anon_sym_PLUS] = ACTIONS(1537), + [anon_sym_STAR] = ACTIONS(1539), + [anon_sym_AMP] = ACTIONS(1539), + [anon_sym_subroutine] = ACTIONS(1537), + [anon_sym_invariant] = ACTIONS(1537), + [anon_sym_precise] = ACTIONS(1537), + [anon_sym_in] = ACTIONS(1537), + [anon_sym_out] = ACTIONS(1537), + [anon_sym_inout] = ACTIONS(1537), + [anon_sym_uniform] = ACTIONS(1537), + [anon_sym_shared] = ACTIONS(1537), + [anon_sym_attribute] = ACTIONS(1537), + [anon_sym_varying] = ACTIONS(1537), + [anon_sym_buffer] = ACTIONS(1537), + [anon_sym_coherent] = ACTIONS(1537), + [anon_sym_readonly] = ACTIONS(1537), + [anon_sym_writeonly] = ACTIONS(1537), + [anon_sym_precision] = ACTIONS(1537), + [anon_sym_highp] = ACTIONS(1537), + [anon_sym_mediump] = ACTIONS(1537), + [anon_sym_lowp] = ACTIONS(1537), + [anon_sym_centroid] = ACTIONS(1537), + [anon_sym_sample] = ACTIONS(1537), + [anon_sym_patch] = ACTIONS(1537), + [anon_sym_smooth] = ACTIONS(1537), + [anon_sym_flat] = ACTIONS(1537), + [anon_sym_noperspective] = ACTIONS(1537), + [anon_sym___extension__] = ACTIONS(1537), + [anon_sym_typedef] = ACTIONS(1537), + [anon_sym_extern] = ACTIONS(1537), + [anon_sym___attribute__] = ACTIONS(1537), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1539), + [anon_sym___declspec] = ACTIONS(1537), + [anon_sym___cdecl] = ACTIONS(1537), + [anon_sym___clrcall] = ACTIONS(1537), + [anon_sym___stdcall] = ACTIONS(1537), + [anon_sym___fastcall] = ACTIONS(1537), + [anon_sym___thiscall] = ACTIONS(1537), + [anon_sym___vectorcall] = ACTIONS(1537), + [anon_sym_LBRACE] = ACTIONS(1539), + [anon_sym_signed] = ACTIONS(1537), + [anon_sym_unsigned] = ACTIONS(1537), + [anon_sym_long] = ACTIONS(1537), + [anon_sym_short] = ACTIONS(1537), + [anon_sym_static] = ACTIONS(1537), + [anon_sym_auto] = ACTIONS(1537), + [anon_sym_register] = ACTIONS(1537), + [anon_sym_inline] = ACTIONS(1537), + [anon_sym___inline] = ACTIONS(1537), + [anon_sym___inline__] = ACTIONS(1537), + [anon_sym___forceinline] = ACTIONS(1537), + [anon_sym_thread_local] = ACTIONS(1537), + [anon_sym___thread] = ACTIONS(1537), + [anon_sym_const] = ACTIONS(1537), + [anon_sym_constexpr] = ACTIONS(1537), + [anon_sym_volatile] = ACTIONS(1537), + [anon_sym_restrict] = ACTIONS(1537), + [anon_sym___restrict__] = ACTIONS(1537), + [anon_sym__Atomic] = ACTIONS(1537), + [anon_sym__Noreturn] = ACTIONS(1537), + [anon_sym_noreturn] = ACTIONS(1537), + [anon_sym__Nonnull] = ACTIONS(1537), + [anon_sym_alignas] = ACTIONS(1537), + [anon_sym__Alignas] = ACTIONS(1537), + [sym_primitive_type] = ACTIONS(1537), + [anon_sym_enum] = ACTIONS(1537), + [anon_sym_struct] = ACTIONS(1537), + [anon_sym_union] = ACTIONS(1537), + [anon_sym_if] = ACTIONS(1537), + [anon_sym_switch] = ACTIONS(1537), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1537), + [anon_sym_while] = ACTIONS(1537), + [anon_sym_do] = ACTIONS(1537), + [anon_sym_for] = ACTIONS(1537), + [anon_sym_return] = ACTIONS(1537), + [anon_sym_break] = ACTIONS(1537), + [anon_sym_continue] = ACTIONS(1537), + [anon_sym_goto] = ACTIONS(1537), + [anon_sym_DASH_DASH] = ACTIONS(1539), + [anon_sym_PLUS_PLUS] = ACTIONS(1539), + [anon_sym_sizeof] = ACTIONS(1537), + [anon_sym___alignof__] = ACTIONS(1537), + [anon_sym___alignof] = ACTIONS(1537), + [anon_sym__alignof] = ACTIONS(1537), + [anon_sym_alignof] = ACTIONS(1537), + [anon_sym__Alignof] = ACTIONS(1537), + [anon_sym_offsetof] = ACTIONS(1537), + [anon_sym__Generic] = ACTIONS(1537), + [anon_sym_asm] = ACTIONS(1537), + [anon_sym___asm__] = ACTIONS(1537), + [anon_sym___asm] = ACTIONS(1537), + [sym_number_literal] = ACTIONS(1539), + [anon_sym_L_SQUOTE] = ACTIONS(1539), + [anon_sym_u_SQUOTE] = ACTIONS(1539), + [anon_sym_U_SQUOTE] = ACTIONS(1539), + [anon_sym_u8_SQUOTE] = ACTIONS(1539), + [anon_sym_SQUOTE] = ACTIONS(1539), + [anon_sym_L_DQUOTE] = ACTIONS(1539), + [anon_sym_u_DQUOTE] = ACTIONS(1539), + [anon_sym_U_DQUOTE] = ACTIONS(1539), + [anon_sym_u8_DQUOTE] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym_true] = ACTIONS(1537), + [sym_false] = ACTIONS(1537), + [anon_sym_NULL] = ACTIONS(1537), + [anon_sym_nullptr] = ACTIONS(1537), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1537), + [anon_sym_rayPayloadInEXT] = ACTIONS(1537), + [anon_sym_hitAttributeEXT] = ACTIONS(1537), + [anon_sym_callableDataEXT] = ACTIONS(1537), + [anon_sym_callableDataInEXT] = ACTIONS(1537), + [anon_sym_shaderRecordEXT] = ACTIONS(1537), + [anon_sym_rayPayloadNV] = ACTIONS(1537), + [anon_sym_rayPayloadInNV] = ACTIONS(1537), + [anon_sym_hitAttributeNV] = ACTIONS(1537), + [anon_sym_callableDataNV] = ACTIONS(1537), + [anon_sym_callableDataInNV] = ACTIONS(1537), + [anon_sym_shaderRecordNV] = ACTIONS(1537), + [anon_sym_layout] = ACTIONS(1537), }, [432] = { - [ts_builtin_sym_end] = ACTIONS(1435), - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), + [ts_builtin_sym_end] = ACTIONS(1493), + [sym_identifier] = ACTIONS(1491), + [aux_sym_preproc_include_token1] = ACTIONS(1491), + [aux_sym_preproc_def_token1] = ACTIONS(1491), + [aux_sym_preproc_if_token1] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1491), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1491), + [sym_preproc_directive] = ACTIONS(1491), + [anon_sym_LPAREN2] = ACTIONS(1493), + [anon_sym_BANG] = ACTIONS(1493), + [anon_sym_TILDE] = ACTIONS(1493), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1493), + [anon_sym_AMP] = ACTIONS(1493), + [anon_sym_subroutine] = ACTIONS(1491), + [anon_sym_invariant] = ACTIONS(1491), + [anon_sym_precise] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_out] = ACTIONS(1491), + [anon_sym_inout] = ACTIONS(1491), + [anon_sym_uniform] = ACTIONS(1491), + [anon_sym_shared] = ACTIONS(1491), + [anon_sym_attribute] = ACTIONS(1491), + [anon_sym_varying] = ACTIONS(1491), + [anon_sym_buffer] = ACTIONS(1491), + [anon_sym_coherent] = ACTIONS(1491), + [anon_sym_readonly] = ACTIONS(1491), + [anon_sym_writeonly] = ACTIONS(1491), + [anon_sym_precision] = ACTIONS(1491), + [anon_sym_highp] = ACTIONS(1491), + [anon_sym_mediump] = ACTIONS(1491), + [anon_sym_lowp] = ACTIONS(1491), + [anon_sym_centroid] = ACTIONS(1491), + [anon_sym_sample] = ACTIONS(1491), + [anon_sym_patch] = ACTIONS(1491), + [anon_sym_smooth] = ACTIONS(1491), + [anon_sym_flat] = ACTIONS(1491), + [anon_sym_noperspective] = ACTIONS(1491), + [anon_sym___extension__] = ACTIONS(1491), + [anon_sym_typedef] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym___attribute__] = ACTIONS(1491), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1493), + [anon_sym___declspec] = ACTIONS(1491), + [anon_sym___cdecl] = ACTIONS(1491), + [anon_sym___clrcall] = ACTIONS(1491), + [anon_sym___stdcall] = ACTIONS(1491), + [anon_sym___fastcall] = ACTIONS(1491), + [anon_sym___thiscall] = ACTIONS(1491), + [anon_sym___vectorcall] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_signed] = ACTIONS(1491), + [anon_sym_unsigned] = ACTIONS(1491), + [anon_sym_long] = ACTIONS(1491), + [anon_sym_short] = ACTIONS(1491), + [anon_sym_static] = ACTIONS(1491), + [anon_sym_auto] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_inline] = ACTIONS(1491), + [anon_sym___inline] = ACTIONS(1491), + [anon_sym___inline__] = ACTIONS(1491), + [anon_sym___forceinline] = ACTIONS(1491), + [anon_sym_thread_local] = ACTIONS(1491), + [anon_sym___thread] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_constexpr] = ACTIONS(1491), + [anon_sym_volatile] = ACTIONS(1491), + [anon_sym_restrict] = ACTIONS(1491), + [anon_sym___restrict__] = ACTIONS(1491), + [anon_sym__Atomic] = ACTIONS(1491), + [anon_sym__Noreturn] = ACTIONS(1491), + [anon_sym_noreturn] = ACTIONS(1491), + [anon_sym__Nonnull] = ACTIONS(1491), + [anon_sym_alignas] = ACTIONS(1491), + [anon_sym__Alignas] = ACTIONS(1491), + [sym_primitive_type] = ACTIONS(1491), + [anon_sym_enum] = ACTIONS(1491), + [anon_sym_struct] = ACTIONS(1491), + [anon_sym_union] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_switch] = ACTIONS(1491), + [anon_sym_case] = ACTIONS(1491), + [anon_sym_default] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_goto] = ACTIONS(1491), + [anon_sym_DASH_DASH] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_sizeof] = ACTIONS(1491), + [anon_sym___alignof__] = ACTIONS(1491), + [anon_sym___alignof] = ACTIONS(1491), + [anon_sym__alignof] = ACTIONS(1491), + [anon_sym_alignof] = ACTIONS(1491), + [anon_sym__Alignof] = ACTIONS(1491), + [anon_sym_offsetof] = ACTIONS(1491), + [anon_sym__Generic] = ACTIONS(1491), + [anon_sym_asm] = ACTIONS(1491), + [anon_sym___asm__] = ACTIONS(1491), + [anon_sym___asm] = ACTIONS(1491), + [sym_number_literal] = ACTIONS(1493), + [anon_sym_L_SQUOTE] = ACTIONS(1493), + [anon_sym_u_SQUOTE] = ACTIONS(1493), + [anon_sym_U_SQUOTE] = ACTIONS(1493), + [anon_sym_u8_SQUOTE] = ACTIONS(1493), + [anon_sym_SQUOTE] = ACTIONS(1493), + [anon_sym_L_DQUOTE] = ACTIONS(1493), + [anon_sym_u_DQUOTE] = ACTIONS(1493), + [anon_sym_U_DQUOTE] = ACTIONS(1493), + [anon_sym_u8_DQUOTE] = ACTIONS(1493), + [anon_sym_DQUOTE] = ACTIONS(1493), + [sym_true] = ACTIONS(1491), + [sym_false] = ACTIONS(1491), + [anon_sym_NULL] = ACTIONS(1491), + [anon_sym_nullptr] = ACTIONS(1491), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1491), + [anon_sym_rayPayloadInEXT] = ACTIONS(1491), + [anon_sym_hitAttributeEXT] = ACTIONS(1491), + [anon_sym_callableDataEXT] = ACTIONS(1491), + [anon_sym_callableDataInEXT] = ACTIONS(1491), + [anon_sym_shaderRecordEXT] = ACTIONS(1491), + [anon_sym_rayPayloadNV] = ACTIONS(1491), + [anon_sym_rayPayloadInNV] = ACTIONS(1491), + [anon_sym_hitAttributeNV] = ACTIONS(1491), + [anon_sym_callableDataNV] = ACTIONS(1491), + [anon_sym_callableDataInNV] = ACTIONS(1491), + [anon_sym_shaderRecordNV] = ACTIONS(1491), + [anon_sym_layout] = ACTIONS(1491), }, [433] = { - [ts_builtin_sym_end] = ACTIONS(1427), - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), + [ts_builtin_sym_end] = ACTIONS(1505), + [sym_identifier] = ACTIONS(1503), + [aux_sym_preproc_include_token1] = ACTIONS(1503), + [aux_sym_preproc_def_token1] = ACTIONS(1503), + [aux_sym_preproc_if_token1] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1503), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1503), + [sym_preproc_directive] = ACTIONS(1503), + [anon_sym_LPAREN2] = ACTIONS(1505), + [anon_sym_BANG] = ACTIONS(1505), + [anon_sym_TILDE] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_subroutine] = ACTIONS(1503), + [anon_sym_invariant] = ACTIONS(1503), + [anon_sym_precise] = ACTIONS(1503), + [anon_sym_in] = ACTIONS(1503), + [anon_sym_out] = ACTIONS(1503), + [anon_sym_inout] = ACTIONS(1503), + [anon_sym_uniform] = ACTIONS(1503), + [anon_sym_shared] = ACTIONS(1503), + [anon_sym_attribute] = ACTIONS(1503), + [anon_sym_varying] = ACTIONS(1503), + [anon_sym_buffer] = ACTIONS(1503), + [anon_sym_coherent] = ACTIONS(1503), + [anon_sym_readonly] = ACTIONS(1503), + [anon_sym_writeonly] = ACTIONS(1503), + [anon_sym_precision] = ACTIONS(1503), + [anon_sym_highp] = ACTIONS(1503), + [anon_sym_mediump] = ACTIONS(1503), + [anon_sym_lowp] = ACTIONS(1503), + [anon_sym_centroid] = ACTIONS(1503), + [anon_sym_sample] = ACTIONS(1503), + [anon_sym_patch] = ACTIONS(1503), + [anon_sym_smooth] = ACTIONS(1503), + [anon_sym_flat] = ACTIONS(1503), + [anon_sym_noperspective] = ACTIONS(1503), + [anon_sym___extension__] = ACTIONS(1503), + [anon_sym_typedef] = ACTIONS(1503), + [anon_sym_extern] = ACTIONS(1503), + [anon_sym___attribute__] = ACTIONS(1503), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1505), + [anon_sym___declspec] = ACTIONS(1503), + [anon_sym___cdecl] = ACTIONS(1503), + [anon_sym___clrcall] = ACTIONS(1503), + [anon_sym___stdcall] = ACTIONS(1503), + [anon_sym___fastcall] = ACTIONS(1503), + [anon_sym___thiscall] = ACTIONS(1503), + [anon_sym___vectorcall] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1505), + [anon_sym_signed] = ACTIONS(1503), + [anon_sym_unsigned] = ACTIONS(1503), + [anon_sym_long] = ACTIONS(1503), + [anon_sym_short] = ACTIONS(1503), + [anon_sym_static] = ACTIONS(1503), + [anon_sym_auto] = ACTIONS(1503), + [anon_sym_register] = ACTIONS(1503), + [anon_sym_inline] = ACTIONS(1503), + [anon_sym___inline] = ACTIONS(1503), + [anon_sym___inline__] = ACTIONS(1503), + [anon_sym___forceinline] = ACTIONS(1503), + [anon_sym_thread_local] = ACTIONS(1503), + [anon_sym___thread] = ACTIONS(1503), + [anon_sym_const] = ACTIONS(1503), + [anon_sym_constexpr] = ACTIONS(1503), + [anon_sym_volatile] = ACTIONS(1503), + [anon_sym_restrict] = ACTIONS(1503), + [anon_sym___restrict__] = ACTIONS(1503), + [anon_sym__Atomic] = ACTIONS(1503), + [anon_sym__Noreturn] = ACTIONS(1503), + [anon_sym_noreturn] = ACTIONS(1503), + [anon_sym__Nonnull] = ACTIONS(1503), + [anon_sym_alignas] = ACTIONS(1503), + [anon_sym__Alignas] = ACTIONS(1503), + [sym_primitive_type] = ACTIONS(1503), + [anon_sym_enum] = ACTIONS(1503), + [anon_sym_struct] = ACTIONS(1503), + [anon_sym_union] = ACTIONS(1503), + [anon_sym_if] = ACTIONS(1503), + [anon_sym_switch] = ACTIONS(1503), + [anon_sym_case] = ACTIONS(1503), + [anon_sym_default] = ACTIONS(1503), + [anon_sym_while] = ACTIONS(1503), + [anon_sym_do] = ACTIONS(1503), + [anon_sym_for] = ACTIONS(1503), + [anon_sym_return] = ACTIONS(1503), + [anon_sym_break] = ACTIONS(1503), + [anon_sym_continue] = ACTIONS(1503), + [anon_sym_goto] = ACTIONS(1503), + [anon_sym_DASH_DASH] = ACTIONS(1505), + [anon_sym_PLUS_PLUS] = ACTIONS(1505), + [anon_sym_sizeof] = ACTIONS(1503), + [anon_sym___alignof__] = ACTIONS(1503), + [anon_sym___alignof] = ACTIONS(1503), + [anon_sym__alignof] = ACTIONS(1503), + [anon_sym_alignof] = ACTIONS(1503), + [anon_sym__Alignof] = ACTIONS(1503), + [anon_sym_offsetof] = ACTIONS(1503), + [anon_sym__Generic] = ACTIONS(1503), + [anon_sym_asm] = ACTIONS(1503), + [anon_sym___asm__] = ACTIONS(1503), + [anon_sym___asm] = ACTIONS(1503), + [sym_number_literal] = ACTIONS(1505), + [anon_sym_L_SQUOTE] = ACTIONS(1505), + [anon_sym_u_SQUOTE] = ACTIONS(1505), + [anon_sym_U_SQUOTE] = ACTIONS(1505), + [anon_sym_u8_SQUOTE] = ACTIONS(1505), + [anon_sym_SQUOTE] = ACTIONS(1505), + [anon_sym_L_DQUOTE] = ACTIONS(1505), + [anon_sym_u_DQUOTE] = ACTIONS(1505), + [anon_sym_U_DQUOTE] = ACTIONS(1505), + [anon_sym_u8_DQUOTE] = ACTIONS(1505), + [anon_sym_DQUOTE] = ACTIONS(1505), + [sym_true] = ACTIONS(1503), + [sym_false] = ACTIONS(1503), + [anon_sym_NULL] = ACTIONS(1503), + [anon_sym_nullptr] = ACTIONS(1503), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1503), + [anon_sym_rayPayloadInEXT] = ACTIONS(1503), + [anon_sym_hitAttributeEXT] = ACTIONS(1503), + [anon_sym_callableDataEXT] = ACTIONS(1503), + [anon_sym_callableDataInEXT] = ACTIONS(1503), + [anon_sym_shaderRecordEXT] = ACTIONS(1503), + [anon_sym_rayPayloadNV] = ACTIONS(1503), + [anon_sym_rayPayloadInNV] = ACTIONS(1503), + [anon_sym_hitAttributeNV] = ACTIONS(1503), + [anon_sym_callableDataNV] = ACTIONS(1503), + [anon_sym_callableDataInNV] = ACTIONS(1503), + [anon_sym_shaderRecordNV] = ACTIONS(1503), + [anon_sym_layout] = ACTIONS(1503), }, [434] = { - [ts_builtin_sym_end] = ACTIONS(1427), - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_subroutine] = ACTIONS(1425), - [anon_sym_invariant] = ACTIONS(1425), - [anon_sym_precise] = ACTIONS(1425), - [anon_sym_in] = ACTIONS(1425), - [anon_sym_out] = ACTIONS(1425), - [anon_sym_inout] = ACTIONS(1425), - [anon_sym_uniform] = ACTIONS(1425), - [anon_sym_shared] = ACTIONS(1425), - [anon_sym_attribute] = ACTIONS(1425), - [anon_sym_varying] = ACTIONS(1425), - [anon_sym_buffer] = ACTIONS(1425), - [anon_sym_coherent] = ACTIONS(1425), - [anon_sym_readonly] = ACTIONS(1425), - [anon_sym_writeonly] = ACTIONS(1425), - [anon_sym_precision] = ACTIONS(1425), - [anon_sym_highp] = ACTIONS(1425), - [anon_sym_mediump] = ACTIONS(1425), - [anon_sym_lowp] = ACTIONS(1425), - [anon_sym_centroid] = ACTIONS(1425), - [anon_sym_sample] = ACTIONS(1425), - [anon_sym_patch] = ACTIONS(1425), - [anon_sym_smooth] = ACTIONS(1425), - [anon_sym_flat] = ACTIONS(1425), - [anon_sym_noperspective] = ACTIONS(1425), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [anon_sym_alignas] = ACTIONS(1425), - [anon_sym__Alignas] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1425), - [anon_sym_rayPayloadInEXT] = ACTIONS(1425), - [anon_sym_hitAttributeEXT] = ACTIONS(1425), - [anon_sym_callableDataEXT] = ACTIONS(1425), - [anon_sym_callableDataInEXT] = ACTIONS(1425), - [anon_sym_shaderRecordEXT] = ACTIONS(1425), - [anon_sym_rayPayloadNV] = ACTIONS(1425), - [anon_sym_rayPayloadInNV] = ACTIONS(1425), - [anon_sym_hitAttributeNV] = ACTIONS(1425), - [anon_sym_callableDataNV] = ACTIONS(1425), - [anon_sym_callableDataInNV] = ACTIONS(1425), - [anon_sym_shaderRecordNV] = ACTIONS(1425), - [anon_sym_layout] = ACTIONS(1425), + [ts_builtin_sym_end] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1479), + [aux_sym_preproc_include_token1] = ACTIONS(1479), + [aux_sym_preproc_def_token1] = ACTIONS(1479), + [aux_sym_preproc_if_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1479), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1479), + [sym_preproc_directive] = ACTIONS(1479), + [anon_sym_LPAREN2] = ACTIONS(1481), + [anon_sym_BANG] = ACTIONS(1481), + [anon_sym_TILDE] = ACTIONS(1481), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1481), + [anon_sym_AMP] = ACTIONS(1481), + [anon_sym_subroutine] = ACTIONS(1479), + [anon_sym_invariant] = ACTIONS(1479), + [anon_sym_precise] = ACTIONS(1479), + [anon_sym_in] = ACTIONS(1479), + [anon_sym_out] = ACTIONS(1479), + [anon_sym_inout] = ACTIONS(1479), + [anon_sym_uniform] = ACTIONS(1479), + [anon_sym_shared] = ACTIONS(1479), + [anon_sym_attribute] = ACTIONS(1479), + [anon_sym_varying] = ACTIONS(1479), + [anon_sym_buffer] = ACTIONS(1479), + [anon_sym_coherent] = ACTIONS(1479), + [anon_sym_readonly] = ACTIONS(1479), + [anon_sym_writeonly] = ACTIONS(1479), + [anon_sym_precision] = ACTIONS(1479), + [anon_sym_highp] = ACTIONS(1479), + [anon_sym_mediump] = ACTIONS(1479), + [anon_sym_lowp] = ACTIONS(1479), + [anon_sym_centroid] = ACTIONS(1479), + [anon_sym_sample] = ACTIONS(1479), + [anon_sym_patch] = ACTIONS(1479), + [anon_sym_smooth] = ACTIONS(1479), + [anon_sym_flat] = ACTIONS(1479), + [anon_sym_noperspective] = ACTIONS(1479), + [anon_sym___extension__] = ACTIONS(1479), + [anon_sym_typedef] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym___attribute__] = ACTIONS(1479), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym___declspec] = ACTIONS(1479), + [anon_sym___cdecl] = ACTIONS(1479), + [anon_sym___clrcall] = ACTIONS(1479), + [anon_sym___stdcall] = ACTIONS(1479), + [anon_sym___fastcall] = ACTIONS(1479), + [anon_sym___thiscall] = ACTIONS(1479), + [anon_sym___vectorcall] = ACTIONS(1479), + [anon_sym_LBRACE] = ACTIONS(1481), + [anon_sym_signed] = ACTIONS(1479), + [anon_sym_unsigned] = ACTIONS(1479), + [anon_sym_long] = ACTIONS(1479), + [anon_sym_short] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_auto] = ACTIONS(1479), + [anon_sym_register] = ACTIONS(1479), + [anon_sym_inline] = ACTIONS(1479), + [anon_sym___inline] = ACTIONS(1479), + [anon_sym___inline__] = ACTIONS(1479), + [anon_sym___forceinline] = ACTIONS(1479), + [anon_sym_thread_local] = ACTIONS(1479), + [anon_sym___thread] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_constexpr] = ACTIONS(1479), + [anon_sym_volatile] = ACTIONS(1479), + [anon_sym_restrict] = ACTIONS(1479), + [anon_sym___restrict__] = ACTIONS(1479), + [anon_sym__Atomic] = ACTIONS(1479), + [anon_sym__Noreturn] = ACTIONS(1479), + [anon_sym_noreturn] = ACTIONS(1479), + [anon_sym__Nonnull] = ACTIONS(1479), + [anon_sym_alignas] = ACTIONS(1479), + [anon_sym__Alignas] = ACTIONS(1479), + [sym_primitive_type] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_switch] = ACTIONS(1479), + [anon_sym_case] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_do] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_goto] = ACTIONS(1479), + [anon_sym_DASH_DASH] = ACTIONS(1481), + [anon_sym_PLUS_PLUS] = ACTIONS(1481), + [anon_sym_sizeof] = ACTIONS(1479), + [anon_sym___alignof__] = ACTIONS(1479), + [anon_sym___alignof] = ACTIONS(1479), + [anon_sym__alignof] = ACTIONS(1479), + [anon_sym_alignof] = ACTIONS(1479), + [anon_sym__Alignof] = ACTIONS(1479), + [anon_sym_offsetof] = ACTIONS(1479), + [anon_sym__Generic] = ACTIONS(1479), + [anon_sym_asm] = ACTIONS(1479), + [anon_sym___asm__] = ACTIONS(1479), + [anon_sym___asm] = ACTIONS(1479), + [sym_number_literal] = ACTIONS(1481), + [anon_sym_L_SQUOTE] = ACTIONS(1481), + [anon_sym_u_SQUOTE] = ACTIONS(1481), + [anon_sym_U_SQUOTE] = ACTIONS(1481), + [anon_sym_u8_SQUOTE] = ACTIONS(1481), + [anon_sym_SQUOTE] = ACTIONS(1481), + [anon_sym_L_DQUOTE] = ACTIONS(1481), + [anon_sym_u_DQUOTE] = ACTIONS(1481), + [anon_sym_U_DQUOTE] = ACTIONS(1481), + [anon_sym_u8_DQUOTE] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1481), + [sym_true] = ACTIONS(1479), + [sym_false] = ACTIONS(1479), + [anon_sym_NULL] = ACTIONS(1479), + [anon_sym_nullptr] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1479), + [anon_sym_rayPayloadInEXT] = ACTIONS(1479), + [anon_sym_hitAttributeEXT] = ACTIONS(1479), + [anon_sym_callableDataEXT] = ACTIONS(1479), + [anon_sym_callableDataInEXT] = ACTIONS(1479), + [anon_sym_shaderRecordEXT] = ACTIONS(1479), + [anon_sym_rayPayloadNV] = ACTIONS(1479), + [anon_sym_rayPayloadInNV] = ACTIONS(1479), + [anon_sym_hitAttributeNV] = ACTIONS(1479), + [anon_sym_callableDataNV] = ACTIONS(1479), + [anon_sym_callableDataInNV] = ACTIONS(1479), + [anon_sym_shaderRecordNV] = ACTIONS(1479), + [anon_sym_layout] = ACTIONS(1479), }, [435] = { - [ts_builtin_sym_end] = ACTIONS(1511), - [sym_identifier] = ACTIONS(1509), - [aux_sym_preproc_include_token1] = ACTIONS(1509), - [aux_sym_preproc_def_token1] = ACTIONS(1509), - [aux_sym_preproc_if_token1] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1509), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1509), - [sym_preproc_directive] = ACTIONS(1509), - [anon_sym_LPAREN2] = ACTIONS(1511), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_TILDE] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - [anon_sym_subroutine] = ACTIONS(1509), - [anon_sym_invariant] = ACTIONS(1509), - [anon_sym_precise] = ACTIONS(1509), - [anon_sym_in] = ACTIONS(1509), - [anon_sym_out] = ACTIONS(1509), - [anon_sym_inout] = ACTIONS(1509), - [anon_sym_uniform] = ACTIONS(1509), - [anon_sym_shared] = ACTIONS(1509), - [anon_sym_attribute] = ACTIONS(1509), - [anon_sym_varying] = ACTIONS(1509), - [anon_sym_buffer] = ACTIONS(1509), - [anon_sym_coherent] = ACTIONS(1509), - [anon_sym_readonly] = ACTIONS(1509), - [anon_sym_writeonly] = ACTIONS(1509), - [anon_sym_precision] = ACTIONS(1509), - [anon_sym_highp] = ACTIONS(1509), - [anon_sym_mediump] = ACTIONS(1509), - [anon_sym_lowp] = ACTIONS(1509), - [anon_sym_centroid] = ACTIONS(1509), - [anon_sym_sample] = ACTIONS(1509), - [anon_sym_patch] = ACTIONS(1509), - [anon_sym_smooth] = ACTIONS(1509), - [anon_sym_flat] = ACTIONS(1509), - [anon_sym_noperspective] = ACTIONS(1509), - [anon_sym___extension__] = ACTIONS(1509), - [anon_sym_typedef] = ACTIONS(1509), - [anon_sym_extern] = ACTIONS(1509), - [anon_sym___attribute__] = ACTIONS(1509), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1511), - [anon_sym___declspec] = ACTIONS(1509), - [anon_sym___cdecl] = ACTIONS(1509), - [anon_sym___clrcall] = ACTIONS(1509), - [anon_sym___stdcall] = ACTIONS(1509), - [anon_sym___fastcall] = ACTIONS(1509), - [anon_sym___thiscall] = ACTIONS(1509), - [anon_sym___vectorcall] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1511), - [anon_sym_signed] = ACTIONS(1509), - [anon_sym_unsigned] = ACTIONS(1509), - [anon_sym_long] = ACTIONS(1509), - [anon_sym_short] = ACTIONS(1509), - [anon_sym_static] = ACTIONS(1509), - [anon_sym_auto] = ACTIONS(1509), - [anon_sym_register] = ACTIONS(1509), - [anon_sym_inline] = ACTIONS(1509), - [anon_sym___inline] = ACTIONS(1509), - [anon_sym___inline__] = ACTIONS(1509), - [anon_sym___forceinline] = ACTIONS(1509), - [anon_sym_thread_local] = ACTIONS(1509), - [anon_sym___thread] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_constexpr] = ACTIONS(1509), - [anon_sym_volatile] = ACTIONS(1509), - [anon_sym_restrict] = ACTIONS(1509), - [anon_sym___restrict__] = ACTIONS(1509), - [anon_sym__Atomic] = ACTIONS(1509), - [anon_sym__Noreturn] = ACTIONS(1509), - [anon_sym_noreturn] = ACTIONS(1509), - [anon_sym_alignas] = ACTIONS(1509), - [anon_sym__Alignas] = ACTIONS(1509), - [sym_primitive_type] = ACTIONS(1509), - [anon_sym_enum] = ACTIONS(1509), - [anon_sym_struct] = ACTIONS(1509), - [anon_sym_union] = ACTIONS(1509), - [anon_sym_if] = ACTIONS(1509), - [anon_sym_switch] = ACTIONS(1509), - [anon_sym_case] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_while] = ACTIONS(1509), - [anon_sym_do] = ACTIONS(1509), - [anon_sym_for] = ACTIONS(1509), - [anon_sym_return] = ACTIONS(1509), - [anon_sym_break] = ACTIONS(1509), - [anon_sym_continue] = ACTIONS(1509), - [anon_sym_goto] = ACTIONS(1509), - [anon_sym_DASH_DASH] = ACTIONS(1511), - [anon_sym_PLUS_PLUS] = ACTIONS(1511), - [anon_sym_sizeof] = ACTIONS(1509), - [anon_sym___alignof__] = ACTIONS(1509), - [anon_sym___alignof] = ACTIONS(1509), - [anon_sym__alignof] = ACTIONS(1509), - [anon_sym_alignof] = ACTIONS(1509), - [anon_sym__Alignof] = ACTIONS(1509), - [anon_sym_offsetof] = ACTIONS(1509), - [anon_sym__Generic] = ACTIONS(1509), - [anon_sym_asm] = ACTIONS(1509), - [anon_sym___asm__] = ACTIONS(1509), - [sym_number_literal] = ACTIONS(1511), - [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(1511), - [anon_sym_u_DQUOTE] = ACTIONS(1511), - [anon_sym_U_DQUOTE] = ACTIONS(1511), - [anon_sym_u8_DQUOTE] = ACTIONS(1511), - [anon_sym_DQUOTE] = ACTIONS(1511), - [sym_true] = ACTIONS(1509), - [sym_false] = ACTIONS(1509), - [anon_sym_NULL] = ACTIONS(1509), - [anon_sym_nullptr] = ACTIONS(1509), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1509), - [anon_sym_rayPayloadInEXT] = ACTIONS(1509), - [anon_sym_hitAttributeEXT] = ACTIONS(1509), - [anon_sym_callableDataEXT] = ACTIONS(1509), - [anon_sym_callableDataInEXT] = ACTIONS(1509), - [anon_sym_shaderRecordEXT] = ACTIONS(1509), - [anon_sym_rayPayloadNV] = ACTIONS(1509), - [anon_sym_rayPayloadInNV] = ACTIONS(1509), - [anon_sym_hitAttributeNV] = ACTIONS(1509), - [anon_sym_callableDataNV] = ACTIONS(1509), - [anon_sym_callableDataInNV] = ACTIONS(1509), - [anon_sym_shaderRecordNV] = ACTIONS(1509), - [anon_sym_layout] = ACTIONS(1509), + [ts_builtin_sym_end] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [436] = { - [ts_builtin_sym_end] = ACTIONS(1529), - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_subroutine] = ACTIONS(1527), - [anon_sym_invariant] = ACTIONS(1527), - [anon_sym_precise] = ACTIONS(1527), - [anon_sym_in] = ACTIONS(1527), - [anon_sym_out] = ACTIONS(1527), - [anon_sym_inout] = ACTIONS(1527), - [anon_sym_uniform] = ACTIONS(1527), - [anon_sym_shared] = ACTIONS(1527), - [anon_sym_attribute] = ACTIONS(1527), - [anon_sym_varying] = ACTIONS(1527), - [anon_sym_buffer] = ACTIONS(1527), - [anon_sym_coherent] = ACTIONS(1527), - [anon_sym_readonly] = ACTIONS(1527), - [anon_sym_writeonly] = ACTIONS(1527), - [anon_sym_precision] = ACTIONS(1527), - [anon_sym_highp] = ACTIONS(1527), - [anon_sym_mediump] = ACTIONS(1527), - [anon_sym_lowp] = ACTIONS(1527), - [anon_sym_centroid] = ACTIONS(1527), - [anon_sym_sample] = ACTIONS(1527), - [anon_sym_patch] = ACTIONS(1527), - [anon_sym_smooth] = ACTIONS(1527), - [anon_sym_flat] = ACTIONS(1527), - [anon_sym_noperspective] = ACTIONS(1527), - [anon_sym___extension__] = ACTIONS(1527), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_auto] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym___inline] = ACTIONS(1527), - [anon_sym___inline__] = ACTIONS(1527), - [anon_sym___forceinline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym___thread] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym___restrict__] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym__Noreturn] = ACTIONS(1527), - [anon_sym_noreturn] = ACTIONS(1527), - [anon_sym_alignas] = ACTIONS(1527), - [anon_sym__Alignas] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [anon_sym___alignof__] = ACTIONS(1527), - [anon_sym___alignof] = ACTIONS(1527), - [anon_sym__alignof] = ACTIONS(1527), - [anon_sym_alignof] = ACTIONS(1527), - [anon_sym__Alignof] = ACTIONS(1527), - [anon_sym_offsetof] = ACTIONS(1527), - [anon_sym__Generic] = ACTIONS(1527), - [anon_sym_asm] = ACTIONS(1527), - [anon_sym___asm__] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [anon_sym_NULL] = ACTIONS(1527), - [anon_sym_nullptr] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1527), - [anon_sym_rayPayloadInEXT] = ACTIONS(1527), - [anon_sym_hitAttributeEXT] = ACTIONS(1527), - [anon_sym_callableDataEXT] = ACTIONS(1527), - [anon_sym_callableDataInEXT] = ACTIONS(1527), - [anon_sym_shaderRecordEXT] = ACTIONS(1527), - [anon_sym_rayPayloadNV] = ACTIONS(1527), - [anon_sym_rayPayloadInNV] = ACTIONS(1527), - [anon_sym_hitAttributeNV] = ACTIONS(1527), - [anon_sym_callableDataNV] = ACTIONS(1527), - [anon_sym_callableDataInNV] = ACTIONS(1527), - [anon_sym_shaderRecordNV] = ACTIONS(1527), - [anon_sym_layout] = ACTIONS(1527), + [ts_builtin_sym_end] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), + [aux_sym_preproc_include_token1] = ACTIONS(1559), + [aux_sym_preproc_def_token1] = ACTIONS(1559), + [aux_sym_preproc_if_token1] = ACTIONS(1559), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1559), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1559), + [sym_preproc_directive] = ACTIONS(1559), + [anon_sym_LPAREN2] = ACTIONS(1557), + [anon_sym_BANG] = ACTIONS(1557), + [anon_sym_TILDE] = ACTIONS(1557), + [anon_sym_DASH] = ACTIONS(1559), + [anon_sym_PLUS] = ACTIONS(1559), + [anon_sym_STAR] = ACTIONS(1557), + [anon_sym_AMP] = ACTIONS(1557), + [anon_sym_subroutine] = ACTIONS(1559), + [anon_sym_invariant] = ACTIONS(1559), + [anon_sym_precise] = ACTIONS(1559), + [anon_sym_in] = ACTIONS(1559), + [anon_sym_out] = ACTIONS(1559), + [anon_sym_inout] = ACTIONS(1559), + [anon_sym_uniform] = ACTIONS(1559), + [anon_sym_shared] = ACTIONS(1559), + [anon_sym_attribute] = ACTIONS(1559), + [anon_sym_varying] = ACTIONS(1559), + [anon_sym_buffer] = ACTIONS(1559), + [anon_sym_coherent] = ACTIONS(1559), + [anon_sym_readonly] = ACTIONS(1559), + [anon_sym_writeonly] = ACTIONS(1559), + [anon_sym_precision] = ACTIONS(1559), + [anon_sym_highp] = ACTIONS(1559), + [anon_sym_mediump] = ACTIONS(1559), + [anon_sym_lowp] = ACTIONS(1559), + [anon_sym_centroid] = ACTIONS(1559), + [anon_sym_sample] = ACTIONS(1559), + [anon_sym_patch] = ACTIONS(1559), + [anon_sym_smooth] = ACTIONS(1559), + [anon_sym_flat] = ACTIONS(1559), + [anon_sym_noperspective] = ACTIONS(1559), + [anon_sym___extension__] = ACTIONS(1559), + [anon_sym_typedef] = ACTIONS(1559), + [anon_sym_extern] = ACTIONS(1559), + [anon_sym___attribute__] = ACTIONS(1559), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1557), + [anon_sym___declspec] = ACTIONS(1559), + [anon_sym___cdecl] = ACTIONS(1559), + [anon_sym___clrcall] = ACTIONS(1559), + [anon_sym___stdcall] = ACTIONS(1559), + [anon_sym___fastcall] = ACTIONS(1559), + [anon_sym___thiscall] = ACTIONS(1559), + [anon_sym___vectorcall] = ACTIONS(1559), + [anon_sym_LBRACE] = ACTIONS(1557), + [anon_sym_signed] = ACTIONS(1559), + [anon_sym_unsigned] = ACTIONS(1559), + [anon_sym_long] = ACTIONS(1559), + [anon_sym_short] = ACTIONS(1559), + [anon_sym_static] = ACTIONS(1559), + [anon_sym_auto] = ACTIONS(1559), + [anon_sym_register] = ACTIONS(1559), + [anon_sym_inline] = ACTIONS(1559), + [anon_sym___inline] = ACTIONS(1559), + [anon_sym___inline__] = ACTIONS(1559), + [anon_sym___forceinline] = ACTIONS(1559), + [anon_sym_thread_local] = ACTIONS(1559), + [anon_sym___thread] = ACTIONS(1559), + [anon_sym_const] = ACTIONS(1559), + [anon_sym_constexpr] = ACTIONS(1559), + [anon_sym_volatile] = ACTIONS(1559), + [anon_sym_restrict] = ACTIONS(1559), + [anon_sym___restrict__] = ACTIONS(1559), + [anon_sym__Atomic] = ACTIONS(1559), + [anon_sym__Noreturn] = ACTIONS(1559), + [anon_sym_noreturn] = ACTIONS(1559), + [anon_sym__Nonnull] = ACTIONS(1559), + [anon_sym_alignas] = ACTIONS(1559), + [anon_sym__Alignas] = ACTIONS(1559), + [sym_primitive_type] = ACTIONS(1559), + [anon_sym_enum] = ACTIONS(1559), + [anon_sym_struct] = ACTIONS(1559), + [anon_sym_union] = ACTIONS(1559), + [anon_sym_if] = ACTIONS(1559), + [anon_sym_switch] = ACTIONS(1559), + [anon_sym_case] = ACTIONS(1559), + [anon_sym_default] = ACTIONS(1559), + [anon_sym_while] = ACTIONS(1559), + [anon_sym_do] = ACTIONS(1559), + [anon_sym_for] = ACTIONS(1559), + [anon_sym_return] = ACTIONS(1559), + [anon_sym_break] = ACTIONS(1559), + [anon_sym_continue] = ACTIONS(1559), + [anon_sym_goto] = ACTIONS(1559), + [anon_sym_DASH_DASH] = ACTIONS(1557), + [anon_sym_PLUS_PLUS] = ACTIONS(1557), + [anon_sym_sizeof] = ACTIONS(1559), + [anon_sym___alignof__] = ACTIONS(1559), + [anon_sym___alignof] = ACTIONS(1559), + [anon_sym__alignof] = ACTIONS(1559), + [anon_sym_alignof] = ACTIONS(1559), + [anon_sym__Alignof] = ACTIONS(1559), + [anon_sym_offsetof] = ACTIONS(1559), + [anon_sym__Generic] = ACTIONS(1559), + [anon_sym_asm] = ACTIONS(1559), + [anon_sym___asm__] = ACTIONS(1559), + [anon_sym___asm] = ACTIONS(1559), + [sym_number_literal] = ACTIONS(1557), + [anon_sym_L_SQUOTE] = ACTIONS(1557), + [anon_sym_u_SQUOTE] = ACTIONS(1557), + [anon_sym_U_SQUOTE] = ACTIONS(1557), + [anon_sym_u8_SQUOTE] = ACTIONS(1557), + [anon_sym_SQUOTE] = ACTIONS(1557), + [anon_sym_L_DQUOTE] = ACTIONS(1557), + [anon_sym_u_DQUOTE] = ACTIONS(1557), + [anon_sym_U_DQUOTE] = ACTIONS(1557), + [anon_sym_u8_DQUOTE] = ACTIONS(1557), + [anon_sym_DQUOTE] = ACTIONS(1557), + [sym_true] = ACTIONS(1559), + [sym_false] = ACTIONS(1559), + [anon_sym_NULL] = ACTIONS(1559), + [anon_sym_nullptr] = ACTIONS(1559), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1559), + [anon_sym_rayPayloadInEXT] = ACTIONS(1559), + [anon_sym_hitAttributeEXT] = ACTIONS(1559), + [anon_sym_callableDataEXT] = ACTIONS(1559), + [anon_sym_callableDataInEXT] = ACTIONS(1559), + [anon_sym_shaderRecordEXT] = ACTIONS(1559), + [anon_sym_rayPayloadNV] = ACTIONS(1559), + [anon_sym_rayPayloadInNV] = ACTIONS(1559), + [anon_sym_hitAttributeNV] = ACTIONS(1559), + [anon_sym_callableDataNV] = ACTIONS(1559), + [anon_sym_callableDataInNV] = ACTIONS(1559), + [anon_sym_shaderRecordNV] = ACTIONS(1559), + [anon_sym_layout] = ACTIONS(1559), }, [437] = { - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1417), - [aux_sym_preproc_include_token1] = ACTIONS(1417), - [aux_sym_preproc_def_token1] = ACTIONS(1417), - [aux_sym_preproc_if_token1] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1417), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1417), - [sym_preproc_directive] = ACTIONS(1417), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1417), - [anon_sym_PLUS] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1419), - [anon_sym_subroutine] = ACTIONS(1417), - [anon_sym_invariant] = ACTIONS(1417), - [anon_sym_precise] = ACTIONS(1417), - [anon_sym_in] = ACTIONS(1417), - [anon_sym_out] = ACTIONS(1417), - [anon_sym_inout] = ACTIONS(1417), - [anon_sym_uniform] = ACTIONS(1417), - [anon_sym_shared] = ACTIONS(1417), - [anon_sym_attribute] = ACTIONS(1417), - [anon_sym_varying] = ACTIONS(1417), - [anon_sym_buffer] = ACTIONS(1417), - [anon_sym_coherent] = ACTIONS(1417), - [anon_sym_readonly] = ACTIONS(1417), - [anon_sym_writeonly] = ACTIONS(1417), - [anon_sym_precision] = ACTIONS(1417), - [anon_sym_highp] = ACTIONS(1417), - [anon_sym_mediump] = ACTIONS(1417), - [anon_sym_lowp] = ACTIONS(1417), - [anon_sym_centroid] = ACTIONS(1417), - [anon_sym_sample] = ACTIONS(1417), - [anon_sym_patch] = ACTIONS(1417), - [anon_sym_smooth] = ACTIONS(1417), - [anon_sym_flat] = ACTIONS(1417), - [anon_sym_noperspective] = ACTIONS(1417), - [anon_sym___extension__] = ACTIONS(1417), - [anon_sym_typedef] = ACTIONS(1417), - [anon_sym_extern] = ACTIONS(1417), - [anon_sym___attribute__] = ACTIONS(1417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1419), - [anon_sym___declspec] = ACTIONS(1417), - [anon_sym___cdecl] = ACTIONS(1417), - [anon_sym___clrcall] = ACTIONS(1417), - [anon_sym___stdcall] = ACTIONS(1417), - [anon_sym___fastcall] = ACTIONS(1417), - [anon_sym___thiscall] = ACTIONS(1417), - [anon_sym___vectorcall] = ACTIONS(1417), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_signed] = ACTIONS(1417), - [anon_sym_unsigned] = ACTIONS(1417), - [anon_sym_long] = ACTIONS(1417), - [anon_sym_short] = ACTIONS(1417), - [anon_sym_static] = ACTIONS(1417), - [anon_sym_auto] = ACTIONS(1417), - [anon_sym_register] = ACTIONS(1417), - [anon_sym_inline] = ACTIONS(1417), - [anon_sym___inline] = ACTIONS(1417), - [anon_sym___inline__] = ACTIONS(1417), - [anon_sym___forceinline] = ACTIONS(1417), - [anon_sym_thread_local] = ACTIONS(1417), - [anon_sym___thread] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_constexpr] = ACTIONS(1417), - [anon_sym_volatile] = ACTIONS(1417), - [anon_sym_restrict] = ACTIONS(1417), - [anon_sym___restrict__] = ACTIONS(1417), - [anon_sym__Atomic] = ACTIONS(1417), - [anon_sym__Noreturn] = ACTIONS(1417), - [anon_sym_noreturn] = ACTIONS(1417), - [anon_sym_alignas] = ACTIONS(1417), - [anon_sym__Alignas] = ACTIONS(1417), - [sym_primitive_type] = ACTIONS(1417), - [anon_sym_enum] = ACTIONS(1417), - [anon_sym_struct] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [anon_sym_if] = ACTIONS(1417), - [anon_sym_switch] = ACTIONS(1417), - [anon_sym_case] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1417), - [anon_sym_do] = ACTIONS(1417), - [anon_sym_for] = ACTIONS(1417), - [anon_sym_return] = ACTIONS(1417), - [anon_sym_break] = ACTIONS(1417), - [anon_sym_continue] = ACTIONS(1417), - [anon_sym_goto] = ACTIONS(1417), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_sizeof] = ACTIONS(1417), - [anon_sym___alignof__] = ACTIONS(1417), - [anon_sym___alignof] = ACTIONS(1417), - [anon_sym__alignof] = ACTIONS(1417), - [anon_sym_alignof] = ACTIONS(1417), - [anon_sym__Alignof] = ACTIONS(1417), - [anon_sym_offsetof] = ACTIONS(1417), - [anon_sym__Generic] = ACTIONS(1417), - [anon_sym_asm] = ACTIONS(1417), - [anon_sym___asm__] = ACTIONS(1417), - [sym_number_literal] = ACTIONS(1419), - [anon_sym_L_SQUOTE] = ACTIONS(1419), - [anon_sym_u_SQUOTE] = ACTIONS(1419), - [anon_sym_U_SQUOTE] = ACTIONS(1419), - [anon_sym_u8_SQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [anon_sym_L_DQUOTE] = ACTIONS(1419), - [anon_sym_u_DQUOTE] = ACTIONS(1419), - [anon_sym_U_DQUOTE] = ACTIONS(1419), - [anon_sym_u8_DQUOTE] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym_true] = ACTIONS(1417), - [sym_false] = ACTIONS(1417), - [anon_sym_NULL] = ACTIONS(1417), - [anon_sym_nullptr] = ACTIONS(1417), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1417), - [anon_sym_rayPayloadInEXT] = ACTIONS(1417), - [anon_sym_hitAttributeEXT] = ACTIONS(1417), - [anon_sym_callableDataEXT] = ACTIONS(1417), - [anon_sym_callableDataInEXT] = ACTIONS(1417), - [anon_sym_shaderRecordEXT] = ACTIONS(1417), - [anon_sym_rayPayloadNV] = ACTIONS(1417), - [anon_sym_rayPayloadInNV] = ACTIONS(1417), - [anon_sym_hitAttributeNV] = ACTIONS(1417), - [anon_sym_callableDataNV] = ACTIONS(1417), - [anon_sym_callableDataInNV] = ACTIONS(1417), - [anon_sym_shaderRecordNV] = ACTIONS(1417), - [anon_sym_layout] = ACTIONS(1417), + [ts_builtin_sym_end] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1423), + [aux_sym_preproc_include_token1] = ACTIONS(1423), + [aux_sym_preproc_def_token1] = ACTIONS(1423), + [aux_sym_preproc_if_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1423), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1423), + [sym_preproc_directive] = ACTIONS(1423), + [anon_sym_LPAREN2] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_TILDE] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1423), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_subroutine] = ACTIONS(1423), + [anon_sym_invariant] = ACTIONS(1423), + [anon_sym_precise] = ACTIONS(1423), + [anon_sym_in] = ACTIONS(1423), + [anon_sym_out] = ACTIONS(1423), + [anon_sym_inout] = ACTIONS(1423), + [anon_sym_uniform] = ACTIONS(1423), + [anon_sym_shared] = ACTIONS(1423), + [anon_sym_attribute] = ACTIONS(1423), + [anon_sym_varying] = ACTIONS(1423), + [anon_sym_buffer] = ACTIONS(1423), + [anon_sym_coherent] = ACTIONS(1423), + [anon_sym_readonly] = ACTIONS(1423), + [anon_sym_writeonly] = ACTIONS(1423), + [anon_sym_precision] = ACTIONS(1423), + [anon_sym_highp] = ACTIONS(1423), + [anon_sym_mediump] = ACTIONS(1423), + [anon_sym_lowp] = ACTIONS(1423), + [anon_sym_centroid] = ACTIONS(1423), + [anon_sym_sample] = ACTIONS(1423), + [anon_sym_patch] = ACTIONS(1423), + [anon_sym_smooth] = ACTIONS(1423), + [anon_sym_flat] = ACTIONS(1423), + [anon_sym_noperspective] = ACTIONS(1423), + [anon_sym___extension__] = ACTIONS(1423), + [anon_sym_typedef] = ACTIONS(1423), + [anon_sym_extern] = ACTIONS(1423), + [anon_sym___attribute__] = ACTIONS(1423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1425), + [anon_sym___declspec] = ACTIONS(1423), + [anon_sym___cdecl] = ACTIONS(1423), + [anon_sym___clrcall] = ACTIONS(1423), + [anon_sym___stdcall] = ACTIONS(1423), + [anon_sym___fastcall] = ACTIONS(1423), + [anon_sym___thiscall] = ACTIONS(1423), + [anon_sym___vectorcall] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1425), + [anon_sym_signed] = ACTIONS(1423), + [anon_sym_unsigned] = ACTIONS(1423), + [anon_sym_long] = ACTIONS(1423), + [anon_sym_short] = ACTIONS(1423), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_auto] = ACTIONS(1423), + [anon_sym_register] = ACTIONS(1423), + [anon_sym_inline] = ACTIONS(1423), + [anon_sym___inline] = ACTIONS(1423), + [anon_sym___inline__] = ACTIONS(1423), + [anon_sym___forceinline] = ACTIONS(1423), + [anon_sym_thread_local] = ACTIONS(1423), + [anon_sym___thread] = ACTIONS(1423), + [anon_sym_const] = ACTIONS(1423), + [anon_sym_constexpr] = ACTIONS(1423), + [anon_sym_volatile] = ACTIONS(1423), + [anon_sym_restrict] = ACTIONS(1423), + [anon_sym___restrict__] = ACTIONS(1423), + [anon_sym__Atomic] = ACTIONS(1423), + [anon_sym__Noreturn] = ACTIONS(1423), + [anon_sym_noreturn] = ACTIONS(1423), + [anon_sym__Nonnull] = ACTIONS(1423), + [anon_sym_alignas] = ACTIONS(1423), + [anon_sym__Alignas] = ACTIONS(1423), + [sym_primitive_type] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1423), + [anon_sym_struct] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1423), + [anon_sym_if] = ACTIONS(1423), + [anon_sym_switch] = ACTIONS(1423), + [anon_sym_case] = ACTIONS(1423), + [anon_sym_default] = ACTIONS(1423), + [anon_sym_while] = ACTIONS(1423), + [anon_sym_do] = ACTIONS(1423), + [anon_sym_for] = ACTIONS(1423), + [anon_sym_return] = ACTIONS(1423), + [anon_sym_break] = ACTIONS(1423), + [anon_sym_continue] = ACTIONS(1423), + [anon_sym_goto] = ACTIONS(1423), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_sizeof] = ACTIONS(1423), + [anon_sym___alignof__] = ACTIONS(1423), + [anon_sym___alignof] = ACTIONS(1423), + [anon_sym__alignof] = ACTIONS(1423), + [anon_sym_alignof] = ACTIONS(1423), + [anon_sym__Alignof] = ACTIONS(1423), + [anon_sym_offsetof] = ACTIONS(1423), + [anon_sym__Generic] = ACTIONS(1423), + [anon_sym_asm] = ACTIONS(1423), + [anon_sym___asm__] = ACTIONS(1423), + [anon_sym___asm] = ACTIONS(1423), + [sym_number_literal] = ACTIONS(1425), + [anon_sym_L_SQUOTE] = ACTIONS(1425), + [anon_sym_u_SQUOTE] = ACTIONS(1425), + [anon_sym_U_SQUOTE] = ACTIONS(1425), + [anon_sym_u8_SQUOTE] = ACTIONS(1425), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_L_DQUOTE] = ACTIONS(1425), + [anon_sym_u_DQUOTE] = ACTIONS(1425), + [anon_sym_U_DQUOTE] = ACTIONS(1425), + [anon_sym_u8_DQUOTE] = ACTIONS(1425), + [anon_sym_DQUOTE] = ACTIONS(1425), + [sym_true] = ACTIONS(1423), + [sym_false] = ACTIONS(1423), + [anon_sym_NULL] = ACTIONS(1423), + [anon_sym_nullptr] = ACTIONS(1423), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1423), + [anon_sym_rayPayloadInEXT] = ACTIONS(1423), + [anon_sym_hitAttributeEXT] = ACTIONS(1423), + [anon_sym_callableDataEXT] = ACTIONS(1423), + [anon_sym_callableDataInEXT] = ACTIONS(1423), + [anon_sym_shaderRecordEXT] = ACTIONS(1423), + [anon_sym_rayPayloadNV] = ACTIONS(1423), + [anon_sym_rayPayloadInNV] = ACTIONS(1423), + [anon_sym_hitAttributeNV] = ACTIONS(1423), + [anon_sym_callableDataNV] = ACTIONS(1423), + [anon_sym_callableDataInNV] = ACTIONS(1423), + [anon_sym_shaderRecordNV] = ACTIONS(1423), + [anon_sym_layout] = ACTIONS(1423), }, [438] = { - [ts_builtin_sym_end] = ACTIONS(1435), - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_subroutine] = ACTIONS(1433), - [anon_sym_invariant] = ACTIONS(1433), - [anon_sym_precise] = ACTIONS(1433), - [anon_sym_in] = ACTIONS(1433), - [anon_sym_out] = ACTIONS(1433), - [anon_sym_inout] = ACTIONS(1433), - [anon_sym_uniform] = ACTIONS(1433), - [anon_sym_shared] = ACTIONS(1433), - [anon_sym_attribute] = ACTIONS(1433), - [anon_sym_varying] = ACTIONS(1433), - [anon_sym_buffer] = ACTIONS(1433), - [anon_sym_coherent] = ACTIONS(1433), - [anon_sym_readonly] = ACTIONS(1433), - [anon_sym_writeonly] = ACTIONS(1433), - [anon_sym_precision] = ACTIONS(1433), - [anon_sym_highp] = ACTIONS(1433), - [anon_sym_mediump] = ACTIONS(1433), - [anon_sym_lowp] = ACTIONS(1433), - [anon_sym_centroid] = ACTIONS(1433), - [anon_sym_sample] = ACTIONS(1433), - [anon_sym_patch] = ACTIONS(1433), - [anon_sym_smooth] = ACTIONS(1433), - [anon_sym_flat] = ACTIONS(1433), - [anon_sym_noperspective] = ACTIONS(1433), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [anon_sym_alignas] = ACTIONS(1433), - [anon_sym__Alignas] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1433), - [anon_sym_rayPayloadInEXT] = ACTIONS(1433), - [anon_sym_hitAttributeEXT] = ACTIONS(1433), - [anon_sym_callableDataEXT] = ACTIONS(1433), - [anon_sym_callableDataInEXT] = ACTIONS(1433), - [anon_sym_shaderRecordEXT] = ACTIONS(1433), - [anon_sym_rayPayloadNV] = ACTIONS(1433), - [anon_sym_rayPayloadInNV] = ACTIONS(1433), - [anon_sym_hitAttributeNV] = ACTIONS(1433), - [anon_sym_callableDataNV] = ACTIONS(1433), - [anon_sym_callableDataInNV] = ACTIONS(1433), - [anon_sym_shaderRecordNV] = ACTIONS(1433), - [anon_sym_layout] = ACTIONS(1433), + [ts_builtin_sym_end] = ACTIONS(1413), + [sym_identifier] = ACTIONS(1411), + [aux_sym_preproc_include_token1] = ACTIONS(1411), + [aux_sym_preproc_def_token1] = ACTIONS(1411), + [aux_sym_preproc_if_token1] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1411), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1411), + [sym_preproc_directive] = ACTIONS(1411), + [anon_sym_LPAREN2] = ACTIONS(1413), + [anon_sym_BANG] = ACTIONS(1413), + [anon_sym_TILDE] = ACTIONS(1413), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1413), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_subroutine] = ACTIONS(1411), + [anon_sym_invariant] = ACTIONS(1411), + [anon_sym_precise] = ACTIONS(1411), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_out] = ACTIONS(1411), + [anon_sym_inout] = ACTIONS(1411), + [anon_sym_uniform] = ACTIONS(1411), + [anon_sym_shared] = ACTIONS(1411), + [anon_sym_attribute] = ACTIONS(1411), + [anon_sym_varying] = ACTIONS(1411), + [anon_sym_buffer] = ACTIONS(1411), + [anon_sym_coherent] = ACTIONS(1411), + [anon_sym_readonly] = ACTIONS(1411), + [anon_sym_writeonly] = ACTIONS(1411), + [anon_sym_precision] = ACTIONS(1411), + [anon_sym_highp] = ACTIONS(1411), + [anon_sym_mediump] = ACTIONS(1411), + [anon_sym_lowp] = ACTIONS(1411), + [anon_sym_centroid] = ACTIONS(1411), + [anon_sym_sample] = ACTIONS(1411), + [anon_sym_patch] = ACTIONS(1411), + [anon_sym_smooth] = ACTIONS(1411), + [anon_sym_flat] = ACTIONS(1411), + [anon_sym_noperspective] = ACTIONS(1411), + [anon_sym___extension__] = ACTIONS(1411), + [anon_sym_typedef] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym___attribute__] = ACTIONS(1411), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1413), + [anon_sym___declspec] = ACTIONS(1411), + [anon_sym___cdecl] = ACTIONS(1411), + [anon_sym___clrcall] = ACTIONS(1411), + [anon_sym___stdcall] = ACTIONS(1411), + [anon_sym___fastcall] = ACTIONS(1411), + [anon_sym___thiscall] = ACTIONS(1411), + [anon_sym___vectorcall] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1413), + [anon_sym_signed] = ACTIONS(1411), + [anon_sym_unsigned] = ACTIONS(1411), + [anon_sym_long] = ACTIONS(1411), + [anon_sym_short] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1411), + [anon_sym_auto] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_inline] = ACTIONS(1411), + [anon_sym___inline] = ACTIONS(1411), + [anon_sym___inline__] = ACTIONS(1411), + [anon_sym___forceinline] = ACTIONS(1411), + [anon_sym_thread_local] = ACTIONS(1411), + [anon_sym___thread] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_constexpr] = ACTIONS(1411), + [anon_sym_volatile] = ACTIONS(1411), + [anon_sym_restrict] = ACTIONS(1411), + [anon_sym___restrict__] = ACTIONS(1411), + [anon_sym__Atomic] = ACTIONS(1411), + [anon_sym__Noreturn] = ACTIONS(1411), + [anon_sym_noreturn] = ACTIONS(1411), + [anon_sym__Nonnull] = ACTIONS(1411), + [anon_sym_alignas] = ACTIONS(1411), + [anon_sym__Alignas] = ACTIONS(1411), + [sym_primitive_type] = ACTIONS(1411), + [anon_sym_enum] = ACTIONS(1411), + [anon_sym_struct] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_switch] = ACTIONS(1411), + [anon_sym_case] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_goto] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1413), + [anon_sym_sizeof] = ACTIONS(1411), + [anon_sym___alignof__] = ACTIONS(1411), + [anon_sym___alignof] = ACTIONS(1411), + [anon_sym__alignof] = ACTIONS(1411), + [anon_sym_alignof] = ACTIONS(1411), + [anon_sym__Alignof] = ACTIONS(1411), + [anon_sym_offsetof] = ACTIONS(1411), + [anon_sym__Generic] = ACTIONS(1411), + [anon_sym_asm] = ACTIONS(1411), + [anon_sym___asm__] = ACTIONS(1411), + [anon_sym___asm] = ACTIONS(1411), + [sym_number_literal] = ACTIONS(1413), + [anon_sym_L_SQUOTE] = ACTIONS(1413), + [anon_sym_u_SQUOTE] = ACTIONS(1413), + [anon_sym_U_SQUOTE] = ACTIONS(1413), + [anon_sym_u8_SQUOTE] = ACTIONS(1413), + [anon_sym_SQUOTE] = ACTIONS(1413), + [anon_sym_L_DQUOTE] = ACTIONS(1413), + [anon_sym_u_DQUOTE] = ACTIONS(1413), + [anon_sym_U_DQUOTE] = ACTIONS(1413), + [anon_sym_u8_DQUOTE] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(1413), + [sym_true] = ACTIONS(1411), + [sym_false] = ACTIONS(1411), + [anon_sym_NULL] = ACTIONS(1411), + [anon_sym_nullptr] = ACTIONS(1411), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1411), + [anon_sym_rayPayloadInEXT] = ACTIONS(1411), + [anon_sym_hitAttributeEXT] = ACTIONS(1411), + [anon_sym_callableDataEXT] = ACTIONS(1411), + [anon_sym_callableDataInEXT] = ACTIONS(1411), + [anon_sym_shaderRecordEXT] = ACTIONS(1411), + [anon_sym_rayPayloadNV] = ACTIONS(1411), + [anon_sym_rayPayloadInNV] = ACTIONS(1411), + [anon_sym_hitAttributeNV] = ACTIONS(1411), + [anon_sym_callableDataNV] = ACTIONS(1411), + [anon_sym_callableDataInNV] = ACTIONS(1411), + [anon_sym_shaderRecordNV] = ACTIONS(1411), + [anon_sym_layout] = ACTIONS(1411), }, [439] = { - [ts_builtin_sym_end] = ACTIONS(1507), - [sym_identifier] = ACTIONS(1505), - [aux_sym_preproc_include_token1] = ACTIONS(1505), - [aux_sym_preproc_def_token1] = ACTIONS(1505), - [aux_sym_preproc_if_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1505), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1505), - [sym_preproc_directive] = ACTIONS(1505), - [anon_sym_LPAREN2] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_TILDE] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_subroutine] = ACTIONS(1505), - [anon_sym_invariant] = ACTIONS(1505), - [anon_sym_precise] = ACTIONS(1505), - [anon_sym_in] = ACTIONS(1505), - [anon_sym_out] = ACTIONS(1505), - [anon_sym_inout] = ACTIONS(1505), - [anon_sym_uniform] = ACTIONS(1505), - [anon_sym_shared] = ACTIONS(1505), - [anon_sym_attribute] = ACTIONS(1505), - [anon_sym_varying] = ACTIONS(1505), - [anon_sym_buffer] = ACTIONS(1505), - [anon_sym_coherent] = ACTIONS(1505), - [anon_sym_readonly] = ACTIONS(1505), - [anon_sym_writeonly] = ACTIONS(1505), - [anon_sym_precision] = ACTIONS(1505), - [anon_sym_highp] = ACTIONS(1505), - [anon_sym_mediump] = ACTIONS(1505), - [anon_sym_lowp] = ACTIONS(1505), - [anon_sym_centroid] = ACTIONS(1505), - [anon_sym_sample] = ACTIONS(1505), - [anon_sym_patch] = ACTIONS(1505), - [anon_sym_smooth] = ACTIONS(1505), - [anon_sym_flat] = ACTIONS(1505), - [anon_sym_noperspective] = ACTIONS(1505), - [anon_sym___extension__] = ACTIONS(1505), - [anon_sym_typedef] = ACTIONS(1505), - [anon_sym_extern] = ACTIONS(1505), - [anon_sym___attribute__] = ACTIONS(1505), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1507), - [anon_sym___declspec] = ACTIONS(1505), - [anon_sym___cdecl] = ACTIONS(1505), - [anon_sym___clrcall] = ACTIONS(1505), - [anon_sym___stdcall] = ACTIONS(1505), - [anon_sym___fastcall] = ACTIONS(1505), - [anon_sym___thiscall] = ACTIONS(1505), - [anon_sym___vectorcall] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1507), - [anon_sym_signed] = ACTIONS(1505), - [anon_sym_unsigned] = ACTIONS(1505), - [anon_sym_long] = ACTIONS(1505), - [anon_sym_short] = ACTIONS(1505), - [anon_sym_static] = ACTIONS(1505), - [anon_sym_auto] = ACTIONS(1505), - [anon_sym_register] = ACTIONS(1505), - [anon_sym_inline] = ACTIONS(1505), - [anon_sym___inline] = ACTIONS(1505), - [anon_sym___inline__] = ACTIONS(1505), - [anon_sym___forceinline] = ACTIONS(1505), - [anon_sym_thread_local] = ACTIONS(1505), - [anon_sym___thread] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_constexpr] = ACTIONS(1505), - [anon_sym_volatile] = ACTIONS(1505), - [anon_sym_restrict] = ACTIONS(1505), - [anon_sym___restrict__] = ACTIONS(1505), - [anon_sym__Atomic] = ACTIONS(1505), - [anon_sym__Noreturn] = ACTIONS(1505), - [anon_sym_noreturn] = ACTIONS(1505), - [anon_sym_alignas] = ACTIONS(1505), - [anon_sym__Alignas] = ACTIONS(1505), - [sym_primitive_type] = ACTIONS(1505), - [anon_sym_enum] = ACTIONS(1505), - [anon_sym_struct] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_if] = ACTIONS(1505), - [anon_sym_switch] = ACTIONS(1505), - [anon_sym_case] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_while] = ACTIONS(1505), - [anon_sym_do] = ACTIONS(1505), - [anon_sym_for] = ACTIONS(1505), - [anon_sym_return] = ACTIONS(1505), - [anon_sym_break] = ACTIONS(1505), - [anon_sym_continue] = ACTIONS(1505), - [anon_sym_goto] = ACTIONS(1505), - [anon_sym_DASH_DASH] = ACTIONS(1507), - [anon_sym_PLUS_PLUS] = ACTIONS(1507), - [anon_sym_sizeof] = ACTIONS(1505), - [anon_sym___alignof__] = ACTIONS(1505), - [anon_sym___alignof] = ACTIONS(1505), - [anon_sym__alignof] = ACTIONS(1505), - [anon_sym_alignof] = ACTIONS(1505), - [anon_sym__Alignof] = ACTIONS(1505), - [anon_sym_offsetof] = ACTIONS(1505), - [anon_sym__Generic] = ACTIONS(1505), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1507), - [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(1507), - [anon_sym_u_DQUOTE] = ACTIONS(1507), - [anon_sym_U_DQUOTE] = ACTIONS(1507), - [anon_sym_u8_DQUOTE] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(1507), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [anon_sym_NULL] = ACTIONS(1505), - [anon_sym_nullptr] = ACTIONS(1505), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1505), - [anon_sym_rayPayloadInEXT] = ACTIONS(1505), - [anon_sym_hitAttributeEXT] = ACTIONS(1505), - [anon_sym_callableDataEXT] = ACTIONS(1505), - [anon_sym_callableDataInEXT] = ACTIONS(1505), - [anon_sym_shaderRecordEXT] = ACTIONS(1505), - [anon_sym_rayPayloadNV] = ACTIONS(1505), - [anon_sym_rayPayloadInNV] = ACTIONS(1505), - [anon_sym_hitAttributeNV] = ACTIONS(1505), - [anon_sym_callableDataNV] = ACTIONS(1505), - [anon_sym_callableDataInNV] = ACTIONS(1505), - [anon_sym_shaderRecordNV] = ACTIONS(1505), - [anon_sym_layout] = ACTIONS(1505), + [ts_builtin_sym_end] = ACTIONS(1421), + [sym_identifier] = ACTIONS(1419), + [aux_sym_preproc_include_token1] = ACTIONS(1419), + [aux_sym_preproc_def_token1] = ACTIONS(1419), + [aux_sym_preproc_if_token1] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1419), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1419), + [sym_preproc_directive] = ACTIONS(1419), + [anon_sym_LPAREN2] = ACTIONS(1421), + [anon_sym_BANG] = ACTIONS(1421), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1421), + [anon_sym_subroutine] = ACTIONS(1419), + [anon_sym_invariant] = ACTIONS(1419), + [anon_sym_precise] = ACTIONS(1419), + [anon_sym_in] = ACTIONS(1419), + [anon_sym_out] = ACTIONS(1419), + [anon_sym_inout] = ACTIONS(1419), + [anon_sym_uniform] = ACTIONS(1419), + [anon_sym_shared] = ACTIONS(1419), + [anon_sym_attribute] = ACTIONS(1419), + [anon_sym_varying] = ACTIONS(1419), + [anon_sym_buffer] = ACTIONS(1419), + [anon_sym_coherent] = ACTIONS(1419), + [anon_sym_readonly] = ACTIONS(1419), + [anon_sym_writeonly] = ACTIONS(1419), + [anon_sym_precision] = ACTIONS(1419), + [anon_sym_highp] = ACTIONS(1419), + [anon_sym_mediump] = ACTIONS(1419), + [anon_sym_lowp] = ACTIONS(1419), + [anon_sym_centroid] = ACTIONS(1419), + [anon_sym_sample] = ACTIONS(1419), + [anon_sym_patch] = ACTIONS(1419), + [anon_sym_smooth] = ACTIONS(1419), + [anon_sym_flat] = ACTIONS(1419), + [anon_sym_noperspective] = ACTIONS(1419), + [anon_sym___extension__] = ACTIONS(1419), + [anon_sym_typedef] = ACTIONS(1419), + [anon_sym_extern] = ACTIONS(1419), + [anon_sym___attribute__] = ACTIONS(1419), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1421), + [anon_sym___declspec] = ACTIONS(1419), + [anon_sym___cdecl] = ACTIONS(1419), + [anon_sym___clrcall] = ACTIONS(1419), + [anon_sym___stdcall] = ACTIONS(1419), + [anon_sym___fastcall] = ACTIONS(1419), + [anon_sym___thiscall] = ACTIONS(1419), + [anon_sym___vectorcall] = ACTIONS(1419), + [anon_sym_LBRACE] = ACTIONS(1421), + [anon_sym_signed] = ACTIONS(1419), + [anon_sym_unsigned] = ACTIONS(1419), + [anon_sym_long] = ACTIONS(1419), + [anon_sym_short] = ACTIONS(1419), + [anon_sym_static] = ACTIONS(1419), + [anon_sym_auto] = ACTIONS(1419), + [anon_sym_register] = ACTIONS(1419), + [anon_sym_inline] = ACTIONS(1419), + [anon_sym___inline] = ACTIONS(1419), + [anon_sym___inline__] = ACTIONS(1419), + [anon_sym___forceinline] = ACTIONS(1419), + [anon_sym_thread_local] = ACTIONS(1419), + [anon_sym___thread] = ACTIONS(1419), + [anon_sym_const] = ACTIONS(1419), + [anon_sym_constexpr] = ACTIONS(1419), + [anon_sym_volatile] = ACTIONS(1419), + [anon_sym_restrict] = ACTIONS(1419), + [anon_sym___restrict__] = ACTIONS(1419), + [anon_sym__Atomic] = ACTIONS(1419), + [anon_sym__Noreturn] = ACTIONS(1419), + [anon_sym_noreturn] = ACTIONS(1419), + [anon_sym__Nonnull] = ACTIONS(1419), + [anon_sym_alignas] = ACTIONS(1419), + [anon_sym__Alignas] = ACTIONS(1419), + [sym_primitive_type] = ACTIONS(1419), + [anon_sym_enum] = ACTIONS(1419), + [anon_sym_struct] = ACTIONS(1419), + [anon_sym_union] = ACTIONS(1419), + [anon_sym_if] = ACTIONS(1419), + [anon_sym_switch] = ACTIONS(1419), + [anon_sym_case] = ACTIONS(1419), + [anon_sym_default] = ACTIONS(1419), + [anon_sym_while] = ACTIONS(1419), + [anon_sym_do] = ACTIONS(1419), + [anon_sym_for] = ACTIONS(1419), + [anon_sym_return] = ACTIONS(1419), + [anon_sym_break] = ACTIONS(1419), + [anon_sym_continue] = ACTIONS(1419), + [anon_sym_goto] = ACTIONS(1419), + [anon_sym_DASH_DASH] = ACTIONS(1421), + [anon_sym_PLUS_PLUS] = ACTIONS(1421), + [anon_sym_sizeof] = ACTIONS(1419), + [anon_sym___alignof__] = ACTIONS(1419), + [anon_sym___alignof] = ACTIONS(1419), + [anon_sym__alignof] = ACTIONS(1419), + [anon_sym_alignof] = ACTIONS(1419), + [anon_sym__Alignof] = ACTIONS(1419), + [anon_sym_offsetof] = ACTIONS(1419), + [anon_sym__Generic] = ACTIONS(1419), + [anon_sym_asm] = ACTIONS(1419), + [anon_sym___asm__] = ACTIONS(1419), + [anon_sym___asm] = ACTIONS(1419), + [sym_number_literal] = ACTIONS(1421), + [anon_sym_L_SQUOTE] = ACTIONS(1421), + [anon_sym_u_SQUOTE] = ACTIONS(1421), + [anon_sym_U_SQUOTE] = ACTIONS(1421), + [anon_sym_u8_SQUOTE] = ACTIONS(1421), + [anon_sym_SQUOTE] = ACTIONS(1421), + [anon_sym_L_DQUOTE] = ACTIONS(1421), + [anon_sym_u_DQUOTE] = ACTIONS(1421), + [anon_sym_U_DQUOTE] = ACTIONS(1421), + [anon_sym_u8_DQUOTE] = ACTIONS(1421), + [anon_sym_DQUOTE] = ACTIONS(1421), + [sym_true] = ACTIONS(1419), + [sym_false] = ACTIONS(1419), + [anon_sym_NULL] = ACTIONS(1419), + [anon_sym_nullptr] = ACTIONS(1419), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1419), + [anon_sym_rayPayloadInEXT] = ACTIONS(1419), + [anon_sym_hitAttributeEXT] = ACTIONS(1419), + [anon_sym_callableDataEXT] = ACTIONS(1419), + [anon_sym_callableDataInEXT] = ACTIONS(1419), + [anon_sym_shaderRecordEXT] = ACTIONS(1419), + [anon_sym_rayPayloadNV] = ACTIONS(1419), + [anon_sym_rayPayloadInNV] = ACTIONS(1419), + [anon_sym_hitAttributeNV] = ACTIONS(1419), + [anon_sym_callableDataNV] = ACTIONS(1419), + [anon_sym_callableDataInNV] = ACTIONS(1419), + [anon_sym_shaderRecordNV] = ACTIONS(1419), + [anon_sym_layout] = ACTIONS(1419), }, [440] = { - [sym_else_clause] = STATE(211), - [sym_identifier] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_subroutine] = ACTIONS(1227), - [anon_sym_invariant] = ACTIONS(1227), - [anon_sym_precise] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym_in] = ACTIONS(1227), - [anon_sym_out] = ACTIONS(1227), - [anon_sym_inout] = ACTIONS(1227), - [anon_sym_uniform] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(1227), - [anon_sym_attribute] = ACTIONS(1227), - [anon_sym_varying] = ACTIONS(1227), - [anon_sym_buffer] = ACTIONS(1227), - [anon_sym_coherent] = ACTIONS(1227), - [anon_sym_readonly] = ACTIONS(1227), - [anon_sym_writeonly] = ACTIONS(1227), - [anon_sym_precision] = ACTIONS(1227), - [anon_sym_highp] = ACTIONS(1227), - [anon_sym_mediump] = ACTIONS(1227), - [anon_sym_lowp] = ACTIONS(1227), - [anon_sym_centroid] = ACTIONS(1227), - [anon_sym_sample] = ACTIONS(1227), - [anon_sym_patch] = ACTIONS(1227), - [anon_sym_smooth] = ACTIONS(1227), - [anon_sym_flat] = ACTIONS(1227), - [anon_sym_noperspective] = ACTIONS(1227), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [anon_sym_alignas] = ACTIONS(1227), - [anon_sym__Alignas] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1555), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym___try] = ACTIONS(1227), - [anon_sym___leave] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1227), - [anon_sym_rayPayloadInEXT] = ACTIONS(1227), - [anon_sym_hitAttributeEXT] = ACTIONS(1227), - [anon_sym_callableDataEXT] = ACTIONS(1227), - [anon_sym_callableDataInEXT] = ACTIONS(1227), - [anon_sym_shaderRecordEXT] = ACTIONS(1227), - [anon_sym_rayPayloadNV] = ACTIONS(1227), - [anon_sym_rayPayloadInNV] = ACTIONS(1227), - [anon_sym_hitAttributeNV] = ACTIONS(1227), - [anon_sym_callableDataNV] = ACTIONS(1227), - [anon_sym_callableDataInNV] = ACTIONS(1227), - [anon_sym_shaderRecordNV] = ACTIONS(1227), - [anon_sym_layout] = ACTIONS(1227), + [ts_builtin_sym_end] = ACTIONS(1441), + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), }, [441] = { - [sym_preproc_def] = STATE(442), - [sym_preproc_function_def] = STATE(442), - [sym_preproc_call] = STATE(442), - [sym_preproc_if_in_field_declaration_list] = STATE(442), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(442), - [sym_preproc_else_in_field_declaration_list] = STATE(2184), - [sym_preproc_elif_in_field_declaration_list] = STATE(2184), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2184), + [ts_builtin_sym_end] = ACTIONS(1441), + [sym_identifier] = ACTIONS(1439), + [aux_sym_preproc_include_token1] = ACTIONS(1439), + [aux_sym_preproc_def_token1] = ACTIONS(1439), + [aux_sym_preproc_if_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1439), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1439), + [sym_preproc_directive] = ACTIONS(1439), + [anon_sym_LPAREN2] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_TILDE] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_subroutine] = ACTIONS(1439), + [anon_sym_invariant] = ACTIONS(1439), + [anon_sym_precise] = ACTIONS(1439), + [anon_sym_in] = ACTIONS(1439), + [anon_sym_out] = ACTIONS(1439), + [anon_sym_inout] = ACTIONS(1439), + [anon_sym_uniform] = ACTIONS(1439), + [anon_sym_shared] = ACTIONS(1439), + [anon_sym_attribute] = ACTIONS(1439), + [anon_sym_varying] = ACTIONS(1439), + [anon_sym_buffer] = ACTIONS(1439), + [anon_sym_coherent] = ACTIONS(1439), + [anon_sym_readonly] = ACTIONS(1439), + [anon_sym_writeonly] = ACTIONS(1439), + [anon_sym_precision] = ACTIONS(1439), + [anon_sym_highp] = ACTIONS(1439), + [anon_sym_mediump] = ACTIONS(1439), + [anon_sym_lowp] = ACTIONS(1439), + [anon_sym_centroid] = ACTIONS(1439), + [anon_sym_sample] = ACTIONS(1439), + [anon_sym_patch] = ACTIONS(1439), + [anon_sym_smooth] = ACTIONS(1439), + [anon_sym_flat] = ACTIONS(1439), + [anon_sym_noperspective] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1439), + [anon_sym_typedef] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym___attribute__] = ACTIONS(1439), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym___declspec] = ACTIONS(1439), + [anon_sym___cdecl] = ACTIONS(1439), + [anon_sym___clrcall] = ACTIONS(1439), + [anon_sym___stdcall] = ACTIONS(1439), + [anon_sym___fastcall] = ACTIONS(1439), + [anon_sym___thiscall] = ACTIONS(1439), + [anon_sym___vectorcall] = ACTIONS(1439), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_signed] = ACTIONS(1439), + [anon_sym_unsigned] = ACTIONS(1439), + [anon_sym_long] = ACTIONS(1439), + [anon_sym_short] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_auto] = ACTIONS(1439), + [anon_sym_register] = ACTIONS(1439), + [anon_sym_inline] = ACTIONS(1439), + [anon_sym___inline] = ACTIONS(1439), + [anon_sym___inline__] = ACTIONS(1439), + [anon_sym___forceinline] = ACTIONS(1439), + [anon_sym_thread_local] = ACTIONS(1439), + [anon_sym___thread] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_constexpr] = ACTIONS(1439), + [anon_sym_volatile] = ACTIONS(1439), + [anon_sym_restrict] = ACTIONS(1439), + [anon_sym___restrict__] = ACTIONS(1439), + [anon_sym__Atomic] = ACTIONS(1439), + [anon_sym__Noreturn] = ACTIONS(1439), + [anon_sym_noreturn] = ACTIONS(1439), + [anon_sym__Nonnull] = ACTIONS(1439), + [anon_sym_alignas] = ACTIONS(1439), + [anon_sym__Alignas] = ACTIONS(1439), + [sym_primitive_type] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_switch] = ACTIONS(1439), + [anon_sym_case] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_do] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_goto] = ACTIONS(1439), + [anon_sym_DASH_DASH] = ACTIONS(1441), + [anon_sym_PLUS_PLUS] = ACTIONS(1441), + [anon_sym_sizeof] = ACTIONS(1439), + [anon_sym___alignof__] = ACTIONS(1439), + [anon_sym___alignof] = ACTIONS(1439), + [anon_sym__alignof] = ACTIONS(1439), + [anon_sym_alignof] = ACTIONS(1439), + [anon_sym__Alignof] = ACTIONS(1439), + [anon_sym_offsetof] = ACTIONS(1439), + [anon_sym__Generic] = ACTIONS(1439), + [anon_sym_asm] = ACTIONS(1439), + [anon_sym___asm__] = ACTIONS(1439), + [anon_sym___asm] = ACTIONS(1439), + [sym_number_literal] = ACTIONS(1441), + [anon_sym_L_SQUOTE] = ACTIONS(1441), + [anon_sym_u_SQUOTE] = ACTIONS(1441), + [anon_sym_U_SQUOTE] = ACTIONS(1441), + [anon_sym_u8_SQUOTE] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1441), + [anon_sym_L_DQUOTE] = ACTIONS(1441), + [anon_sym_u_DQUOTE] = ACTIONS(1441), + [anon_sym_U_DQUOTE] = ACTIONS(1441), + [anon_sym_u8_DQUOTE] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(1441), + [sym_true] = ACTIONS(1439), + [sym_false] = ACTIONS(1439), + [anon_sym_NULL] = ACTIONS(1439), + [anon_sym_nullptr] = ACTIONS(1439), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1439), + [anon_sym_rayPayloadInEXT] = ACTIONS(1439), + [anon_sym_hitAttributeEXT] = ACTIONS(1439), + [anon_sym_callableDataEXT] = ACTIONS(1439), + [anon_sym_callableDataInEXT] = ACTIONS(1439), + [anon_sym_shaderRecordEXT] = ACTIONS(1439), + [anon_sym_rayPayloadNV] = ACTIONS(1439), + [anon_sym_rayPayloadInNV] = ACTIONS(1439), + [anon_sym_hitAttributeNV] = ACTIONS(1439), + [anon_sym_callableDataNV] = ACTIONS(1439), + [anon_sym_callableDataInNV] = ACTIONS(1439), + [anon_sym_shaderRecordNV] = ACTIONS(1439), + [anon_sym_layout] = ACTIONS(1439), + }, + [442] = { + [ts_builtin_sym_end] = ACTIONS(1523), + [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(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_TILDE] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_subroutine] = ACTIONS(1521), + [anon_sym_invariant] = ACTIONS(1521), + [anon_sym_precise] = ACTIONS(1521), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_out] = ACTIONS(1521), + [anon_sym_inout] = ACTIONS(1521), + [anon_sym_uniform] = ACTIONS(1521), + [anon_sym_shared] = ACTIONS(1521), + [anon_sym_attribute] = ACTIONS(1521), + [anon_sym_varying] = ACTIONS(1521), + [anon_sym_buffer] = ACTIONS(1521), + [anon_sym_coherent] = ACTIONS(1521), + [anon_sym_readonly] = ACTIONS(1521), + [anon_sym_writeonly] = ACTIONS(1521), + [anon_sym_precision] = ACTIONS(1521), + [anon_sym_highp] = ACTIONS(1521), + [anon_sym_mediump] = ACTIONS(1521), + [anon_sym_lowp] = ACTIONS(1521), + [anon_sym_centroid] = ACTIONS(1521), + [anon_sym_sample] = ACTIONS(1521), + [anon_sym_patch] = ACTIONS(1521), + [anon_sym_smooth] = ACTIONS(1521), + [anon_sym_flat] = ACTIONS(1521), + [anon_sym_noperspective] = ACTIONS(1521), + [anon_sym___extension__] = ACTIONS(1521), + [anon_sym_typedef] = ACTIONS(1521), + [anon_sym_extern] = ACTIONS(1521), + [anon_sym___attribute__] = ACTIONS(1521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1523), + [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(1523), + [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(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [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(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(1521), + [sym_false] = ACTIONS(1521), + [anon_sym_NULL] = ACTIONS(1521), + [anon_sym_nullptr] = ACTIONS(1521), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1521), + [anon_sym_rayPayloadInEXT] = ACTIONS(1521), + [anon_sym_hitAttributeEXT] = ACTIONS(1521), + [anon_sym_callableDataEXT] = ACTIONS(1521), + [anon_sym_callableDataInEXT] = ACTIONS(1521), + [anon_sym_shaderRecordEXT] = ACTIONS(1521), + [anon_sym_rayPayloadNV] = ACTIONS(1521), + [anon_sym_rayPayloadInNV] = ACTIONS(1521), + [anon_sym_hitAttributeNV] = ACTIONS(1521), + [anon_sym_callableDataNV] = ACTIONS(1521), + [anon_sym_callableDataInNV] = ACTIONS(1521), + [anon_sym_shaderRecordNV] = ACTIONS(1521), + [anon_sym_layout] = ACTIONS(1521), + }, + [443] = { + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [444] = { + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1495), + [aux_sym_preproc_include_token1] = ACTIONS(1495), + [aux_sym_preproc_def_token1] = ACTIONS(1495), + [aux_sym_preproc_if_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1495), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1495), + [sym_preproc_directive] = ACTIONS(1495), + [anon_sym_LPAREN2] = ACTIONS(1497), + [anon_sym_BANG] = ACTIONS(1497), + [anon_sym_TILDE] = ACTIONS(1497), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1497), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_subroutine] = ACTIONS(1495), + [anon_sym_invariant] = ACTIONS(1495), + [anon_sym_precise] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_out] = ACTIONS(1495), + [anon_sym_inout] = ACTIONS(1495), + [anon_sym_uniform] = ACTIONS(1495), + [anon_sym_shared] = ACTIONS(1495), + [anon_sym_attribute] = ACTIONS(1495), + [anon_sym_varying] = ACTIONS(1495), + [anon_sym_buffer] = ACTIONS(1495), + [anon_sym_coherent] = ACTIONS(1495), + [anon_sym_readonly] = ACTIONS(1495), + [anon_sym_writeonly] = ACTIONS(1495), + [anon_sym_precision] = ACTIONS(1495), + [anon_sym_highp] = ACTIONS(1495), + [anon_sym_mediump] = ACTIONS(1495), + [anon_sym_lowp] = ACTIONS(1495), + [anon_sym_centroid] = ACTIONS(1495), + [anon_sym_sample] = ACTIONS(1495), + [anon_sym_patch] = ACTIONS(1495), + [anon_sym_smooth] = ACTIONS(1495), + [anon_sym_flat] = ACTIONS(1495), + [anon_sym_noperspective] = ACTIONS(1495), + [anon_sym___extension__] = ACTIONS(1495), + [anon_sym_typedef] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym___attribute__] = ACTIONS(1495), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1497), + [anon_sym___declspec] = ACTIONS(1495), + [anon_sym___cdecl] = ACTIONS(1495), + [anon_sym___clrcall] = ACTIONS(1495), + [anon_sym___stdcall] = ACTIONS(1495), + [anon_sym___fastcall] = ACTIONS(1495), + [anon_sym___thiscall] = ACTIONS(1495), + [anon_sym___vectorcall] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_signed] = ACTIONS(1495), + [anon_sym_unsigned] = ACTIONS(1495), + [anon_sym_long] = ACTIONS(1495), + [anon_sym_short] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_auto] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_inline] = ACTIONS(1495), + [anon_sym___inline] = ACTIONS(1495), + [anon_sym___inline__] = ACTIONS(1495), + [anon_sym___forceinline] = ACTIONS(1495), + [anon_sym_thread_local] = ACTIONS(1495), + [anon_sym___thread] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_constexpr] = ACTIONS(1495), + [anon_sym_volatile] = ACTIONS(1495), + [anon_sym_restrict] = ACTIONS(1495), + [anon_sym___restrict__] = ACTIONS(1495), + [anon_sym__Atomic] = ACTIONS(1495), + [anon_sym__Noreturn] = ACTIONS(1495), + [anon_sym_noreturn] = ACTIONS(1495), + [anon_sym__Nonnull] = ACTIONS(1495), + [anon_sym_alignas] = ACTIONS(1495), + [anon_sym__Alignas] = ACTIONS(1495), + [sym_primitive_type] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_switch] = ACTIONS(1495), + [anon_sym_case] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_goto] = ACTIONS(1495), + [anon_sym_DASH_DASH] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_sizeof] = ACTIONS(1495), + [anon_sym___alignof__] = ACTIONS(1495), + [anon_sym___alignof] = ACTIONS(1495), + [anon_sym__alignof] = ACTIONS(1495), + [anon_sym_alignof] = ACTIONS(1495), + [anon_sym__Alignof] = ACTIONS(1495), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1495), + [anon_sym_asm] = ACTIONS(1495), + [anon_sym___asm__] = ACTIONS(1495), + [anon_sym___asm] = ACTIONS(1495), + [sym_number_literal] = ACTIONS(1497), + [anon_sym_L_SQUOTE] = ACTIONS(1497), + [anon_sym_u_SQUOTE] = ACTIONS(1497), + [anon_sym_U_SQUOTE] = ACTIONS(1497), + [anon_sym_u8_SQUOTE] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1497), + [anon_sym_L_DQUOTE] = ACTIONS(1497), + [anon_sym_u_DQUOTE] = ACTIONS(1497), + [anon_sym_U_DQUOTE] = ACTIONS(1497), + [anon_sym_u8_DQUOTE] = ACTIONS(1497), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym_true] = ACTIONS(1495), + [sym_false] = ACTIONS(1495), + [anon_sym_NULL] = ACTIONS(1495), + [anon_sym_nullptr] = ACTIONS(1495), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1495), + [anon_sym_rayPayloadInEXT] = ACTIONS(1495), + [anon_sym_hitAttributeEXT] = ACTIONS(1495), + [anon_sym_callableDataEXT] = ACTIONS(1495), + [anon_sym_callableDataInEXT] = ACTIONS(1495), + [anon_sym_shaderRecordEXT] = ACTIONS(1495), + [anon_sym_rayPayloadNV] = ACTIONS(1495), + [anon_sym_rayPayloadInNV] = ACTIONS(1495), + [anon_sym_hitAttributeNV] = ACTIONS(1495), + [anon_sym_callableDataNV] = ACTIONS(1495), + [anon_sym_callableDataInNV] = ACTIONS(1495), + [anon_sym_shaderRecordNV] = ACTIONS(1495), + [anon_sym_layout] = ACTIONS(1495), + }, + [445] = { + [sym_else_clause] = STATE(229), + [sym_identifier] = ACTIONS(1233), + [anon_sym_LPAREN2] = ACTIONS(1235), + [anon_sym_BANG] = ACTIONS(1235), + [anon_sym_TILDE] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1233), + [anon_sym_PLUS] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_AMP] = ACTIONS(1235), + [anon_sym_subroutine] = ACTIONS(1233), + [anon_sym_invariant] = ACTIONS(1233), + [anon_sym_precise] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_in] = ACTIONS(1233), + [anon_sym_out] = ACTIONS(1233), + [anon_sym_inout] = ACTIONS(1233), + [anon_sym_uniform] = ACTIONS(1233), + [anon_sym_shared] = ACTIONS(1233), + [anon_sym_attribute] = ACTIONS(1233), + [anon_sym_varying] = ACTIONS(1233), + [anon_sym_buffer] = ACTIONS(1233), + [anon_sym_coherent] = ACTIONS(1233), + [anon_sym_readonly] = ACTIONS(1233), + [anon_sym_writeonly] = ACTIONS(1233), + [anon_sym_precision] = ACTIONS(1233), + [anon_sym_highp] = ACTIONS(1233), + [anon_sym_mediump] = ACTIONS(1233), + [anon_sym_lowp] = ACTIONS(1233), + [anon_sym_centroid] = ACTIONS(1233), + [anon_sym_sample] = ACTIONS(1233), + [anon_sym_patch] = ACTIONS(1233), + [anon_sym_smooth] = ACTIONS(1233), + [anon_sym_flat] = ACTIONS(1233), + [anon_sym_noperspective] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1233), + [anon_sym_typedef] = ACTIONS(1233), + [anon_sym_extern] = ACTIONS(1233), + [anon_sym___attribute__] = ACTIONS(1233), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1235), + [anon_sym___declspec] = ACTIONS(1233), + [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_signed] = ACTIONS(1233), + [anon_sym_unsigned] = ACTIONS(1233), + [anon_sym_long] = ACTIONS(1233), + [anon_sym_short] = ACTIONS(1233), + [anon_sym_static] = ACTIONS(1233), + [anon_sym_auto] = ACTIONS(1233), + [anon_sym_register] = ACTIONS(1233), + [anon_sym_inline] = ACTIONS(1233), + [anon_sym___inline] = ACTIONS(1233), + [anon_sym___inline__] = ACTIONS(1233), + [anon_sym___forceinline] = ACTIONS(1233), + [anon_sym_thread_local] = ACTIONS(1233), + [anon_sym___thread] = ACTIONS(1233), + [anon_sym_const] = ACTIONS(1233), + [anon_sym_constexpr] = ACTIONS(1233), + [anon_sym_volatile] = ACTIONS(1233), + [anon_sym_restrict] = ACTIONS(1233), + [anon_sym___restrict__] = ACTIONS(1233), + [anon_sym__Atomic] = ACTIONS(1233), + [anon_sym__Noreturn] = ACTIONS(1233), + [anon_sym_noreturn] = ACTIONS(1233), + [anon_sym__Nonnull] = ACTIONS(1233), + [anon_sym_alignas] = ACTIONS(1233), + [anon_sym__Alignas] = ACTIONS(1233), + [sym_primitive_type] = ACTIONS(1233), + [anon_sym_enum] = ACTIONS(1233), + [anon_sym_struct] = ACTIONS(1233), + [anon_sym_union] = ACTIONS(1233), + [anon_sym_if] = ACTIONS(1233), + [anon_sym_else] = ACTIONS(1561), + [anon_sym_switch] = ACTIONS(1233), + [anon_sym_while] = ACTIONS(1233), + [anon_sym_do] = ACTIONS(1233), + [anon_sym_for] = ACTIONS(1233), + [anon_sym_return] = ACTIONS(1233), + [anon_sym_break] = ACTIONS(1233), + [anon_sym_continue] = ACTIONS(1233), + [anon_sym_goto] = ACTIONS(1233), + [anon_sym___try] = ACTIONS(1233), + [anon_sym___leave] = ACTIONS(1233), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_PLUS_PLUS] = ACTIONS(1235), + [anon_sym_sizeof] = ACTIONS(1233), + [anon_sym___alignof__] = ACTIONS(1233), + [anon_sym___alignof] = ACTIONS(1233), + [anon_sym__alignof] = ACTIONS(1233), + [anon_sym_alignof] = ACTIONS(1233), + [anon_sym__Alignof] = ACTIONS(1233), + [anon_sym_offsetof] = ACTIONS(1233), + [anon_sym__Generic] = ACTIONS(1233), + [anon_sym_asm] = ACTIONS(1233), + [anon_sym___asm__] = ACTIONS(1233), + [anon_sym___asm] = ACTIONS(1233), + [sym_number_literal] = ACTIONS(1235), + [anon_sym_L_SQUOTE] = ACTIONS(1235), + [anon_sym_u_SQUOTE] = ACTIONS(1235), + [anon_sym_U_SQUOTE] = ACTIONS(1235), + [anon_sym_u8_SQUOTE] = ACTIONS(1235), + [anon_sym_SQUOTE] = ACTIONS(1235), + [anon_sym_L_DQUOTE] = ACTIONS(1235), + [anon_sym_u_DQUOTE] = ACTIONS(1235), + [anon_sym_U_DQUOTE] = ACTIONS(1235), + [anon_sym_u8_DQUOTE] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1235), + [sym_true] = ACTIONS(1233), + [sym_false] = ACTIONS(1233), + [anon_sym_NULL] = ACTIONS(1233), + [anon_sym_nullptr] = ACTIONS(1233), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1233), + [anon_sym_rayPayloadInEXT] = ACTIONS(1233), + [anon_sym_hitAttributeEXT] = ACTIONS(1233), + [anon_sym_callableDataEXT] = ACTIONS(1233), + [anon_sym_callableDataInEXT] = ACTIONS(1233), + [anon_sym_shaderRecordEXT] = ACTIONS(1233), + [anon_sym_rayPayloadNV] = ACTIONS(1233), + [anon_sym_rayPayloadInNV] = ACTIONS(1233), + [anon_sym_hitAttributeNV] = ACTIONS(1233), + [anon_sym_callableDataNV] = ACTIONS(1233), + [anon_sym_callableDataInNV] = ACTIONS(1233), + [anon_sym_shaderRecordNV] = ACTIONS(1233), + [anon_sym_layout] = ACTIONS(1233), + }, + [446] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2315), + [sym_preproc_elif_in_field_declaration_list] = STATE(2315), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2315), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(442), - [sym_field_declaration] = STATE(442), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(442), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1563), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1569), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79070,6 +81097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79091,76 +81119,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [442] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2171), - [sym_preproc_elif_in_field_declaration_list] = STATE(2171), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2171), + [447] = { + [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(2398), + [sym_preproc_elif_in_field_declaration_list] = STATE(2398), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2398), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1577), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1583), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79183,6 +81211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79204,76 +81233,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [443] = { - [sym_preproc_def] = STATE(456), - [sym_preproc_function_def] = STATE(456), - [sym_preproc_call] = STATE(456), - [sym_preproc_if_in_field_declaration_list] = STATE(456), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym_preproc_else_in_field_declaration_list] = STATE(2252), - [sym_preproc_elif_in_field_declaration_list] = STATE(2252), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2252), + [448] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2351), + [sym_preproc_elif_in_field_declaration_list] = STATE(2351), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2351), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(456), - [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1579), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79296,6 +81325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79317,76 +81347,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [444] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2251), - [sym_preproc_elif_in_field_declaration_list] = STATE(2251), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2251), + [449] = { + [sym_preproc_def] = STATE(451), + [sym_preproc_function_def] = STATE(451), + [sym_preproc_call] = STATE(451), + [sym_preproc_if_in_field_declaration_list] = STATE(451), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(451), + [sym_preproc_else_in_field_declaration_list] = STATE(2354), + [sym_preproc_elif_in_field_declaration_list] = STATE(2354), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2354), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(451), + [sym_field_declaration] = STATE(451), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(451), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1581), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1587), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79409,6 +81439,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79430,76 +81461,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [445] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2286), - [sym_preproc_elif_in_field_declaration_list] = STATE(2286), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2286), + [450] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2293), + [sym_preproc_elif_in_field_declaration_list] = STATE(2293), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2293), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1583), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1589), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79522,6 +81553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79543,76 +81575,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [446] = { - [sym_preproc_def] = STATE(455), - [sym_preproc_function_def] = STATE(455), - [sym_preproc_call] = STATE(455), - [sym_preproc_if_in_field_declaration_list] = STATE(455), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(455), - [sym_preproc_else_in_field_declaration_list] = STATE(2291), - [sym_preproc_elif_in_field_declaration_list] = STATE(2291), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2291), + [451] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2327), + [sym_preproc_elif_in_field_declaration_list] = STATE(2327), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2327), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(455), - [sym_field_declaration] = STATE(455), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1585), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1591), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79635,6 +81667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79656,76 +81689,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [447] = { - [sym_preproc_def] = STATE(454), - [sym_preproc_function_def] = STATE(454), - [sym_preproc_call] = STATE(454), - [sym_preproc_if_in_field_declaration_list] = STATE(454), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(454), - [sym_preproc_else_in_field_declaration_list] = STATE(2233), - [sym_preproc_elif_in_field_declaration_list] = STATE(2233), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2233), + [452] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2291), + [sym_preproc_elif_in_field_declaration_list] = STATE(2291), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2291), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(454), - [sym_field_declaration] = STATE(454), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(454), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1587), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1593), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79748,6 +81781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79769,76 +81803,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [448] = { - [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(2317), - [sym_preproc_elif_in_field_declaration_list] = STATE(2317), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2317), + [453] = { + [sym_preproc_def] = STATE(450), + [sym_preproc_function_def] = STATE(450), + [sym_preproc_call] = STATE(450), + [sym_preproc_if_in_field_declaration_list] = STATE(450), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(450), + [sym_preproc_else_in_field_declaration_list] = STATE(2289), + [sym_preproc_elif_in_field_declaration_list] = STATE(2289), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2289), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(445), - [sym_field_declaration] = STATE(445), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(445), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(450), + [sym_field_declaration] = STATE(450), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(450), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1589), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1595), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79861,6 +81895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79882,76 +81917,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [449] = { - [sym_preproc_def] = STATE(450), - [sym_preproc_function_def] = STATE(450), - [sym_preproc_call] = STATE(450), - [sym_preproc_if_in_field_declaration_list] = STATE(450), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(450), - [sym_preproc_else_in_field_declaration_list] = STATE(2278), - [sym_preproc_elif_in_field_declaration_list] = STATE(2278), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2278), + [454] = { + [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(2251), + [sym_preproc_elif_in_field_declaration_list] = STATE(2251), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2251), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(450), - [sym_field_declaration] = STATE(450), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(450), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(452), + [sym_field_declaration] = STATE(452), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1591), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1597), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -79974,6 +82009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -79995,76 +82031,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [450] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2307), - [sym_preproc_elif_in_field_declaration_list] = STATE(2307), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2307), + [455] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2275), + [sym_preproc_elif_in_field_declaration_list] = STATE(2275), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2275), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1599), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80087,6 +82123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80108,76 +82145,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [451] = { - [sym_preproc_def] = STATE(453), - [sym_preproc_function_def] = STATE(453), - [sym_preproc_call] = STATE(453), - [sym_preproc_if_in_field_declaration_list] = STATE(453), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(453), - [sym_preproc_else_in_field_declaration_list] = STATE(2118), - [sym_preproc_elif_in_field_declaration_list] = STATE(2118), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2118), + [456] = { + [sym_preproc_def] = STATE(446), + [sym_preproc_function_def] = STATE(446), + [sym_preproc_call] = STATE(446), + [sym_preproc_if_in_field_declaration_list] = STATE(446), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(446), + [sym_preproc_else_in_field_declaration_list] = STATE(2345), + [sym_preproc_elif_in_field_declaration_list] = STATE(2345), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2345), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(453), - [sym_field_declaration] = STATE(453), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(453), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(446), + [sym_field_declaration] = STATE(446), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(446), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1595), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1601), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80200,6 +82237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80221,76 +82259,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [452] = { - [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(2199), - [sym_preproc_elif_in_field_declaration_list] = STATE(2199), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2199), + [457] = { + [sym_preproc_def] = STATE(461), + [sym_preproc_function_def] = STATE(461), + [sym_preproc_call] = STATE(461), + [sym_preproc_if_in_field_declaration_list] = STATE(461), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(461), + [sym_preproc_else_in_field_declaration_list] = STATE(2274), + [sym_preproc_elif_in_field_declaration_list] = STATE(2274), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2274), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(444), - [sym_field_declaration] = STATE(444), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(444), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(461), + [sym_field_declaration] = STATE(461), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(461), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1597), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1603), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80313,6 +82351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80334,76 +82373,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [453] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2200), - [sym_preproc_elif_in_field_declaration_list] = STATE(2200), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2200), + [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_preproc_else_in_field_declaration_list] = STATE(2215), + [sym_preproc_elif_in_field_declaration_list] = STATE(2215), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2215), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(455), + [sym_field_declaration] = STATE(455), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1599), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1605), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80426,6 +82465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80447,76 +82487,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [454] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2175), - [sym_preproc_elif_in_field_declaration_list] = STATE(2175), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2175), + [459] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2305), + [sym_preproc_elif_in_field_declaration_list] = STATE(2305), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2305), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1601), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1607), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80539,6 +82579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80560,76 +82601,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [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_preproc_else_in_field_declaration_list] = STATE(2277), - [sym_preproc_elif_in_field_declaration_list] = STATE(2277), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2277), + [460] = { + [sym_preproc_def] = STATE(459), + [sym_preproc_function_def] = STATE(459), + [sym_preproc_call] = STATE(459), + [sym_preproc_if_in_field_declaration_list] = STATE(459), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(459), + [sym_preproc_else_in_field_declaration_list] = STATE(2323), + [sym_preproc_elif_in_field_declaration_list] = STATE(2323), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2323), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(459), + [sym_field_declaration] = STATE(459), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(459), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1603), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1609), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80652,6 +82693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80673,76 +82715,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [456] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym_preproc_else_in_field_declaration_list] = STATE(2367), - [sym_preproc_elif_in_field_declaration_list] = STATE(2367), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2367), + [461] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), + [sym_preproc_else_in_field_declaration_list] = STATE(2400), + [sym_preproc_elif_in_field_declaration_list] = STATE(2400), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(2400), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1438), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1559), - [aux_sym_preproc_if_token1] = ACTIONS(1561), - [aux_sym_preproc_if_token2] = ACTIONS(1605), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1565), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1565), - [aux_sym_preproc_else_token1] = ACTIONS(1567), - [aux_sym_preproc_elif_token1] = ACTIONS(1569), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1571), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1571), - [sym_preproc_directive] = ACTIONS(1573), - [anon_sym_subroutine] = ACTIONS(1575), - [anon_sym_invariant] = ACTIONS(1575), - [anon_sym_precise] = ACTIONS(1575), - [anon_sym_in] = ACTIONS(1575), - [anon_sym_out] = ACTIONS(1575), - [anon_sym_inout] = ACTIONS(1575), - [anon_sym_uniform] = ACTIONS(1575), - [anon_sym_shared] = ACTIONS(1575), - [anon_sym_attribute] = ACTIONS(1575), - [anon_sym_varying] = ACTIONS(1575), - [anon_sym_buffer] = ACTIONS(1575), - [anon_sym_coherent] = ACTIONS(1575), - [anon_sym_readonly] = ACTIONS(1575), - [anon_sym_writeonly] = ACTIONS(1575), - [anon_sym_precision] = ACTIONS(1575), - [anon_sym_highp] = ACTIONS(1575), - [anon_sym_mediump] = ACTIONS(1575), - [anon_sym_lowp] = ACTIONS(1575), - [anon_sym_centroid] = ACTIONS(1575), - [anon_sym_sample] = ACTIONS(1575), - [anon_sym_patch] = ACTIONS(1575), - [anon_sym_smooth] = ACTIONS(1575), - [anon_sym_flat] = ACTIONS(1575), - [anon_sym_noperspective] = ACTIONS(1575), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1565), + [aux_sym_preproc_if_token1] = ACTIONS(1567), + [aux_sym_preproc_if_token2] = ACTIONS(1611), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1571), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1571), + [aux_sym_preproc_else_token1] = ACTIONS(1573), + [aux_sym_preproc_elif_token1] = ACTIONS(1575), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1577), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1577), + [sym_preproc_directive] = ACTIONS(1579), + [anon_sym_subroutine] = ACTIONS(1581), + [anon_sym_invariant] = ACTIONS(1581), + [anon_sym_precise] = ACTIONS(1581), + [anon_sym_in] = ACTIONS(1581), + [anon_sym_out] = ACTIONS(1581), + [anon_sym_inout] = ACTIONS(1581), + [anon_sym_uniform] = ACTIONS(1581), + [anon_sym_shared] = ACTIONS(1581), + [anon_sym_attribute] = ACTIONS(1581), + [anon_sym_varying] = ACTIONS(1581), + [anon_sym_buffer] = ACTIONS(1581), + [anon_sym_coherent] = ACTIONS(1581), + [anon_sym_readonly] = ACTIONS(1581), + [anon_sym_writeonly] = ACTIONS(1581), + [anon_sym_precision] = ACTIONS(1581), + [anon_sym_highp] = ACTIONS(1581), + [anon_sym_mediump] = ACTIONS(1581), + [anon_sym_lowp] = ACTIONS(1581), + [anon_sym_centroid] = ACTIONS(1581), + [anon_sym_sample] = ACTIONS(1581), + [anon_sym_patch] = ACTIONS(1581), + [anon_sym_smooth] = ACTIONS(1581), + [anon_sym_flat] = ACTIONS(1581), + [anon_sym_noperspective] = ACTIONS(1581), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -80765,6 +82807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -80786,286 +82829,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [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(902), - [sym__declaration_specifiers] = STATE(1438), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(525), - [sym_layout_specification] = STATE(525), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym_declaration_repeat1] = STATE(525), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1607), - [aux_sym_preproc_def_token1] = ACTIONS(1610), - [aux_sym_preproc_if_token1] = ACTIONS(1613), - [aux_sym_preproc_if_token2] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1618), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1618), - [aux_sym_preproc_else_token1] = ACTIONS(1616), - [aux_sym_preproc_elif_token1] = ACTIONS(1616), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1616), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1616), - [sym_preproc_directive] = ACTIONS(1621), - [anon_sym_subroutine] = ACTIONS(1624), - [anon_sym_invariant] = ACTIONS(1624), - [anon_sym_precise] = ACTIONS(1624), - [anon_sym_in] = ACTIONS(1624), - [anon_sym_out] = ACTIONS(1624), - [anon_sym_inout] = ACTIONS(1624), - [anon_sym_uniform] = ACTIONS(1624), - [anon_sym_shared] = ACTIONS(1624), - [anon_sym_attribute] = ACTIONS(1624), - [anon_sym_varying] = ACTIONS(1624), - [anon_sym_buffer] = ACTIONS(1624), - [anon_sym_coherent] = ACTIONS(1624), - [anon_sym_readonly] = ACTIONS(1624), - [anon_sym_writeonly] = ACTIONS(1624), - [anon_sym_precision] = ACTIONS(1624), - [anon_sym_highp] = ACTIONS(1624), - [anon_sym_mediump] = ACTIONS(1624), - [anon_sym_lowp] = ACTIONS(1624), - [anon_sym_centroid] = ACTIONS(1624), - [anon_sym_sample] = ACTIONS(1624), - [anon_sym_patch] = ACTIONS(1624), - [anon_sym_smooth] = ACTIONS(1624), - [anon_sym_flat] = ACTIONS(1624), - [anon_sym_noperspective] = ACTIONS(1624), - [anon_sym___extension__] = ACTIONS(1627), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1636), - [anon_sym___declspec] = ACTIONS(1639), - [anon_sym_signed] = ACTIONS(1642), - [anon_sym_unsigned] = ACTIONS(1642), - [anon_sym_long] = ACTIONS(1642), - [anon_sym_short] = ACTIONS(1642), - [anon_sym_static] = ACTIONS(1630), - [anon_sym_auto] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_inline] = ACTIONS(1630), - [anon_sym___inline] = ACTIONS(1630), - [anon_sym___inline__] = ACTIONS(1630), - [anon_sym___forceinline] = ACTIONS(1630), - [anon_sym_thread_local] = ACTIONS(1630), - [anon_sym___thread] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1627), - [anon_sym_constexpr] = ACTIONS(1627), - [anon_sym_volatile] = ACTIONS(1627), - [anon_sym_restrict] = ACTIONS(1627), - [anon_sym___restrict__] = ACTIONS(1627), - [anon_sym__Atomic] = ACTIONS(1627), - [anon_sym__Noreturn] = ACTIONS(1627), - [anon_sym_noreturn] = ACTIONS(1627), - [anon_sym_alignas] = ACTIONS(1645), - [anon_sym__Alignas] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1651), - [anon_sym_struct] = ACTIONS(1654), - [anon_sym_union] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1660), - [anon_sym_rayPayloadInEXT] = ACTIONS(1660), - [anon_sym_hitAttributeEXT] = ACTIONS(1660), - [anon_sym_callableDataEXT] = ACTIONS(1660), - [anon_sym_callableDataInEXT] = ACTIONS(1660), - [anon_sym_shaderRecordEXT] = ACTIONS(1660), - [anon_sym_rayPayloadNV] = ACTIONS(1660), - [anon_sym_rayPayloadInNV] = ACTIONS(1660), - [anon_sym_hitAttributeNV] = ACTIONS(1660), - [anon_sym_callableDataNV] = ACTIONS(1660), - [anon_sym_callableDataInNV] = ACTIONS(1660), - [anon_sym_shaderRecordNV] = ACTIONS(1660), - [anon_sym_layout] = ACTIONS(1663), - }, - [458] = { - [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), + [462] = { + [sym_preproc_def] = STATE(462), + [sym_preproc_function_def] = STATE(462), + [sym_preproc_call] = STATE(462), + [sym_preproc_if_in_field_declaration_list] = STATE(462), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(462), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1435), + [sym__declaration_specifiers] = STATE(1449), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(458), - [sym_field_declaration] = STATE(458), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(526), - [sym_layout_specification] = STATE(526), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(458), - [aux_sym_declaration_repeat1] = STATE(526), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(462), + [sym_field_declaration] = STATE(462), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(538), + [sym_layout_specification] = STATE(538), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(462), + [aux_sym_declaration_repeat1] = STATE(538), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1607), - [aux_sym_preproc_def_token1] = ACTIONS(1666), - [aux_sym_preproc_if_token1] = ACTIONS(1669), - [aux_sym_preproc_if_token2] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1672), - [sym_preproc_directive] = ACTIONS(1675), - [anon_sym_subroutine] = ACTIONS(1678), - [anon_sym_invariant] = ACTIONS(1678), - [anon_sym_precise] = ACTIONS(1678), - [anon_sym_in] = ACTIONS(1678), - [anon_sym_out] = ACTIONS(1678), - [anon_sym_inout] = ACTIONS(1678), - [anon_sym_uniform] = ACTIONS(1678), - [anon_sym_shared] = ACTIONS(1678), - [anon_sym_attribute] = ACTIONS(1678), - [anon_sym_varying] = ACTIONS(1678), - [anon_sym_buffer] = ACTIONS(1678), - [anon_sym_coherent] = ACTIONS(1678), - [anon_sym_readonly] = ACTIONS(1678), - [anon_sym_writeonly] = ACTIONS(1678), - [anon_sym_precision] = ACTIONS(1678), - [anon_sym_highp] = ACTIONS(1678), - [anon_sym_mediump] = ACTIONS(1678), - [anon_sym_lowp] = ACTIONS(1678), - [anon_sym_centroid] = ACTIONS(1678), - [anon_sym_sample] = ACTIONS(1678), - [anon_sym_patch] = ACTIONS(1678), - [anon_sym_smooth] = ACTIONS(1678), - [anon_sym_flat] = ACTIONS(1678), - [anon_sym_noperspective] = ACTIONS(1678), - [anon_sym___extension__] = ACTIONS(1627), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1636), - [anon_sym___declspec] = ACTIONS(1639), - [anon_sym_signed] = ACTIONS(1642), - [anon_sym_unsigned] = ACTIONS(1642), - [anon_sym_long] = ACTIONS(1642), - [anon_sym_short] = ACTIONS(1642), - [anon_sym_static] = ACTIONS(1630), - [anon_sym_auto] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_inline] = ACTIONS(1630), - [anon_sym___inline] = ACTIONS(1630), - [anon_sym___inline__] = ACTIONS(1630), - [anon_sym___forceinline] = ACTIONS(1630), - [anon_sym_thread_local] = ACTIONS(1630), - [anon_sym___thread] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1627), - [anon_sym_constexpr] = ACTIONS(1627), - [anon_sym_volatile] = ACTIONS(1627), - [anon_sym_restrict] = ACTIONS(1627), - [anon_sym___restrict__] = ACTIONS(1627), - [anon_sym__Atomic] = ACTIONS(1627), - [anon_sym__Noreturn] = ACTIONS(1627), - [anon_sym_noreturn] = ACTIONS(1627), - [anon_sym_alignas] = ACTIONS(1645), - [anon_sym__Alignas] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1651), - [anon_sym_struct] = ACTIONS(1654), - [anon_sym_union] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1660), - [anon_sym_rayPayloadInEXT] = ACTIONS(1660), - [anon_sym_hitAttributeEXT] = ACTIONS(1660), - [anon_sym_callableDataEXT] = ACTIONS(1660), - [anon_sym_callableDataInEXT] = ACTIONS(1660), - [anon_sym_shaderRecordEXT] = ACTIONS(1660), - [anon_sym_rayPayloadNV] = ACTIONS(1660), - [anon_sym_rayPayloadInNV] = ACTIONS(1660), - [anon_sym_hitAttributeNV] = ACTIONS(1660), - [anon_sym_callableDataNV] = ACTIONS(1660), - [anon_sym_callableDataInNV] = ACTIONS(1660), - [anon_sym_shaderRecordNV] = ACTIONS(1660), - [anon_sym_layout] = ACTIONS(1663), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1613), + [aux_sym_preproc_def_token1] = ACTIONS(1616), + [aux_sym_preproc_if_token1] = ACTIONS(1619), + [aux_sym_preproc_if_token2] = ACTIONS(1622), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), + [aux_sym_preproc_else_token1] = ACTIONS(1622), + [aux_sym_preproc_elif_token1] = ACTIONS(1622), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1622), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1622), + [sym_preproc_directive] = ACTIONS(1627), + [anon_sym_subroutine] = ACTIONS(1630), + [anon_sym_invariant] = ACTIONS(1630), + [anon_sym_precise] = ACTIONS(1630), + [anon_sym_in] = ACTIONS(1630), + [anon_sym_out] = ACTIONS(1630), + [anon_sym_inout] = ACTIONS(1630), + [anon_sym_uniform] = ACTIONS(1630), + [anon_sym_shared] = ACTIONS(1630), + [anon_sym_attribute] = ACTIONS(1630), + [anon_sym_varying] = ACTIONS(1630), + [anon_sym_buffer] = ACTIONS(1630), + [anon_sym_coherent] = ACTIONS(1630), + [anon_sym_readonly] = ACTIONS(1630), + [anon_sym_writeonly] = ACTIONS(1630), + [anon_sym_precision] = ACTIONS(1630), + [anon_sym_highp] = ACTIONS(1630), + [anon_sym_mediump] = ACTIONS(1630), + [anon_sym_lowp] = ACTIONS(1630), + [anon_sym_centroid] = ACTIONS(1630), + [anon_sym_sample] = ACTIONS(1630), + [anon_sym_patch] = ACTIONS(1630), + [anon_sym_smooth] = ACTIONS(1630), + [anon_sym_flat] = ACTIONS(1630), + [anon_sym_noperspective] = ACTIONS(1630), + [anon_sym___extension__] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym___attribute__] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1648), + [anon_sym_unsigned] = ACTIONS(1648), + [anon_sym_long] = ACTIONS(1648), + [anon_sym_short] = ACTIONS(1648), + [anon_sym_static] = ACTIONS(1636), + [anon_sym_auto] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_inline] = ACTIONS(1636), + [anon_sym___inline] = ACTIONS(1636), + [anon_sym___inline__] = ACTIONS(1636), + [anon_sym___forceinline] = ACTIONS(1636), + [anon_sym_thread_local] = ACTIONS(1636), + [anon_sym___thread] = ACTIONS(1636), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym___restrict__] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym__Noreturn] = ACTIONS(1633), + [anon_sym_noreturn] = ACTIONS(1633), + [anon_sym__Nonnull] = ACTIONS(1633), + [anon_sym_alignas] = ACTIONS(1651), + [anon_sym__Alignas] = ACTIONS(1651), + [sym_primitive_type] = ACTIONS(1654), + [anon_sym_enum] = ACTIONS(1657), + [anon_sym_struct] = ACTIONS(1660), + [anon_sym_union] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1666), + [anon_sym_rayPayloadInEXT] = ACTIONS(1666), + [anon_sym_hitAttributeEXT] = ACTIONS(1666), + [anon_sym_callableDataEXT] = ACTIONS(1666), + [anon_sym_callableDataInEXT] = ACTIONS(1666), + [anon_sym_shaderRecordEXT] = ACTIONS(1666), + [anon_sym_rayPayloadNV] = ACTIONS(1666), + [anon_sym_rayPayloadInNV] = ACTIONS(1666), + [anon_sym_hitAttributeNV] = ACTIONS(1666), + [anon_sym_callableDataNV] = ACTIONS(1666), + [anon_sym_callableDataInNV] = ACTIONS(1666), + [anon_sym_shaderRecordNV] = ACTIONS(1666), + [anon_sym_layout] = ACTIONS(1669), }, - [459] = { - [sym_preproc_def] = STATE(460), - [sym_preproc_function_def] = STATE(460), - [sym_preproc_call] = STATE(460), - [sym_preproc_if_in_field_declaration_list] = STATE(460), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(460), + [463] = { + [sym_preproc_def] = STATE(466), + [sym_preproc_function_def] = STATE(466), + [sym_preproc_call] = STATE(466), + [sym_preproc_if_in_field_declaration_list] = STATE(466), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(466), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1426), + [sym__declaration_specifiers] = STATE(1457), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(460), - [sym_field_declaration] = STATE(460), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(528), - [sym_layout_specification] = STATE(528), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(460), - [aux_sym_declaration_repeat1] = STATE(528), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(466), + [sym_field_declaration] = STATE(466), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(541), + [sym_layout_specification] = STATE(541), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(466), + [aux_sym_declaration_repeat1] = STATE(541), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1681), - [aux_sym_preproc_if_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1685), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1685), - [sym_preproc_directive] = ACTIONS(1687), - [anon_sym_subroutine] = ACTIONS(1689), - [anon_sym_invariant] = ACTIONS(1689), - [anon_sym_precise] = ACTIONS(1689), - [anon_sym_in] = ACTIONS(1689), - [anon_sym_out] = ACTIONS(1689), - [anon_sym_inout] = ACTIONS(1689), - [anon_sym_uniform] = ACTIONS(1689), - [anon_sym_shared] = ACTIONS(1689), - [anon_sym_attribute] = ACTIONS(1689), - [anon_sym_varying] = ACTIONS(1689), - [anon_sym_buffer] = ACTIONS(1689), - [anon_sym_coherent] = ACTIONS(1689), - [anon_sym_readonly] = ACTIONS(1689), - [anon_sym_writeonly] = ACTIONS(1689), - [anon_sym_precision] = ACTIONS(1689), - [anon_sym_highp] = ACTIONS(1689), - [anon_sym_mediump] = ACTIONS(1689), - [anon_sym_lowp] = ACTIONS(1689), - [anon_sym_centroid] = ACTIONS(1689), - [anon_sym_sample] = ACTIONS(1689), - [anon_sym_patch] = ACTIONS(1689), - [anon_sym_smooth] = ACTIONS(1689), - [anon_sym_flat] = ACTIONS(1689), - [anon_sym_noperspective] = ACTIONS(1689), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1672), + [aux_sym_preproc_if_token1] = ACTIONS(1674), + [aux_sym_preproc_if_token2] = ACTIONS(1676), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1678), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1678), + [sym_preproc_directive] = ACTIONS(1680), + [anon_sym_subroutine] = ACTIONS(1682), + [anon_sym_invariant] = ACTIONS(1682), + [anon_sym_precise] = ACTIONS(1682), + [anon_sym_in] = ACTIONS(1682), + [anon_sym_out] = ACTIONS(1682), + [anon_sym_inout] = ACTIONS(1682), + [anon_sym_uniform] = ACTIONS(1682), + [anon_sym_shared] = ACTIONS(1682), + [anon_sym_attribute] = ACTIONS(1682), + [anon_sym_varying] = ACTIONS(1682), + [anon_sym_buffer] = ACTIONS(1682), + [anon_sym_coherent] = ACTIONS(1682), + [anon_sym_readonly] = ACTIONS(1682), + [anon_sym_writeonly] = ACTIONS(1682), + [anon_sym_precision] = ACTIONS(1682), + [anon_sym_highp] = ACTIONS(1682), + [anon_sym_mediump] = ACTIONS(1682), + [anon_sym_lowp] = ACTIONS(1682), + [anon_sym_centroid] = ACTIONS(1682), + [anon_sym_sample] = ACTIONS(1682), + [anon_sym_patch] = ACTIONS(1682), + [anon_sym_smooth] = ACTIONS(1682), + [anon_sym_flat] = ACTIONS(1682), + [anon_sym_noperspective] = ACTIONS(1682), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1691), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -81087,6 +83025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81108,70 +83047,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [460] = { - [sym_preproc_def] = STATE(461), - [sym_preproc_function_def] = STATE(461), - [sym_preproc_call] = STATE(461), - [sym_preproc_if_in_field_declaration_list] = STATE(461), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(461), + [464] = { + [sym_preproc_def] = STATE(464), + [sym_preproc_function_def] = STATE(464), + [sym_preproc_call] = STATE(464), + [sym_preproc_if_in_field_declaration_list] = STATE(464), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(464), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1426), + [sym__declaration_specifiers] = STATE(1455), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(461), - [sym_field_declaration] = STATE(461), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(528), - [sym_layout_specification] = STATE(528), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(461), - [aux_sym_declaration_repeat1] = STATE(528), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(464), + [sym_field_declaration] = STATE(464), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(535), + [sym_layout_specification] = STATE(535), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(464), + [aux_sym_declaration_repeat1] = STATE(535), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1613), + [aux_sym_preproc_def_token1] = ACTIONS(1684), + [aux_sym_preproc_if_token1] = ACTIONS(1687), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1690), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1690), + [sym_preproc_directive] = ACTIONS(1693), + [anon_sym_subroutine] = ACTIONS(1696), + [anon_sym_invariant] = ACTIONS(1696), + [anon_sym_precise] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1696), + [anon_sym_out] = ACTIONS(1696), + [anon_sym_inout] = ACTIONS(1696), + [anon_sym_uniform] = ACTIONS(1696), + [anon_sym_shared] = ACTIONS(1696), + [anon_sym_attribute] = ACTIONS(1696), + [anon_sym_varying] = ACTIONS(1696), + [anon_sym_buffer] = ACTIONS(1696), + [anon_sym_coherent] = ACTIONS(1696), + [anon_sym_readonly] = ACTIONS(1696), + [anon_sym_writeonly] = ACTIONS(1696), + [anon_sym_precision] = ACTIONS(1696), + [anon_sym_highp] = ACTIONS(1696), + [anon_sym_mediump] = ACTIONS(1696), + [anon_sym_lowp] = ACTIONS(1696), + [anon_sym_centroid] = ACTIONS(1696), + [anon_sym_sample] = ACTIONS(1696), + [anon_sym_patch] = ACTIONS(1696), + [anon_sym_smooth] = ACTIONS(1696), + [anon_sym_flat] = ACTIONS(1696), + [anon_sym_noperspective] = ACTIONS(1696), + [anon_sym___extension__] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym___attribute__] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym_RBRACE] = ACTIONS(1699), + [anon_sym_signed] = ACTIONS(1648), + [anon_sym_unsigned] = ACTIONS(1648), + [anon_sym_long] = ACTIONS(1648), + [anon_sym_short] = ACTIONS(1648), + [anon_sym_static] = ACTIONS(1636), + [anon_sym_auto] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_inline] = ACTIONS(1636), + [anon_sym___inline] = ACTIONS(1636), + [anon_sym___inline__] = ACTIONS(1636), + [anon_sym___forceinline] = ACTIONS(1636), + [anon_sym_thread_local] = ACTIONS(1636), + [anon_sym___thread] = ACTIONS(1636), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym___restrict__] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym__Noreturn] = ACTIONS(1633), + [anon_sym_noreturn] = ACTIONS(1633), + [anon_sym__Nonnull] = ACTIONS(1633), + [anon_sym_alignas] = ACTIONS(1651), + [anon_sym__Alignas] = ACTIONS(1651), + [sym_primitive_type] = ACTIONS(1654), + [anon_sym_enum] = ACTIONS(1657), + [anon_sym_struct] = ACTIONS(1660), + [anon_sym_union] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1666), + [anon_sym_rayPayloadInEXT] = ACTIONS(1666), + [anon_sym_hitAttributeEXT] = ACTIONS(1666), + [anon_sym_callableDataEXT] = ACTIONS(1666), + [anon_sym_callableDataInEXT] = ACTIONS(1666), + [anon_sym_shaderRecordEXT] = ACTIONS(1666), + [anon_sym_rayPayloadNV] = ACTIONS(1666), + [anon_sym_rayPayloadInNV] = ACTIONS(1666), + [anon_sym_hitAttributeNV] = ACTIONS(1666), + [anon_sym_callableDataNV] = ACTIONS(1666), + [anon_sym_callableDataInNV] = ACTIONS(1666), + [anon_sym_shaderRecordNV] = ACTIONS(1666), + [anon_sym_layout] = ACTIONS(1669), + }, + [465] = { + [sym_preproc_def] = STATE(464), + [sym_preproc_function_def] = STATE(464), + [sym_preproc_call] = STATE(464), + [sym_preproc_if_in_field_declaration_list] = STATE(464), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(464), + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1455), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(464), + [sym_field_declaration] = STATE(464), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(535), + [sym_layout_specification] = STATE(535), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(464), + [aux_sym_declaration_repeat1] = STATE(535), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1681), - [aux_sym_preproc_if_token1] = ACTIONS(1683), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1685), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1685), - [sym_preproc_directive] = ACTIONS(1687), - [anon_sym_subroutine] = ACTIONS(1689), - [anon_sym_invariant] = ACTIONS(1689), - [anon_sym_precise] = ACTIONS(1689), - [anon_sym_in] = ACTIONS(1689), - [anon_sym_out] = ACTIONS(1689), - [anon_sym_inout] = ACTIONS(1689), - [anon_sym_uniform] = ACTIONS(1689), - [anon_sym_shared] = ACTIONS(1689), - [anon_sym_attribute] = ACTIONS(1689), - [anon_sym_varying] = ACTIONS(1689), - [anon_sym_buffer] = ACTIONS(1689), - [anon_sym_coherent] = ACTIONS(1689), - [anon_sym_readonly] = ACTIONS(1689), - [anon_sym_writeonly] = ACTIONS(1689), - [anon_sym_precision] = ACTIONS(1689), - [anon_sym_highp] = ACTIONS(1689), - [anon_sym_mediump] = ACTIONS(1689), - [anon_sym_lowp] = ACTIONS(1689), - [anon_sym_centroid] = ACTIONS(1689), - [anon_sym_sample] = ACTIONS(1689), - [anon_sym_patch] = ACTIONS(1689), - [anon_sym_smooth] = ACTIONS(1689), - [anon_sym_flat] = ACTIONS(1689), - [anon_sym_noperspective] = ACTIONS(1689), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1701), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1705), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1705), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_subroutine] = ACTIONS(1709), + [anon_sym_invariant] = ACTIONS(1709), + [anon_sym_precise] = ACTIONS(1709), + [anon_sym_in] = ACTIONS(1709), + [anon_sym_out] = ACTIONS(1709), + [anon_sym_inout] = ACTIONS(1709), + [anon_sym_uniform] = ACTIONS(1709), + [anon_sym_shared] = ACTIONS(1709), + [anon_sym_attribute] = ACTIONS(1709), + [anon_sym_varying] = ACTIONS(1709), + [anon_sym_buffer] = ACTIONS(1709), + [anon_sym_coherent] = ACTIONS(1709), + [anon_sym_readonly] = ACTIONS(1709), + [anon_sym_writeonly] = ACTIONS(1709), + [anon_sym_precision] = ACTIONS(1709), + [anon_sym_highp] = ACTIONS(1709), + [anon_sym_mediump] = ACTIONS(1709), + [anon_sym_lowp] = ACTIONS(1709), + [anon_sym_centroid] = ACTIONS(1709), + [anon_sym_sample] = ACTIONS(1709), + [anon_sym_patch] = ACTIONS(1709), + [anon_sym_smooth] = ACTIONS(1709), + [anon_sym_flat] = ACTIONS(1709), + [anon_sym_noperspective] = ACTIONS(1709), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), - [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1711), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -81193,6 +83239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81214,176 +83261,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [461] = { - [sym_preproc_def] = STATE(461), - [sym_preproc_function_def] = STATE(461), - [sym_preproc_call] = STATE(461), - [sym_preproc_if_in_field_declaration_list] = STATE(461), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(461), + [466] = { + [sym_preproc_def] = STATE(466), + [sym_preproc_function_def] = STATE(466), + [sym_preproc_call] = STATE(466), + [sym_preproc_if_in_field_declaration_list] = STATE(466), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(466), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1426), + [sym__declaration_specifiers] = STATE(1457), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(461), - [sym_field_declaration] = STATE(461), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(528), - [sym_layout_specification] = STATE(528), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(461), - [aux_sym_declaration_repeat1] = STATE(528), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(466), + [sym_field_declaration] = STATE(466), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(541), + [sym_layout_specification] = STATE(541), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(466), + [aux_sym_declaration_repeat1] = STATE(541), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1607), - [aux_sym_preproc_def_token1] = ACTIONS(1695), - [aux_sym_preproc_if_token1] = ACTIONS(1698), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1701), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1701), - [sym_preproc_directive] = ACTIONS(1704), - [anon_sym_subroutine] = ACTIONS(1707), - [anon_sym_invariant] = ACTIONS(1707), - [anon_sym_precise] = ACTIONS(1707), - [anon_sym_in] = ACTIONS(1707), - [anon_sym_out] = ACTIONS(1707), - [anon_sym_inout] = ACTIONS(1707), - [anon_sym_uniform] = ACTIONS(1707), - [anon_sym_shared] = ACTIONS(1707), - [anon_sym_attribute] = ACTIONS(1707), - [anon_sym_varying] = ACTIONS(1707), - [anon_sym_buffer] = ACTIONS(1707), - [anon_sym_coherent] = ACTIONS(1707), - [anon_sym_readonly] = ACTIONS(1707), - [anon_sym_writeonly] = ACTIONS(1707), - [anon_sym_precision] = ACTIONS(1707), - [anon_sym_highp] = ACTIONS(1707), - [anon_sym_mediump] = ACTIONS(1707), - [anon_sym_lowp] = ACTIONS(1707), - [anon_sym_centroid] = ACTIONS(1707), - [anon_sym_sample] = ACTIONS(1707), - [anon_sym_patch] = ACTIONS(1707), - [anon_sym_smooth] = ACTIONS(1707), - [anon_sym_flat] = ACTIONS(1707), - [anon_sym_noperspective] = ACTIONS(1707), - [anon_sym___extension__] = ACTIONS(1627), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym___attribute__] = ACTIONS(1633), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1636), - [anon_sym___declspec] = ACTIONS(1639), - [anon_sym_RBRACE] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1642), - [anon_sym_unsigned] = ACTIONS(1642), - [anon_sym_long] = ACTIONS(1642), - [anon_sym_short] = ACTIONS(1642), - [anon_sym_static] = ACTIONS(1630), - [anon_sym_auto] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_inline] = ACTIONS(1630), - [anon_sym___inline] = ACTIONS(1630), - [anon_sym___inline__] = ACTIONS(1630), - [anon_sym___forceinline] = ACTIONS(1630), - [anon_sym_thread_local] = ACTIONS(1630), - [anon_sym___thread] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1627), - [anon_sym_constexpr] = ACTIONS(1627), - [anon_sym_volatile] = ACTIONS(1627), - [anon_sym_restrict] = ACTIONS(1627), - [anon_sym___restrict__] = ACTIONS(1627), - [anon_sym__Atomic] = ACTIONS(1627), - [anon_sym__Noreturn] = ACTIONS(1627), - [anon_sym_noreturn] = ACTIONS(1627), - [anon_sym_alignas] = ACTIONS(1645), - [anon_sym__Alignas] = ACTIONS(1645), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1651), - [anon_sym_struct] = ACTIONS(1654), - [anon_sym_union] = ACTIONS(1657), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1660), - [anon_sym_rayPayloadInEXT] = ACTIONS(1660), - [anon_sym_hitAttributeEXT] = ACTIONS(1660), - [anon_sym_callableDataEXT] = ACTIONS(1660), - [anon_sym_callableDataInEXT] = ACTIONS(1660), - [anon_sym_shaderRecordEXT] = ACTIONS(1660), - [anon_sym_rayPayloadNV] = ACTIONS(1660), - [anon_sym_rayPayloadInNV] = ACTIONS(1660), - [anon_sym_hitAttributeNV] = ACTIONS(1660), - [anon_sym_callableDataNV] = ACTIONS(1660), - [anon_sym_callableDataInNV] = ACTIONS(1660), - [anon_sym_shaderRecordNV] = ACTIONS(1660), - [anon_sym_layout] = ACTIONS(1663), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1613), + [aux_sym_preproc_def_token1] = ACTIONS(1713), + [aux_sym_preproc_if_token1] = ACTIONS(1716), + [aux_sym_preproc_if_token2] = ACTIONS(1622), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1719), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1719), + [sym_preproc_directive] = ACTIONS(1722), + [anon_sym_subroutine] = ACTIONS(1725), + [anon_sym_invariant] = ACTIONS(1725), + [anon_sym_precise] = ACTIONS(1725), + [anon_sym_in] = ACTIONS(1725), + [anon_sym_out] = ACTIONS(1725), + [anon_sym_inout] = ACTIONS(1725), + [anon_sym_uniform] = ACTIONS(1725), + [anon_sym_shared] = ACTIONS(1725), + [anon_sym_attribute] = ACTIONS(1725), + [anon_sym_varying] = ACTIONS(1725), + [anon_sym_buffer] = ACTIONS(1725), + [anon_sym_coherent] = ACTIONS(1725), + [anon_sym_readonly] = ACTIONS(1725), + [anon_sym_writeonly] = ACTIONS(1725), + [anon_sym_precision] = ACTIONS(1725), + [anon_sym_highp] = ACTIONS(1725), + [anon_sym_mediump] = ACTIONS(1725), + [anon_sym_lowp] = ACTIONS(1725), + [anon_sym_centroid] = ACTIONS(1725), + [anon_sym_sample] = ACTIONS(1725), + [anon_sym_patch] = ACTIONS(1725), + [anon_sym_smooth] = ACTIONS(1725), + [anon_sym_flat] = ACTIONS(1725), + [anon_sym_noperspective] = ACTIONS(1725), + [anon_sym___extension__] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym___attribute__] = ACTIONS(1639), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), + [anon_sym___declspec] = ACTIONS(1645), + [anon_sym_signed] = ACTIONS(1648), + [anon_sym_unsigned] = ACTIONS(1648), + [anon_sym_long] = ACTIONS(1648), + [anon_sym_short] = ACTIONS(1648), + [anon_sym_static] = ACTIONS(1636), + [anon_sym_auto] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_inline] = ACTIONS(1636), + [anon_sym___inline] = ACTIONS(1636), + [anon_sym___inline__] = ACTIONS(1636), + [anon_sym___forceinline] = ACTIONS(1636), + [anon_sym_thread_local] = ACTIONS(1636), + [anon_sym___thread] = ACTIONS(1636), + [anon_sym_const] = ACTIONS(1633), + [anon_sym_constexpr] = ACTIONS(1633), + [anon_sym_volatile] = ACTIONS(1633), + [anon_sym_restrict] = ACTIONS(1633), + [anon_sym___restrict__] = ACTIONS(1633), + [anon_sym__Atomic] = ACTIONS(1633), + [anon_sym__Noreturn] = ACTIONS(1633), + [anon_sym_noreturn] = ACTIONS(1633), + [anon_sym__Nonnull] = ACTIONS(1633), + [anon_sym_alignas] = ACTIONS(1651), + [anon_sym__Alignas] = ACTIONS(1651), + [sym_primitive_type] = ACTIONS(1654), + [anon_sym_enum] = ACTIONS(1657), + [anon_sym_struct] = ACTIONS(1660), + [anon_sym_union] = ACTIONS(1663), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1666), + [anon_sym_rayPayloadInEXT] = ACTIONS(1666), + [anon_sym_hitAttributeEXT] = ACTIONS(1666), + [anon_sym_callableDataEXT] = ACTIONS(1666), + [anon_sym_callableDataInEXT] = ACTIONS(1666), + [anon_sym_shaderRecordEXT] = ACTIONS(1666), + [anon_sym_rayPayloadNV] = ACTIONS(1666), + [anon_sym_rayPayloadInNV] = ACTIONS(1666), + [anon_sym_hitAttributeNV] = ACTIONS(1666), + [anon_sym_callableDataNV] = ACTIONS(1666), + [anon_sym_callableDataInNV] = ACTIONS(1666), + [anon_sym_shaderRecordNV] = ACTIONS(1666), + [anon_sym_layout] = ACTIONS(1669), }, - [462] = { - [sym_preproc_def] = STATE(463), - [sym_preproc_function_def] = STATE(463), - [sym_preproc_call] = STATE(463), - [sym_preproc_if_in_field_declaration_list] = STATE(463), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(463), + [467] = { + [sym_preproc_def] = STATE(465), + [sym_preproc_function_def] = STATE(465), + [sym_preproc_call] = STATE(465), + [sym_preproc_if_in_field_declaration_list] = STATE(465), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(465), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1435), + [sym__declaration_specifiers] = STATE(1455), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(463), - [sym_field_declaration] = STATE(463), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(526), - [sym_layout_specification] = STATE(526), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(463), - [aux_sym_declaration_repeat1] = STATE(526), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(465), + [sym_field_declaration] = STATE(465), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(535), + [sym_layout_specification] = STATE(535), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(465), + [aux_sym_declaration_repeat1] = STATE(535), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1712), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token2] = ACTIONS(1716), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1718), - [sym_preproc_directive] = ACTIONS(1720), - [anon_sym_subroutine] = ACTIONS(1722), - [anon_sym_invariant] = ACTIONS(1722), - [anon_sym_precise] = ACTIONS(1722), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_out] = ACTIONS(1722), - [anon_sym_inout] = ACTIONS(1722), - [anon_sym_uniform] = ACTIONS(1722), - [anon_sym_shared] = ACTIONS(1722), - [anon_sym_attribute] = ACTIONS(1722), - [anon_sym_varying] = ACTIONS(1722), - [anon_sym_buffer] = ACTIONS(1722), - [anon_sym_coherent] = ACTIONS(1722), - [anon_sym_readonly] = ACTIONS(1722), - [anon_sym_writeonly] = ACTIONS(1722), - [anon_sym_precision] = ACTIONS(1722), - [anon_sym_highp] = ACTIONS(1722), - [anon_sym_mediump] = ACTIONS(1722), - [anon_sym_lowp] = ACTIONS(1722), - [anon_sym_centroid] = ACTIONS(1722), - [anon_sym_sample] = ACTIONS(1722), - [anon_sym_patch] = ACTIONS(1722), - [anon_sym_smooth] = ACTIONS(1722), - [anon_sym_flat] = ACTIONS(1722), - [anon_sym_noperspective] = ACTIONS(1722), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1701), + [aux_sym_preproc_if_token1] = ACTIONS(1703), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1705), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1705), + [sym_preproc_directive] = ACTIONS(1707), + [anon_sym_subroutine] = ACTIONS(1709), + [anon_sym_invariant] = ACTIONS(1709), + [anon_sym_precise] = ACTIONS(1709), + [anon_sym_in] = ACTIONS(1709), + [anon_sym_out] = ACTIONS(1709), + [anon_sym_inout] = ACTIONS(1709), + [anon_sym_uniform] = ACTIONS(1709), + [anon_sym_shared] = ACTIONS(1709), + [anon_sym_attribute] = ACTIONS(1709), + [anon_sym_varying] = ACTIONS(1709), + [anon_sym_buffer] = ACTIONS(1709), + [anon_sym_coherent] = ACTIONS(1709), + [anon_sym_readonly] = ACTIONS(1709), + [anon_sym_writeonly] = ACTIONS(1709), + [anon_sym_precision] = ACTIONS(1709), + [anon_sym_highp] = ACTIONS(1709), + [anon_sym_mediump] = ACTIONS(1709), + [anon_sym_lowp] = ACTIONS(1709), + [anon_sym_centroid] = ACTIONS(1709), + [anon_sym_sample] = ACTIONS(1709), + [anon_sym_patch] = ACTIONS(1709), + [anon_sym_smooth] = ACTIONS(1709), + [anon_sym_flat] = ACTIONS(1709), + [anon_sym_noperspective] = ACTIONS(1709), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), + [anon_sym_RBRACE] = ACTIONS(1728), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -81405,6 +83453,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81426,69 +83475,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [463] = { - [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), + [468] = { + [sym_preproc_def] = STATE(463), + [sym_preproc_function_def] = STATE(463), + [sym_preproc_call] = STATE(463), + [sym_preproc_if_in_field_declaration_list] = STATE(463), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(463), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1435), + [sym__declaration_specifiers] = STATE(1457), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym__field_declaration_list_item] = STATE(458), - [sym_field_declaration] = STATE(458), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(526), - [sym_layout_specification] = STATE(526), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(458), - [aux_sym_declaration_repeat1] = STATE(526), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym__field_declaration_list_item] = STATE(463), + [sym_field_declaration] = STATE(463), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(541), + [sym_layout_specification] = STATE(541), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(463), + [aux_sym_declaration_repeat1] = STATE(541), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [aux_sym_preproc_def_token1] = ACTIONS(1712), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token2] = ACTIONS(1724), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1718), - [sym_preproc_directive] = ACTIONS(1720), - [anon_sym_subroutine] = ACTIONS(1722), - [anon_sym_invariant] = ACTIONS(1722), - [anon_sym_precise] = ACTIONS(1722), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_out] = ACTIONS(1722), - [anon_sym_inout] = ACTIONS(1722), - [anon_sym_uniform] = ACTIONS(1722), - [anon_sym_shared] = ACTIONS(1722), - [anon_sym_attribute] = ACTIONS(1722), - [anon_sym_varying] = ACTIONS(1722), - [anon_sym_buffer] = ACTIONS(1722), - [anon_sym_coherent] = ACTIONS(1722), - [anon_sym_readonly] = ACTIONS(1722), - [anon_sym_writeonly] = ACTIONS(1722), - [anon_sym_precision] = ACTIONS(1722), - [anon_sym_highp] = ACTIONS(1722), - [anon_sym_mediump] = ACTIONS(1722), - [anon_sym_lowp] = ACTIONS(1722), - [anon_sym_centroid] = ACTIONS(1722), - [anon_sym_sample] = ACTIONS(1722), - [anon_sym_patch] = ACTIONS(1722), - [anon_sym_smooth] = ACTIONS(1722), - [anon_sym_flat] = ACTIONS(1722), - [anon_sym_noperspective] = ACTIONS(1722), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [aux_sym_preproc_def_token1] = ACTIONS(1672), + [aux_sym_preproc_if_token1] = ACTIONS(1674), + [aux_sym_preproc_if_token2] = ACTIONS(1730), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1678), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1678), + [sym_preproc_directive] = ACTIONS(1680), + [anon_sym_subroutine] = ACTIONS(1682), + [anon_sym_invariant] = ACTIONS(1682), + [anon_sym_precise] = ACTIONS(1682), + [anon_sym_in] = ACTIONS(1682), + [anon_sym_out] = ACTIONS(1682), + [anon_sym_inout] = ACTIONS(1682), + [anon_sym_uniform] = ACTIONS(1682), + [anon_sym_shared] = ACTIONS(1682), + [anon_sym_attribute] = ACTIONS(1682), + [anon_sym_varying] = ACTIONS(1682), + [anon_sym_buffer] = ACTIONS(1682), + [anon_sym_coherent] = ACTIONS(1682), + [anon_sym_readonly] = ACTIONS(1682), + [anon_sym_writeonly] = ACTIONS(1682), + [anon_sym_precision] = ACTIONS(1682), + [anon_sym_highp] = ACTIONS(1682), + [anon_sym_mediump] = ACTIONS(1682), + [anon_sym_lowp] = ACTIONS(1682), + [anon_sym_centroid] = ACTIONS(1682), + [anon_sym_sample] = ACTIONS(1682), + [anon_sym_patch] = ACTIONS(1682), + [anon_sym_smooth] = ACTIONS(1682), + [anon_sym_flat] = ACTIONS(1682), + [anon_sym_noperspective] = ACTIONS(1682), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -81511,6 +83560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81532,31 +83582,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [464] = { - [sym_function_definition] = STATE(424), - [sym_declaration] = STATE(424), + [469] = { + [sym_function_definition] = STATE(427), + [sym_declaration] = STATE(427), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1254), + [sym__declaration_specifiers] = STATE(1280), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(879), - [sym_declaration_list] = STATE(424), + [sym_ms_call_modifier] = STATE(892), + [sym_declaration_list] = STATE(427), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(527), - [sym_layout_specification] = STATE(527), - [aux_sym_declaration_repeat1] = STATE(527), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(537), + [sym_layout_specification] = STATE(537), + [aux_sym_declaration_repeat1] = STATE(537), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1726), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1732), [anon_sym_subroutine] = ACTIONS(27), [anon_sym_invariant] = ACTIONS(29), [anon_sym_precise] = ACTIONS(29), @@ -81584,7 +83634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), @@ -81592,7 +83642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1728), + [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -81614,6 +83664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81635,59 +83686,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [465] = { - [sym_function_definition] = STATE(133), - [sym_declaration] = STATE(133), + [470] = { + [sym_function_definition] = STATE(354), + [sym_declaration] = STATE(354), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1262), + [sym__declaration_specifiers] = STATE(1278), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(883), - [sym_declaration_list] = STATE(133), + [sym_ms_call_modifier] = STATE(888), + [sym_declaration_list] = STATE(354), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(520), - [sym_layout_specification] = STATE(520), - [aux_sym_declaration_repeat1] = STATE(520), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(540), + [sym_layout_specification] = STATE(540), + [aux_sym_declaration_repeat1] = STATE(540), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1730), - [anon_sym_subroutine] = ACTIONS(133), - [anon_sym_invariant] = ACTIONS(135), - [anon_sym_precise] = ACTIONS(135), - [anon_sym_in] = ACTIONS(139), - [anon_sym_out] = ACTIONS(139), - [anon_sym_inout] = ACTIONS(139), - [anon_sym_uniform] = ACTIONS(139), - [anon_sym_shared] = ACTIONS(139), - [anon_sym_attribute] = ACTIONS(139), - [anon_sym_varying] = ACTIONS(139), - [anon_sym_buffer] = ACTIONS(139), - [anon_sym_coherent] = ACTIONS(139), - [anon_sym_readonly] = ACTIONS(139), - [anon_sym_writeonly] = ACTIONS(139), - [anon_sym_precision] = ACTIONS(139), - [anon_sym_highp] = ACTIONS(139), - [anon_sym_mediump] = ACTIONS(139), - [anon_sym_lowp] = ACTIONS(139), - [anon_sym_centroid] = ACTIONS(139), - [anon_sym_sample] = ACTIONS(139), - [anon_sym_patch] = ACTIONS(139), - [anon_sym_smooth] = ACTIONS(139), - [anon_sym_flat] = ACTIONS(139), - [anon_sym_noperspective] = ACTIONS(139), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1736), + [anon_sym_subroutine] = ACTIONS(399), + [anon_sym_invariant] = ACTIONS(401), + [anon_sym_precise] = ACTIONS(401), + [anon_sym_in] = ACTIONS(405), + [anon_sym_out] = ACTIONS(405), + [anon_sym_inout] = ACTIONS(405), + [anon_sym_uniform] = ACTIONS(405), + [anon_sym_shared] = ACTIONS(405), + [anon_sym_attribute] = ACTIONS(405), + [anon_sym_varying] = ACTIONS(405), + [anon_sym_buffer] = ACTIONS(405), + [anon_sym_coherent] = ACTIONS(405), + [anon_sym_readonly] = ACTIONS(405), + [anon_sym_writeonly] = ACTIONS(405), + [anon_sym_precision] = ACTIONS(405), + [anon_sym_highp] = ACTIONS(405), + [anon_sym_mediump] = ACTIONS(405), + [anon_sym_lowp] = ACTIONS(405), + [anon_sym_centroid] = ACTIONS(405), + [anon_sym_sample] = ACTIONS(405), + [anon_sym_patch] = ACTIONS(405), + [anon_sym_smooth] = ACTIONS(405), + [anon_sym_flat] = ACTIONS(405), + [anon_sym_noperspective] = ACTIONS(405), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), @@ -81695,7 +83746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1738), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -81717,6 +83768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81738,59 +83790,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [466] = { - [sym_function_definition] = STATE(361), - [sym_declaration] = STATE(361), + [471] = { + [sym_function_definition] = STATE(341), + [sym_declaration] = STATE(341), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1268), + [sym__declaration_specifiers] = STATE(1298), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(887), - [sym_declaration_list] = STATE(361), + [sym_ms_call_modifier] = STATE(871), + [sym_declaration_list] = STATE(341), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(532), - [sym_layout_specification] = STATE(532), - [aux_sym_declaration_repeat1] = STATE(532), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(542), + [sym_layout_specification] = STATE(542), + [aux_sym_declaration_repeat1] = STATE(542), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1734), - [anon_sym_subroutine] = ACTIONS(469), - [anon_sym_invariant] = ACTIONS(471), - [anon_sym_precise] = ACTIONS(471), - [anon_sym_in] = ACTIONS(475), - [anon_sym_out] = ACTIONS(475), - [anon_sym_inout] = ACTIONS(475), - [anon_sym_uniform] = ACTIONS(475), - [anon_sym_shared] = ACTIONS(475), - [anon_sym_attribute] = ACTIONS(475), - [anon_sym_varying] = ACTIONS(475), - [anon_sym_buffer] = ACTIONS(475), - [anon_sym_coherent] = ACTIONS(475), - [anon_sym_readonly] = ACTIONS(475), - [anon_sym_writeonly] = ACTIONS(475), - [anon_sym_precision] = ACTIONS(475), - [anon_sym_highp] = ACTIONS(475), - [anon_sym_mediump] = ACTIONS(475), - [anon_sym_lowp] = ACTIONS(475), - [anon_sym_centroid] = ACTIONS(475), - [anon_sym_sample] = ACTIONS(475), - [anon_sym_patch] = ACTIONS(475), - [anon_sym_smooth] = ACTIONS(475), - [anon_sym_flat] = ACTIONS(475), - [anon_sym_noperspective] = ACTIONS(475), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1740), + [anon_sym_subroutine] = ACTIONS(643), + [anon_sym_invariant] = ACTIONS(645), + [anon_sym_precise] = ACTIONS(645), + [anon_sym_in] = ACTIONS(649), + [anon_sym_out] = ACTIONS(649), + [anon_sym_inout] = ACTIONS(649), + [anon_sym_uniform] = ACTIONS(649), + [anon_sym_shared] = ACTIONS(649), + [anon_sym_attribute] = ACTIONS(649), + [anon_sym_varying] = ACTIONS(649), + [anon_sym_buffer] = ACTIONS(649), + [anon_sym_coherent] = ACTIONS(649), + [anon_sym_readonly] = ACTIONS(649), + [anon_sym_writeonly] = ACTIONS(649), + [anon_sym_precision] = ACTIONS(649), + [anon_sym_highp] = ACTIONS(649), + [anon_sym_mediump] = ACTIONS(649), + [anon_sym_lowp] = ACTIONS(649), + [anon_sym_centroid] = ACTIONS(649), + [anon_sym_sample] = ACTIONS(649), + [anon_sym_patch] = ACTIONS(649), + [anon_sym_smooth] = ACTIONS(649), + [anon_sym_flat] = ACTIONS(649), + [anon_sym_noperspective] = ACTIONS(649), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), @@ -81798,7 +83850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1742), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), @@ -81820,6 +83872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81841,71 +83894,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [467] = { - [sym_function_definition] = STATE(385), - [sym_declaration] = STATE(385), + [472] = { [sym__declaration_modifiers] = STATE(902), [sym__declaration_specifiers] = STATE(1264), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(891), - [sym_declaration_list] = STATE(385), + [sym_ms_based_modifier] = STATE(2268), + [sym_ms_call_modifier] = STATE(1401), + [sym__declarator] = STATE(1715), + [sym__abstract_declarator] = STATE(1812), + [sym_parenthesized_declarator] = STATE(1485), + [sym_abstract_parenthesized_declarator] = STATE(1741), + [sym_attributed_declarator] = STATE(1485), + [sym_pointer_declarator] = STATE(1485), + [sym_abstract_pointer_declarator] = STATE(1741), + [sym_function_declarator] = STATE(1485), + [sym_abstract_function_declarator] = STATE(1741), + [sym_array_declarator] = STATE(1485), + [sym_abstract_array_declarator] = STATE(1741), + [sym_compound_statement] = STATE(2143), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(523), - [sym_layout_specification] = STATE(523), - [aux_sym_declaration_repeat1] = STATE(523), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_variadic_parameter] = STATE(2019), + [sym_parameter_list] = STATE(1748), + [sym_parameter_declaration] = STATE(2019), + [sym_macro_type_specifier] = STATE(968), + [sym_layout_specification] = STATE(650), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1738), - [anon_sym_subroutine] = ACTIONS(399), - [anon_sym_invariant] = ACTIONS(401), - [anon_sym_precise] = ACTIONS(401), - [anon_sym_in] = ACTIONS(405), - [anon_sym_out] = ACTIONS(405), - [anon_sym_inout] = ACTIONS(405), - [anon_sym_uniform] = ACTIONS(405), - [anon_sym_shared] = ACTIONS(405), - [anon_sym_attribute] = ACTIONS(405), - [anon_sym_varying] = ACTIONS(405), - [anon_sym_buffer] = ACTIONS(405), - [anon_sym_coherent] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_writeonly] = ACTIONS(405), - [anon_sym_precision] = ACTIONS(405), - [anon_sym_highp] = ACTIONS(405), - [anon_sym_mediump] = ACTIONS(405), - [anon_sym_lowp] = ACTIONS(405), - [anon_sym_centroid] = ACTIONS(405), - [anon_sym_sample] = ACTIONS(405), - [anon_sym_patch] = ACTIONS(405), - [anon_sym_smooth] = ACTIONS(405), - [anon_sym_flat] = ACTIONS(405), - [anon_sym_noperspective] = ACTIONS(405), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_parameter_declaration_repeat1] = STATE(650), + [sym_identifier] = ACTIONS(1744), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1746), + [anon_sym_RPAREN] = ACTIONS(1748), + [anon_sym_LPAREN2] = ACTIONS(1750), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_precise] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_out] = ACTIONS(1754), + [anon_sym_inout] = ACTIONS(1754), + [anon_sym_uniform] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_attribute] = ACTIONS(1754), + [anon_sym_varying] = ACTIONS(1754), + [anon_sym_buffer] = ACTIONS(1754), + [anon_sym_coherent] = ACTIONS(1754), + [anon_sym_readonly] = ACTIONS(1754), + [anon_sym_writeonly] = ACTIONS(1754), + [anon_sym_centroid] = ACTIONS(1754), + [anon_sym_sample] = ACTIONS(1754), + [anon_sym_patch] = ACTIONS(1754), + [anon_sym_smooth] = ACTIONS(1754), + [anon_sym_flat] = ACTIONS(1754), + [anon_sym_noperspective] = ACTIONS(1754), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), + [anon_sym___based] = ACTIONS(1756), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), [anon_sym_short] = ACTIONS(49), + [anon_sym_LBRACK] = ACTIONS(1758), [anon_sym_static] = ACTIONS(51), [anon_sym_auto] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -81923,6 +83988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -81930,95 +83996,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(109), - [anon_sym_rayPayloadInEXT] = ACTIONS(109), - [anon_sym_hitAttributeEXT] = ACTIONS(109), - [anon_sym_callableDataEXT] = ACTIONS(109), - [anon_sym_callableDataInEXT] = ACTIONS(109), - [anon_sym_shaderRecordEXT] = ACTIONS(109), - [anon_sym_rayPayloadNV] = ACTIONS(109), - [anon_sym_rayPayloadInNV] = ACTIONS(109), - [anon_sym_hitAttributeNV] = ACTIONS(109), - [anon_sym_callableDataNV] = ACTIONS(109), - [anon_sym_callableDataInNV] = ACTIONS(109), - [anon_sym_shaderRecordNV] = ACTIONS(109), - [anon_sym_layout] = ACTIONS(111), + [anon_sym_layout] = ACTIONS(1760), }, - [468] = { + [473] = { + [sym_function_definition] = STATE(167), + [sym_declaration] = STATE(167), [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1311), + [sym__declaration_specifiers] = STATE(1299), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_based_modifier] = STATE(2145), - [sym_ms_call_modifier] = STATE(1393), - [sym__declarator] = STATE(1673), - [sym__abstract_declarator] = STATE(1796), - [sym_parenthesized_declarator] = STATE(1550), - [sym_abstract_parenthesized_declarator] = STATE(1751), - [sym_attributed_declarator] = STATE(1550), - [sym_pointer_declarator] = STATE(1550), - [sym_abstract_pointer_declarator] = STATE(1751), - [sym_function_declarator] = STATE(1550), - [sym_abstract_function_declarator] = STATE(1751), - [sym_array_declarator] = STATE(1550), - [sym_abstract_array_declarator] = STATE(1751), + [sym_ms_call_modifier] = STATE(884), + [sym_declaration_list] = STATE(167), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_variadic_parameter] = STATE(1883), - [sym_parameter_list] = STATE(1753), - [sym_parameter_declaration] = STATE(1883), - [sym_macro_type_specifier] = STATE(980), - [sym_layout_specification] = STATE(643), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(536), + [sym_layout_specification] = STATE(536), + [aux_sym_declaration_repeat1] = STATE(536), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_parameter_declaration_repeat1] = STATE(643), - [sym_identifier] = ACTIONS(1742), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1744), - [anon_sym_RPAREN] = ACTIONS(1746), - [anon_sym_LPAREN2] = ACTIONS(1748), - [anon_sym_STAR] = ACTIONS(1750), - [anon_sym_precise] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_out] = ACTIONS(1752), - [anon_sym_inout] = ACTIONS(1752), - [anon_sym_uniform] = ACTIONS(1752), - [anon_sym_shared] = ACTIONS(1752), - [anon_sym_attribute] = ACTIONS(1752), - [anon_sym_varying] = ACTIONS(1752), - [anon_sym_buffer] = ACTIONS(1752), - [anon_sym_coherent] = ACTIONS(1752), - [anon_sym_readonly] = ACTIONS(1752), - [anon_sym_writeonly] = ACTIONS(1752), - [anon_sym_centroid] = ACTIONS(1752), - [anon_sym_sample] = ACTIONS(1752), - [anon_sym_patch] = ACTIONS(1752), - [anon_sym_smooth] = ACTIONS(1752), - [anon_sym_flat] = ACTIONS(1752), - [anon_sym_noperspective] = ACTIONS(1752), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1762), + [anon_sym_subroutine] = ACTIONS(133), + [anon_sym_invariant] = ACTIONS(135), + [anon_sym_precise] = ACTIONS(135), + [anon_sym_in] = ACTIONS(139), + [anon_sym_out] = ACTIONS(139), + [anon_sym_inout] = ACTIONS(139), + [anon_sym_uniform] = ACTIONS(139), + [anon_sym_shared] = ACTIONS(139), + [anon_sym_attribute] = ACTIONS(139), + [anon_sym_varying] = ACTIONS(139), + [anon_sym_buffer] = ACTIONS(139), + [anon_sym_coherent] = ACTIONS(139), + [anon_sym_readonly] = ACTIONS(139), + [anon_sym_writeonly] = ACTIONS(139), + [anon_sym_precision] = ACTIONS(139), + [anon_sym_highp] = ACTIONS(139), + [anon_sym_mediump] = ACTIONS(139), + [anon_sym_lowp] = ACTIONS(139), + [anon_sym_centroid] = ACTIONS(139), + [anon_sym_sample] = ACTIONS(139), + [anon_sym_patch] = ACTIONS(139), + [anon_sym_smooth] = ACTIONS(139), + [anon_sym_flat] = ACTIONS(139), + [anon_sym_noperspective] = ACTIONS(139), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), - [anon_sym___based] = ACTIONS(1754), [anon_sym___cdecl] = ACTIONS(45), [anon_sym___clrcall] = ACTIONS(45), [anon_sym___stdcall] = ACTIONS(45), [anon_sym___fastcall] = ACTIONS(45), [anon_sym___thiscall] = ACTIONS(45), [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1764), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), [anon_sym_short] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1756), [anon_sym_static] = ACTIONS(51), [anon_sym_auto] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -82036,6 +84080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -82043,78 +84088,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(1758), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), }, - [469] = { - [sym_expression] = STATE(877), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(855), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(855), - [sym_call_expression] = STATE(855), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(855), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(855), - [sym_initializer_list] = STATE(866), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(898), - [sym_null] = STATE(864), - [sym_identifier] = ACTIONS(1760), - [anon_sym_COMMA] = ACTIONS(1762), - [aux_sym_preproc_if_token2] = ACTIONS(1762), - [aux_sym_preproc_else_token1] = ACTIONS(1762), - [aux_sym_preproc_elif_token1] = ACTIONS(1760), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1762), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_TILDE] = ACTIONS(1766), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1760), - [anon_sym_PERCENT] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_AMP_AMP] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1760), - [anon_sym_CARET] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1760), - [anon_sym_EQ_EQ] = ACTIONS(1762), - [anon_sym_BANG_EQ] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1760), - [anon_sym_GT_EQ] = ACTIONS(1762), - [anon_sym_LT_EQ] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1760), - [anon_sym_LT_LT] = ACTIONS(1760), - [anon_sym_GT_GT] = ACTIONS(1760), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_EQ] = ACTIONS(1760), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_STAR_EQ] = ACTIONS(1762), - [anon_sym_SLASH_EQ] = ACTIONS(1762), - [anon_sym_PERCENT_EQ] = ACTIONS(1762), - [anon_sym_PLUS_EQ] = ACTIONS(1762), - [anon_sym_DASH_EQ] = ACTIONS(1762), - [anon_sym_LT_LT_EQ] = ACTIONS(1762), - [anon_sym_GT_GT_EQ] = ACTIONS(1762), - [anon_sym_AMP_EQ] = ACTIONS(1762), - [anon_sym_CARET_EQ] = ACTIONS(1762), - [anon_sym_PIPE_EQ] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1762), - [anon_sym_PLUS_PLUS] = ACTIONS(1762), - [anon_sym_sizeof] = ACTIONS(1770), + [474] = { + [sym_expression] = STATE(900), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(870), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(870), + [sym_call_expression] = STATE(870), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(870), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(870), + [sym_initializer_list] = STATE(876), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1768), + [anon_sym_RPAREN] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_TILDE] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_SLASH] = ACTIONS(1774), + [anon_sym_PERCENT] = ACTIONS(1774), + [anon_sym_PIPE_PIPE] = ACTIONS(1768), + [anon_sym_AMP_AMP] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1774), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym_SEMI] = ACTIONS(1768), + [anon_sym___extension__] = ACTIONS(1776), + [anon_sym___attribute__] = ACTIONS(1774), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1768), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1774), + [anon_sym_COLON] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_STAR_EQ] = ACTIONS(1768), + [anon_sym_SLASH_EQ] = ACTIONS(1768), + [anon_sym_PERCENT_EQ] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1768), + [anon_sym_DASH_EQ] = ACTIONS(1768), + [anon_sym_LT_LT_EQ] = ACTIONS(1768), + [anon_sym_GT_GT_EQ] = ACTIONS(1768), + [anon_sym_AMP_EQ] = ACTIONS(1768), + [anon_sym_CARET_EQ] = ACTIONS(1768), + [anon_sym_PIPE_EQ] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1768), + [anon_sym_sizeof] = ACTIONS(1780), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -82124,8 +84183,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(1760), - [anon_sym_DASH_GT] = ACTIONS(1762), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DASH_GT] = ACTIONS(1768), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82143,76 +84203,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [470] = { - [sym_expression] = STATE(877), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(855), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(855), - [sym_call_expression] = STATE(855), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(855), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(855), - [sym_initializer_list] = STATE(866), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_identifier] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(1774), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1760), - [anon_sym_PERCENT] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_AMP_AMP] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1760), - [anon_sym_CARET] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1760), - [anon_sym_EQ_EQ] = ACTIONS(1762), - [anon_sym_BANG_EQ] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1760), - [anon_sym_GT_EQ] = ACTIONS(1762), - [anon_sym_LT_EQ] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1760), - [anon_sym_LT_LT] = ACTIONS(1760), - [anon_sym_GT_GT] = ACTIONS(1760), - [anon_sym_SEMI] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1760), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_RBRACE] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_EQ] = ACTIONS(1760), - [anon_sym_COLON] = ACTIONS(1762), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_STAR_EQ] = ACTIONS(1762), - [anon_sym_SLASH_EQ] = ACTIONS(1762), - [anon_sym_PERCENT_EQ] = ACTIONS(1762), - [anon_sym_PLUS_EQ] = ACTIONS(1762), - [anon_sym_DASH_EQ] = ACTIONS(1762), - [anon_sym_LT_LT_EQ] = ACTIONS(1762), - [anon_sym_GT_GT_EQ] = ACTIONS(1762), - [anon_sym_AMP_EQ] = ACTIONS(1762), - [anon_sym_CARET_EQ] = ACTIONS(1762), - [anon_sym_PIPE_EQ] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1762), - [anon_sym_PLUS_PLUS] = ACTIONS(1762), - [anon_sym_sizeof] = ACTIONS(1778), + [475] = { + [sym_expression] = STATE(900), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(870), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(870), + [sym_call_expression] = STATE(870), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(870), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(870), + [sym_initializer_list] = STATE(876), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(907), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(1774), + [anon_sym_COMMA] = ACTIONS(1768), + [aux_sym_preproc_if_token2] = ACTIONS(1768), + [aux_sym_preproc_else_token1] = ACTIONS(1768), + [aux_sym_preproc_elif_token1] = ACTIONS(1774), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1768), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_TILDE] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_SLASH] = ACTIONS(1774), + [anon_sym_PERCENT] = ACTIONS(1774), + [anon_sym_PIPE_PIPE] = ACTIONS(1768), + [anon_sym_AMP_AMP] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1774), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym___extension__] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_STAR_EQ] = ACTIONS(1768), + [anon_sym_SLASH_EQ] = ACTIONS(1768), + [anon_sym_PERCENT_EQ] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1768), + [anon_sym_DASH_EQ] = ACTIONS(1768), + [anon_sym_LT_LT_EQ] = ACTIONS(1768), + [anon_sym_GT_GT_EQ] = ACTIONS(1768), + [anon_sym_AMP_EQ] = ACTIONS(1768), + [anon_sym_CARET_EQ] = ACTIONS(1768), + [anon_sym_PIPE_EQ] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1768), + [anon_sym_sizeof] = ACTIONS(1788), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -82222,8 +84284,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(1760), - [anon_sym_DASH_GT] = ACTIONS(1762), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DASH_GT] = ACTIONS(1768), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82241,51 +84304,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [471] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(268), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1780), + [476] = { + [sym_attribute_declaration] = STATE(476), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(254), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(476), + [sym_identifier] = ACTIONS(1790), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1805), + [anon_sym___extension__] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1814), + [anon_sym_if] = ACTIONS(1817), + [anon_sym_switch] = ACTIONS(1820), + [anon_sym_case] = ACTIONS(1823), + [anon_sym_default] = ACTIONS(1826), + [anon_sym_while] = ACTIONS(1829), + [anon_sym_do] = ACTIONS(1832), + [anon_sym_for] = ACTIONS(1835), + [anon_sym_return] = ACTIONS(1838), + [anon_sym_break] = ACTIONS(1841), + [anon_sym_continue] = ACTIONS(1844), + [anon_sym_goto] = ACTIONS(1847), + [anon_sym___try] = ACTIONS(1850), + [anon_sym___leave] = ACTIONS(1853), + [anon_sym_DASH_DASH] = ACTIONS(1856), + [anon_sym_PLUS_PLUS] = ACTIONS(1856), + [anon_sym_sizeof] = ACTIONS(1859), + [anon_sym___alignof__] = ACTIONS(1862), + [anon_sym___alignof] = ACTIONS(1862), + [anon_sym__alignof] = ACTIONS(1862), + [anon_sym_alignof] = ACTIONS(1862), + [anon_sym__Alignof] = ACTIONS(1862), + [anon_sym_offsetof] = ACTIONS(1865), + [anon_sym__Generic] = ACTIONS(1868), + [anon_sym_asm] = ACTIONS(1871), + [anon_sym___asm__] = ACTIONS(1871), + [anon_sym___asm] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1874), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1880), + [anon_sym_u_DQUOTE] = ACTIONS(1880), + [anon_sym_U_DQUOTE] = ACTIONS(1880), + [anon_sym_u8_DQUOTE] = ACTIONS(1880), + [anon_sym_DQUOTE] = ACTIONS(1880), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [anon_sym_NULL] = ACTIONS(1886), + [anon_sym_nullptr] = ACTIONS(1886), + [sym_comment] = ACTIONS(3), + }, + [477] = { + [sym_attribute_declaration] = STATE(497), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(173), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [sym_identifier] = ACTIONS(1889), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -82293,22 +84457,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(473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_if] = ACTIONS(417), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(421), + [anon_sym_default] = ACTIONS(423), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -82321,6 +84486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82338,51 +84504,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [472] = { - [sym_attribute_declaration] = STATE(480), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(225), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [sym_identifier] = ACTIONS(1784), + [478] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(2358), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -82391,20 +84558,21 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_if] = ACTIONS(417), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(421), - [anon_sym_default] = ACTIONS(423), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), @@ -82418,6 +84586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82435,51 +84604,352 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [473] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(169), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), + [479] = { + [sym_attribute_declaration] = STATE(479), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(202), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), + [sym_expression] = STATE(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(479), + [sym_identifier] = ACTIONS(1897), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1900), + [anon_sym___extension__] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1903), + [anon_sym_if] = ACTIONS(1906), + [anon_sym_switch] = ACTIONS(1909), + [anon_sym_case] = ACTIONS(1912), + [anon_sym_default] = ACTIONS(1915), + [anon_sym_while] = ACTIONS(1918), + [anon_sym_do] = ACTIONS(1921), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1927), + [anon_sym_break] = ACTIONS(1930), + [anon_sym_continue] = ACTIONS(1933), + [anon_sym_goto] = ACTIONS(1936), + [anon_sym___try] = ACTIONS(1939), + [anon_sym___leave] = ACTIONS(1942), + [anon_sym_DASH_DASH] = ACTIONS(1856), + [anon_sym_PLUS_PLUS] = ACTIONS(1856), + [anon_sym_sizeof] = ACTIONS(1859), + [anon_sym___alignof__] = ACTIONS(1862), + [anon_sym___alignof] = ACTIONS(1862), + [anon_sym__alignof] = ACTIONS(1862), + [anon_sym_alignof] = ACTIONS(1862), + [anon_sym__Alignof] = ACTIONS(1862), + [anon_sym_offsetof] = ACTIONS(1865), + [anon_sym__Generic] = ACTIONS(1868), + [anon_sym_asm] = ACTIONS(1871), + [anon_sym___asm__] = ACTIONS(1871), + [anon_sym___asm] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1874), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1880), + [anon_sym_u_DQUOTE] = ACTIONS(1880), + [anon_sym_U_DQUOTE] = ACTIONS(1880), + [anon_sym_u8_DQUOTE] = ACTIONS(1880), + [anon_sym_DQUOTE] = ACTIONS(1880), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [anon_sym_NULL] = ACTIONS(1886), + [anon_sym_nullptr] = ACTIONS(1886), + [sym_comment] = ACTIONS(3), + }, + [480] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(2334), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), + [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(403), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [481] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(445), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), + [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(403), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [482] = { + [sym_attribute_declaration] = STATE(491), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(320), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(1786), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [sym_identifier] = ACTIONS(1945), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -82488,7 +84958,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(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(65), [anon_sym_switch] = ACTIONS(67), @@ -82515,6 +84986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82532,148 +85004,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [474] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1404), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(889), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1788), - [anon_sym_LPAREN2] = ACTIONS(1791), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_auto] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym___inline] = ACTIONS(1798), - [anon_sym___inline__] = ACTIONS(1798), - [anon_sym___forceinline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym___thread] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_alignas] = ACTIONS(1813), - [anon_sym__Alignas] = ACTIONS(1813), - [sym_primitive_type] = ACTIONS(1816), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1825), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), - }, - [475] = { - [sym_attribute_declaration] = STATE(480), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(284), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [sym_identifier] = ACTIONS(1784), + [483] = { + [sym_attribute_declaration] = STATE(497), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(223), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [sym_identifier] = ACTIONS(1889), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -82682,7 +85058,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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(413), [anon_sym_if] = ACTIONS(417), [anon_sym_switch] = ACTIONS(419), @@ -82709,6 +85086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82726,51 +85104,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [476] = { - [sym_attribute_declaration] = STATE(480), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), + [484] = { + [sym_attribute_declaration] = STATE(491), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(174), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), + [sym_expression] = STATE(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [sym_identifier] = ACTIONS(1945), + [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(1012), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(65), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(69), + [anon_sym_default] = ACTIONS(71), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [485] = { + [sym_attribute_declaration] = STATE(497), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), [sym_statement] = STATE(227), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [sym_identifier] = ACTIONS(1784), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [sym_identifier] = ACTIONS(1889), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -82779,7 +85258,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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(413), [anon_sym_if] = ACTIONS(417), [anon_sym_switch] = ACTIONS(419), @@ -82806,6 +85286,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -82823,245 +85304,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [477] = { - [sym_attribute_declaration] = STATE(477), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(126), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(477), - [sym_identifier] = ACTIONS(1828), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1834), - [anon_sym_TILDE] = ACTIONS(1834), - [anon_sym_DASH] = ACTIONS(1837), - [anon_sym_PLUS] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1840), - [anon_sym_SEMI] = ACTIONS(1843), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1849), - [anon_sym_if] = ACTIONS(1852), - [anon_sym_switch] = ACTIONS(1855), - [anon_sym_case] = ACTIONS(1858), - [anon_sym_default] = ACTIONS(1861), - [anon_sym_while] = ACTIONS(1864), - [anon_sym_do] = ACTIONS(1867), - [anon_sym_for] = ACTIONS(1870), - [anon_sym_return] = ACTIONS(1873), - [anon_sym_break] = ACTIONS(1876), - [anon_sym_continue] = ACTIONS(1879), - [anon_sym_goto] = ACTIONS(1882), - [anon_sym___try] = ACTIONS(1885), - [anon_sym___leave] = ACTIONS(1888), - [anon_sym_DASH_DASH] = ACTIONS(1891), - [anon_sym_PLUS_PLUS] = ACTIONS(1891), - [anon_sym_sizeof] = ACTIONS(1894), - [anon_sym___alignof__] = ACTIONS(1897), - [anon_sym___alignof] = ACTIONS(1897), - [anon_sym__alignof] = ACTIONS(1897), - [anon_sym_alignof] = ACTIONS(1897), - [anon_sym__Alignof] = ACTIONS(1897), - [anon_sym_offsetof] = ACTIONS(1900), - [anon_sym__Generic] = ACTIONS(1903), - [anon_sym_asm] = ACTIONS(1906), - [anon_sym___asm__] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1915), - [anon_sym_u_DQUOTE] = ACTIONS(1915), - [anon_sym_U_DQUOTE] = ACTIONS(1915), - [anon_sym_u8_DQUOTE] = ACTIONS(1915), - [anon_sym_DQUOTE] = ACTIONS(1915), - [sym_true] = ACTIONS(1918), - [sym_false] = ACTIONS(1918), - [anon_sym_NULL] = ACTIONS(1921), - [anon_sym_nullptr] = ACTIONS(1921), + [486] = { + [sym_attribute_declaration] = STATE(494), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(202), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(494), + [sym_identifier] = ACTIONS(1895), + [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(403), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [478] = { - [sym_attribute_declaration] = STATE(478), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(256), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(478), - [sym_identifier] = ACTIONS(1924), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1834), - [anon_sym_TILDE] = ACTIONS(1834), - [anon_sym_DASH] = ACTIONS(1837), - [anon_sym_PLUS] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1840), - [anon_sym_SEMI] = ACTIONS(1927), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1939), - [anon_sym_default] = ACTIONS(1942), - [anon_sym_while] = ACTIONS(1945), - [anon_sym_do] = ACTIONS(1948), - [anon_sym_for] = ACTIONS(1951), - [anon_sym_return] = ACTIONS(1954), - [anon_sym_break] = ACTIONS(1957), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_goto] = ACTIONS(1963), - [anon_sym___try] = ACTIONS(1966), - [anon_sym___leave] = ACTIONS(1969), - [anon_sym_DASH_DASH] = ACTIONS(1891), - [anon_sym_PLUS_PLUS] = ACTIONS(1891), - [anon_sym_sizeof] = ACTIONS(1894), - [anon_sym___alignof__] = ACTIONS(1897), - [anon_sym___alignof] = ACTIONS(1897), - [anon_sym__alignof] = ACTIONS(1897), - [anon_sym_alignof] = ACTIONS(1897), - [anon_sym__Alignof] = ACTIONS(1897), - [anon_sym_offsetof] = ACTIONS(1900), - [anon_sym__Generic] = ACTIONS(1903), - [anon_sym_asm] = ACTIONS(1906), - [anon_sym___asm__] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1915), - [anon_sym_u_DQUOTE] = ACTIONS(1915), - [anon_sym_U_DQUOTE] = ACTIONS(1915), - [anon_sym_u8_DQUOTE] = ACTIONS(1915), - [anon_sym_DQUOTE] = ACTIONS(1915), - [sym_true] = ACTIONS(1918), - [sym_false] = ACTIONS(1918), - [anon_sym_NULL] = ACTIONS(1921), - [anon_sym_nullptr] = ACTIONS(1921), + [487] = { + [sym_attribute_declaration] = STATE(490), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(109), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [sym_identifier] = ACTIONS(1947), + [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(137), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [479] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(271), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1780), + [488] = { + [sym_attribute_declaration] = STATE(490), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(114), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [sym_identifier] = ACTIONS(1947), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83069,22 +85557,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(473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -83097,6 +85586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83114,51 +85604,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [480] = { - [sym_attribute_declaration] = STATE(513), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(185), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(513), - [sym_identifier] = ACTIONS(1784), + [489] = { + [sym_attribute_declaration] = STATE(476), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(254), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(476), + [sym_identifier] = ACTIONS(1949), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83166,22 +85657,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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_if] = ACTIONS(417), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(421), - [anon_sym_default] = ACTIONS(423), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -83194,6 +85686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83211,51 +85704,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [481] = { - [sym_attribute_declaration] = STATE(480), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(168), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [sym_identifier] = ACTIONS(1784), + [490] = { + [sym_attribute_declaration] = STATE(505), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(104), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(505), + [sym_identifier] = ACTIONS(1947), + [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(137), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [491] = { + [sym_attribute_declaration] = STATE(479), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(202), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), + [sym_expression] = STATE(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(479), + [sym_identifier] = ACTIONS(1945), + [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(1012), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(65), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(69), + [anon_sym_default] = ACTIONS(71), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [492] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(320), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83264,20 +85958,21 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(413), - [anon_sym_if] = ACTIONS(417), - [anon_sym_switch] = ACTIONS(419), - [anon_sym_case] = ACTIONS(421), - [anon_sym_default] = ACTIONS(423), - [anon_sym_while] = ACTIONS(425), - [anon_sym_do] = ACTIONS(427), - [anon_sym_for] = ACTIONS(429), - [anon_sym_return] = ACTIONS(431), - [anon_sym_break] = ACTIONS(433), - [anon_sym_continue] = ACTIONS(435), - [anon_sym_goto] = ACTIONS(437), - [anon_sym___try] = ACTIONS(439), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1200), [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), @@ -83291,6 +85986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83308,51 +86004,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [482] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(2344), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [493] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(2193), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83361,12 +86058,13 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(1194), [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), [anon_sym_while] = ACTIONS(1196), [anon_sym_do] = ACTIONS(75), [anon_sym_for] = ACTIONS(1198), @@ -83388,6 +86086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83405,51 +86104,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [483] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(170), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1780), + [494] = { + [sym_attribute_declaration] = STATE(494), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(202), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(494), + [sym_identifier] = ACTIONS(1951), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1954), + [anon_sym___extension__] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1903), + [anon_sym_if] = ACTIONS(1957), + [anon_sym_switch] = ACTIONS(1909), + [anon_sym_case] = ACTIONS(1960), + [anon_sym_default] = ACTIONS(1963), + [anon_sym_while] = ACTIONS(1966), + [anon_sym_do] = ACTIONS(1921), + [anon_sym_for] = ACTIONS(1969), + [anon_sym_return] = ACTIONS(1927), + [anon_sym_break] = ACTIONS(1930), + [anon_sym_continue] = ACTIONS(1933), + [anon_sym_goto] = ACTIONS(1936), + [anon_sym___try] = ACTIONS(1972), + [anon_sym___leave] = ACTIONS(1975), + [anon_sym_DASH_DASH] = ACTIONS(1856), + [anon_sym_PLUS_PLUS] = ACTIONS(1856), + [anon_sym_sizeof] = ACTIONS(1859), + [anon_sym___alignof__] = ACTIONS(1862), + [anon_sym___alignof] = ACTIONS(1862), + [anon_sym__alignof] = ACTIONS(1862), + [anon_sym_alignof] = ACTIONS(1862), + [anon_sym__Alignof] = ACTIONS(1862), + [anon_sym_offsetof] = ACTIONS(1865), + [anon_sym__Generic] = ACTIONS(1868), + [anon_sym_asm] = ACTIONS(1871), + [anon_sym___asm__] = ACTIONS(1871), + [anon_sym___asm] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1874), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1880), + [anon_sym_u_DQUOTE] = ACTIONS(1880), + [anon_sym_U_DQUOTE] = ACTIONS(1880), + [anon_sym_u8_DQUOTE] = ACTIONS(1880), + [anon_sym_DQUOTE] = ACTIONS(1880), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [anon_sym_NULL] = ACTIONS(1886), + [anon_sym_nullptr] = ACTIONS(1886), + [sym_comment] = ACTIONS(3), + }, + [495] = { + [sym_attribute_declaration] = STATE(489), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(315), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [sym_identifier] = ACTIONS(1949), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83457,22 +86257,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(473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -83485,6 +86286,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83502,148 +86304,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [484] = { - [sym_attribute_declaration] = STATE(484), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(171), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(484), - [sym_identifier] = ACTIONS(1978), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1834), - [anon_sym_TILDE] = ACTIONS(1834), - [anon_sym_DASH] = ACTIONS(1837), - [anon_sym_PLUS] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1840), - [anon_sym_SEMI] = ACTIONS(1981), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1984), - [anon_sym_if] = ACTIONS(1987), - [anon_sym_switch] = ACTIONS(1990), - [anon_sym_case] = ACTIONS(1993), - [anon_sym_default] = ACTIONS(1996), - [anon_sym_while] = ACTIONS(1999), - [anon_sym_do] = ACTIONS(2002), - [anon_sym_for] = ACTIONS(2005), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2011), - [anon_sym_continue] = ACTIONS(2014), - [anon_sym_goto] = ACTIONS(2017), - [anon_sym___try] = ACTIONS(2020), - [anon_sym___leave] = ACTIONS(2023), - [anon_sym_DASH_DASH] = ACTIONS(1891), - [anon_sym_PLUS_PLUS] = ACTIONS(1891), - [anon_sym_sizeof] = ACTIONS(1894), - [anon_sym___alignof__] = ACTIONS(1897), - [anon_sym___alignof] = ACTIONS(1897), - [anon_sym__alignof] = ACTIONS(1897), - [anon_sym_alignof] = ACTIONS(1897), - [anon_sym__Alignof] = ACTIONS(1897), - [anon_sym_offsetof] = ACTIONS(1900), - [anon_sym__Generic] = ACTIONS(1903), - [anon_sym_asm] = ACTIONS(1906), - [anon_sym___asm__] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1915), - [anon_sym_u_DQUOTE] = ACTIONS(1915), - [anon_sym_U_DQUOTE] = ACTIONS(1915), - [anon_sym_u8_DQUOTE] = ACTIONS(1915), - [anon_sym_DQUOTE] = ACTIONS(1915), - [sym_true] = ACTIONS(1918), - [sym_false] = ACTIONS(1918), - [anon_sym_NULL] = ACTIONS(1921), - [anon_sym_nullptr] = ACTIONS(1921), - [sym_comment] = ACTIONS(3), - }, - [485] = { - [sym_attribute_declaration] = STATE(484), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(171), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(484), - [sym_identifier] = ACTIONS(1972), + [496] = { + [sym_attribute_declaration] = STATE(489), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(285), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [sym_identifier] = ACTIONS(1949), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83651,22 +86357,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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -83679,6 +86386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83696,51 +86404,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [486] = { - [sym_attribute_declaration] = STATE(480), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(297), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(480), - [sym_identifier] = ACTIONS(1784), + [497] = { + [sym_attribute_declaration] = STATE(503), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(266), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(503), + [sym_identifier] = ACTIONS(1889), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83749,7 +86458,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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(413), [anon_sym_if] = ACTIONS(417), [anon_sym_switch] = ACTIONS(419), @@ -83776,6 +86486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83793,148 +86504,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [487] = { - [sym_attribute_declaration] = STATE(487), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(171), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), - [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(2026), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1834), - [anon_sym_TILDE] = ACTIONS(1834), - [anon_sym_DASH] = ACTIONS(1837), - [anon_sym_PLUS] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1840), - [anon_sym_SEMI] = ACTIONS(2029), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1984), - [anon_sym_if] = ACTIONS(2032), - [anon_sym_switch] = ACTIONS(1990), - [anon_sym_case] = ACTIONS(2035), - [anon_sym_default] = ACTIONS(2038), - [anon_sym_while] = ACTIONS(2041), - [anon_sym_do] = ACTIONS(2002), - [anon_sym_for] = ACTIONS(2044), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2011), - [anon_sym_continue] = ACTIONS(2014), - [anon_sym_goto] = ACTIONS(2017), - [anon_sym___try] = ACTIONS(2047), - [anon_sym___leave] = ACTIONS(2050), - [anon_sym_DASH_DASH] = ACTIONS(1891), - [anon_sym_PLUS_PLUS] = ACTIONS(1891), - [anon_sym_sizeof] = ACTIONS(1894), - [anon_sym___alignof__] = ACTIONS(1897), - [anon_sym___alignof] = ACTIONS(1897), - [anon_sym__alignof] = ACTIONS(1897), - [anon_sym_alignof] = ACTIONS(1897), - [anon_sym__Alignof] = ACTIONS(1897), - [anon_sym_offsetof] = ACTIONS(1900), - [anon_sym__Generic] = ACTIONS(1903), - [anon_sym_asm] = ACTIONS(1906), - [anon_sym___asm__] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1915), - [anon_sym_u_DQUOTE] = ACTIONS(1915), - [anon_sym_U_DQUOTE] = ACTIONS(1915), - [anon_sym_u8_DQUOTE] = ACTIONS(1915), - [anon_sym_DQUOTE] = ACTIONS(1915), - [sym_true] = ACTIONS(1918), - [sym_false] = ACTIONS(1918), - [anon_sym_NULL] = ACTIONS(1921), - [anon_sym_nullptr] = ACTIONS(1921), - [sym_comment] = ACTIONS(3), - }, - [488] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(2327), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [498] = { + [sym_attribute_declaration] = STATE(489), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(287), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [sym_identifier] = ACTIONS(1949), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -83942,22 +86557,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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_SEMI] = ACTIONS(647), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -83970,6 +86586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -83987,51 +86604,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [489] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(306), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1780), + [499] = { + [sym_attribute_declaration] = STATE(497), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(317), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(497), + [sym_identifier] = ACTIONS(1889), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84039,22 +86657,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(473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(413), + [anon_sym_if] = ACTIONS(417), + [anon_sym_switch] = ACTIONS(419), + [anon_sym_case] = ACTIONS(421), + [anon_sym_default] = ACTIONS(423), + [anon_sym_while] = ACTIONS(425), + [anon_sym_do] = ACTIONS(427), + [anon_sym_for] = ACTIONS(429), + [anon_sym_return] = ACTIONS(431), + [anon_sym_break] = ACTIONS(433), + [anon_sym_continue] = ACTIONS(435), + [anon_sym_goto] = ACTIONS(437), + [anon_sym___try] = ACTIONS(439), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84067,6 +86686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84084,51 +86704,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [490] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(234), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [500] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(306), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84137,12 +86758,13 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(1194), [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), [anon_sym_while] = ACTIONS(1196), [anon_sym_do] = ACTIONS(75), [anon_sym_for] = ACTIONS(1198), @@ -84164,6 +86786,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84181,51 +86804,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [491] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(243), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [501] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(2375), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84234,12 +86858,13 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(1194), [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), [anon_sym_while] = ACTIONS(1196), [anon_sym_do] = ACTIONS(75), [anon_sym_for] = ACTIONS(1198), @@ -84261,6 +86886,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84278,51 +86904,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [492] = { - [sym_attribute_declaration] = STATE(504), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(109), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [sym_identifier] = ACTIONS(2053), + [502] = { + [sym_attribute_declaration] = STATE(491), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(297), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), + [sym_expression] = STATE(1189), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [sym_identifier] = ACTIONS(1945), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84330,22 +86957,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(137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_if] = ACTIONS(65), + [anon_sym_switch] = ACTIONS(67), + [anon_sym_case] = ACTIONS(69), + [anon_sym_default] = ACTIONS(71), + [anon_sym_while] = ACTIONS(73), + [anon_sym_do] = ACTIONS(75), + [anon_sym_for] = ACTIONS(77), + [anon_sym_return] = ACTIONS(79), + [anon_sym_break] = ACTIONS(81), + [anon_sym_continue] = ACTIONS(83), + [anon_sym_goto] = ACTIONS(85), + [anon_sym___try] = ACTIONS(1014), + [anon_sym___leave] = ACTIONS(1016), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84358,6 +86986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84375,51 +87004,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [493] = { - [sym_attribute_declaration] = STATE(487), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(171), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), - [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(487), - [sym_identifier] = ACTIONS(1786), + [503] = { + [sym_attribute_declaration] = STATE(503), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(266), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(503), + [sym_identifier] = ACTIONS(1978), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1954), + [anon_sym___extension__] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1981), + [anon_sym_if] = ACTIONS(1984), + [anon_sym_switch] = ACTIONS(1987), + [anon_sym_case] = ACTIONS(1990), + [anon_sym_default] = ACTIONS(1993), + [anon_sym_while] = ACTIONS(1996), + [anon_sym_do] = ACTIONS(1999), + [anon_sym_for] = ACTIONS(2002), + [anon_sym_return] = ACTIONS(2005), + [anon_sym_break] = ACTIONS(2008), + [anon_sym_continue] = ACTIONS(2011), + [anon_sym_goto] = ACTIONS(2014), + [anon_sym___try] = ACTIONS(2017), + [anon_sym___leave] = ACTIONS(1975), + [anon_sym_DASH_DASH] = ACTIONS(1856), + [anon_sym_PLUS_PLUS] = ACTIONS(1856), + [anon_sym_sizeof] = ACTIONS(1859), + [anon_sym___alignof__] = ACTIONS(1862), + [anon_sym___alignof] = ACTIONS(1862), + [anon_sym__alignof] = ACTIONS(1862), + [anon_sym_alignof] = ACTIONS(1862), + [anon_sym__Alignof] = ACTIONS(1862), + [anon_sym_offsetof] = ACTIONS(1865), + [anon_sym__Generic] = ACTIONS(1868), + [anon_sym_asm] = ACTIONS(1871), + [anon_sym___asm__] = ACTIONS(1871), + [anon_sym___asm] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1874), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1880), + [anon_sym_u_DQUOTE] = ACTIONS(1880), + [anon_sym_U_DQUOTE] = ACTIONS(1880), + [anon_sym_u8_DQUOTE] = ACTIONS(1880), + [anon_sym_DQUOTE] = ACTIONS(1880), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [anon_sym_NULL] = ACTIONS(1886), + [anon_sym_nullptr] = ACTIONS(1886), + [sym_comment] = ACTIONS(3), + }, + [504] = { + [sym_attribute_declaration] = STATE(486), + [sym_compound_statement] = STATE(295), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(297), + [sym_labeled_statement] = STATE(295), + [sym_expression_statement] = STATE(295), + [sym_if_statement] = STATE(295), + [sym_switch_statement] = STATE(295), + [sym_case_statement] = STATE(295), + [sym_while_statement] = STATE(295), + [sym_do_statement] = STATE(295), + [sym_for_statement] = STATE(295), + [sym_return_statement] = STATE(295), + [sym_break_statement] = STATE(295), + [sym_continue_statement] = STATE(295), + [sym_goto_statement] = STATE(295), + [sym_seh_try_statement] = STATE(295), + [sym_seh_leave_statement] = STATE(295), + [sym_expression] = STATE(1210), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2202), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(486), + [sym_identifier] = ACTIONS(1895), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84427,22 +87157,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(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym_SEMI] = ACTIONS(403), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(65), + [anon_sym_if] = ACTIONS(1194), [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(69), - [anon_sym_default] = ACTIONS(71), - [anon_sym_while] = ACTIONS(73), + [anon_sym_case] = ACTIONS(1204), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1196), [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), + [anon_sym_for] = ACTIONS(1198), [anon_sym_return] = ACTIONS(79), [anon_sym_break] = ACTIONS(81), [anon_sym_continue] = ACTIONS(83), [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym___try] = ACTIONS(1200), + [anon_sym___leave] = ACTIONS(441), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84455,6 +87186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84472,51 +87204,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [494] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(234), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), + [505] = { + [sym_attribute_declaration] = STATE(505), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(104), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(505), + [sym_identifier] = ACTIONS(2020), + [anon_sym_LPAREN2] = ACTIONS(1793), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1799), + [anon_sym_PLUS] = ACTIONS(1799), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(2023), + [anon_sym___extension__] = ACTIONS(1808), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(2026), + [anon_sym_if] = ACTIONS(2029), + [anon_sym_switch] = ACTIONS(2032), + [anon_sym_case] = ACTIONS(2035), + [anon_sym_default] = ACTIONS(2038), + [anon_sym_while] = ACTIONS(2041), + [anon_sym_do] = ACTIONS(2044), + [anon_sym_for] = ACTIONS(2047), + [anon_sym_return] = ACTIONS(2050), + [anon_sym_break] = ACTIONS(2053), + [anon_sym_continue] = ACTIONS(2056), + [anon_sym_goto] = ACTIONS(2059), + [anon_sym___try] = ACTIONS(2062), + [anon_sym___leave] = ACTIONS(2065), + [anon_sym_DASH_DASH] = ACTIONS(1856), + [anon_sym_PLUS_PLUS] = ACTIONS(1856), + [anon_sym_sizeof] = ACTIONS(1859), + [anon_sym___alignof__] = ACTIONS(1862), + [anon_sym___alignof] = ACTIONS(1862), + [anon_sym__alignof] = ACTIONS(1862), + [anon_sym_alignof] = ACTIONS(1862), + [anon_sym__Alignof] = ACTIONS(1862), + [anon_sym_offsetof] = ACTIONS(1865), + [anon_sym__Generic] = ACTIONS(1868), + [anon_sym_asm] = ACTIONS(1871), + [anon_sym___asm__] = ACTIONS(1871), + [anon_sym___asm] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1874), + [anon_sym_L_SQUOTE] = ACTIONS(1877), + [anon_sym_u_SQUOTE] = ACTIONS(1877), + [anon_sym_U_SQUOTE] = ACTIONS(1877), + [anon_sym_u8_SQUOTE] = ACTIONS(1877), + [anon_sym_SQUOTE] = ACTIONS(1877), + [anon_sym_L_DQUOTE] = ACTIONS(1880), + [anon_sym_u_DQUOTE] = ACTIONS(1880), + [anon_sym_U_DQUOTE] = ACTIONS(1880), + [anon_sym_u8_DQUOTE] = ACTIONS(1880), + [anon_sym_DQUOTE] = ACTIONS(1880), + [sym_true] = ACTIONS(1883), + [sym_false] = ACTIONS(1883), + [anon_sym_NULL] = ACTIONS(1886), + [anon_sym_nullptr] = ACTIONS(1886), + [sym_comment] = ACTIONS(3), + }, + [506] = { + [sym_attribute_declaration] = STATE(491), + [sym_compound_statement] = STATE(236), + [sym_attributed_statement] = STATE(236), + [sym_statement] = STATE(306), + [sym_labeled_statement] = STATE(236), + [sym_expression_statement] = STATE(236), + [sym_if_statement] = STATE(236), + [sym_switch_statement] = STATE(236), + [sym_case_statement] = STATE(236), + [sym_while_statement] = STATE(236), + [sym_do_statement] = STATE(236), + [sym_for_statement] = STATE(236), + [sym_return_statement] = STATE(236), + [sym_break_statement] = STATE(236), + [sym_continue_statement] = STATE(236), + [sym_goto_statement] = STATE(236), + [sym_seh_try_statement] = STATE(236), + [sym_seh_leave_statement] = STATE(236), [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(1786), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2174), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(491), + [sym_identifier] = ACTIONS(1945), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84525,7 +87358,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(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_if] = ACTIONS(65), [anon_sym_switch] = ACTIONS(67), @@ -84552,6 +87386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84569,51 +87404,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [495] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(295), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), - [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(1786), + [507] = { + [sym_attribute_declaration] = STATE(490), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [sym_identifier] = ACTIONS(1947), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84621,22 +87457,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(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(65), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(69), - [anon_sym_default] = ACTIONS(71), - [anon_sym_while] = ACTIONS(73), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84649,6 +87486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84666,51 +87504,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [496] = { - [sym_attribute_declaration] = STATE(511), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(304), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(511), - [sym_identifier] = ACTIONS(1780), + [508] = { + [sym_attribute_declaration] = STATE(490), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(129), + [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(1190), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2382), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(490), + [sym_identifier] = ACTIONS(1947), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84718,22 +87557,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(473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym_SEMI] = ACTIONS(137), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_switch] = ACTIONS(151), + [anon_sym_case] = ACTIONS(153), + [anon_sym_default] = ACTIONS(155), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(159), + [anon_sym_for] = ACTIONS(161), + [anon_sym_return] = ACTIONS(163), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_goto] = ACTIONS(169), + [anon_sym___try] = ACTIONS(171), + [anon_sym___leave] = ACTIONS(173), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84746,6 +87586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84763,51 +87604,537 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [497] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(295), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [509] = { + [sym_attribute_declaration] = STATE(489), + [sym_compound_statement] = STATE(270), + [sym_attributed_statement] = STATE(270), + [sym_statement] = STATE(175), + [sym_labeled_statement] = STATE(270), + [sym_expression_statement] = STATE(270), + [sym_if_statement] = STATE(270), + [sym_switch_statement] = STATE(270), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(270), + [sym_do_statement] = STATE(270), + [sym_for_statement] = STATE(270), + [sym_return_statement] = STATE(270), + [sym_break_statement] = STATE(270), + [sym_continue_statement] = STATE(270), + [sym_goto_statement] = STATE(270), + [sym_seh_try_statement] = STATE(270), + [sym_seh_leave_statement] = STATE(270), + [sym_expression] = STATE(1203), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2246), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_attributed_declarator_repeat1] = STATE(489), + [sym_identifier] = ACTIONS(1949), + [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(647), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1893), + [anon_sym_LBRACE] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_switch] = ACTIONS(661), + [anon_sym_case] = ACTIONS(663), + [anon_sym_default] = ACTIONS(665), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(669), + [anon_sym_for] = ACTIONS(671), + [anon_sym_return] = ACTIONS(673), + [anon_sym_break] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(677), + [anon_sym_goto] = ACTIONS(679), + [anon_sym___try] = ACTIONS(681), + [anon_sym___leave] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [510] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1412), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(890), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2068), + [anon_sym_LPAREN2] = ACTIONS(2071), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2075), + [anon_sym_extern] = ACTIONS(2078), + [anon_sym___attribute__] = ACTIONS(2081), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2084), + [anon_sym___declspec] = ACTIONS(2087), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(2090), + [anon_sym_unsigned] = ACTIONS(2090), + [anon_sym_long] = ACTIONS(2090), + [anon_sym_short] = ACTIONS(2090), + [anon_sym_static] = ACTIONS(2078), + [anon_sym_auto] = ACTIONS(2078), + [anon_sym_register] = ACTIONS(2078), + [anon_sym_inline] = ACTIONS(2078), + [anon_sym___inline] = ACTIONS(2078), + [anon_sym___inline__] = ACTIONS(2078), + [anon_sym___forceinline] = ACTIONS(2078), + [anon_sym_thread_local] = ACTIONS(2078), + [anon_sym___thread] = ACTIONS(2078), + [anon_sym_const] = ACTIONS(2075), + [anon_sym_constexpr] = ACTIONS(2075), + [anon_sym_volatile] = ACTIONS(2075), + [anon_sym_restrict] = ACTIONS(2075), + [anon_sym___restrict__] = ACTIONS(2075), + [anon_sym__Atomic] = ACTIONS(2075), + [anon_sym__Noreturn] = ACTIONS(2075), + [anon_sym_noreturn] = ACTIONS(2075), + [anon_sym__Nonnull] = ACTIONS(2075), + [anon_sym_alignas] = ACTIONS(2093), + [anon_sym__Alignas] = ACTIONS(2093), + [sym_primitive_type] = ACTIONS(2096), + [anon_sym_enum] = ACTIONS(2099), + [anon_sym_struct] = ACTIONS(2102), + [anon_sym_union] = ACTIONS(2105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), + }, + [511] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1400), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(882), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2068), + [anon_sym_LPAREN2] = ACTIONS(2108), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2075), + [anon_sym_extern] = ACTIONS(2078), + [anon_sym___attribute__] = ACTIONS(2081), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2084), + [anon_sym___declspec] = ACTIONS(2087), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(2090), + [anon_sym_unsigned] = ACTIONS(2090), + [anon_sym_long] = ACTIONS(2090), + [anon_sym_short] = ACTIONS(2090), + [anon_sym_static] = ACTIONS(2078), + [anon_sym_auto] = ACTIONS(2078), + [anon_sym_register] = ACTIONS(2078), + [anon_sym_inline] = ACTIONS(2078), + [anon_sym___inline] = ACTIONS(2078), + [anon_sym___inline__] = ACTIONS(2078), + [anon_sym___forceinline] = ACTIONS(2078), + [anon_sym_thread_local] = ACTIONS(2078), + [anon_sym___thread] = ACTIONS(2078), + [anon_sym_const] = ACTIONS(2075), + [anon_sym_constexpr] = ACTIONS(2075), + [anon_sym_volatile] = ACTIONS(2075), + [anon_sym_restrict] = ACTIONS(2075), + [anon_sym___restrict__] = ACTIONS(2075), + [anon_sym__Atomic] = ACTIONS(2075), + [anon_sym__Noreturn] = ACTIONS(2075), + [anon_sym_noreturn] = ACTIONS(2075), + [anon_sym__Nonnull] = ACTIONS(2075), + [anon_sym_alignas] = ACTIONS(2093), + [anon_sym__Alignas] = ACTIONS(2093), + [sym_primitive_type] = ACTIONS(2096), + [anon_sym_enum] = ACTIONS(2099), + [anon_sym_struct] = ACTIONS(2102), + [anon_sym_union] = ACTIONS(2105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), + }, + [512] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1425), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(868), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2068), + [anon_sym_LPAREN2] = ACTIONS(2110), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2075), + [anon_sym_extern] = ACTIONS(2078), + [anon_sym___attribute__] = ACTIONS(2081), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2084), + [anon_sym___declspec] = ACTIONS(2087), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(2090), + [anon_sym_unsigned] = ACTIONS(2090), + [anon_sym_long] = ACTIONS(2090), + [anon_sym_short] = ACTIONS(2090), + [anon_sym_static] = ACTIONS(2078), + [anon_sym_auto] = ACTIONS(2078), + [anon_sym_register] = ACTIONS(2078), + [anon_sym_inline] = ACTIONS(2078), + [anon_sym___inline] = ACTIONS(2078), + [anon_sym___inline__] = ACTIONS(2078), + [anon_sym___forceinline] = ACTIONS(2078), + [anon_sym_thread_local] = ACTIONS(2078), + [anon_sym___thread] = ACTIONS(2078), + [anon_sym_const] = ACTIONS(2075), + [anon_sym_constexpr] = ACTIONS(2075), + [anon_sym_volatile] = ACTIONS(2075), + [anon_sym_restrict] = ACTIONS(2075), + [anon_sym___restrict__] = ACTIONS(2075), + [anon_sym__Atomic] = ACTIONS(2075), + [anon_sym__Noreturn] = ACTIONS(2075), + [anon_sym_noreturn] = ACTIONS(2075), + [anon_sym__Nonnull] = ACTIONS(2075), + [anon_sym_alignas] = ACTIONS(2093), + [anon_sym__Alignas] = ACTIONS(2093), + [sym_primitive_type] = ACTIONS(2096), + [anon_sym_enum] = ACTIONS(2099), + [anon_sym_struct] = ACTIONS(2102), + [anon_sym_union] = ACTIONS(2105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), + }, + [513] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1424), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(867), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2068), + [anon_sym_LPAREN2] = ACTIONS(2112), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2075), + [anon_sym_extern] = ACTIONS(2078), + [anon_sym___attribute__] = ACTIONS(2081), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2084), + [anon_sym___declspec] = ACTIONS(2087), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_signed] = ACTIONS(2090), + [anon_sym_unsigned] = ACTIONS(2090), + [anon_sym_long] = ACTIONS(2090), + [anon_sym_short] = ACTIONS(2090), + [anon_sym_static] = ACTIONS(2078), + [anon_sym_auto] = ACTIONS(2078), + [anon_sym_register] = ACTIONS(2078), + [anon_sym_inline] = ACTIONS(2078), + [anon_sym___inline] = ACTIONS(2078), + [anon_sym___inline__] = ACTIONS(2078), + [anon_sym___forceinline] = ACTIONS(2078), + [anon_sym_thread_local] = ACTIONS(2078), + [anon_sym___thread] = ACTIONS(2078), + [anon_sym_const] = ACTIONS(2075), + [anon_sym_constexpr] = ACTIONS(2075), + [anon_sym_volatile] = ACTIONS(2075), + [anon_sym_restrict] = ACTIONS(2075), + [anon_sym___restrict__] = ACTIONS(2075), + [anon_sym__Atomic] = ACTIONS(2075), + [anon_sym__Noreturn] = ACTIONS(2075), + [anon_sym_noreturn] = ACTIONS(2075), + [anon_sym__Nonnull] = ACTIONS(2075), + [anon_sym_alignas] = ACTIONS(2093), + [anon_sym__Alignas] = ACTIONS(2093), + [sym_primitive_type] = ACTIONS(2096), + [anon_sym_enum] = ACTIONS(2099), + [anon_sym_struct] = ACTIONS(2102), + [anon_sym_union] = ACTIONS(2105), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), + }, + [514] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2151), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84815,22 +88142,27 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84843,6 +88175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84860,51 +88193,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [498] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(315), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [515] = { + [sym_expression] = STATE(1128), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2120), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -84912,22 +88226,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_SEMI] = ACTIONS(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym___extension__] = ACTIONS(2123), + [anon_sym_typedef] = ACTIONS(2126), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym___attribute__] = ACTIONS(2128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), + [anon_sym___declspec] = ACTIONS(2128), + [anon_sym_signed] = ACTIONS(2128), + [anon_sym_unsigned] = ACTIONS(2128), + [anon_sym_long] = ACTIONS(2128), + [anon_sym_short] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_auto] = ACTIONS(2128), + [anon_sym_register] = ACTIONS(2128), + [anon_sym_inline] = ACTIONS(2128), + [anon_sym___inline] = ACTIONS(2128), + [anon_sym___inline__] = ACTIONS(2128), + [anon_sym___forceinline] = ACTIONS(2128), + [anon_sym_thread_local] = ACTIONS(2128), + [anon_sym___thread] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_constexpr] = ACTIONS(2128), + [anon_sym_volatile] = ACTIONS(2128), + [anon_sym_restrict] = ACTIONS(2128), + [anon_sym___restrict__] = ACTIONS(2128), + [anon_sym__Atomic] = ACTIONS(2128), + [anon_sym__Noreturn] = ACTIONS(2128), + [anon_sym_noreturn] = ACTIONS(2128), + [anon_sym__Nonnull] = ACTIONS(2128), + [anon_sym_alignas] = ACTIONS(2128), + [anon_sym__Alignas] = ACTIONS(2128), + [sym_primitive_type] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -84940,6 +88272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -84957,148 +88290,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [499] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1386), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(882), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1788), - [anon_sym_LPAREN2] = ACTIONS(2055), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_auto] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym___inline] = ACTIONS(1798), - [anon_sym___inline__] = ACTIONS(1798), - [anon_sym___forceinline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym___thread] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_alignas] = ACTIONS(1813), - [anon_sym__Alignas] = ACTIONS(1813), - [sym_primitive_type] = ACTIONS(1816), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1825), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), - }, - [500] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(440), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [516] = { + [sym_expression] = STATE(1128), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2120), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85106,22 +88323,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_SEMI] = ACTIONS(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym___extension__] = ACTIONS(2123), + [anon_sym_typedef] = ACTIONS(2132), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym___attribute__] = ACTIONS(2128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), + [anon_sym___declspec] = ACTIONS(2128), + [anon_sym_signed] = ACTIONS(2128), + [anon_sym_unsigned] = ACTIONS(2128), + [anon_sym_long] = ACTIONS(2128), + [anon_sym_short] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_auto] = ACTIONS(2128), + [anon_sym_register] = ACTIONS(2128), + [anon_sym_inline] = ACTIONS(2128), + [anon_sym___inline] = ACTIONS(2128), + [anon_sym___inline__] = ACTIONS(2128), + [anon_sym___forceinline] = ACTIONS(2128), + [anon_sym_thread_local] = ACTIONS(2128), + [anon_sym___thread] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_constexpr] = ACTIONS(2128), + [anon_sym_volatile] = ACTIONS(2128), + [anon_sym_restrict] = ACTIONS(2128), + [anon_sym___restrict__] = ACTIONS(2128), + [anon_sym__Atomic] = ACTIONS(2128), + [anon_sym__Noreturn] = ACTIONS(2128), + [anon_sym_noreturn] = ACTIONS(2128), + [anon_sym__Nonnull] = ACTIONS(2128), + [anon_sym_alignas] = ACTIONS(2128), + [anon_sym__Alignas] = ACTIONS(2128), + [sym_primitive_type] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85134,6 +88369,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85151,148 +88387,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [501] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1387), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(890), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1788), - [anon_sym_LPAREN2] = ACTIONS(2057), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_auto] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym___inline] = ACTIONS(1798), - [anon_sym___inline__] = ACTIONS(1798), - [anon_sym___forceinline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym___thread] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_alignas] = ACTIONS(1813), - [anon_sym__Alignas] = ACTIONS(1813), - [sym_primitive_type] = ACTIONS(1816), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1825), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), - }, - [502] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(2180), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [517] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2306), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85300,22 +88433,27 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85328,6 +88466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85345,148 +88484,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [503] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1407), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(867), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1788), - [anon_sym_LPAREN2] = ACTIONS(2059), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1795), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1801), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1807), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_auto] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym___inline] = ACTIONS(1798), - [anon_sym___inline__] = ACTIONS(1798), - [anon_sym___forceinline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym___thread] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_alignas] = ACTIONS(1813), - [anon_sym__Alignas] = ACTIONS(1813), - [sym_primitive_type] = ACTIONS(1816), - [anon_sym_enum] = ACTIONS(1819), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1825), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), - }, - [504] = { - [sym_attribute_declaration] = STATE(477), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(126), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(477), - [sym_identifier] = ACTIONS(2053), + [518] = { + [sym_expression] = STATE(1128), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2120), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85494,22 +88517,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_SEMI] = ACTIONS(137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), + [anon_sym___extension__] = ACTIONS(2123), + [anon_sym_typedef] = ACTIONS(2134), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym___attribute__] = ACTIONS(2128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), + [anon_sym___declspec] = ACTIONS(2128), + [anon_sym_signed] = ACTIONS(2128), + [anon_sym_unsigned] = ACTIONS(2128), + [anon_sym_long] = ACTIONS(2128), + [anon_sym_short] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_auto] = ACTIONS(2128), + [anon_sym_register] = ACTIONS(2128), + [anon_sym_inline] = ACTIONS(2128), + [anon_sym___inline] = ACTIONS(2128), + [anon_sym___inline__] = ACTIONS(2128), + [anon_sym___forceinline] = ACTIONS(2128), + [anon_sym_thread_local] = ACTIONS(2128), + [anon_sym___thread] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_constexpr] = ACTIONS(2128), + [anon_sym_volatile] = ACTIONS(2128), + [anon_sym_restrict] = ACTIONS(2128), + [anon_sym___restrict__] = ACTIONS(2128), + [anon_sym__Atomic] = ACTIONS(2128), + [anon_sym__Noreturn] = ACTIONS(2128), + [anon_sym_noreturn] = ACTIONS(2128), + [anon_sym__Nonnull] = ACTIONS(2128), + [anon_sym_alignas] = ACTIONS(2128), + [anon_sym__Alignas] = ACTIONS(2128), + [sym_primitive_type] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85522,6 +88563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85539,51 +88581,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [505] = { - [sym_attribute_declaration] = STATE(504), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(102), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [sym_identifier] = ACTIONS(2053), + [519] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2148), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85591,22 +88627,27 @@ 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(137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85619,6 +88660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85636,51 +88678,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [506] = { - [sym_attribute_declaration] = STATE(485), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(2305), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(485), - [sym_identifier] = ACTIONS(1972), + [520] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2176), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85688,22 +88724,27 @@ 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(403), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1196), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1200), - [anon_sym___leave] = ACTIONS(441), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85716,6 +88757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85733,51 +88775,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [507] = { - [sym_attribute_declaration] = STATE(504), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(112), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [sym_identifier] = ACTIONS(2053), + [521] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2145), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85785,22 +88821,27 @@ 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(137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85813,6 +88854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85830,51 +88872,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [508] = { - [sym_attribute_declaration] = STATE(504), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(100), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [sym_identifier] = ACTIONS(2053), + [522] = { + [sym_expression] = STATE(1128), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2120), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85882,22 +88905,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_SEMI] = ACTIONS(137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), + [anon_sym___extension__] = ACTIONS(2123), + [anon_sym_typedef] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym___attribute__] = ACTIONS(2128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), + [anon_sym___declspec] = ACTIONS(2128), + [anon_sym_signed] = ACTIONS(2128), + [anon_sym_unsigned] = ACTIONS(2128), + [anon_sym_long] = ACTIONS(2128), + [anon_sym_short] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_auto] = ACTIONS(2128), + [anon_sym_register] = ACTIONS(2128), + [anon_sym_inline] = ACTIONS(2128), + [anon_sym___inline] = ACTIONS(2128), + [anon_sym___inline__] = ACTIONS(2128), + [anon_sym___forceinline] = ACTIONS(2128), + [anon_sym_thread_local] = ACTIONS(2128), + [anon_sym___thread] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_constexpr] = ACTIONS(2128), + [anon_sym_volatile] = ACTIONS(2128), + [anon_sym_restrict] = ACTIONS(2128), + [anon_sym___restrict__] = ACTIONS(2128), + [anon_sym__Atomic] = ACTIONS(2128), + [anon_sym__Noreturn] = ACTIONS(2128), + [anon_sym_noreturn] = ACTIONS(2128), + [anon_sym__Nonnull] = ACTIONS(2128), + [anon_sym_alignas] = ACTIONS(2128), + [anon_sym__Alignas] = ACTIONS(2128), + [sym_primitive_type] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -85910,6 +88951,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -85927,51 +88969,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [509] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(243), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), - [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(1786), + [523] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2328), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -85979,22 +89015,27 @@ 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(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(65), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(69), - [anon_sym_default] = ACTIONS(71), - [anon_sym_while] = ACTIONS(73), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -86007,6 +89048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86024,51 +89066,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [510] = { - [sym_attribute_declaration] = STATE(504), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(75), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym_seh_try_statement] = STATE(119), - [sym_seh_leave_statement] = STATE(119), - [sym_expression] = STATE(1195), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2227), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(504), - [sym_identifier] = ACTIONS(2053), + [524] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2161), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86076,22 +89112,27 @@ 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(137), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(149), - [anon_sym_switch] = ACTIONS(151), - [anon_sym_case] = ACTIONS(153), - [anon_sym_default] = ACTIONS(155), - [anon_sym_while] = ACTIONS(157), - [anon_sym_do] = ACTIONS(159), - [anon_sym_for] = ACTIONS(161), - [anon_sym_return] = ACTIONS(163), - [anon_sym_break] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(169), - [anon_sym___try] = ACTIONS(171), - [anon_sym___leave] = ACTIONS(173), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -86104,6 +89145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86121,51 +89163,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [511] = { - [sym_attribute_declaration] = STATE(478), - [sym_compound_statement] = STATE(247), - [sym_attributed_statement] = STATE(247), - [sym_statement] = STATE(256), - [sym_labeled_statement] = STATE(247), - [sym_expression_statement] = STATE(247), - [sym_if_statement] = STATE(247), - [sym_switch_statement] = STATE(247), - [sym_case_statement] = STATE(247), - [sym_while_statement] = STATE(247), - [sym_do_statement] = STATE(247), - [sym_for_statement] = STATE(247), - [sym_return_statement] = STATE(247), - [sym_break_statement] = STATE(247), - [sym_continue_statement] = STATE(247), - [sym_goto_statement] = STATE(247), - [sym_seh_try_statement] = STATE(247), - [sym_seh_leave_statement] = STATE(247), - [sym_expression] = STATE(1182), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2229), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(478), - [sym_identifier] = ACTIONS(1780), + [525] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2253), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86173,22 +89209,27 @@ 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(473), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_if] = ACTIONS(485), - [anon_sym_switch] = ACTIONS(487), - [anon_sym_case] = ACTIONS(489), - [anon_sym_default] = ACTIONS(491), - [anon_sym_while] = ACTIONS(493), - [anon_sym_do] = ACTIONS(495), - [anon_sym_for] = ACTIONS(497), - [anon_sym_return] = ACTIONS(499), - [anon_sym_break] = ACTIONS(501), - [anon_sym_continue] = ACTIONS(503), - [anon_sym_goto] = ACTIONS(505), - [anon_sym___try] = ACTIONS(507), - [anon_sym___leave] = ACTIONS(509), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -86201,6 +89242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86218,51 +89260,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [512] = { - [sym_attribute_declaration] = STATE(493), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_statement] = STATE(315), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym_seh_try_statement] = STATE(181), - [sym_seh_leave_statement] = STATE(181), - [sym_expression] = STATE(1189), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2258), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(493), - [sym_identifier] = ACTIONS(1786), + [526] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2194), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86270,22 +89306,27 @@ 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(1012), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1782), + [anon_sym___extension__] = ACTIONS(1202), [anon_sym_LBRACE] = ACTIONS(47), - [anon_sym_if] = ACTIONS(65), - [anon_sym_switch] = ACTIONS(67), - [anon_sym_case] = ACTIONS(69), - [anon_sym_default] = ACTIONS(71), - [anon_sym_while] = ACTIONS(73), - [anon_sym_do] = ACTIONS(75), - [anon_sym_for] = ACTIONS(77), - [anon_sym_return] = ACTIONS(79), - [anon_sym_break] = ACTIONS(81), - [anon_sym_continue] = ACTIONS(83), - [anon_sym_goto] = ACTIONS(85), - [anon_sym___try] = ACTIONS(1014), - [anon_sym___leave] = ACTIONS(1016), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(2118), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -86298,6 +89339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86315,169 +89357,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [513] = { - [sym_attribute_declaration] = STATE(513), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_statement] = STATE(185), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym_seh_try_statement] = STATE(183), - [sym_seh_leave_statement] = STATE(183), - [sym_expression] = STATE(1157), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2207), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_attributed_declarator_repeat1] = STATE(513), - [sym_identifier] = ACTIONS(2061), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1834), - [anon_sym_TILDE] = ACTIONS(1834), - [anon_sym_DASH] = ACTIONS(1837), - [anon_sym_PLUS] = ACTIONS(1837), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1840), - [anon_sym_SEMI] = ACTIONS(1981), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(2064), - [anon_sym_if] = ACTIONS(2067), - [anon_sym_switch] = ACTIONS(2070), - [anon_sym_case] = ACTIONS(2073), - [anon_sym_default] = ACTIONS(2076), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2082), - [anon_sym_for] = ACTIONS(2085), - [anon_sym_return] = ACTIONS(2088), - [anon_sym_break] = ACTIONS(2091), - [anon_sym_continue] = ACTIONS(2094), - [anon_sym_goto] = ACTIONS(2097), - [anon_sym___try] = ACTIONS(2100), - [anon_sym___leave] = ACTIONS(2023), - [anon_sym_DASH_DASH] = ACTIONS(1891), - [anon_sym_PLUS_PLUS] = ACTIONS(1891), - [anon_sym_sizeof] = ACTIONS(1894), - [anon_sym___alignof__] = ACTIONS(1897), - [anon_sym___alignof] = ACTIONS(1897), - [anon_sym__alignof] = ACTIONS(1897), - [anon_sym_alignof] = ACTIONS(1897), - [anon_sym__Alignof] = ACTIONS(1897), - [anon_sym_offsetof] = ACTIONS(1900), - [anon_sym__Generic] = ACTIONS(1903), - [anon_sym_asm] = ACTIONS(1906), - [anon_sym___asm__] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1909), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1915), - [anon_sym_u_DQUOTE] = ACTIONS(1915), - [anon_sym_U_DQUOTE] = ACTIONS(1915), - [anon_sym_u8_DQUOTE] = ACTIONS(1915), - [anon_sym_DQUOTE] = ACTIONS(1915), - [sym_true] = ACTIONS(1918), - [sym_false] = ACTIONS(1918), - [anon_sym_NULL] = ACTIONS(1921), - [anon_sym_nullptr] = ACTIONS(1921), - [sym_comment] = ACTIONS(3), - }, - [514] = { - [sym_expression] = STATE(1019), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(855), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(855), - [sym_call_expression] = STATE(855), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(855), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(855), - [sym_initializer_list] = STATE(866), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_identifier] = ACTIONS(1772), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(2103), - [anon_sym_TILDE] = ACTIONS(2105), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1760), - [anon_sym_PERCENT] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_AMP_AMP] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1760), - [anon_sym_CARET] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1760), - [anon_sym_EQ_EQ] = ACTIONS(1762), - [anon_sym_BANG_EQ] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1760), - [anon_sym_GT_EQ] = ACTIONS(1762), - [anon_sym_LT_EQ] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1760), - [anon_sym_LT_LT] = ACTIONS(1760), - [anon_sym_GT_GT] = ACTIONS(1760), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_RBRACK] = ACTIONS(1762), - [anon_sym_EQ] = ACTIONS(1760), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_STAR_EQ] = ACTIONS(1762), - [anon_sym_SLASH_EQ] = ACTIONS(1762), - [anon_sym_PERCENT_EQ] = ACTIONS(1762), - [anon_sym_PLUS_EQ] = ACTIONS(1762), - [anon_sym_DASH_EQ] = ACTIONS(1762), - [anon_sym_LT_LT_EQ] = ACTIONS(1762), - [anon_sym_GT_GT_EQ] = ACTIONS(1762), - [anon_sym_AMP_EQ] = ACTIONS(1762), - [anon_sym_CARET_EQ] = ACTIONS(1762), - [anon_sym_PIPE_EQ] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1762), - [anon_sym_PLUS_PLUS] = ACTIONS(1762), - [anon_sym_sizeof] = ACTIONS(2107), + [527] = { + [sym_expression] = STATE(1041), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(870), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(870), + [sym_call_expression] = STATE(870), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(870), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(870), + [sym_initializer_list] = STATE(876), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(1766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(2138), + [anon_sym_TILDE] = ACTIONS(2140), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1774), + [anon_sym_SLASH] = ACTIONS(1774), + [anon_sym_PERCENT] = ACTIONS(1774), + [anon_sym_PIPE_PIPE] = ACTIONS(1768), + [anon_sym_AMP_AMP] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1774), + [anon_sym_LT_LT] = ACTIONS(1774), + [anon_sym_GT_GT] = ACTIONS(1774), + [anon_sym___extension__] = ACTIONS(2142), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_RBRACK] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1774), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_STAR_EQ] = ACTIONS(1768), + [anon_sym_SLASH_EQ] = ACTIONS(1768), + [anon_sym_PERCENT_EQ] = ACTIONS(1768), + [anon_sym_PLUS_EQ] = ACTIONS(1768), + [anon_sym_DASH_EQ] = ACTIONS(1768), + [anon_sym_LT_LT_EQ] = ACTIONS(1768), + [anon_sym_GT_GT_EQ] = ACTIONS(1768), + [anon_sym_AMP_EQ] = ACTIONS(1768), + [anon_sym_CARET_EQ] = ACTIONS(1768), + [anon_sym_PIPE_EQ] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1768), + [anon_sym_sizeof] = ACTIONS(2144), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -86487,8 +89434,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(1760), - [anon_sym_DASH_GT] = ACTIONS(1762), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DASH_GT] = ACTIONS(1768), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86506,136 +89454,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [515] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1311), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_ms_call_modifier] = STATE(1554), - [sym__abstract_declarator] = STATE(1796), - [sym_abstract_parenthesized_declarator] = STATE(1751), - [sym_abstract_pointer_declarator] = STATE(1751), - [sym_abstract_function_declarator] = STATE(1751), - [sym_abstract_array_declarator] = STATE(1751), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_variadic_parameter] = STATE(1883), - [sym_parameter_list] = STATE(1753), - [sym_parameter_declaration] = STATE(1883), - [sym_macro_type_specifier] = STATE(980), - [sym_layout_specification] = STATE(643), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_parameter_declaration_repeat1] = STATE(643), - [sym_identifier] = ACTIONS(1557), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1744), - [anon_sym_RPAREN] = ACTIONS(1746), - [anon_sym_LPAREN2] = ACTIONS(2109), - [anon_sym_STAR] = ACTIONS(2111), - [anon_sym_precise] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_out] = ACTIONS(1752), - [anon_sym_inout] = ACTIONS(1752), - [anon_sym_uniform] = ACTIONS(1752), - [anon_sym_shared] = ACTIONS(1752), - [anon_sym_attribute] = ACTIONS(1752), - [anon_sym_varying] = ACTIONS(1752), - [anon_sym_buffer] = ACTIONS(1752), - [anon_sym_coherent] = ACTIONS(1752), - [anon_sym_readonly] = ACTIONS(1752), - [anon_sym_writeonly] = ACTIONS(1752), - [anon_sym_centroid] = ACTIONS(1752), - [anon_sym_sample] = ACTIONS(1752), - [anon_sym_patch] = ACTIONS(1752), - [anon_sym_smooth] = ACTIONS(1752), - [anon_sym_flat] = ACTIONS(1752), - [anon_sym_noperspective] = ACTIONS(1752), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym___cdecl] = ACTIONS(45), - [anon_sym___clrcall] = ACTIONS(45), - [anon_sym___stdcall] = ACTIONS(45), - [anon_sym___fastcall] = ACTIONS(45), - [anon_sym___thiscall] = ACTIONS(45), - [anon_sym___vectorcall] = ACTIONS(45), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_LBRACK] = ACTIONS(1756), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(1758), - }, - [516] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2153), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), + [528] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2256), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86643,11 +89500,12 @@ 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(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -86656,10 +89514,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(2118), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), @@ -86674,6 +89533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86691,135 +89551,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [517] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1253), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(2119), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(109), - [anon_sym_rayPayloadInEXT] = ACTIONS(109), - [anon_sym_hitAttributeEXT] = ACTIONS(109), - [anon_sym_callableDataEXT] = ACTIONS(109), - [anon_sym_callableDataInEXT] = ACTIONS(109), - [anon_sym_shaderRecordEXT] = ACTIONS(109), - [anon_sym_rayPayloadNV] = ACTIONS(109), - [anon_sym_rayPayloadInNV] = ACTIONS(109), - [anon_sym_hitAttributeNV] = ACTIONS(109), - [anon_sym_callableDataNV] = ACTIONS(109), - [anon_sym_callableDataInNV] = ACTIONS(109), - [anon_sym_shaderRecordNV] = ACTIONS(109), - [anon_sym_layout] = ACTIONS(111), - }, - [518] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2294), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), + [529] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2397), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86827,11 +89597,12 @@ 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(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -86840,10 +89611,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(2118), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), @@ -86858,6 +89630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86875,43 +89648,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [519] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2242), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), + [530] = { + [sym_compound_statement] = STATE(2317), + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2371), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -86919,11 +89694,12 @@ 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(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -86932,10 +89708,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(2118), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), @@ -86950,6 +89727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -86967,60 +89745,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [520] = { + [531] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1277), + [sym__declaration_specifiers] = STATE(1264), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), + [sym_ms_call_modifier] = STATE(1593), + [sym__abstract_declarator] = STATE(1812), + [sym_abstract_parenthesized_declarator] = STATE(1741), + [sym_abstract_pointer_declarator] = STATE(1741), + [sym_abstract_function_declarator] = STATE(1741), + [sym_abstract_array_declarator] = STATE(1741), + [sym_compound_statement] = STATE(2143), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_variadic_parameter] = STATE(2019), + [sym_parameter_list] = STATE(1748), + [sym_parameter_declaration] = STATE(2019), + [sym_macro_type_specifier] = STATE(968), + [sym_layout_specification] = STATE(650), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(2123), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_parameter_declaration_repeat1] = STATE(650), + [sym_identifier] = ACTIONS(1563), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1746), + [anon_sym_RPAREN] = ACTIONS(1748), + [anon_sym_LPAREN2] = ACTIONS(2146), + [anon_sym_STAR] = ACTIONS(2148), + [anon_sym_precise] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_out] = ACTIONS(1754), + [anon_sym_inout] = ACTIONS(1754), + [anon_sym_uniform] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_attribute] = ACTIONS(1754), + [anon_sym_varying] = ACTIONS(1754), + [anon_sym_buffer] = ACTIONS(1754), + [anon_sym_coherent] = ACTIONS(1754), + [anon_sym_readonly] = ACTIONS(1754), + [anon_sym_writeonly] = ACTIONS(1754), + [anon_sym_centroid] = ACTIONS(1754), + [anon_sym_sample] = ACTIONS(1754), + [anon_sym_patch] = ACTIONS(1754), + [anon_sym_smooth] = ACTIONS(1754), + [anon_sym_flat] = ACTIONS(1754), + [anon_sym_noperspective] = ACTIONS(1754), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(45), + [anon_sym___clrcall] = ACTIONS(45), + [anon_sym___stdcall] = ACTIONS(45), + [anon_sym___fastcall] = ACTIONS(45), + [anon_sym___thiscall] = ACTIONS(45), + [anon_sym___vectorcall] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), [anon_sym_long] = ACTIONS(49), [anon_sym_short] = ACTIONS(49), + [anon_sym_LBRACK] = ACTIONS(1758), [anon_sym_static] = ACTIONS(51), [anon_sym_auto] = ACTIONS(51), [anon_sym_register] = ACTIONS(51), @@ -87038,6 +89831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -87045,57 +89839,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(109), - [anon_sym_rayPayloadInEXT] = ACTIONS(109), - [anon_sym_hitAttributeEXT] = ACTIONS(109), - [anon_sym_callableDataEXT] = ACTIONS(109), - [anon_sym_callableDataInEXT] = ACTIONS(109), - [anon_sym_shaderRecordEXT] = ACTIONS(109), - [anon_sym_rayPayloadNV] = ACTIONS(109), - [anon_sym_rayPayloadInNV] = ACTIONS(109), - [anon_sym_hitAttributeNV] = ACTIONS(109), - [anon_sym_callableDataNV] = ACTIONS(109), - [anon_sym_callableDataInNV] = ACTIONS(109), - [anon_sym_shaderRecordNV] = ACTIONS(109), - [anon_sym_layout] = ACTIONS(111), + [anon_sym_layout] = ACTIONS(1760), }, - [521] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2142), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), + [532] = { + [sym_expression] = STATE(1128), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2120), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87103,11 +89874,118 @@ 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(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym___extension__] = ACTIONS(2123), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym___attribute__] = ACTIONS(2128), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2130), + [anon_sym___declspec] = ACTIONS(2128), + [anon_sym_signed] = ACTIONS(2128), + [anon_sym_unsigned] = ACTIONS(2128), + [anon_sym_long] = ACTIONS(2128), + [anon_sym_short] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_auto] = ACTIONS(2128), + [anon_sym_register] = ACTIONS(2128), + [anon_sym_inline] = ACTIONS(2128), + [anon_sym___inline] = ACTIONS(2128), + [anon_sym___inline__] = ACTIONS(2128), + [anon_sym___forceinline] = ACTIONS(2128), + [anon_sym_thread_local] = ACTIONS(2128), + [anon_sym___thread] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_constexpr] = ACTIONS(2128), + [anon_sym_volatile] = ACTIONS(2128), + [anon_sym_restrict] = ACTIONS(2128), + [anon_sym___restrict__] = ACTIONS(2128), + [anon_sym__Atomic] = ACTIONS(2128), + [anon_sym__Noreturn] = ACTIONS(2128), + [anon_sym_noreturn] = ACTIONS(2128), + [anon_sym__Nonnull] = ACTIONS(2128), + [anon_sym_alignas] = ACTIONS(2128), + [anon_sym__Alignas] = ACTIONS(2128), + [sym_primitive_type] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), + }, + [533] = { + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1225), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2302), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), + [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(1202), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -87116,10 +89994,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(2118), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), @@ -87134,6 +90013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -87151,43 +90031,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [522] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2366), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), + [534] = { + [sym_type_qualifier] = STATE(1149), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(1221), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_expression] = STATE(1233), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_type_descriptor] = STATE(2187), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_macro_type_specifier] = STATE(968), + [aux_sym__type_definition_type_repeat1] = STATE(1149), + [aux_sym_sized_type_specifier_repeat1] = STATE(1258), + [sym_identifier] = ACTIONS(2114), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -87195,11 +90075,11 @@ 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(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_signed] = ACTIONS(2116), + [anon_sym_unsigned] = ACTIONS(2116), + [anon_sym_long] = ACTIONS(2116), + [anon_sym_short] = ACTIONS(2116), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -87208,10 +90088,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(2118), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_DASH_DASH] = ACTIONS(87), @@ -87226,6 +90107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -87243,55 +90125,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [523] = { + [535] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1258), + [sym__declaration_specifiers] = STATE(1451), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(2125), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -87314,6 +90196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -87335,147 +90218,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [524] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2211), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), - [sym_comment] = ACTIONS(3), - }, - [525] = { + [536] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1428), + [sym__declaration_specifiers] = STATE(1288), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2152), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -87498,6 +90289,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -87519,55 +90311,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [526] = { + [537] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1429), + [sym__declaration_specifiers] = STATE(1294), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2154), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -87590,6 +90382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -87611,55 +90404,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [527] = { + [538] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1255), + [sym__declaration_specifiers] = STATE(1456), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(2127), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -87682,6 +90475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -87703,55 +90497,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [528] = { + [539] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1434), + [sym__declaration_specifiers] = STATE(1296), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(1557), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2156), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -87774,6 +90568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -87795,239 +90590,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [529] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2300), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), - [sym_comment] = ACTIONS(3), - }, - [530] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2249), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), - [sym_comment] = ACTIONS(3), - }, - [531] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2113), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [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), + [540] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1285), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2158), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -88036,90 +90661,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), }, - [532] = { + [541] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1271), + [sym__declaration_specifiers] = STATE(1452), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [sym_identifier] = ACTIONS(2129), - [anon_sym_subroutine] = ACTIONS(2121), - [anon_sym_invariant] = ACTIONS(2121), - [anon_sym_precise] = ACTIONS(2121), - [anon_sym_in] = ACTIONS(2121), - [anon_sym_out] = ACTIONS(2121), - [anon_sym_inout] = ACTIONS(2121), - [anon_sym_uniform] = ACTIONS(2121), - [anon_sym_shared] = ACTIONS(2121), - [anon_sym_attribute] = ACTIONS(2121), - [anon_sym_varying] = ACTIONS(2121), - [anon_sym_buffer] = ACTIONS(2121), - [anon_sym_coherent] = ACTIONS(2121), - [anon_sym_readonly] = ACTIONS(2121), - [anon_sym_writeonly] = ACTIONS(2121), - [anon_sym_precision] = ACTIONS(2121), - [anon_sym_highp] = ACTIONS(2121), - [anon_sym_mediump] = ACTIONS(2121), - [anon_sym_lowp] = ACTIONS(2121), - [anon_sym_centroid] = ACTIONS(2121), - [anon_sym_sample] = ACTIONS(2121), - [anon_sym_patch] = ACTIONS(2121), - [anon_sym_smooth] = ACTIONS(2121), - [anon_sym_flat] = ACTIONS(2121), - [anon_sym_noperspective] = ACTIONS(2121), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(1563), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -88142,6 +90754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -88163,147 +90776,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_shaderRecordNV] = ACTIONS(109), [anon_sym_layout] = ACTIONS(111), }, - [533] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2209), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), - [sym_comment] = ACTIONS(3), - }, - [534] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2131), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [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), + [542] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1297), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [sym_identifier] = ACTIONS(2160), + [anon_sym_subroutine] = ACTIONS(2150), + [anon_sym_invariant] = ACTIONS(2150), + [anon_sym_precise] = ACTIONS(2150), + [anon_sym_in] = ACTIONS(2150), + [anon_sym_out] = ACTIONS(2150), + [anon_sym_inout] = ACTIONS(2150), + [anon_sym_uniform] = ACTIONS(2150), + [anon_sym_shared] = ACTIONS(2150), + [anon_sym_attribute] = ACTIONS(2150), + [anon_sym_varying] = ACTIONS(2150), + [anon_sym_buffer] = ACTIONS(2150), + [anon_sym_coherent] = ACTIONS(2150), + [anon_sym_readonly] = ACTIONS(2150), + [anon_sym_writeonly] = ACTIONS(2150), + [anon_sym_precision] = ACTIONS(2150), + [anon_sym_highp] = ACTIONS(2150), + [anon_sym_mediump] = ACTIONS(2150), + [anon_sym_lowp] = ACTIONS(2150), + [anon_sym_centroid] = ACTIONS(2150), + [anon_sym_sample] = ACTIONS(2150), + [anon_sym_patch] = ACTIONS(2150), + [anon_sym_smooth] = ACTIONS(2150), + [anon_sym_flat] = ACTIONS(2150), + [anon_sym_noperspective] = ACTIONS(2150), [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), [anon_sym_const] = ACTIONS(53), [anon_sym_constexpr] = ACTIONS(53), [anon_sym_volatile] = ACTIONS(53), @@ -88312,289 +90847,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), + [anon_sym_enum] = ACTIONS(59), [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(109), + [anon_sym_rayPayloadInEXT] = ACTIONS(109), + [anon_sym_hitAttributeEXT] = ACTIONS(109), + [anon_sym_callableDataEXT] = ACTIONS(109), + [anon_sym_callableDataInEXT] = ACTIONS(109), + [anon_sym_shaderRecordEXT] = ACTIONS(109), + [anon_sym_rayPayloadNV] = ACTIONS(109), + [anon_sym_rayPayloadInNV] = ACTIONS(109), + [anon_sym_hitAttributeNV] = ACTIONS(109), + [anon_sym_callableDataNV] = ACTIONS(109), + [anon_sym_callableDataInNV] = ACTIONS(109), + [anon_sym_shaderRecordNV] = ACTIONS(109), + [anon_sym_layout] = ACTIONS(111), }, - [535] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1162), - [sym__string] = STATE(864), - [sym_comma_expression] = STATE(2295), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2363), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), + [543] = { + [sym_identifier] = ACTIONS(2162), + [anon_sym_COMMA] = ACTIONS(2164), + [anon_sym_RPAREN] = ACTIONS(2164), + [anon_sym_LPAREN2] = ACTIONS(2164), + [anon_sym_BANG] = ACTIONS(2164), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2162), + [anon_sym_PLUS] = ACTIONS(2162), + [anon_sym_STAR] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2164), + [anon_sym_SEMI] = ACTIONS(2164), + [anon_sym___extension__] = ACTIONS(2162), + [anon_sym_extern] = ACTIONS(2162), + [anon_sym___attribute__] = ACTIONS(2162), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2164), + [anon_sym___declspec] = ACTIONS(2162), + [anon_sym_LBRACE] = ACTIONS(2164), + [anon_sym_signed] = ACTIONS(2162), + [anon_sym_unsigned] = ACTIONS(2162), + [anon_sym_long] = ACTIONS(2162), + [anon_sym_short] = ACTIONS(2162), + [anon_sym_LBRACK] = ACTIONS(2162), + [anon_sym_static] = ACTIONS(2162), + [anon_sym_EQ] = ACTIONS(2164), + [anon_sym_auto] = ACTIONS(2162), + [anon_sym_register] = ACTIONS(2162), + [anon_sym_inline] = ACTIONS(2162), + [anon_sym___inline] = ACTIONS(2162), + [anon_sym___inline__] = ACTIONS(2162), + [anon_sym___forceinline] = ACTIONS(2162), + [anon_sym_thread_local] = ACTIONS(2162), + [anon_sym___thread] = ACTIONS(2162), + [anon_sym_const] = ACTIONS(2162), + [anon_sym_constexpr] = ACTIONS(2162), + [anon_sym_volatile] = ACTIONS(2162), + [anon_sym_restrict] = ACTIONS(2162), + [anon_sym___restrict__] = ACTIONS(2162), + [anon_sym__Atomic] = ACTIONS(2162), + [anon_sym__Noreturn] = ACTIONS(2162), + [anon_sym_noreturn] = ACTIONS(2162), + [anon_sym__Nonnull] = ACTIONS(2162), + [anon_sym_alignas] = ACTIONS(2162), + [anon_sym__Alignas] = ACTIONS(2162), + [sym_primitive_type] = ACTIONS(2162), + [anon_sym_enum] = ACTIONS(2162), + [anon_sym_COLON] = ACTIONS(2164), + [anon_sym_struct] = ACTIONS(2162), + [anon_sym_union] = ACTIONS(2162), + [anon_sym_if] = ACTIONS(2162), + [anon_sym_switch] = ACTIONS(2162), + [anon_sym_case] = ACTIONS(2162), + [anon_sym_default] = ACTIONS(2162), + [anon_sym_while] = ACTIONS(2162), + [anon_sym_do] = ACTIONS(2162), + [anon_sym_for] = ACTIONS(2162), + [anon_sym_return] = ACTIONS(2162), + [anon_sym_break] = ACTIONS(2162), + [anon_sym_continue] = ACTIONS(2162), + [anon_sym_goto] = ACTIONS(2162), + [anon_sym___try] = ACTIONS(2162), + [anon_sym___leave] = ACTIONS(2162), + [anon_sym_DASH_DASH] = ACTIONS(2164), + [anon_sym_PLUS_PLUS] = ACTIONS(2164), + [anon_sym_sizeof] = ACTIONS(2162), + [anon_sym___alignof__] = ACTIONS(2162), + [anon_sym___alignof] = ACTIONS(2162), + [anon_sym__alignof] = ACTIONS(2162), + [anon_sym_alignof] = ACTIONS(2162), + [anon_sym__Alignof] = ACTIONS(2162), + [anon_sym_offsetof] = ACTIONS(2162), + [anon_sym__Generic] = ACTIONS(2162), + [anon_sym_asm] = ACTIONS(2162), + [anon_sym___asm__] = ACTIONS(2162), + [anon_sym___asm] = ACTIONS(2162), + [sym_number_literal] = ACTIONS(2164), + [anon_sym_L_SQUOTE] = ACTIONS(2164), + [anon_sym_u_SQUOTE] = ACTIONS(2164), + [anon_sym_U_SQUOTE] = ACTIONS(2164), + [anon_sym_u8_SQUOTE] = ACTIONS(2164), + [anon_sym_SQUOTE] = ACTIONS(2164), + [anon_sym_L_DQUOTE] = ACTIONS(2164), + [anon_sym_u_DQUOTE] = ACTIONS(2164), + [anon_sym_U_DQUOTE] = ACTIONS(2164), + [anon_sym_u8_DQUOTE] = ACTIONS(2164), + [anon_sym_DQUOTE] = ACTIONS(2164), + [sym_true] = ACTIONS(2162), + [sym_false] = ACTIONS(2162), + [anon_sym_NULL] = ACTIONS(2162), + [anon_sym_nullptr] = ACTIONS(2162), [sym_comment] = ACTIONS(3), }, - [536] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1222), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2267), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), + [544] = { + [sym_identifier] = ACTIONS(2166), + [anon_sym_COMMA] = ACTIONS(2168), + [anon_sym_RPAREN] = ACTIONS(2168), + [anon_sym_LPAREN2] = ACTIONS(2168), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_TILDE] = ACTIONS(2168), + [anon_sym_DASH] = ACTIONS(2166), + [anon_sym_PLUS] = ACTIONS(2166), + [anon_sym_STAR] = ACTIONS(2168), + [anon_sym_AMP] = ACTIONS(2168), + [anon_sym_SEMI] = ACTIONS(2168), + [anon_sym___extension__] = ACTIONS(2166), + [anon_sym_extern] = ACTIONS(2166), + [anon_sym___attribute__] = ACTIONS(2166), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2168), + [anon_sym___declspec] = ACTIONS(2166), + [anon_sym_LBRACE] = ACTIONS(2168), + [anon_sym_signed] = ACTIONS(2166), + [anon_sym_unsigned] = ACTIONS(2166), + [anon_sym_long] = ACTIONS(2166), + [anon_sym_short] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_static] = ACTIONS(2166), + [anon_sym_EQ] = ACTIONS(2168), + [anon_sym_auto] = ACTIONS(2166), + [anon_sym_register] = ACTIONS(2166), + [anon_sym_inline] = ACTIONS(2166), + [anon_sym___inline] = ACTIONS(2166), + [anon_sym___inline__] = ACTIONS(2166), + [anon_sym___forceinline] = ACTIONS(2166), + [anon_sym_thread_local] = ACTIONS(2166), + [anon_sym___thread] = ACTIONS(2166), + [anon_sym_const] = ACTIONS(2166), + [anon_sym_constexpr] = ACTIONS(2166), + [anon_sym_volatile] = ACTIONS(2166), + [anon_sym_restrict] = ACTIONS(2166), + [anon_sym___restrict__] = ACTIONS(2166), + [anon_sym__Atomic] = ACTIONS(2166), + [anon_sym__Noreturn] = ACTIONS(2166), + [anon_sym_noreturn] = ACTIONS(2166), + [anon_sym__Nonnull] = ACTIONS(2166), + [anon_sym_alignas] = ACTIONS(2166), + [anon_sym__Alignas] = ACTIONS(2166), + [sym_primitive_type] = ACTIONS(2166), + [anon_sym_enum] = ACTIONS(2166), + [anon_sym_COLON] = ACTIONS(2168), + [anon_sym_struct] = ACTIONS(2166), + [anon_sym_union] = ACTIONS(2166), + [anon_sym_if] = ACTIONS(2166), + [anon_sym_switch] = ACTIONS(2166), + [anon_sym_case] = ACTIONS(2166), + [anon_sym_default] = ACTIONS(2166), + [anon_sym_while] = ACTIONS(2166), + [anon_sym_do] = ACTIONS(2166), + [anon_sym_for] = ACTIONS(2166), + [anon_sym_return] = ACTIONS(2166), + [anon_sym_break] = ACTIONS(2166), + [anon_sym_continue] = ACTIONS(2166), + [anon_sym_goto] = ACTIONS(2166), + [anon_sym___try] = ACTIONS(2166), + [anon_sym___leave] = ACTIONS(2166), + [anon_sym_DASH_DASH] = ACTIONS(2168), + [anon_sym_PLUS_PLUS] = ACTIONS(2168), + [anon_sym_sizeof] = ACTIONS(2166), + [anon_sym___alignof__] = ACTIONS(2166), + [anon_sym___alignof] = ACTIONS(2166), + [anon_sym__alignof] = ACTIONS(2166), + [anon_sym_alignof] = ACTIONS(2166), + [anon_sym__Alignof] = ACTIONS(2166), + [anon_sym_offsetof] = ACTIONS(2166), + [anon_sym__Generic] = ACTIONS(2166), + [anon_sym_asm] = ACTIONS(2166), + [anon_sym___asm__] = ACTIONS(2166), + [anon_sym___asm] = ACTIONS(2166), + [sym_number_literal] = ACTIONS(2168), + [anon_sym_L_SQUOTE] = ACTIONS(2168), + [anon_sym_u_SQUOTE] = ACTIONS(2168), + [anon_sym_U_SQUOTE] = ACTIONS(2168), + [anon_sym_u8_SQUOTE] = ACTIONS(2168), + [anon_sym_SQUOTE] = ACTIONS(2168), + [anon_sym_L_DQUOTE] = ACTIONS(2168), + [anon_sym_u_DQUOTE] = ACTIONS(2168), + [anon_sym_U_DQUOTE] = ACTIONS(2168), + [anon_sym_u8_DQUOTE] = ACTIONS(2168), + [anon_sym_DQUOTE] = ACTIONS(2168), + [sym_true] = ACTIONS(2166), + [sym_false] = ACTIONS(2166), + [anon_sym_NULL] = ACTIONS(2166), + [anon_sym_nullptr] = ACTIONS(2166), [sym_comment] = ACTIONS(3), }, - [537] = { - [sym_type_qualifier] = STATE(1136), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(1225), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_expression] = STATE(1215), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_type_descriptor] = STATE(2108), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_macro_type_specifier] = STATE(980), - [aux_sym__type_definition_type_repeat1] = STATE(1136), - [aux_sym_sized_type_specifier_repeat1] = STATE(1242), - [sym_identifier] = ACTIONS(2113), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_signed] = ACTIONS(2115), - [anon_sym_unsigned] = ACTIONS(2115), - [anon_sym_long] = ACTIONS(2115), - [anon_sym_short] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [anon_sym_DASH_DASH] = ACTIONS(87), - [anon_sym_PLUS_PLUS] = ACTIONS(87), - [anon_sym_sizeof] = ACTIONS(89), + [545] = { + [sym_expression] = STATE(900), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1000), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1000), + [sym_call_expression] = STATE(1000), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1000), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1000), + [sym_initializer_list] = STATE(876), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(907), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(1774), + [anon_sym_COMMA] = ACTIONS(1768), + [aux_sym_preproc_if_token2] = ACTIONS(1768), + [aux_sym_preproc_else_token1] = ACTIONS(1768), + [aux_sym_preproc_elif_token1] = ACTIONS(1774), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1768), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(2170), + [anon_sym_TILDE] = ACTIONS(2172), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1774), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_PIPE_PIPE] = ACTIONS(1768), + [anon_sym_AMP_AMP] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1774), + [anon_sym_LT_LT] = ACTIONS(1768), + [anon_sym_GT_GT] = ACTIONS(1768), + [anon_sym___extension__] = ACTIONS(2174), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1768), + [anon_sym_sizeof] = ACTIONS(2176), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -88604,6 +91123,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DASH_GT] = ACTIONS(1768), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -88621,418 +91143,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [538] = { - [sym_identifier] = ACTIONS(2131), - [anon_sym_COMMA] = ACTIONS(2133), - [anon_sym_RPAREN] = ACTIONS(2133), - [anon_sym_LPAREN2] = ACTIONS(2133), - [anon_sym_BANG] = ACTIONS(2133), - [anon_sym_TILDE] = ACTIONS(2133), - [anon_sym_DASH] = ACTIONS(2131), - [anon_sym_PLUS] = ACTIONS(2131), - [anon_sym_STAR] = ACTIONS(2133), - [anon_sym_AMP] = ACTIONS(2133), - [anon_sym_SEMI] = ACTIONS(2133), - [anon_sym___extension__] = ACTIONS(2131), - [anon_sym_extern] = ACTIONS(2131), - [anon_sym___attribute__] = ACTIONS(2131), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2133), - [anon_sym___declspec] = ACTIONS(2131), - [anon_sym_LBRACE] = ACTIONS(2133), - [anon_sym_signed] = ACTIONS(2131), - [anon_sym_unsigned] = ACTIONS(2131), - [anon_sym_long] = ACTIONS(2131), - [anon_sym_short] = ACTIONS(2131), - [anon_sym_LBRACK] = ACTIONS(2131), - [anon_sym_static] = ACTIONS(2131), - [anon_sym_EQ] = ACTIONS(2133), - [anon_sym_auto] = ACTIONS(2131), - [anon_sym_register] = ACTIONS(2131), - [anon_sym_inline] = ACTIONS(2131), - [anon_sym___inline] = ACTIONS(2131), - [anon_sym___inline__] = ACTIONS(2131), - [anon_sym___forceinline] = ACTIONS(2131), - [anon_sym_thread_local] = ACTIONS(2131), - [anon_sym___thread] = ACTIONS(2131), - [anon_sym_const] = ACTIONS(2131), - [anon_sym_constexpr] = ACTIONS(2131), - [anon_sym_volatile] = ACTIONS(2131), - [anon_sym_restrict] = ACTIONS(2131), - [anon_sym___restrict__] = ACTIONS(2131), - [anon_sym__Atomic] = ACTIONS(2131), - [anon_sym__Noreturn] = ACTIONS(2131), - [anon_sym_noreturn] = ACTIONS(2131), - [anon_sym_alignas] = ACTIONS(2131), - [anon_sym__Alignas] = ACTIONS(2131), - [sym_primitive_type] = ACTIONS(2131), - [anon_sym_enum] = ACTIONS(2131), - [anon_sym_COLON] = ACTIONS(2133), - [anon_sym_struct] = ACTIONS(2131), - [anon_sym_union] = ACTIONS(2131), - [anon_sym_if] = ACTIONS(2131), - [anon_sym_switch] = ACTIONS(2131), - [anon_sym_case] = ACTIONS(2131), - [anon_sym_default] = ACTIONS(2131), - [anon_sym_while] = ACTIONS(2131), - [anon_sym_do] = ACTIONS(2131), - [anon_sym_for] = ACTIONS(2131), - [anon_sym_return] = ACTIONS(2131), - [anon_sym_break] = ACTIONS(2131), - [anon_sym_continue] = ACTIONS(2131), - [anon_sym_goto] = ACTIONS(2131), - [anon_sym___try] = ACTIONS(2131), - [anon_sym___leave] = ACTIONS(2131), - [anon_sym_DASH_DASH] = ACTIONS(2133), - [anon_sym_PLUS_PLUS] = ACTIONS(2133), - [anon_sym_sizeof] = ACTIONS(2131), - [anon_sym___alignof__] = ACTIONS(2131), - [anon_sym___alignof] = ACTIONS(2131), - [anon_sym__alignof] = ACTIONS(2131), - [anon_sym_alignof] = ACTIONS(2131), - [anon_sym__Alignof] = ACTIONS(2131), - [anon_sym_offsetof] = ACTIONS(2131), - [anon_sym__Generic] = ACTIONS(2131), - [anon_sym_asm] = ACTIONS(2131), - [anon_sym___asm__] = ACTIONS(2131), - [sym_number_literal] = ACTIONS(2133), - [anon_sym_L_SQUOTE] = ACTIONS(2133), - [anon_sym_u_SQUOTE] = ACTIONS(2133), - [anon_sym_U_SQUOTE] = ACTIONS(2133), - [anon_sym_u8_SQUOTE] = ACTIONS(2133), - [anon_sym_SQUOTE] = ACTIONS(2133), - [anon_sym_L_DQUOTE] = ACTIONS(2133), - [anon_sym_u_DQUOTE] = ACTIONS(2133), - [anon_sym_U_DQUOTE] = ACTIONS(2133), - [anon_sym_u8_DQUOTE] = ACTIONS(2133), - [anon_sym_DQUOTE] = ACTIONS(2133), - [sym_true] = ACTIONS(2131), - [sym_false] = ACTIONS(2131), - [anon_sym_NULL] = ACTIONS(2131), - [anon_sym_nullptr] = ACTIONS(2131), - [sym_comment] = ACTIONS(3), - }, - [539] = { - [sym_identifier] = ACTIONS(2135), - [anon_sym_COMMA] = ACTIONS(2137), - [anon_sym_RPAREN] = ACTIONS(2137), - [anon_sym_LPAREN2] = ACTIONS(2137), - [anon_sym_BANG] = ACTIONS(2137), - [anon_sym_TILDE] = ACTIONS(2137), - [anon_sym_DASH] = ACTIONS(2135), - [anon_sym_PLUS] = ACTIONS(2135), - [anon_sym_STAR] = ACTIONS(2137), - [anon_sym_AMP] = ACTIONS(2137), - [anon_sym_SEMI] = ACTIONS(2137), - [anon_sym___extension__] = ACTIONS(2135), - [anon_sym_extern] = ACTIONS(2135), - [anon_sym___attribute__] = ACTIONS(2135), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2137), - [anon_sym___declspec] = ACTIONS(2135), - [anon_sym_LBRACE] = ACTIONS(2137), - [anon_sym_signed] = ACTIONS(2135), - [anon_sym_unsigned] = ACTIONS(2135), - [anon_sym_long] = ACTIONS(2135), - [anon_sym_short] = ACTIONS(2135), - [anon_sym_LBRACK] = ACTIONS(2135), - [anon_sym_static] = ACTIONS(2135), - [anon_sym_EQ] = ACTIONS(2137), - [anon_sym_auto] = ACTIONS(2135), - [anon_sym_register] = ACTIONS(2135), - [anon_sym_inline] = ACTIONS(2135), - [anon_sym___inline] = ACTIONS(2135), - [anon_sym___inline__] = ACTIONS(2135), - [anon_sym___forceinline] = ACTIONS(2135), - [anon_sym_thread_local] = ACTIONS(2135), - [anon_sym___thread] = ACTIONS(2135), - [anon_sym_const] = ACTIONS(2135), - [anon_sym_constexpr] = ACTIONS(2135), - [anon_sym_volatile] = ACTIONS(2135), - [anon_sym_restrict] = ACTIONS(2135), - [anon_sym___restrict__] = ACTIONS(2135), - [anon_sym__Atomic] = ACTIONS(2135), - [anon_sym__Noreturn] = ACTIONS(2135), - [anon_sym_noreturn] = ACTIONS(2135), - [anon_sym_alignas] = ACTIONS(2135), - [anon_sym__Alignas] = ACTIONS(2135), - [sym_primitive_type] = ACTIONS(2135), - [anon_sym_enum] = ACTIONS(2135), - [anon_sym_COLON] = ACTIONS(2137), - [anon_sym_struct] = ACTIONS(2135), - [anon_sym_union] = ACTIONS(2135), - [anon_sym_if] = ACTIONS(2135), - [anon_sym_switch] = ACTIONS(2135), - [anon_sym_case] = ACTIONS(2135), - [anon_sym_default] = ACTIONS(2135), - [anon_sym_while] = ACTIONS(2135), - [anon_sym_do] = ACTIONS(2135), - [anon_sym_for] = ACTIONS(2135), - [anon_sym_return] = ACTIONS(2135), - [anon_sym_break] = ACTIONS(2135), - [anon_sym_continue] = ACTIONS(2135), - [anon_sym_goto] = ACTIONS(2135), - [anon_sym___try] = ACTIONS(2135), - [anon_sym___leave] = ACTIONS(2135), - [anon_sym_DASH_DASH] = ACTIONS(2137), - [anon_sym_PLUS_PLUS] = ACTIONS(2137), - [anon_sym_sizeof] = ACTIONS(2135), - [anon_sym___alignof__] = ACTIONS(2135), - [anon_sym___alignof] = ACTIONS(2135), - [anon_sym__alignof] = ACTIONS(2135), - [anon_sym_alignof] = ACTIONS(2135), - [anon_sym__Alignof] = ACTIONS(2135), - [anon_sym_offsetof] = ACTIONS(2135), - [anon_sym__Generic] = ACTIONS(2135), - [anon_sym_asm] = ACTIONS(2135), - [anon_sym___asm__] = ACTIONS(2135), - [sym_number_literal] = ACTIONS(2137), - [anon_sym_L_SQUOTE] = ACTIONS(2137), - [anon_sym_u_SQUOTE] = ACTIONS(2137), - [anon_sym_U_SQUOTE] = ACTIONS(2137), - [anon_sym_u8_SQUOTE] = ACTIONS(2137), - [anon_sym_SQUOTE] = ACTIONS(2137), - [anon_sym_L_DQUOTE] = ACTIONS(2137), - [anon_sym_u_DQUOTE] = ACTIONS(2137), - [anon_sym_U_DQUOTE] = ACTIONS(2137), - [anon_sym_u8_DQUOTE] = ACTIONS(2137), - [anon_sym_DQUOTE] = ACTIONS(2137), - [sym_true] = ACTIONS(2135), - [sym_false] = ACTIONS(2135), - [anon_sym_NULL] = ACTIONS(2135), - [anon_sym_nullptr] = ACTIONS(2135), - [sym_comment] = ACTIONS(3), - }, - [540] = { - [sym_field_declaration_list] = STATE(1467), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2160), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - }, - [541] = { - [sym_field_declaration_list] = STATE(1474), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2164), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), - [anon_sym_L_DQUOTE] = ACTIONS(103), - [anon_sym_u_DQUOTE] = ACTIONS(103), - [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - }, - [542] = { - [sym_expression] = STATE(877), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_initializer_list] = STATE(866), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_identifier] = ACTIONS(2166), - [anon_sym_COMMA] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1762), + [546] = { + [sym_expression] = STATE(900), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_initializer_list] = STATE(876), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2178), + [anon_sym_COMMA] = ACTIONS(1768), + [anon_sym_RPAREN] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1768), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1762), - [anon_sym_SLASH] = ACTIONS(1760), - [anon_sym_PERCENT] = ACTIONS(1762), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_AMP_AMP] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1760), - [anon_sym_CARET] = ACTIONS(1762), - [anon_sym_AMP] = ACTIONS(1760), - [anon_sym_EQ_EQ] = ACTIONS(1762), - [anon_sym_BANG_EQ] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1760), - [anon_sym_GT_EQ] = ACTIONS(1762), - [anon_sym_LT_EQ] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1760), - [anon_sym_LT_LT] = ACTIONS(1762), - [anon_sym_GT_GT] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1760), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_RBRACE] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_COLON] = ACTIONS(1762), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1762), - [anon_sym_PLUS_PLUS] = ACTIONS(1762), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1774), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_PIPE_PIPE] = ACTIONS(1768), + [anon_sym_AMP_AMP] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1774), + [anon_sym_LT_LT] = ACTIONS(1768), + [anon_sym_GT_GT] = ACTIONS(1768), + [anon_sym_SEMI] = ACTIONS(1768), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym___attribute__] = ACTIONS(1774), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1768), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1768), [anon_sym_sizeof] = ACTIONS(89), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), @@ -89043,8 +91213,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(1760), - [anon_sym_DASH_GT] = ACTIONS(1762), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DASH_GT] = ACTIONS(1768), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -89062,86 +91233,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [543] = { - [sym_field_declaration_list] = STATE(1467), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2168), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2160), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [547] = { + [sym_field_declaration_list] = STATE(1496), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2182), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2201), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89149,86 +91321,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [544] = { - [sym_field_declaration_list] = STATE(1477), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2168), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2171), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [548] = { + [sym_field_declaration_list] = STATE(1496), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2182), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2205), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89236,86 +91409,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [545] = { - [sym_field_declaration_list] = STATE(1472), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2168), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2173), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [549] = { + [sym_field_declaration_list] = STATE(1490), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2207), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2210), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89323,86 +91497,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [546] = { - [sym_field_declaration_list] = STATE(1474), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2175), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [550] = { + [sym_field_declaration_list] = STATE(1489), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2207), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2212), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89410,86 +91585,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [547] = { - [sym_field_declaration_list] = STATE(1477), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2171), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [551] = { + [sym_field_declaration_list] = STATE(1489), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2182), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2212), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89497,86 +91673,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [548] = { - [sym_field_declaration_list] = STATE(1472), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2173), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [552] = { + [sym_field_declaration_list] = STATE(1499), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2182), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2214), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89584,172 +91761,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [549] = { - [sym_expression] = STATE(877), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(997), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(997), - [sym_call_expression] = STATE(997), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(997), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(997), - [sym_initializer_list] = STATE(866), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(898), - [sym_null] = STATE(864), - [sym_identifier] = ACTIONS(1760), - [anon_sym_COMMA] = ACTIONS(1762), - [aux_sym_preproc_if_token2] = ACTIONS(1762), - [aux_sym_preproc_else_token1] = ACTIONS(1762), - [aux_sym_preproc_elif_token1] = ACTIONS(1760), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1762), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(2177), - [anon_sym_TILDE] = ACTIONS(2179), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1762), - [anon_sym_SLASH] = ACTIONS(1760), - [anon_sym_PERCENT] = ACTIONS(1762), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_AMP_AMP] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1760), - [anon_sym_CARET] = ACTIONS(1762), - [anon_sym_AMP] = ACTIONS(1760), - [anon_sym_EQ_EQ] = ACTIONS(1762), - [anon_sym_BANG_EQ] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1760), - [anon_sym_GT_EQ] = ACTIONS(1762), - [anon_sym_LT_EQ] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1760), - [anon_sym_LT_LT] = ACTIONS(1762), - [anon_sym_GT_GT] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1762), - [anon_sym_PLUS_PLUS] = ACTIONS(1762), - [anon_sym_sizeof] = ACTIONS(2181), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(1760), - [anon_sym_DASH_GT] = ACTIONS(1762), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), + [553] = { + [sym_field_declaration_list] = STATE(1499), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2207), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2214), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), [anon_sym_u8_DQUOTE] = ACTIONS(103), [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [550] = { - [sym_field_declaration_list] = STATE(1475), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_COMMA] = ACTIONS(2141), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2141), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [554] = { + [sym_field_declaration_list] = STATE(1490), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2182), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2210), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89757,85 +91937,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [551] = { - [sym_field_declaration_list] = STATE(1474), - [sym_string_literal] = STATE(812), - [aux_sym_sized_type_specifier_repeat1] = STATE(979), - [sym_identifier] = ACTIONS(2139), - [anon_sym_LPAREN2] = ACTIONS(2143), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_PLUS] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2149), - [anon_sym_SLASH] = ACTIONS(2147), - [anon_sym_PERCENT] = ACTIONS(2147), - [anon_sym_PIPE_PIPE] = ACTIONS(2141), - [anon_sym_AMP_AMP] = ACTIONS(2141), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_CARET] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_EQ_EQ] = ACTIONS(2141), - [anon_sym_BANG_EQ] = ACTIONS(2141), - [anon_sym_GT] = ACTIONS(2147), - [anon_sym_GT_EQ] = ACTIONS(2141), - [anon_sym_LT_EQ] = ACTIONS(2141), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_LT_LT] = ACTIONS(2147), - [anon_sym_GT_GT] = ACTIONS(2147), - [anon_sym_SEMI] = ACTIONS(2183), - [anon_sym___extension__] = ACTIONS(2139), - [anon_sym_extern] = ACTIONS(2139), - [anon_sym___attribute__] = ACTIONS(2139), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2152), - [anon_sym___declspec] = ACTIONS(2139), - [anon_sym___based] = ACTIONS(2139), - [anon_sym___cdecl] = ACTIONS(2139), - [anon_sym___clrcall] = ACTIONS(2139), - [anon_sym___stdcall] = ACTIONS(2139), - [anon_sym___fastcall] = ACTIONS(2139), - [anon_sym___thiscall] = ACTIONS(2139), - [anon_sym___vectorcall] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2154), - [anon_sym_signed] = ACTIONS(2156), - [anon_sym_unsigned] = ACTIONS(2156), - [anon_sym_long] = ACTIONS(2156), - [anon_sym_short] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_static] = ACTIONS(2139), - [anon_sym_EQ] = ACTIONS(2158), - [anon_sym_auto] = ACTIONS(2139), - [anon_sym_register] = ACTIONS(2139), - [anon_sym_inline] = ACTIONS(2139), - [anon_sym___inline] = ACTIONS(2139), - [anon_sym___inline__] = ACTIONS(2139), - [anon_sym___forceinline] = ACTIONS(2139), - [anon_sym_thread_local] = ACTIONS(2139), - [anon_sym___thread] = ACTIONS(2139), - [anon_sym_const] = ACTIONS(2139), - [anon_sym_constexpr] = ACTIONS(2139), - [anon_sym_volatile] = ACTIONS(2139), - [anon_sym_restrict] = ACTIONS(2139), - [anon_sym___restrict__] = ACTIONS(2139), - [anon_sym__Atomic] = ACTIONS(2139), - [anon_sym__Noreturn] = ACTIONS(2139), - [anon_sym_noreturn] = ACTIONS(2139), - [anon_sym_alignas] = ACTIONS(2139), - [anon_sym__Alignas] = ACTIONS(2139), - [anon_sym_COLON] = ACTIONS(2175), - [anon_sym_QMARK] = ACTIONS(2141), - [anon_sym_STAR_EQ] = ACTIONS(2162), - [anon_sym_SLASH_EQ] = ACTIONS(2162), - [anon_sym_PERCENT_EQ] = ACTIONS(2162), - [anon_sym_PLUS_EQ] = ACTIONS(2162), - [anon_sym_DASH_EQ] = ACTIONS(2162), - [anon_sym_LT_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_GT_EQ] = ACTIONS(2162), - [anon_sym_AMP_EQ] = ACTIONS(2162), - [anon_sym_CARET_EQ] = ACTIONS(2162), - [anon_sym_PIPE_EQ] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2141), - [anon_sym_PLUS_PLUS] = ACTIONS(2141), - [anon_sym_DOT] = ACTIONS(2141), - [anon_sym_DASH_GT] = ACTIONS(2141), + [555] = { + [sym_field_declaration_list] = STATE(1496), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2216), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_COLON] = ACTIONS(2201), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), @@ -89843,879 +92024,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [552] = { - [sym_identifier] = ACTIONS(2186), - [anon_sym_LPAREN2] = ACTIONS(2189), - [anon_sym_BANG] = ACTIONS(2189), - [anon_sym_TILDE] = ACTIONS(2189), - [anon_sym_DASH] = ACTIONS(2191), - [anon_sym_PLUS] = ACTIONS(2191), - [anon_sym_STAR] = ACTIONS(2189), - [anon_sym_AMP] = ACTIONS(2189), - [anon_sym_SEMI] = ACTIONS(2189), - [anon_sym___extension__] = ACTIONS(2193), - [anon_sym_extern] = ACTIONS(2193), - [anon_sym___attribute__] = ACTIONS(2193), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2195), - [anon_sym___declspec] = ACTIONS(2193), - [anon_sym_LBRACE] = ACTIONS(2189), - [anon_sym_signed] = ACTIONS(2193), - [anon_sym_unsigned] = ACTIONS(2193), - [anon_sym_long] = ACTIONS(2193), - [anon_sym_short] = ACTIONS(2193), - [anon_sym_static] = ACTIONS(2193), - [anon_sym_auto] = ACTIONS(2193), - [anon_sym_register] = ACTIONS(2193), - [anon_sym_inline] = ACTIONS(2193), - [anon_sym___inline] = ACTIONS(2193), - [anon_sym___inline__] = ACTIONS(2193), - [anon_sym___forceinline] = ACTIONS(2193), - [anon_sym_thread_local] = ACTIONS(2193), - [anon_sym___thread] = ACTIONS(2193), - [anon_sym_const] = ACTIONS(2193), - [anon_sym_constexpr] = ACTIONS(2193), - [anon_sym_volatile] = ACTIONS(2193), - [anon_sym_restrict] = ACTIONS(2193), - [anon_sym___restrict__] = ACTIONS(2193), - [anon_sym__Atomic] = ACTIONS(2193), - [anon_sym__Noreturn] = ACTIONS(2193), - [anon_sym_noreturn] = ACTIONS(2193), - [anon_sym_alignas] = ACTIONS(2193), - [anon_sym__Alignas] = ACTIONS(2193), - [sym_primitive_type] = ACTIONS(2193), - [anon_sym_enum] = ACTIONS(2193), - [anon_sym_struct] = ACTIONS(2193), - [anon_sym_union] = ACTIONS(2193), - [anon_sym_if] = ACTIONS(2191), - [anon_sym_switch] = ACTIONS(2191), - [anon_sym_case] = ACTIONS(2191), - [anon_sym_default] = ACTIONS(2191), - [anon_sym_while] = ACTIONS(2191), - [anon_sym_do] = ACTIONS(2191), - [anon_sym_for] = ACTIONS(2191), - [anon_sym_return] = ACTIONS(2191), - [anon_sym_break] = ACTIONS(2191), - [anon_sym_continue] = ACTIONS(2191), - [anon_sym_goto] = ACTIONS(2191), - [anon_sym___try] = ACTIONS(2191), - [anon_sym___leave] = ACTIONS(2191), - [anon_sym_DASH_DASH] = ACTIONS(2189), - [anon_sym_PLUS_PLUS] = ACTIONS(2189), - [anon_sym_sizeof] = ACTIONS(2191), - [anon_sym___alignof__] = ACTIONS(2191), - [anon_sym___alignof] = ACTIONS(2191), - [anon_sym__alignof] = ACTIONS(2191), - [anon_sym_alignof] = ACTIONS(2191), - [anon_sym__Alignof] = ACTIONS(2191), - [anon_sym_offsetof] = ACTIONS(2191), - [anon_sym__Generic] = ACTIONS(2191), - [anon_sym_asm] = ACTIONS(2191), - [anon_sym___asm__] = ACTIONS(2191), - [sym_number_literal] = ACTIONS(2189), - [anon_sym_L_SQUOTE] = ACTIONS(2189), - [anon_sym_u_SQUOTE] = ACTIONS(2189), - [anon_sym_U_SQUOTE] = ACTIONS(2189), - [anon_sym_u8_SQUOTE] = ACTIONS(2189), - [anon_sym_SQUOTE] = ACTIONS(2189), - [anon_sym_L_DQUOTE] = ACTIONS(2189), - [anon_sym_u_DQUOTE] = ACTIONS(2189), - [anon_sym_U_DQUOTE] = ACTIONS(2189), - [anon_sym_u8_DQUOTE] = ACTIONS(2189), - [anon_sym_DQUOTE] = ACTIONS(2189), - [sym_true] = ACTIONS(2191), - [sym_false] = ACTIONS(2191), - [anon_sym_NULL] = ACTIONS(2191), - [anon_sym_nullptr] = ACTIONS(2191), - [sym_comment] = ACTIONS(3), - }, - [553] = { - [sym_identifier] = ACTIONS(2198), - [aux_sym_preproc_def_token1] = ACTIONS(2198), - [aux_sym_preproc_if_token1] = ACTIONS(2198), - [aux_sym_preproc_if_token2] = ACTIONS(2198), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2198), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2198), - [aux_sym_preproc_else_token1] = ACTIONS(2198), - [aux_sym_preproc_elif_token1] = ACTIONS(2198), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2198), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2198), - [sym_preproc_directive] = ACTIONS(2198), - [anon_sym_subroutine] = ACTIONS(2198), - [anon_sym_invariant] = ACTIONS(2198), - [anon_sym_precise] = ACTIONS(2198), - [anon_sym_in] = ACTIONS(2198), - [anon_sym_out] = ACTIONS(2198), - [anon_sym_inout] = ACTIONS(2198), - [anon_sym_uniform] = ACTIONS(2198), - [anon_sym_shared] = ACTIONS(2198), - [anon_sym_attribute] = ACTIONS(2198), - [anon_sym_varying] = ACTIONS(2198), - [anon_sym_buffer] = ACTIONS(2198), - [anon_sym_coherent] = ACTIONS(2198), - [anon_sym_readonly] = ACTIONS(2198), - [anon_sym_writeonly] = ACTIONS(2198), - [anon_sym_precision] = ACTIONS(2198), - [anon_sym_highp] = ACTIONS(2198), - [anon_sym_mediump] = ACTIONS(2198), - [anon_sym_lowp] = ACTIONS(2198), - [anon_sym_centroid] = ACTIONS(2198), - [anon_sym_sample] = ACTIONS(2198), - [anon_sym_patch] = ACTIONS(2198), - [anon_sym_smooth] = ACTIONS(2198), - [anon_sym_flat] = ACTIONS(2198), - [anon_sym_noperspective] = ACTIONS(2198), - [anon_sym___extension__] = ACTIONS(2198), - [anon_sym_extern] = ACTIONS(2198), - [anon_sym___attribute__] = ACTIONS(2198), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2200), - [anon_sym___declspec] = ACTIONS(2198), - [anon_sym_signed] = ACTIONS(2198), - [anon_sym_unsigned] = ACTIONS(2198), - [anon_sym_long] = ACTIONS(2198), - [anon_sym_short] = ACTIONS(2198), - [anon_sym_static] = ACTIONS(2198), - [anon_sym_auto] = ACTIONS(2198), - [anon_sym_register] = ACTIONS(2198), - [anon_sym_inline] = ACTIONS(2198), - [anon_sym___inline] = ACTIONS(2198), - [anon_sym___inline__] = ACTIONS(2198), - [anon_sym___forceinline] = ACTIONS(2198), - [anon_sym_thread_local] = ACTIONS(2198), - [anon_sym___thread] = ACTIONS(2198), - [anon_sym_const] = ACTIONS(2198), - [anon_sym_constexpr] = ACTIONS(2198), - [anon_sym_volatile] = ACTIONS(2198), - [anon_sym_restrict] = ACTIONS(2198), - [anon_sym___restrict__] = ACTIONS(2198), - [anon_sym__Atomic] = ACTIONS(2198), - [anon_sym__Noreturn] = ACTIONS(2198), - [anon_sym_noreturn] = ACTIONS(2198), - [anon_sym_alignas] = ACTIONS(2198), - [anon_sym__Alignas] = ACTIONS(2198), - [sym_primitive_type] = ACTIONS(2198), - [anon_sym_enum] = ACTIONS(2198), - [anon_sym_struct] = ACTIONS(2198), - [anon_sym_union] = ACTIONS(2198), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2198), - [anon_sym_rayPayloadInEXT] = ACTIONS(2198), - [anon_sym_hitAttributeEXT] = ACTIONS(2198), - [anon_sym_callableDataEXT] = ACTIONS(2198), - [anon_sym_callableDataInEXT] = ACTIONS(2198), - [anon_sym_shaderRecordEXT] = ACTIONS(2198), - [anon_sym_rayPayloadNV] = ACTIONS(2198), - [anon_sym_rayPayloadInNV] = ACTIONS(2198), - [anon_sym_hitAttributeNV] = ACTIONS(2198), - [anon_sym_callableDataNV] = ACTIONS(2198), - [anon_sym_callableDataInNV] = ACTIONS(2198), - [anon_sym_shaderRecordNV] = ACTIONS(2198), - [anon_sym_layout] = ACTIONS(2198), - }, - [554] = { - [sym_identifier] = ACTIONS(2202), - [aux_sym_preproc_def_token1] = ACTIONS(2202), - [aux_sym_preproc_if_token1] = ACTIONS(2202), - [aux_sym_preproc_if_token2] = ACTIONS(2202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2202), - [aux_sym_preproc_else_token1] = ACTIONS(2202), - [aux_sym_preproc_elif_token1] = ACTIONS(2202), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2202), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2202), - [sym_preproc_directive] = ACTIONS(2202), - [anon_sym_subroutine] = ACTIONS(2202), - [anon_sym_invariant] = ACTIONS(2202), - [anon_sym_precise] = ACTIONS(2202), - [anon_sym_in] = ACTIONS(2202), - [anon_sym_out] = ACTIONS(2202), - [anon_sym_inout] = ACTIONS(2202), - [anon_sym_uniform] = ACTIONS(2202), - [anon_sym_shared] = ACTIONS(2202), - [anon_sym_attribute] = ACTIONS(2202), - [anon_sym_varying] = ACTIONS(2202), - [anon_sym_buffer] = ACTIONS(2202), - [anon_sym_coherent] = ACTIONS(2202), - [anon_sym_readonly] = ACTIONS(2202), - [anon_sym_writeonly] = ACTIONS(2202), - [anon_sym_precision] = ACTIONS(2202), - [anon_sym_highp] = ACTIONS(2202), - [anon_sym_mediump] = ACTIONS(2202), - [anon_sym_lowp] = ACTIONS(2202), - [anon_sym_centroid] = ACTIONS(2202), - [anon_sym_sample] = ACTIONS(2202), - [anon_sym_patch] = ACTIONS(2202), - [anon_sym_smooth] = ACTIONS(2202), - [anon_sym_flat] = ACTIONS(2202), - [anon_sym_noperspective] = ACTIONS(2202), - [anon_sym___extension__] = ACTIONS(2202), - [anon_sym_extern] = ACTIONS(2202), - [anon_sym___attribute__] = ACTIONS(2202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2204), - [anon_sym___declspec] = ACTIONS(2202), - [anon_sym_signed] = ACTIONS(2202), - [anon_sym_unsigned] = ACTIONS(2202), - [anon_sym_long] = ACTIONS(2202), - [anon_sym_short] = ACTIONS(2202), - [anon_sym_static] = ACTIONS(2202), - [anon_sym_auto] = ACTIONS(2202), - [anon_sym_register] = ACTIONS(2202), - [anon_sym_inline] = ACTIONS(2202), - [anon_sym___inline] = ACTIONS(2202), - [anon_sym___inline__] = ACTIONS(2202), - [anon_sym___forceinline] = ACTIONS(2202), - [anon_sym_thread_local] = ACTIONS(2202), - [anon_sym___thread] = ACTIONS(2202), - [anon_sym_const] = ACTIONS(2202), - [anon_sym_constexpr] = ACTIONS(2202), - [anon_sym_volatile] = ACTIONS(2202), - [anon_sym_restrict] = ACTIONS(2202), - [anon_sym___restrict__] = ACTIONS(2202), - [anon_sym__Atomic] = ACTIONS(2202), - [anon_sym__Noreturn] = ACTIONS(2202), - [anon_sym_noreturn] = ACTIONS(2202), - [anon_sym_alignas] = ACTIONS(2202), - [anon_sym__Alignas] = ACTIONS(2202), - [sym_primitive_type] = ACTIONS(2202), - [anon_sym_enum] = ACTIONS(2202), - [anon_sym_struct] = ACTIONS(2202), - [anon_sym_union] = ACTIONS(2202), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2202), - [anon_sym_rayPayloadInEXT] = ACTIONS(2202), - [anon_sym_hitAttributeEXT] = ACTIONS(2202), - [anon_sym_callableDataEXT] = ACTIONS(2202), - [anon_sym_callableDataInEXT] = ACTIONS(2202), - [anon_sym_shaderRecordEXT] = ACTIONS(2202), - [anon_sym_rayPayloadNV] = ACTIONS(2202), - [anon_sym_rayPayloadInNV] = ACTIONS(2202), - [anon_sym_hitAttributeNV] = ACTIONS(2202), - [anon_sym_callableDataNV] = ACTIONS(2202), - [anon_sym_callableDataInNV] = ACTIONS(2202), - [anon_sym_shaderRecordNV] = ACTIONS(2202), - [anon_sym_layout] = ACTIONS(2202), - }, - [555] = { - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token2] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [aux_sym_preproc_else_token1] = ACTIONS(1489), - [aux_sym_preproc_elif_token1] = ACTIONS(1489), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), - }, [556] = { - [sym_identifier] = ACTIONS(2206), - [aux_sym_preproc_def_token1] = ACTIONS(2206), - [aux_sym_preproc_if_token1] = ACTIONS(2206), - [aux_sym_preproc_if_token2] = ACTIONS(2206), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2206), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2206), - [aux_sym_preproc_else_token1] = ACTIONS(2206), - [aux_sym_preproc_elif_token1] = ACTIONS(2206), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2206), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2206), - [sym_preproc_directive] = ACTIONS(2206), - [anon_sym_subroutine] = ACTIONS(2206), - [anon_sym_invariant] = ACTIONS(2206), - [anon_sym_precise] = ACTIONS(2206), - [anon_sym_in] = ACTIONS(2206), - [anon_sym_out] = ACTIONS(2206), - [anon_sym_inout] = ACTIONS(2206), - [anon_sym_uniform] = ACTIONS(2206), - [anon_sym_shared] = ACTIONS(2206), - [anon_sym_attribute] = ACTIONS(2206), - [anon_sym_varying] = ACTIONS(2206), - [anon_sym_buffer] = ACTIONS(2206), - [anon_sym_coherent] = ACTIONS(2206), - [anon_sym_readonly] = ACTIONS(2206), - [anon_sym_writeonly] = ACTIONS(2206), - [anon_sym_precision] = ACTIONS(2206), - [anon_sym_highp] = ACTIONS(2206), - [anon_sym_mediump] = ACTIONS(2206), - [anon_sym_lowp] = ACTIONS(2206), - [anon_sym_centroid] = ACTIONS(2206), - [anon_sym_sample] = ACTIONS(2206), - [anon_sym_patch] = ACTIONS(2206), - [anon_sym_smooth] = ACTIONS(2206), - [anon_sym_flat] = ACTIONS(2206), - [anon_sym_noperspective] = ACTIONS(2206), - [anon_sym___extension__] = ACTIONS(2206), - [anon_sym_extern] = ACTIONS(2206), - [anon_sym___attribute__] = ACTIONS(2206), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2208), - [anon_sym___declspec] = ACTIONS(2206), - [anon_sym_signed] = ACTIONS(2206), - [anon_sym_unsigned] = ACTIONS(2206), - [anon_sym_long] = ACTIONS(2206), - [anon_sym_short] = ACTIONS(2206), - [anon_sym_static] = ACTIONS(2206), - [anon_sym_auto] = ACTIONS(2206), - [anon_sym_register] = ACTIONS(2206), - [anon_sym_inline] = ACTIONS(2206), - [anon_sym___inline] = ACTIONS(2206), - [anon_sym___inline__] = ACTIONS(2206), - [anon_sym___forceinline] = ACTIONS(2206), - [anon_sym_thread_local] = ACTIONS(2206), - [anon_sym___thread] = ACTIONS(2206), - [anon_sym_const] = ACTIONS(2206), - [anon_sym_constexpr] = ACTIONS(2206), - [anon_sym_volatile] = ACTIONS(2206), - [anon_sym_restrict] = ACTIONS(2206), - [anon_sym___restrict__] = ACTIONS(2206), - [anon_sym__Atomic] = ACTIONS(2206), - [anon_sym__Noreturn] = ACTIONS(2206), - [anon_sym_noreturn] = ACTIONS(2206), - [anon_sym_alignas] = ACTIONS(2206), - [anon_sym__Alignas] = ACTIONS(2206), - [sym_primitive_type] = ACTIONS(2206), - [anon_sym_enum] = ACTIONS(2206), - [anon_sym_struct] = ACTIONS(2206), - [anon_sym_union] = ACTIONS(2206), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2206), - [anon_sym_rayPayloadInEXT] = ACTIONS(2206), - [anon_sym_hitAttributeEXT] = ACTIONS(2206), - [anon_sym_callableDataEXT] = ACTIONS(2206), - [anon_sym_callableDataInEXT] = ACTIONS(2206), - [anon_sym_shaderRecordEXT] = ACTIONS(2206), - [anon_sym_rayPayloadNV] = ACTIONS(2206), - [anon_sym_rayPayloadInNV] = ACTIONS(2206), - [anon_sym_hitAttributeNV] = ACTIONS(2206), - [anon_sym_callableDataNV] = ACTIONS(2206), - [anon_sym_callableDataInNV] = ACTIONS(2206), - [anon_sym_shaderRecordNV] = ACTIONS(2206), - [anon_sym_layout] = ACTIONS(2206), - }, - [557] = { - [sym_identifier] = ACTIONS(2210), - [aux_sym_preproc_def_token1] = ACTIONS(2210), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_if_token2] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2210), - [aux_sym_preproc_else_token1] = ACTIONS(2210), - [aux_sym_preproc_elif_token1] = ACTIONS(2210), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2210), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2210), - [sym_preproc_directive] = ACTIONS(2210), - [anon_sym_subroutine] = ACTIONS(2210), - [anon_sym_invariant] = ACTIONS(2210), - [anon_sym_precise] = ACTIONS(2210), - [anon_sym_in] = ACTIONS(2210), - [anon_sym_out] = ACTIONS(2210), - [anon_sym_inout] = ACTIONS(2210), - [anon_sym_uniform] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_attribute] = ACTIONS(2210), - [anon_sym_varying] = ACTIONS(2210), - [anon_sym_buffer] = ACTIONS(2210), - [anon_sym_coherent] = ACTIONS(2210), - [anon_sym_readonly] = ACTIONS(2210), - [anon_sym_writeonly] = ACTIONS(2210), - [anon_sym_precision] = ACTIONS(2210), - [anon_sym_highp] = ACTIONS(2210), - [anon_sym_mediump] = ACTIONS(2210), - [anon_sym_lowp] = ACTIONS(2210), - [anon_sym_centroid] = ACTIONS(2210), - [anon_sym_sample] = ACTIONS(2210), - [anon_sym_patch] = ACTIONS(2210), - [anon_sym_smooth] = ACTIONS(2210), - [anon_sym_flat] = ACTIONS(2210), - [anon_sym_noperspective] = ACTIONS(2210), - [anon_sym___extension__] = ACTIONS(2210), - [anon_sym_extern] = ACTIONS(2210), - [anon_sym___attribute__] = ACTIONS(2210), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2212), - [anon_sym___declspec] = ACTIONS(2210), - [anon_sym_signed] = ACTIONS(2210), - [anon_sym_unsigned] = ACTIONS(2210), - [anon_sym_long] = ACTIONS(2210), - [anon_sym_short] = ACTIONS(2210), - [anon_sym_static] = ACTIONS(2210), - [anon_sym_auto] = ACTIONS(2210), - [anon_sym_register] = ACTIONS(2210), - [anon_sym_inline] = ACTIONS(2210), - [anon_sym___inline] = ACTIONS(2210), - [anon_sym___inline__] = ACTIONS(2210), - [anon_sym___forceinline] = ACTIONS(2210), - [anon_sym_thread_local] = ACTIONS(2210), - [anon_sym___thread] = ACTIONS(2210), - [anon_sym_const] = ACTIONS(2210), - [anon_sym_constexpr] = ACTIONS(2210), - [anon_sym_volatile] = ACTIONS(2210), - [anon_sym_restrict] = ACTIONS(2210), - [anon_sym___restrict__] = ACTIONS(2210), - [anon_sym__Atomic] = ACTIONS(2210), - [anon_sym__Noreturn] = ACTIONS(2210), - [anon_sym_noreturn] = ACTIONS(2210), - [anon_sym_alignas] = ACTIONS(2210), - [anon_sym__Alignas] = ACTIONS(2210), - [sym_primitive_type] = ACTIONS(2210), - [anon_sym_enum] = ACTIONS(2210), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_union] = ACTIONS(2210), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2210), - [anon_sym_rayPayloadInEXT] = ACTIONS(2210), - [anon_sym_hitAttributeEXT] = ACTIONS(2210), - [anon_sym_callableDataEXT] = ACTIONS(2210), - [anon_sym_callableDataInEXT] = ACTIONS(2210), - [anon_sym_shaderRecordEXT] = ACTIONS(2210), - [anon_sym_rayPayloadNV] = ACTIONS(2210), - [anon_sym_rayPayloadInNV] = ACTIONS(2210), - [anon_sym_hitAttributeNV] = ACTIONS(2210), - [anon_sym_callableDataNV] = ACTIONS(2210), - [anon_sym_callableDataInNV] = ACTIONS(2210), - [anon_sym_shaderRecordNV] = ACTIONS(2210), - [anon_sym_layout] = ACTIONS(2210), - }, - [558] = { - [sym_identifier] = ACTIONS(2214), - [aux_sym_preproc_def_token1] = ACTIONS(2214), - [aux_sym_preproc_if_token1] = ACTIONS(2214), - [aux_sym_preproc_if_token2] = ACTIONS(2214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2214), - [aux_sym_preproc_else_token1] = ACTIONS(2214), - [aux_sym_preproc_elif_token1] = ACTIONS(2214), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2214), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2214), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_subroutine] = ACTIONS(2214), - [anon_sym_invariant] = ACTIONS(2214), - [anon_sym_precise] = ACTIONS(2214), - [anon_sym_in] = ACTIONS(2214), - [anon_sym_out] = ACTIONS(2214), - [anon_sym_inout] = ACTIONS(2214), - [anon_sym_uniform] = ACTIONS(2214), - [anon_sym_shared] = ACTIONS(2214), - [anon_sym_attribute] = ACTIONS(2214), - [anon_sym_varying] = ACTIONS(2214), - [anon_sym_buffer] = ACTIONS(2214), - [anon_sym_coherent] = ACTIONS(2214), - [anon_sym_readonly] = ACTIONS(2214), - [anon_sym_writeonly] = ACTIONS(2214), - [anon_sym_precision] = ACTIONS(2214), - [anon_sym_highp] = ACTIONS(2214), - [anon_sym_mediump] = ACTIONS(2214), - [anon_sym_lowp] = ACTIONS(2214), - [anon_sym_centroid] = ACTIONS(2214), - [anon_sym_sample] = ACTIONS(2214), - [anon_sym_patch] = ACTIONS(2214), - [anon_sym_smooth] = ACTIONS(2214), - [anon_sym_flat] = ACTIONS(2214), - [anon_sym_noperspective] = ACTIONS(2214), - [anon_sym___extension__] = ACTIONS(2214), - [anon_sym_extern] = ACTIONS(2214), - [anon_sym___attribute__] = ACTIONS(2214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2216), - [anon_sym___declspec] = ACTIONS(2214), - [anon_sym_signed] = ACTIONS(2214), - [anon_sym_unsigned] = ACTIONS(2214), - [anon_sym_long] = ACTIONS(2214), - [anon_sym_short] = ACTIONS(2214), - [anon_sym_static] = ACTIONS(2214), - [anon_sym_auto] = ACTIONS(2214), - [anon_sym_register] = ACTIONS(2214), - [anon_sym_inline] = ACTIONS(2214), - [anon_sym___inline] = ACTIONS(2214), - [anon_sym___inline__] = ACTIONS(2214), - [anon_sym___forceinline] = ACTIONS(2214), - [anon_sym_thread_local] = ACTIONS(2214), - [anon_sym___thread] = ACTIONS(2214), - [anon_sym_const] = ACTIONS(2214), - [anon_sym_constexpr] = ACTIONS(2214), - [anon_sym_volatile] = ACTIONS(2214), - [anon_sym_restrict] = ACTIONS(2214), - [anon_sym___restrict__] = ACTIONS(2214), - [anon_sym__Atomic] = ACTIONS(2214), - [anon_sym__Noreturn] = ACTIONS(2214), - [anon_sym_noreturn] = ACTIONS(2214), - [anon_sym_alignas] = ACTIONS(2214), - [anon_sym__Alignas] = ACTIONS(2214), - [sym_primitive_type] = ACTIONS(2214), - [anon_sym_enum] = ACTIONS(2214), - [anon_sym_struct] = ACTIONS(2214), - [anon_sym_union] = ACTIONS(2214), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2214), - [anon_sym_rayPayloadInEXT] = ACTIONS(2214), - [anon_sym_hitAttributeEXT] = ACTIONS(2214), - [anon_sym_callableDataEXT] = ACTIONS(2214), - [anon_sym_callableDataInEXT] = ACTIONS(2214), - [anon_sym_shaderRecordEXT] = ACTIONS(2214), - [anon_sym_rayPayloadNV] = ACTIONS(2214), - [anon_sym_rayPayloadInNV] = ACTIONS(2214), - [anon_sym_hitAttributeNV] = ACTIONS(2214), - [anon_sym_callableDataNV] = ACTIONS(2214), - [anon_sym_callableDataInNV] = ACTIONS(2214), - [anon_sym_shaderRecordNV] = ACTIONS(2214), - [anon_sym_layout] = ACTIONS(2214), - }, - [559] = { - [sym_identifier] = ACTIONS(2218), - [aux_sym_preproc_def_token1] = ACTIONS(2218), - [aux_sym_preproc_if_token1] = ACTIONS(2218), - [aux_sym_preproc_if_token2] = ACTIONS(2218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2218), - [aux_sym_preproc_else_token1] = ACTIONS(2218), - [aux_sym_preproc_elif_token1] = ACTIONS(2218), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2218), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2218), - [sym_preproc_directive] = ACTIONS(2218), - [anon_sym_subroutine] = ACTIONS(2218), - [anon_sym_invariant] = ACTIONS(2218), - [anon_sym_precise] = ACTIONS(2218), - [anon_sym_in] = ACTIONS(2218), - [anon_sym_out] = ACTIONS(2218), - [anon_sym_inout] = ACTIONS(2218), - [anon_sym_uniform] = ACTIONS(2218), - [anon_sym_shared] = ACTIONS(2218), - [anon_sym_attribute] = ACTIONS(2218), - [anon_sym_varying] = ACTIONS(2218), - [anon_sym_buffer] = ACTIONS(2218), - [anon_sym_coherent] = ACTIONS(2218), - [anon_sym_readonly] = ACTIONS(2218), - [anon_sym_writeonly] = ACTIONS(2218), - [anon_sym_precision] = ACTIONS(2218), - [anon_sym_highp] = ACTIONS(2218), - [anon_sym_mediump] = ACTIONS(2218), - [anon_sym_lowp] = ACTIONS(2218), - [anon_sym_centroid] = ACTIONS(2218), - [anon_sym_sample] = ACTIONS(2218), - [anon_sym_patch] = ACTIONS(2218), - [anon_sym_smooth] = ACTIONS(2218), - [anon_sym_flat] = ACTIONS(2218), - [anon_sym_noperspective] = ACTIONS(2218), - [anon_sym___extension__] = ACTIONS(2218), - [anon_sym_extern] = ACTIONS(2218), - [anon_sym___attribute__] = ACTIONS(2218), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2220), - [anon_sym___declspec] = ACTIONS(2218), - [anon_sym_signed] = ACTIONS(2218), - [anon_sym_unsigned] = ACTIONS(2218), - [anon_sym_long] = ACTIONS(2218), - [anon_sym_short] = ACTIONS(2218), - [anon_sym_static] = ACTIONS(2218), - [anon_sym_auto] = ACTIONS(2218), - [anon_sym_register] = ACTIONS(2218), - [anon_sym_inline] = ACTIONS(2218), - [anon_sym___inline] = ACTIONS(2218), - [anon_sym___inline__] = ACTIONS(2218), - [anon_sym___forceinline] = ACTIONS(2218), - [anon_sym_thread_local] = ACTIONS(2218), - [anon_sym___thread] = ACTIONS(2218), - [anon_sym_const] = ACTIONS(2218), - [anon_sym_constexpr] = ACTIONS(2218), - [anon_sym_volatile] = ACTIONS(2218), - [anon_sym_restrict] = ACTIONS(2218), - [anon_sym___restrict__] = ACTIONS(2218), - [anon_sym__Atomic] = ACTIONS(2218), - [anon_sym__Noreturn] = ACTIONS(2218), - [anon_sym_noreturn] = ACTIONS(2218), - [anon_sym_alignas] = ACTIONS(2218), - [anon_sym__Alignas] = ACTIONS(2218), - [sym_primitive_type] = ACTIONS(2218), - [anon_sym_enum] = ACTIONS(2218), - [anon_sym_struct] = ACTIONS(2218), - [anon_sym_union] = ACTIONS(2218), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2218), - [anon_sym_rayPayloadInEXT] = ACTIONS(2218), - [anon_sym_hitAttributeEXT] = ACTIONS(2218), - [anon_sym_callableDataEXT] = ACTIONS(2218), - [anon_sym_callableDataInEXT] = ACTIONS(2218), - [anon_sym_shaderRecordEXT] = ACTIONS(2218), - [anon_sym_rayPayloadNV] = ACTIONS(2218), - [anon_sym_rayPayloadInNV] = ACTIONS(2218), - [anon_sym_hitAttributeNV] = ACTIONS(2218), - [anon_sym_callableDataNV] = ACTIONS(2218), - [anon_sym_callableDataInNV] = ACTIONS(2218), - [anon_sym_shaderRecordNV] = ACTIONS(2218), - [anon_sym_layout] = ACTIONS(2218), - }, - [560] = { - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token2] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [aux_sym_preproc_else_token1] = ACTIONS(1485), - [aux_sym_preproc_elif_token1] = ACTIONS(1485), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), - }, - [561] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token2] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [aux_sym_preproc_else_token1] = ACTIONS(2222), - [aux_sym_preproc_elif_token1] = ACTIONS(2222), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [anon_sym_alignas] = ACTIONS(2222), - [anon_sym__Alignas] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), - }, - [562] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token2] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [aux_sym_preproc_else_token1] = ACTIONS(2226), - [aux_sym_preproc_elif_token1] = ACTIONS(2226), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), + [sym_identifier] = ACTIONS(2219), + [anon_sym_LPAREN2] = ACTIONS(2222), + [anon_sym_BANG] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2222), + [anon_sym_DASH] = ACTIONS(2224), + [anon_sym_PLUS] = ACTIONS(2224), + [anon_sym_STAR] = ACTIONS(2222), + [anon_sym_AMP] = ACTIONS(2222), + [anon_sym_SEMI] = ACTIONS(2222), + [anon_sym___extension__] = ACTIONS(2219), [anon_sym_extern] = ACTIONS(2226), [anon_sym___attribute__] = ACTIONS(2226), [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), [anon_sym___declspec] = ACTIONS(2226), + [anon_sym_LBRACE] = ACTIONS(2222), [anon_sym_signed] = ACTIONS(2226), [anon_sym_unsigned] = ACTIONS(2226), [anon_sym_long] = ACTIONS(2226), @@ -90737,4793 +92061,2452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(2226), [anon_sym__Noreturn] = ACTIONS(2226), [anon_sym_noreturn] = ACTIONS(2226), + [anon_sym__Nonnull] = ACTIONS(2226), [anon_sym_alignas] = ACTIONS(2226), [anon_sym__Alignas] = ACTIONS(2226), [sym_primitive_type] = ACTIONS(2226), [anon_sym_enum] = ACTIONS(2226), [anon_sym_struct] = ACTIONS(2226), [anon_sym_union] = ACTIONS(2226), + [anon_sym_if] = ACTIONS(2224), + [anon_sym_switch] = ACTIONS(2224), + [anon_sym_case] = ACTIONS(2224), + [anon_sym_default] = ACTIONS(2224), + [anon_sym_while] = ACTIONS(2224), + [anon_sym_do] = ACTIONS(2224), + [anon_sym_for] = ACTIONS(2224), + [anon_sym_return] = ACTIONS(2224), + [anon_sym_break] = ACTIONS(2224), + [anon_sym_continue] = ACTIONS(2224), + [anon_sym_goto] = ACTIONS(2224), + [anon_sym___try] = ACTIONS(2224), + [anon_sym___leave] = ACTIONS(2224), + [anon_sym_DASH_DASH] = ACTIONS(2222), + [anon_sym_PLUS_PLUS] = ACTIONS(2222), + [anon_sym_sizeof] = ACTIONS(2224), + [anon_sym___alignof__] = ACTIONS(2224), + [anon_sym___alignof] = ACTIONS(2224), + [anon_sym__alignof] = ACTIONS(2224), + [anon_sym_alignof] = ACTIONS(2224), + [anon_sym__Alignof] = ACTIONS(2224), + [anon_sym_offsetof] = ACTIONS(2224), + [anon_sym__Generic] = ACTIONS(2224), + [anon_sym_asm] = ACTIONS(2224), + [anon_sym___asm__] = ACTIONS(2224), + [anon_sym___asm] = ACTIONS(2224), + [sym_number_literal] = ACTIONS(2222), + [anon_sym_L_SQUOTE] = ACTIONS(2222), + [anon_sym_u_SQUOTE] = ACTIONS(2222), + [anon_sym_U_SQUOTE] = ACTIONS(2222), + [anon_sym_u8_SQUOTE] = ACTIONS(2222), + [anon_sym_SQUOTE] = ACTIONS(2222), + [anon_sym_L_DQUOTE] = ACTIONS(2222), + [anon_sym_u_DQUOTE] = ACTIONS(2222), + [anon_sym_U_DQUOTE] = ACTIONS(2222), + [anon_sym_u8_DQUOTE] = ACTIONS(2222), + [anon_sym_DQUOTE] = ACTIONS(2222), + [sym_true] = ACTIONS(2224), + [sym_false] = ACTIONS(2224), + [anon_sym_NULL] = ACTIONS(2224), + [anon_sym_nullptr] = ACTIONS(2224), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), - }, - [563] = { - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token2] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [aux_sym_preproc_else_token1] = ACTIONS(1409), - [aux_sym_preproc_elif_token1] = ACTIONS(1409), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), - }, - [564] = { - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token2] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [aux_sym_preproc_else_token1] = ACTIONS(1401), - [aux_sym_preproc_elif_token1] = ACTIONS(1401), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), - }, - [565] = { - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token2] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [aux_sym_preproc_else_token1] = ACTIONS(1441), - [aux_sym_preproc_elif_token1] = ACTIONS(1441), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), - }, - [566] = { - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token2] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [aux_sym_preproc_else_token1] = ACTIONS(1429), - [aux_sym_preproc_elif_token1] = ACTIONS(1429), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), - }, - [567] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token2] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [aux_sym_preproc_else_token1] = ACTIONS(2230), - [aux_sym_preproc_elif_token1] = ACTIONS(2230), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [anon_sym_alignas] = ACTIONS(2230), - [anon_sym__Alignas] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), - }, - [568] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token2] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [aux_sym_preproc_else_token1] = ACTIONS(2234), - [aux_sym_preproc_elif_token1] = ACTIONS(2234), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [anon_sym_alignas] = ACTIONS(2234), - [anon_sym__Alignas] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), - }, - [569] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token2] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [aux_sym_preproc_else_token1] = ACTIONS(2238), - [aux_sym_preproc_elif_token1] = ACTIONS(2238), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [anon_sym_alignas] = ACTIONS(2238), - [anon_sym__Alignas] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), - }, - [570] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token2] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [aux_sym_preproc_else_token1] = ACTIONS(2242), - [aux_sym_preproc_elif_token1] = ACTIONS(2242), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [anon_sym_alignas] = ACTIONS(2242), - [anon_sym__Alignas] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), - }, - [571] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token2] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [aux_sym_preproc_else_token1] = ACTIONS(2246), - [aux_sym_preproc_elif_token1] = ACTIONS(2246), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [anon_sym_alignas] = ACTIONS(2246), - [anon_sym__Alignas] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), - }, - [572] = { - [sym_identifier] = ACTIONS(2250), - [aux_sym_preproc_def_token1] = ACTIONS(2250), - [aux_sym_preproc_if_token1] = ACTIONS(2250), - [aux_sym_preproc_if_token2] = ACTIONS(2250), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2250), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2250), - [aux_sym_preproc_else_token1] = ACTIONS(2250), - [aux_sym_preproc_elif_token1] = ACTIONS(2250), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2250), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2250), - [sym_preproc_directive] = ACTIONS(2250), - [anon_sym_subroutine] = ACTIONS(2250), - [anon_sym_invariant] = ACTIONS(2250), - [anon_sym_precise] = ACTIONS(2250), - [anon_sym_in] = ACTIONS(2250), - [anon_sym_out] = ACTIONS(2250), - [anon_sym_inout] = ACTIONS(2250), - [anon_sym_uniform] = ACTIONS(2250), - [anon_sym_shared] = ACTIONS(2250), - [anon_sym_attribute] = ACTIONS(2250), - [anon_sym_varying] = ACTIONS(2250), - [anon_sym_buffer] = ACTIONS(2250), - [anon_sym_coherent] = ACTIONS(2250), - [anon_sym_readonly] = ACTIONS(2250), - [anon_sym_writeonly] = ACTIONS(2250), - [anon_sym_precision] = ACTIONS(2250), - [anon_sym_highp] = ACTIONS(2250), - [anon_sym_mediump] = ACTIONS(2250), - [anon_sym_lowp] = ACTIONS(2250), - [anon_sym_centroid] = ACTIONS(2250), - [anon_sym_sample] = ACTIONS(2250), - [anon_sym_patch] = ACTIONS(2250), - [anon_sym_smooth] = ACTIONS(2250), - [anon_sym_flat] = ACTIONS(2250), - [anon_sym_noperspective] = ACTIONS(2250), - [anon_sym___extension__] = ACTIONS(2250), - [anon_sym_extern] = ACTIONS(2250), - [anon_sym___attribute__] = ACTIONS(2250), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2252), - [anon_sym___declspec] = ACTIONS(2250), - [anon_sym_signed] = ACTIONS(2250), - [anon_sym_unsigned] = ACTIONS(2250), - [anon_sym_long] = ACTIONS(2250), - [anon_sym_short] = ACTIONS(2250), - [anon_sym_static] = ACTIONS(2250), - [anon_sym_auto] = ACTIONS(2250), - [anon_sym_register] = ACTIONS(2250), - [anon_sym_inline] = ACTIONS(2250), - [anon_sym___inline] = ACTIONS(2250), - [anon_sym___inline__] = ACTIONS(2250), - [anon_sym___forceinline] = ACTIONS(2250), - [anon_sym_thread_local] = ACTIONS(2250), - [anon_sym___thread] = ACTIONS(2250), - [anon_sym_const] = ACTIONS(2250), - [anon_sym_constexpr] = ACTIONS(2250), - [anon_sym_volatile] = ACTIONS(2250), - [anon_sym_restrict] = ACTIONS(2250), - [anon_sym___restrict__] = ACTIONS(2250), - [anon_sym__Atomic] = ACTIONS(2250), - [anon_sym__Noreturn] = ACTIONS(2250), - [anon_sym_noreturn] = ACTIONS(2250), - [anon_sym_alignas] = ACTIONS(2250), - [anon_sym__Alignas] = ACTIONS(2250), - [sym_primitive_type] = ACTIONS(2250), - [anon_sym_enum] = ACTIONS(2250), - [anon_sym_struct] = ACTIONS(2250), - [anon_sym_union] = ACTIONS(2250), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2250), - [anon_sym_rayPayloadInEXT] = ACTIONS(2250), - [anon_sym_hitAttributeEXT] = ACTIONS(2250), - [anon_sym_callableDataEXT] = ACTIONS(2250), - [anon_sym_callableDataInEXT] = ACTIONS(2250), - [anon_sym_shaderRecordEXT] = ACTIONS(2250), - [anon_sym_rayPayloadNV] = ACTIONS(2250), - [anon_sym_rayPayloadInNV] = ACTIONS(2250), - [anon_sym_hitAttributeNV] = ACTIONS(2250), - [anon_sym_callableDataNV] = ACTIONS(2250), - [anon_sym_callableDataInNV] = ACTIONS(2250), - [anon_sym_shaderRecordNV] = ACTIONS(2250), - [anon_sym_layout] = ACTIONS(2250), - }, - [573] = { - [sym_identifier] = ACTIONS(2254), - [aux_sym_preproc_def_token1] = ACTIONS(2254), - [aux_sym_preproc_if_token1] = ACTIONS(2254), - [aux_sym_preproc_if_token2] = ACTIONS(2254), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2254), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2254), - [aux_sym_preproc_else_token1] = ACTIONS(2254), - [aux_sym_preproc_elif_token1] = ACTIONS(2254), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2254), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2254), - [sym_preproc_directive] = ACTIONS(2254), - [anon_sym_subroutine] = ACTIONS(2254), - [anon_sym_invariant] = ACTIONS(2254), - [anon_sym_precise] = ACTIONS(2254), - [anon_sym_in] = ACTIONS(2254), - [anon_sym_out] = ACTIONS(2254), - [anon_sym_inout] = ACTIONS(2254), - [anon_sym_uniform] = ACTIONS(2254), - [anon_sym_shared] = ACTIONS(2254), - [anon_sym_attribute] = ACTIONS(2254), - [anon_sym_varying] = ACTIONS(2254), - [anon_sym_buffer] = ACTIONS(2254), - [anon_sym_coherent] = ACTIONS(2254), - [anon_sym_readonly] = ACTIONS(2254), - [anon_sym_writeonly] = ACTIONS(2254), - [anon_sym_precision] = ACTIONS(2254), - [anon_sym_highp] = ACTIONS(2254), - [anon_sym_mediump] = ACTIONS(2254), - [anon_sym_lowp] = ACTIONS(2254), - [anon_sym_centroid] = ACTIONS(2254), - [anon_sym_sample] = ACTIONS(2254), - [anon_sym_patch] = ACTIONS(2254), - [anon_sym_smooth] = ACTIONS(2254), - [anon_sym_flat] = ACTIONS(2254), - [anon_sym_noperspective] = ACTIONS(2254), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2256), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym_signed] = ACTIONS(2254), - [anon_sym_unsigned] = ACTIONS(2254), - [anon_sym_long] = ACTIONS(2254), - [anon_sym_short] = ACTIONS(2254), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_auto] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym___inline] = ACTIONS(2254), - [anon_sym___inline__] = ACTIONS(2254), - [anon_sym___forceinline] = ACTIONS(2254), - [anon_sym_thread_local] = ACTIONS(2254), - [anon_sym___thread] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym___restrict__] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym__Noreturn] = ACTIONS(2254), - [anon_sym_noreturn] = ACTIONS(2254), - [anon_sym_alignas] = ACTIONS(2254), - [anon_sym__Alignas] = ACTIONS(2254), - [sym_primitive_type] = ACTIONS(2254), - [anon_sym_enum] = ACTIONS(2254), - [anon_sym_struct] = ACTIONS(2254), - [anon_sym_union] = ACTIONS(2254), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2254), - [anon_sym_rayPayloadInEXT] = ACTIONS(2254), - [anon_sym_hitAttributeEXT] = ACTIONS(2254), - [anon_sym_callableDataEXT] = ACTIONS(2254), - [anon_sym_callableDataInEXT] = ACTIONS(2254), - [anon_sym_shaderRecordEXT] = ACTIONS(2254), - [anon_sym_rayPayloadNV] = ACTIONS(2254), - [anon_sym_rayPayloadInNV] = ACTIONS(2254), - [anon_sym_hitAttributeNV] = ACTIONS(2254), - [anon_sym_callableDataNV] = ACTIONS(2254), - [anon_sym_callableDataInNV] = ACTIONS(2254), - [anon_sym_shaderRecordNV] = ACTIONS(2254), - [anon_sym_layout] = ACTIONS(2254), }, - [574] = { - [sym_expression] = STATE(1019), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_initializer_list] = STATE(866), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [sym_identifier] = ACTIONS(2258), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1762), - [anon_sym_BANG] = ACTIONS(2260), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_STAR] = ACTIONS(1762), - [anon_sym_SLASH] = ACTIONS(1760), - [anon_sym_PERCENT] = ACTIONS(1762), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_AMP_AMP] = ACTIONS(1762), - [anon_sym_PIPE] = ACTIONS(1760), - [anon_sym_CARET] = ACTIONS(1762), - [anon_sym_AMP] = ACTIONS(1760), - [anon_sym_EQ_EQ] = ACTIONS(1762), - [anon_sym_BANG_EQ] = ACTIONS(1762), - [anon_sym_GT] = ACTIONS(1760), - [anon_sym_GT_EQ] = ACTIONS(1762), - [anon_sym_LT_EQ] = ACTIONS(1762), - [anon_sym_LT] = ACTIONS(1760), - [anon_sym_LT_LT] = ACTIONS(1762), - [anon_sym_GT_GT] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_RBRACK] = ACTIONS(1762), - [anon_sym_QMARK] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1762), - [anon_sym_PLUS_PLUS] = ACTIONS(1762), - [anon_sym_sizeof] = ACTIONS(2264), - [anon_sym___alignof__] = ACTIONS(91), - [anon_sym___alignof] = ACTIONS(91), - [anon_sym__alignof] = ACTIONS(91), - [anon_sym_alignof] = ACTIONS(91), - [anon_sym__Alignof] = ACTIONS(91), - [anon_sym_offsetof] = ACTIONS(93), - [anon_sym__Generic] = ACTIONS(95), - [anon_sym_asm] = ACTIONS(97), - [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(1760), - [anon_sym_DASH_GT] = ACTIONS(1762), - [sym_number_literal] = ACTIONS(175), - [anon_sym_L_SQUOTE] = ACTIONS(101), - [anon_sym_u_SQUOTE] = ACTIONS(101), - [anon_sym_U_SQUOTE] = ACTIONS(101), - [anon_sym_u8_SQUOTE] = ACTIONS(101), - [anon_sym_SQUOTE] = ACTIONS(101), + [557] = { + [sym_field_declaration_list] = STATE(1502), + [sym_string_literal] = STATE(821), + [aux_sym_sized_type_specifier_repeat1] = STATE(955), + [sym_identifier] = ACTIONS(2180), + [anon_sym_COMMA] = ACTIONS(2182), + [anon_sym_LPAREN2] = ACTIONS(2184), + [anon_sym_DASH] = ACTIONS(2188), + [anon_sym_PLUS] = ACTIONS(2188), + [anon_sym_STAR] = ACTIONS(2190), + [anon_sym_SLASH] = ACTIONS(2188), + [anon_sym_PERCENT] = ACTIONS(2188), + [anon_sym_PIPE_PIPE] = ACTIONS(2182), + [anon_sym_AMP_AMP] = ACTIONS(2182), + [anon_sym_PIPE] = ACTIONS(2188), + [anon_sym_CARET] = ACTIONS(2188), + [anon_sym_AMP] = ACTIONS(2188), + [anon_sym_EQ_EQ] = ACTIONS(2182), + [anon_sym_BANG_EQ] = ACTIONS(2182), + [anon_sym_GT] = ACTIONS(2188), + [anon_sym_GT_EQ] = ACTIONS(2182), + [anon_sym_LT_EQ] = ACTIONS(2182), + [anon_sym_LT] = ACTIONS(2188), + [anon_sym_LT_LT] = ACTIONS(2188), + [anon_sym_GT_GT] = ACTIONS(2188), + [anon_sym_SEMI] = ACTIONS(2182), + [anon_sym___extension__] = ACTIONS(2180), + [anon_sym_extern] = ACTIONS(2180), + [anon_sym___attribute__] = ACTIONS(2180), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2193), + [anon_sym___declspec] = ACTIONS(2180), + [anon_sym___based] = ACTIONS(2180), + [anon_sym___cdecl] = ACTIONS(2180), + [anon_sym___clrcall] = ACTIONS(2180), + [anon_sym___stdcall] = ACTIONS(2180), + [anon_sym___fastcall] = ACTIONS(2180), + [anon_sym___thiscall] = ACTIONS(2180), + [anon_sym___vectorcall] = ACTIONS(2180), + [anon_sym_LBRACE] = ACTIONS(2195), + [anon_sym_signed] = ACTIONS(2197), + [anon_sym_unsigned] = ACTIONS(2197), + [anon_sym_long] = ACTIONS(2197), + [anon_sym_short] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2188), + [anon_sym_static] = ACTIONS(2180), + [anon_sym_EQ] = ACTIONS(2199), + [anon_sym_auto] = ACTIONS(2180), + [anon_sym_register] = ACTIONS(2180), + [anon_sym_inline] = ACTIONS(2180), + [anon_sym___inline] = ACTIONS(2180), + [anon_sym___inline__] = ACTIONS(2180), + [anon_sym___forceinline] = ACTIONS(2180), + [anon_sym_thread_local] = ACTIONS(2180), + [anon_sym___thread] = ACTIONS(2180), + [anon_sym_const] = ACTIONS(2180), + [anon_sym_constexpr] = ACTIONS(2180), + [anon_sym_volatile] = ACTIONS(2180), + [anon_sym_restrict] = ACTIONS(2180), + [anon_sym___restrict__] = ACTIONS(2180), + [anon_sym__Atomic] = ACTIONS(2180), + [anon_sym__Noreturn] = ACTIONS(2180), + [anon_sym_noreturn] = ACTIONS(2180), + [anon_sym__Nonnull] = ACTIONS(2180), + [anon_sym_alignas] = ACTIONS(2180), + [anon_sym__Alignas] = ACTIONS(2180), + [anon_sym_QMARK] = ACTIONS(2182), + [anon_sym_STAR_EQ] = ACTIONS(2203), + [anon_sym_SLASH_EQ] = ACTIONS(2203), + [anon_sym_PERCENT_EQ] = ACTIONS(2203), + [anon_sym_PLUS_EQ] = ACTIONS(2203), + [anon_sym_DASH_EQ] = ACTIONS(2203), + [anon_sym_LT_LT_EQ] = ACTIONS(2203), + [anon_sym_GT_GT_EQ] = ACTIONS(2203), + [anon_sym_AMP_EQ] = ACTIONS(2203), + [anon_sym_CARET_EQ] = ACTIONS(2203), + [anon_sym_PIPE_EQ] = ACTIONS(2203), + [anon_sym_DASH_DASH] = ACTIONS(2182), + [anon_sym_PLUS_PLUS] = ACTIONS(2182), + [anon_sym_DOT] = ACTIONS(2182), + [anon_sym_DASH_GT] = ACTIONS(2182), [anon_sym_L_DQUOTE] = ACTIONS(103), [anon_sym_u_DQUOTE] = ACTIONS(103), [anon_sym_U_DQUOTE] = ACTIONS(103), - [anon_sym_u8_DQUOTE] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym_true] = ACTIONS(177), - [sym_false] = ACTIONS(177), - [anon_sym_NULL] = ACTIONS(107), - [anon_sym_nullptr] = ACTIONS(107), - [sym_comment] = ACTIONS(3), - }, - [575] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token2] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [aux_sym_preproc_else_token1] = ACTIONS(2266), - [aux_sym_preproc_elif_token1] = ACTIONS(2266), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [anon_sym_alignas] = ACTIONS(2266), - [anon_sym__Alignas] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), - }, - [576] = { - [sym_identifier] = ACTIONS(2270), - [anon_sym_subroutine] = ACTIONS(2270), - [anon_sym_invariant] = ACTIONS(2270), - [anon_sym_precise] = ACTIONS(2270), - [anon_sym_in] = ACTIONS(2270), - [anon_sym_out] = ACTIONS(2270), - [anon_sym_inout] = ACTIONS(2270), - [anon_sym_uniform] = ACTIONS(2270), - [anon_sym_shared] = ACTIONS(2270), - [anon_sym_attribute] = ACTIONS(2270), - [anon_sym_varying] = ACTIONS(2270), - [anon_sym_buffer] = ACTIONS(2270), - [anon_sym_coherent] = ACTIONS(2270), - [anon_sym_readonly] = ACTIONS(2270), - [anon_sym_writeonly] = ACTIONS(2270), - [anon_sym_precision] = ACTIONS(2270), - [anon_sym_highp] = ACTIONS(2270), - [anon_sym_mediump] = ACTIONS(2270), - [anon_sym_lowp] = ACTIONS(2270), - [anon_sym_centroid] = ACTIONS(2270), - [anon_sym_sample] = ACTIONS(2270), - [anon_sym_patch] = ACTIONS(2270), - [anon_sym_smooth] = ACTIONS(2270), - [anon_sym_flat] = ACTIONS(2270), - [anon_sym_noperspective] = ACTIONS(2270), - [anon_sym___extension__] = ACTIONS(2270), - [anon_sym_extern] = ACTIONS(2270), - [anon_sym___attribute__] = ACTIONS(2270), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2272), - [anon_sym___declspec] = ACTIONS(2270), - [anon_sym___cdecl] = ACTIONS(2270), - [anon_sym___clrcall] = ACTIONS(2270), - [anon_sym___stdcall] = ACTIONS(2270), - [anon_sym___fastcall] = ACTIONS(2270), - [anon_sym___thiscall] = ACTIONS(2270), - [anon_sym___vectorcall] = ACTIONS(2270), - [anon_sym_LBRACE] = ACTIONS(2272), - [anon_sym_signed] = ACTIONS(2270), - [anon_sym_unsigned] = ACTIONS(2270), - [anon_sym_long] = ACTIONS(2270), - [anon_sym_short] = ACTIONS(2270), - [anon_sym_static] = ACTIONS(2270), - [anon_sym_auto] = ACTIONS(2270), - [anon_sym_register] = ACTIONS(2270), - [anon_sym_inline] = ACTIONS(2270), - [anon_sym___inline] = ACTIONS(2270), - [anon_sym___inline__] = ACTIONS(2270), - [anon_sym___forceinline] = ACTIONS(2270), - [anon_sym_thread_local] = ACTIONS(2270), - [anon_sym___thread] = ACTIONS(2270), - [anon_sym_const] = ACTIONS(2270), - [anon_sym_constexpr] = ACTIONS(2270), - [anon_sym_volatile] = ACTIONS(2270), - [anon_sym_restrict] = ACTIONS(2270), - [anon_sym___restrict__] = ACTIONS(2270), - [anon_sym__Atomic] = ACTIONS(2270), - [anon_sym__Noreturn] = ACTIONS(2270), - [anon_sym_noreturn] = ACTIONS(2270), - [anon_sym_alignas] = ACTIONS(2270), - [anon_sym__Alignas] = ACTIONS(2270), - [sym_primitive_type] = ACTIONS(2270), - [anon_sym_enum] = ACTIONS(2270), - [anon_sym_struct] = ACTIONS(2270), - [anon_sym_union] = ACTIONS(2270), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2270), - [anon_sym_rayPayloadInEXT] = ACTIONS(2270), - [anon_sym_hitAttributeEXT] = ACTIONS(2270), - [anon_sym_callableDataEXT] = ACTIONS(2270), - [anon_sym_callableDataInEXT] = ACTIONS(2270), - [anon_sym_shaderRecordEXT] = ACTIONS(2270), - [anon_sym_rayPayloadNV] = ACTIONS(2270), - [anon_sym_rayPayloadInNV] = ACTIONS(2270), - [anon_sym_hitAttributeNV] = ACTIONS(2270), - [anon_sym_callableDataNV] = ACTIONS(2270), - [anon_sym_callableDataInNV] = ACTIONS(2270), - [anon_sym_shaderRecordNV] = ACTIONS(2270), - [anon_sym_layout] = ACTIONS(2270), - }, - [577] = { - [sym_identifier] = ACTIONS(2274), - [anon_sym_subroutine] = ACTIONS(2274), - [anon_sym_invariant] = ACTIONS(2274), - [anon_sym_precise] = ACTIONS(2274), - [anon_sym_in] = ACTIONS(2274), - [anon_sym_out] = ACTIONS(2274), - [anon_sym_inout] = ACTIONS(2274), - [anon_sym_uniform] = ACTIONS(2274), - [anon_sym_shared] = ACTIONS(2274), - [anon_sym_attribute] = ACTIONS(2274), - [anon_sym_varying] = ACTIONS(2274), - [anon_sym_buffer] = ACTIONS(2274), - [anon_sym_coherent] = ACTIONS(2274), - [anon_sym_readonly] = ACTIONS(2274), - [anon_sym_writeonly] = ACTIONS(2274), - [anon_sym_precision] = ACTIONS(2274), - [anon_sym_highp] = ACTIONS(2274), - [anon_sym_mediump] = ACTIONS(2274), - [anon_sym_lowp] = ACTIONS(2274), - [anon_sym_centroid] = ACTIONS(2274), - [anon_sym_sample] = ACTIONS(2274), - [anon_sym_patch] = ACTIONS(2274), - [anon_sym_smooth] = ACTIONS(2274), - [anon_sym_flat] = ACTIONS(2274), - [anon_sym_noperspective] = ACTIONS(2274), - [anon_sym___extension__] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2274), - [anon_sym___attribute__] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2276), - [anon_sym___declspec] = ACTIONS(2274), - [anon_sym___cdecl] = ACTIONS(2274), - [anon_sym___clrcall] = ACTIONS(2274), - [anon_sym___stdcall] = ACTIONS(2274), - [anon_sym___fastcall] = ACTIONS(2274), - [anon_sym___thiscall] = ACTIONS(2274), - [anon_sym___vectorcall] = ACTIONS(2274), - [anon_sym_LBRACE] = ACTIONS(2276), - [anon_sym_signed] = ACTIONS(2274), - [anon_sym_unsigned] = ACTIONS(2274), - [anon_sym_long] = ACTIONS(2274), - [anon_sym_short] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2274), - [anon_sym_auto] = ACTIONS(2274), - [anon_sym_register] = ACTIONS(2274), - [anon_sym_inline] = ACTIONS(2274), - [anon_sym___inline] = ACTIONS(2274), - [anon_sym___inline__] = ACTIONS(2274), - [anon_sym___forceinline] = ACTIONS(2274), - [anon_sym_thread_local] = ACTIONS(2274), - [anon_sym___thread] = ACTIONS(2274), - [anon_sym_const] = ACTIONS(2274), - [anon_sym_constexpr] = ACTIONS(2274), - [anon_sym_volatile] = ACTIONS(2274), - [anon_sym_restrict] = ACTIONS(2274), - [anon_sym___restrict__] = ACTIONS(2274), - [anon_sym__Atomic] = ACTIONS(2274), - [anon_sym__Noreturn] = ACTIONS(2274), - [anon_sym_noreturn] = ACTIONS(2274), - [anon_sym_alignas] = ACTIONS(2274), - [anon_sym__Alignas] = ACTIONS(2274), - [sym_primitive_type] = ACTIONS(2274), - [anon_sym_enum] = ACTIONS(2274), - [anon_sym_struct] = ACTIONS(2274), - [anon_sym_union] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2274), - [anon_sym_rayPayloadInEXT] = ACTIONS(2274), - [anon_sym_hitAttributeEXT] = ACTIONS(2274), - [anon_sym_callableDataEXT] = ACTIONS(2274), - [anon_sym_callableDataInEXT] = ACTIONS(2274), - [anon_sym_shaderRecordEXT] = ACTIONS(2274), - [anon_sym_rayPayloadNV] = ACTIONS(2274), - [anon_sym_rayPayloadInNV] = ACTIONS(2274), - [anon_sym_hitAttributeNV] = ACTIONS(2274), - [anon_sym_callableDataNV] = ACTIONS(2274), - [anon_sym_callableDataInNV] = ACTIONS(2274), - [anon_sym_shaderRecordNV] = ACTIONS(2274), - [anon_sym_layout] = ACTIONS(2274), - }, - [578] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_RBRACE] = ACTIONS(2236), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [anon_sym_alignas] = ACTIONS(2234), - [anon_sym__Alignas] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), - }, - [579] = { - [sym_identifier] = ACTIONS(2198), - [aux_sym_preproc_def_token1] = ACTIONS(2198), - [aux_sym_preproc_if_token1] = ACTIONS(2198), - [aux_sym_preproc_if_token2] = ACTIONS(2198), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2198), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2198), - [sym_preproc_directive] = ACTIONS(2198), - [anon_sym_subroutine] = ACTIONS(2198), - [anon_sym_invariant] = ACTIONS(2198), - [anon_sym_precise] = ACTIONS(2198), - [anon_sym_in] = ACTIONS(2198), - [anon_sym_out] = ACTIONS(2198), - [anon_sym_inout] = ACTIONS(2198), - [anon_sym_uniform] = ACTIONS(2198), - [anon_sym_shared] = ACTIONS(2198), - [anon_sym_attribute] = ACTIONS(2198), - [anon_sym_varying] = ACTIONS(2198), - [anon_sym_buffer] = ACTIONS(2198), - [anon_sym_coherent] = ACTIONS(2198), - [anon_sym_readonly] = ACTIONS(2198), - [anon_sym_writeonly] = ACTIONS(2198), - [anon_sym_precision] = ACTIONS(2198), - [anon_sym_highp] = ACTIONS(2198), - [anon_sym_mediump] = ACTIONS(2198), - [anon_sym_lowp] = ACTIONS(2198), - [anon_sym_centroid] = ACTIONS(2198), - [anon_sym_sample] = ACTIONS(2198), - [anon_sym_patch] = ACTIONS(2198), - [anon_sym_smooth] = ACTIONS(2198), - [anon_sym_flat] = ACTIONS(2198), - [anon_sym_noperspective] = ACTIONS(2198), - [anon_sym___extension__] = ACTIONS(2198), - [anon_sym_extern] = ACTIONS(2198), - [anon_sym___attribute__] = ACTIONS(2198), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2200), - [anon_sym___declspec] = ACTIONS(2198), - [anon_sym_signed] = ACTIONS(2198), - [anon_sym_unsigned] = ACTIONS(2198), - [anon_sym_long] = ACTIONS(2198), - [anon_sym_short] = ACTIONS(2198), - [anon_sym_static] = ACTIONS(2198), - [anon_sym_auto] = ACTIONS(2198), - [anon_sym_register] = ACTIONS(2198), - [anon_sym_inline] = ACTIONS(2198), - [anon_sym___inline] = ACTIONS(2198), - [anon_sym___inline__] = ACTIONS(2198), - [anon_sym___forceinline] = ACTIONS(2198), - [anon_sym_thread_local] = ACTIONS(2198), - [anon_sym___thread] = ACTIONS(2198), - [anon_sym_const] = ACTIONS(2198), - [anon_sym_constexpr] = ACTIONS(2198), - [anon_sym_volatile] = ACTIONS(2198), - [anon_sym_restrict] = ACTIONS(2198), - [anon_sym___restrict__] = ACTIONS(2198), - [anon_sym__Atomic] = ACTIONS(2198), - [anon_sym__Noreturn] = ACTIONS(2198), - [anon_sym_noreturn] = ACTIONS(2198), - [anon_sym_alignas] = ACTIONS(2198), - [anon_sym__Alignas] = ACTIONS(2198), - [sym_primitive_type] = ACTIONS(2198), - [anon_sym_enum] = ACTIONS(2198), - [anon_sym_struct] = ACTIONS(2198), - [anon_sym_union] = ACTIONS(2198), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2198), - [anon_sym_rayPayloadInEXT] = ACTIONS(2198), - [anon_sym_hitAttributeEXT] = ACTIONS(2198), - [anon_sym_callableDataEXT] = ACTIONS(2198), - [anon_sym_callableDataInEXT] = ACTIONS(2198), - [anon_sym_shaderRecordEXT] = ACTIONS(2198), - [anon_sym_rayPayloadNV] = ACTIONS(2198), - [anon_sym_rayPayloadInNV] = ACTIONS(2198), - [anon_sym_hitAttributeNV] = ACTIONS(2198), - [anon_sym_callableDataNV] = ACTIONS(2198), - [anon_sym_callableDataInNV] = ACTIONS(2198), - [anon_sym_shaderRecordNV] = ACTIONS(2198), - [anon_sym_layout] = ACTIONS(2198), - }, - [580] = { - [sym_identifier] = ACTIONS(2214), - [aux_sym_preproc_def_token1] = ACTIONS(2214), - [aux_sym_preproc_if_token1] = ACTIONS(2214), - [aux_sym_preproc_if_token2] = ACTIONS(2214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2214), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_subroutine] = ACTIONS(2214), - [anon_sym_invariant] = ACTIONS(2214), - [anon_sym_precise] = ACTIONS(2214), - [anon_sym_in] = ACTIONS(2214), - [anon_sym_out] = ACTIONS(2214), - [anon_sym_inout] = ACTIONS(2214), - [anon_sym_uniform] = ACTIONS(2214), - [anon_sym_shared] = ACTIONS(2214), - [anon_sym_attribute] = ACTIONS(2214), - [anon_sym_varying] = ACTIONS(2214), - [anon_sym_buffer] = ACTIONS(2214), - [anon_sym_coherent] = ACTIONS(2214), - [anon_sym_readonly] = ACTIONS(2214), - [anon_sym_writeonly] = ACTIONS(2214), - [anon_sym_precision] = ACTIONS(2214), - [anon_sym_highp] = ACTIONS(2214), - [anon_sym_mediump] = ACTIONS(2214), - [anon_sym_lowp] = ACTIONS(2214), - [anon_sym_centroid] = ACTIONS(2214), - [anon_sym_sample] = ACTIONS(2214), - [anon_sym_patch] = ACTIONS(2214), - [anon_sym_smooth] = ACTIONS(2214), - [anon_sym_flat] = ACTIONS(2214), - [anon_sym_noperspective] = ACTIONS(2214), - [anon_sym___extension__] = ACTIONS(2214), - [anon_sym_extern] = ACTIONS(2214), - [anon_sym___attribute__] = ACTIONS(2214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2216), - [anon_sym___declspec] = ACTIONS(2214), - [anon_sym_signed] = ACTIONS(2214), - [anon_sym_unsigned] = ACTIONS(2214), - [anon_sym_long] = ACTIONS(2214), - [anon_sym_short] = ACTIONS(2214), - [anon_sym_static] = ACTIONS(2214), - [anon_sym_auto] = ACTIONS(2214), - [anon_sym_register] = ACTIONS(2214), - [anon_sym_inline] = ACTIONS(2214), - [anon_sym___inline] = ACTIONS(2214), - [anon_sym___inline__] = ACTIONS(2214), - [anon_sym___forceinline] = ACTIONS(2214), - [anon_sym_thread_local] = ACTIONS(2214), - [anon_sym___thread] = ACTIONS(2214), - [anon_sym_const] = ACTIONS(2214), - [anon_sym_constexpr] = ACTIONS(2214), - [anon_sym_volatile] = ACTIONS(2214), - [anon_sym_restrict] = ACTIONS(2214), - [anon_sym___restrict__] = ACTIONS(2214), - [anon_sym__Atomic] = ACTIONS(2214), - [anon_sym__Noreturn] = ACTIONS(2214), - [anon_sym_noreturn] = ACTIONS(2214), - [anon_sym_alignas] = ACTIONS(2214), - [anon_sym__Alignas] = ACTIONS(2214), - [sym_primitive_type] = ACTIONS(2214), - [anon_sym_enum] = ACTIONS(2214), - [anon_sym_struct] = ACTIONS(2214), - [anon_sym_union] = ACTIONS(2214), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2214), - [anon_sym_rayPayloadInEXT] = ACTIONS(2214), - [anon_sym_hitAttributeEXT] = ACTIONS(2214), - [anon_sym_callableDataEXT] = ACTIONS(2214), - [anon_sym_callableDataInEXT] = ACTIONS(2214), - [anon_sym_shaderRecordEXT] = ACTIONS(2214), - [anon_sym_rayPayloadNV] = ACTIONS(2214), - [anon_sym_rayPayloadInNV] = ACTIONS(2214), - [anon_sym_hitAttributeNV] = ACTIONS(2214), - [anon_sym_callableDataNV] = ACTIONS(2214), - [anon_sym_callableDataInNV] = ACTIONS(2214), - [anon_sym_shaderRecordNV] = ACTIONS(2214), - [anon_sym_layout] = ACTIONS(2214), - }, - [581] = { - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym_RBRACE] = ACTIONS(1491), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), - }, - [582] = { - [sym_identifier] = ACTIONS(2210), - [aux_sym_preproc_def_token1] = ACTIONS(2210), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_if_token2] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2210), - [sym_preproc_directive] = ACTIONS(2210), - [anon_sym_subroutine] = ACTIONS(2210), - [anon_sym_invariant] = ACTIONS(2210), - [anon_sym_precise] = ACTIONS(2210), - [anon_sym_in] = ACTIONS(2210), - [anon_sym_out] = ACTIONS(2210), - [anon_sym_inout] = ACTIONS(2210), - [anon_sym_uniform] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_attribute] = ACTIONS(2210), - [anon_sym_varying] = ACTIONS(2210), - [anon_sym_buffer] = ACTIONS(2210), - [anon_sym_coherent] = ACTIONS(2210), - [anon_sym_readonly] = ACTIONS(2210), - [anon_sym_writeonly] = ACTIONS(2210), - [anon_sym_precision] = ACTIONS(2210), - [anon_sym_highp] = ACTIONS(2210), - [anon_sym_mediump] = ACTIONS(2210), - [anon_sym_lowp] = ACTIONS(2210), - [anon_sym_centroid] = ACTIONS(2210), - [anon_sym_sample] = ACTIONS(2210), - [anon_sym_patch] = ACTIONS(2210), - [anon_sym_smooth] = ACTIONS(2210), - [anon_sym_flat] = ACTIONS(2210), - [anon_sym_noperspective] = ACTIONS(2210), - [anon_sym___extension__] = ACTIONS(2210), - [anon_sym_extern] = ACTIONS(2210), - [anon_sym___attribute__] = ACTIONS(2210), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2212), - [anon_sym___declspec] = ACTIONS(2210), - [anon_sym_signed] = ACTIONS(2210), - [anon_sym_unsigned] = ACTIONS(2210), - [anon_sym_long] = ACTIONS(2210), - [anon_sym_short] = ACTIONS(2210), - [anon_sym_static] = ACTIONS(2210), - [anon_sym_auto] = ACTIONS(2210), - [anon_sym_register] = ACTIONS(2210), - [anon_sym_inline] = ACTIONS(2210), - [anon_sym___inline] = ACTIONS(2210), - [anon_sym___inline__] = ACTIONS(2210), - [anon_sym___forceinline] = ACTIONS(2210), - [anon_sym_thread_local] = ACTIONS(2210), - [anon_sym___thread] = ACTIONS(2210), - [anon_sym_const] = ACTIONS(2210), - [anon_sym_constexpr] = ACTIONS(2210), - [anon_sym_volatile] = ACTIONS(2210), - [anon_sym_restrict] = ACTIONS(2210), - [anon_sym___restrict__] = ACTIONS(2210), - [anon_sym__Atomic] = ACTIONS(2210), - [anon_sym__Noreturn] = ACTIONS(2210), - [anon_sym_noreturn] = ACTIONS(2210), - [anon_sym_alignas] = ACTIONS(2210), - [anon_sym__Alignas] = ACTIONS(2210), - [sym_primitive_type] = ACTIONS(2210), - [anon_sym_enum] = ACTIONS(2210), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_union] = ACTIONS(2210), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2210), - [anon_sym_rayPayloadInEXT] = ACTIONS(2210), - [anon_sym_hitAttributeEXT] = ACTIONS(2210), - [anon_sym_callableDataEXT] = ACTIONS(2210), - [anon_sym_callableDataInEXT] = ACTIONS(2210), - [anon_sym_shaderRecordEXT] = ACTIONS(2210), - [anon_sym_rayPayloadNV] = ACTIONS(2210), - [anon_sym_rayPayloadInNV] = ACTIONS(2210), - [anon_sym_hitAttributeNV] = ACTIONS(2210), - [anon_sym_callableDataNV] = ACTIONS(2210), - [anon_sym_callableDataInNV] = ACTIONS(2210), - [anon_sym_shaderRecordNV] = ACTIONS(2210), - [anon_sym_layout] = ACTIONS(2210), - }, - [583] = { - [sym_identifier] = ACTIONS(2206), - [aux_sym_preproc_def_token1] = ACTIONS(2206), - [aux_sym_preproc_if_token1] = ACTIONS(2206), - [aux_sym_preproc_if_token2] = ACTIONS(2206), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2206), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2206), - [sym_preproc_directive] = ACTIONS(2206), - [anon_sym_subroutine] = ACTIONS(2206), - [anon_sym_invariant] = ACTIONS(2206), - [anon_sym_precise] = ACTIONS(2206), - [anon_sym_in] = ACTIONS(2206), - [anon_sym_out] = ACTIONS(2206), - [anon_sym_inout] = ACTIONS(2206), - [anon_sym_uniform] = ACTIONS(2206), - [anon_sym_shared] = ACTIONS(2206), - [anon_sym_attribute] = ACTIONS(2206), - [anon_sym_varying] = ACTIONS(2206), - [anon_sym_buffer] = ACTIONS(2206), - [anon_sym_coherent] = ACTIONS(2206), - [anon_sym_readonly] = ACTIONS(2206), - [anon_sym_writeonly] = ACTIONS(2206), - [anon_sym_precision] = ACTIONS(2206), - [anon_sym_highp] = ACTIONS(2206), - [anon_sym_mediump] = ACTIONS(2206), - [anon_sym_lowp] = ACTIONS(2206), - [anon_sym_centroid] = ACTIONS(2206), - [anon_sym_sample] = ACTIONS(2206), - [anon_sym_patch] = ACTIONS(2206), - [anon_sym_smooth] = ACTIONS(2206), - [anon_sym_flat] = ACTIONS(2206), - [anon_sym_noperspective] = ACTIONS(2206), - [anon_sym___extension__] = ACTIONS(2206), - [anon_sym_extern] = ACTIONS(2206), - [anon_sym___attribute__] = ACTIONS(2206), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2208), - [anon_sym___declspec] = ACTIONS(2206), - [anon_sym_signed] = ACTIONS(2206), - [anon_sym_unsigned] = ACTIONS(2206), - [anon_sym_long] = ACTIONS(2206), - [anon_sym_short] = ACTIONS(2206), - [anon_sym_static] = ACTIONS(2206), - [anon_sym_auto] = ACTIONS(2206), - [anon_sym_register] = ACTIONS(2206), - [anon_sym_inline] = ACTIONS(2206), - [anon_sym___inline] = ACTIONS(2206), - [anon_sym___inline__] = ACTIONS(2206), - [anon_sym___forceinline] = ACTIONS(2206), - [anon_sym_thread_local] = ACTIONS(2206), - [anon_sym___thread] = ACTIONS(2206), - [anon_sym_const] = ACTIONS(2206), - [anon_sym_constexpr] = ACTIONS(2206), - [anon_sym_volatile] = ACTIONS(2206), - [anon_sym_restrict] = ACTIONS(2206), - [anon_sym___restrict__] = ACTIONS(2206), - [anon_sym__Atomic] = ACTIONS(2206), - [anon_sym__Noreturn] = ACTIONS(2206), - [anon_sym_noreturn] = ACTIONS(2206), - [anon_sym_alignas] = ACTIONS(2206), - [anon_sym__Alignas] = ACTIONS(2206), - [sym_primitive_type] = ACTIONS(2206), - [anon_sym_enum] = ACTIONS(2206), - [anon_sym_struct] = ACTIONS(2206), - [anon_sym_union] = ACTIONS(2206), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2206), - [anon_sym_rayPayloadInEXT] = ACTIONS(2206), - [anon_sym_hitAttributeEXT] = ACTIONS(2206), - [anon_sym_callableDataEXT] = ACTIONS(2206), - [anon_sym_callableDataInEXT] = ACTIONS(2206), - [anon_sym_shaderRecordEXT] = ACTIONS(2206), - [anon_sym_rayPayloadNV] = ACTIONS(2206), - [anon_sym_rayPayloadInNV] = ACTIONS(2206), - [anon_sym_hitAttributeNV] = ACTIONS(2206), - [anon_sym_callableDataNV] = ACTIONS(2206), - [anon_sym_callableDataInNV] = ACTIONS(2206), - [anon_sym_shaderRecordNV] = ACTIONS(2206), - [anon_sym_layout] = ACTIONS(2206), - }, - [584] = { - [sym_identifier] = ACTIONS(2198), - [aux_sym_preproc_def_token1] = ACTIONS(2198), - [aux_sym_preproc_if_token1] = ACTIONS(2198), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2198), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2198), - [sym_preproc_directive] = ACTIONS(2198), - [anon_sym_subroutine] = ACTIONS(2198), - [anon_sym_invariant] = ACTIONS(2198), - [anon_sym_precise] = ACTIONS(2198), - [anon_sym_in] = ACTIONS(2198), - [anon_sym_out] = ACTIONS(2198), - [anon_sym_inout] = ACTIONS(2198), - [anon_sym_uniform] = ACTIONS(2198), - [anon_sym_shared] = ACTIONS(2198), - [anon_sym_attribute] = ACTIONS(2198), - [anon_sym_varying] = ACTIONS(2198), - [anon_sym_buffer] = ACTIONS(2198), - [anon_sym_coherent] = ACTIONS(2198), - [anon_sym_readonly] = ACTIONS(2198), - [anon_sym_writeonly] = ACTIONS(2198), - [anon_sym_precision] = ACTIONS(2198), - [anon_sym_highp] = ACTIONS(2198), - [anon_sym_mediump] = ACTIONS(2198), - [anon_sym_lowp] = ACTIONS(2198), - [anon_sym_centroid] = ACTIONS(2198), - [anon_sym_sample] = ACTIONS(2198), - [anon_sym_patch] = ACTIONS(2198), - [anon_sym_smooth] = ACTIONS(2198), - [anon_sym_flat] = ACTIONS(2198), - [anon_sym_noperspective] = ACTIONS(2198), - [anon_sym___extension__] = ACTIONS(2198), - [anon_sym_extern] = ACTIONS(2198), - [anon_sym___attribute__] = ACTIONS(2198), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2200), - [anon_sym___declspec] = ACTIONS(2198), - [anon_sym_RBRACE] = ACTIONS(2200), - [anon_sym_signed] = ACTIONS(2198), - [anon_sym_unsigned] = ACTIONS(2198), - [anon_sym_long] = ACTIONS(2198), - [anon_sym_short] = ACTIONS(2198), - [anon_sym_static] = ACTIONS(2198), - [anon_sym_auto] = ACTIONS(2198), - [anon_sym_register] = ACTIONS(2198), - [anon_sym_inline] = ACTIONS(2198), - [anon_sym___inline] = ACTIONS(2198), - [anon_sym___inline__] = ACTIONS(2198), - [anon_sym___forceinline] = ACTIONS(2198), - [anon_sym_thread_local] = ACTIONS(2198), - [anon_sym___thread] = ACTIONS(2198), - [anon_sym_const] = ACTIONS(2198), - [anon_sym_constexpr] = ACTIONS(2198), - [anon_sym_volatile] = ACTIONS(2198), - [anon_sym_restrict] = ACTIONS(2198), - [anon_sym___restrict__] = ACTIONS(2198), - [anon_sym__Atomic] = ACTIONS(2198), - [anon_sym__Noreturn] = ACTIONS(2198), - [anon_sym_noreturn] = ACTIONS(2198), - [anon_sym_alignas] = ACTIONS(2198), - [anon_sym__Alignas] = ACTIONS(2198), - [sym_primitive_type] = ACTIONS(2198), - [anon_sym_enum] = ACTIONS(2198), - [anon_sym_struct] = ACTIONS(2198), - [anon_sym_union] = ACTIONS(2198), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2198), - [anon_sym_rayPayloadInEXT] = ACTIONS(2198), - [anon_sym_hitAttributeEXT] = ACTIONS(2198), - [anon_sym_callableDataEXT] = ACTIONS(2198), - [anon_sym_callableDataInEXT] = ACTIONS(2198), - [anon_sym_shaderRecordEXT] = ACTIONS(2198), - [anon_sym_rayPayloadNV] = ACTIONS(2198), - [anon_sym_rayPayloadInNV] = ACTIONS(2198), - [anon_sym_hitAttributeNV] = ACTIONS(2198), - [anon_sym_callableDataNV] = ACTIONS(2198), - [anon_sym_callableDataInNV] = ACTIONS(2198), - [anon_sym_shaderRecordNV] = ACTIONS(2198), - [anon_sym_layout] = ACTIONS(2198), - }, - [585] = { - [sym_identifier] = ACTIONS(2218), - [aux_sym_preproc_def_token1] = ACTIONS(2218), - [aux_sym_preproc_if_token1] = ACTIONS(2218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2218), - [sym_preproc_directive] = ACTIONS(2218), - [anon_sym_subroutine] = ACTIONS(2218), - [anon_sym_invariant] = ACTIONS(2218), - [anon_sym_precise] = ACTIONS(2218), - [anon_sym_in] = ACTIONS(2218), - [anon_sym_out] = ACTIONS(2218), - [anon_sym_inout] = ACTIONS(2218), - [anon_sym_uniform] = ACTIONS(2218), - [anon_sym_shared] = ACTIONS(2218), - [anon_sym_attribute] = ACTIONS(2218), - [anon_sym_varying] = ACTIONS(2218), - [anon_sym_buffer] = ACTIONS(2218), - [anon_sym_coherent] = ACTIONS(2218), - [anon_sym_readonly] = ACTIONS(2218), - [anon_sym_writeonly] = ACTIONS(2218), - [anon_sym_precision] = ACTIONS(2218), - [anon_sym_highp] = ACTIONS(2218), - [anon_sym_mediump] = ACTIONS(2218), - [anon_sym_lowp] = ACTIONS(2218), - [anon_sym_centroid] = ACTIONS(2218), - [anon_sym_sample] = ACTIONS(2218), - [anon_sym_patch] = ACTIONS(2218), - [anon_sym_smooth] = ACTIONS(2218), - [anon_sym_flat] = ACTIONS(2218), - [anon_sym_noperspective] = ACTIONS(2218), - [anon_sym___extension__] = ACTIONS(2218), - [anon_sym_extern] = ACTIONS(2218), - [anon_sym___attribute__] = ACTIONS(2218), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2220), - [anon_sym___declspec] = ACTIONS(2218), - [anon_sym_RBRACE] = ACTIONS(2220), - [anon_sym_signed] = ACTIONS(2218), - [anon_sym_unsigned] = ACTIONS(2218), - [anon_sym_long] = ACTIONS(2218), - [anon_sym_short] = ACTIONS(2218), - [anon_sym_static] = ACTIONS(2218), - [anon_sym_auto] = ACTIONS(2218), - [anon_sym_register] = ACTIONS(2218), - [anon_sym_inline] = ACTIONS(2218), - [anon_sym___inline] = ACTIONS(2218), - [anon_sym___inline__] = ACTIONS(2218), - [anon_sym___forceinline] = ACTIONS(2218), - [anon_sym_thread_local] = ACTIONS(2218), - [anon_sym___thread] = ACTIONS(2218), - [anon_sym_const] = ACTIONS(2218), - [anon_sym_constexpr] = ACTIONS(2218), - [anon_sym_volatile] = ACTIONS(2218), - [anon_sym_restrict] = ACTIONS(2218), - [anon_sym___restrict__] = ACTIONS(2218), - [anon_sym__Atomic] = ACTIONS(2218), - [anon_sym__Noreturn] = ACTIONS(2218), - [anon_sym_noreturn] = ACTIONS(2218), - [anon_sym_alignas] = ACTIONS(2218), - [anon_sym__Alignas] = ACTIONS(2218), - [sym_primitive_type] = ACTIONS(2218), - [anon_sym_enum] = ACTIONS(2218), - [anon_sym_struct] = ACTIONS(2218), - [anon_sym_union] = ACTIONS(2218), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2218), - [anon_sym_rayPayloadInEXT] = ACTIONS(2218), - [anon_sym_hitAttributeEXT] = ACTIONS(2218), - [anon_sym_callableDataEXT] = ACTIONS(2218), - [anon_sym_callableDataInEXT] = ACTIONS(2218), - [anon_sym_shaderRecordEXT] = ACTIONS(2218), - [anon_sym_rayPayloadNV] = ACTIONS(2218), - [anon_sym_rayPayloadInNV] = ACTIONS(2218), - [anon_sym_hitAttributeNV] = ACTIONS(2218), - [anon_sym_callableDataNV] = ACTIONS(2218), - [anon_sym_callableDataInNV] = ACTIONS(2218), - [anon_sym_shaderRecordNV] = ACTIONS(2218), - [anon_sym_layout] = ACTIONS(2218), - }, - [586] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token2] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [anon_sym_alignas] = ACTIONS(2266), - [anon_sym__Alignas] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), - }, - [587] = { - [sym_identifier] = ACTIONS(2214), - [aux_sym_preproc_def_token1] = ACTIONS(2214), - [aux_sym_preproc_if_token1] = ACTIONS(2214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2214), - [sym_preproc_directive] = ACTIONS(2214), - [anon_sym_subroutine] = ACTIONS(2214), - [anon_sym_invariant] = ACTIONS(2214), - [anon_sym_precise] = ACTIONS(2214), - [anon_sym_in] = ACTIONS(2214), - [anon_sym_out] = ACTIONS(2214), - [anon_sym_inout] = ACTIONS(2214), - [anon_sym_uniform] = ACTIONS(2214), - [anon_sym_shared] = ACTIONS(2214), - [anon_sym_attribute] = ACTIONS(2214), - [anon_sym_varying] = ACTIONS(2214), - [anon_sym_buffer] = ACTIONS(2214), - [anon_sym_coherent] = ACTIONS(2214), - [anon_sym_readonly] = ACTIONS(2214), - [anon_sym_writeonly] = ACTIONS(2214), - [anon_sym_precision] = ACTIONS(2214), - [anon_sym_highp] = ACTIONS(2214), - [anon_sym_mediump] = ACTIONS(2214), - [anon_sym_lowp] = ACTIONS(2214), - [anon_sym_centroid] = ACTIONS(2214), - [anon_sym_sample] = ACTIONS(2214), - [anon_sym_patch] = ACTIONS(2214), - [anon_sym_smooth] = ACTIONS(2214), - [anon_sym_flat] = ACTIONS(2214), - [anon_sym_noperspective] = ACTIONS(2214), - [anon_sym___extension__] = ACTIONS(2214), - [anon_sym_extern] = ACTIONS(2214), - [anon_sym___attribute__] = ACTIONS(2214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2216), - [anon_sym___declspec] = ACTIONS(2214), - [anon_sym_RBRACE] = ACTIONS(2216), - [anon_sym_signed] = ACTIONS(2214), - [anon_sym_unsigned] = ACTIONS(2214), - [anon_sym_long] = ACTIONS(2214), - [anon_sym_short] = ACTIONS(2214), - [anon_sym_static] = ACTIONS(2214), - [anon_sym_auto] = ACTIONS(2214), - [anon_sym_register] = ACTIONS(2214), - [anon_sym_inline] = ACTIONS(2214), - [anon_sym___inline] = ACTIONS(2214), - [anon_sym___inline__] = ACTIONS(2214), - [anon_sym___forceinline] = ACTIONS(2214), - [anon_sym_thread_local] = ACTIONS(2214), - [anon_sym___thread] = ACTIONS(2214), - [anon_sym_const] = ACTIONS(2214), - [anon_sym_constexpr] = ACTIONS(2214), - [anon_sym_volatile] = ACTIONS(2214), - [anon_sym_restrict] = ACTIONS(2214), - [anon_sym___restrict__] = ACTIONS(2214), - [anon_sym__Atomic] = ACTIONS(2214), - [anon_sym__Noreturn] = ACTIONS(2214), - [anon_sym_noreturn] = ACTIONS(2214), - [anon_sym_alignas] = ACTIONS(2214), - [anon_sym__Alignas] = ACTIONS(2214), - [sym_primitive_type] = ACTIONS(2214), - [anon_sym_enum] = ACTIONS(2214), - [anon_sym_struct] = ACTIONS(2214), - [anon_sym_union] = ACTIONS(2214), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2214), - [anon_sym_rayPayloadInEXT] = ACTIONS(2214), - [anon_sym_hitAttributeEXT] = ACTIONS(2214), - [anon_sym_callableDataEXT] = ACTIONS(2214), - [anon_sym_callableDataInEXT] = ACTIONS(2214), - [anon_sym_shaderRecordEXT] = ACTIONS(2214), - [anon_sym_rayPayloadNV] = ACTIONS(2214), - [anon_sym_rayPayloadInNV] = ACTIONS(2214), - [anon_sym_hitAttributeNV] = ACTIONS(2214), - [anon_sym_callableDataNV] = ACTIONS(2214), - [anon_sym_callableDataInNV] = ACTIONS(2214), - [anon_sym_shaderRecordNV] = ACTIONS(2214), - [anon_sym_layout] = ACTIONS(2214), - }, - [588] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token2] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [anon_sym_alignas] = ACTIONS(2242), - [anon_sym__Alignas] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), - }, - [589] = { - [sym_identifier] = ACTIONS(2210), - [aux_sym_preproc_def_token1] = ACTIONS(2210), - [aux_sym_preproc_if_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2210), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2210), - [sym_preproc_directive] = ACTIONS(2210), - [anon_sym_subroutine] = ACTIONS(2210), - [anon_sym_invariant] = ACTIONS(2210), - [anon_sym_precise] = ACTIONS(2210), - [anon_sym_in] = ACTIONS(2210), - [anon_sym_out] = ACTIONS(2210), - [anon_sym_inout] = ACTIONS(2210), - [anon_sym_uniform] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_attribute] = ACTIONS(2210), - [anon_sym_varying] = ACTIONS(2210), - [anon_sym_buffer] = ACTIONS(2210), - [anon_sym_coherent] = ACTIONS(2210), - [anon_sym_readonly] = ACTIONS(2210), - [anon_sym_writeonly] = ACTIONS(2210), - [anon_sym_precision] = ACTIONS(2210), - [anon_sym_highp] = ACTIONS(2210), - [anon_sym_mediump] = ACTIONS(2210), - [anon_sym_lowp] = ACTIONS(2210), - [anon_sym_centroid] = ACTIONS(2210), - [anon_sym_sample] = ACTIONS(2210), - [anon_sym_patch] = ACTIONS(2210), - [anon_sym_smooth] = ACTIONS(2210), - [anon_sym_flat] = ACTIONS(2210), - [anon_sym_noperspective] = ACTIONS(2210), - [anon_sym___extension__] = ACTIONS(2210), - [anon_sym_extern] = ACTIONS(2210), - [anon_sym___attribute__] = ACTIONS(2210), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2212), - [anon_sym___declspec] = ACTIONS(2210), - [anon_sym_RBRACE] = ACTIONS(2212), - [anon_sym_signed] = ACTIONS(2210), - [anon_sym_unsigned] = ACTIONS(2210), - [anon_sym_long] = ACTIONS(2210), - [anon_sym_short] = ACTIONS(2210), - [anon_sym_static] = ACTIONS(2210), - [anon_sym_auto] = ACTIONS(2210), - [anon_sym_register] = ACTIONS(2210), - [anon_sym_inline] = ACTIONS(2210), - [anon_sym___inline] = ACTIONS(2210), - [anon_sym___inline__] = ACTIONS(2210), - [anon_sym___forceinline] = ACTIONS(2210), - [anon_sym_thread_local] = ACTIONS(2210), - [anon_sym___thread] = ACTIONS(2210), - [anon_sym_const] = ACTIONS(2210), - [anon_sym_constexpr] = ACTIONS(2210), - [anon_sym_volatile] = ACTIONS(2210), - [anon_sym_restrict] = ACTIONS(2210), - [anon_sym___restrict__] = ACTIONS(2210), - [anon_sym__Atomic] = ACTIONS(2210), - [anon_sym__Noreturn] = ACTIONS(2210), - [anon_sym_noreturn] = ACTIONS(2210), - [anon_sym_alignas] = ACTIONS(2210), - [anon_sym__Alignas] = ACTIONS(2210), - [sym_primitive_type] = ACTIONS(2210), - [anon_sym_enum] = ACTIONS(2210), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_union] = ACTIONS(2210), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2210), - [anon_sym_rayPayloadInEXT] = ACTIONS(2210), - [anon_sym_hitAttributeEXT] = ACTIONS(2210), - [anon_sym_callableDataEXT] = ACTIONS(2210), - [anon_sym_callableDataInEXT] = ACTIONS(2210), - [anon_sym_shaderRecordEXT] = ACTIONS(2210), - [anon_sym_rayPayloadNV] = ACTIONS(2210), - [anon_sym_rayPayloadInNV] = ACTIONS(2210), - [anon_sym_hitAttributeNV] = ACTIONS(2210), - [anon_sym_callableDataNV] = ACTIONS(2210), - [anon_sym_callableDataInNV] = ACTIONS(2210), - [anon_sym_shaderRecordNV] = ACTIONS(2210), - [anon_sym_layout] = ACTIONS(2210), - }, - [590] = { - [sym_identifier] = ACTIONS(2254), - [aux_sym_preproc_def_token1] = ACTIONS(2254), - [aux_sym_preproc_if_token1] = ACTIONS(2254), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2254), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2254), - [sym_preproc_directive] = ACTIONS(2254), - [anon_sym_subroutine] = ACTIONS(2254), - [anon_sym_invariant] = ACTIONS(2254), - [anon_sym_precise] = ACTIONS(2254), - [anon_sym_in] = ACTIONS(2254), - [anon_sym_out] = ACTIONS(2254), - [anon_sym_inout] = ACTIONS(2254), - [anon_sym_uniform] = ACTIONS(2254), - [anon_sym_shared] = ACTIONS(2254), - [anon_sym_attribute] = ACTIONS(2254), - [anon_sym_varying] = ACTIONS(2254), - [anon_sym_buffer] = ACTIONS(2254), - [anon_sym_coherent] = ACTIONS(2254), - [anon_sym_readonly] = ACTIONS(2254), - [anon_sym_writeonly] = ACTIONS(2254), - [anon_sym_precision] = ACTIONS(2254), - [anon_sym_highp] = ACTIONS(2254), - [anon_sym_mediump] = ACTIONS(2254), - [anon_sym_lowp] = ACTIONS(2254), - [anon_sym_centroid] = ACTIONS(2254), - [anon_sym_sample] = ACTIONS(2254), - [anon_sym_patch] = ACTIONS(2254), - [anon_sym_smooth] = ACTIONS(2254), - [anon_sym_flat] = ACTIONS(2254), - [anon_sym_noperspective] = ACTIONS(2254), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2256), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym_RBRACE] = ACTIONS(2256), - [anon_sym_signed] = ACTIONS(2254), - [anon_sym_unsigned] = ACTIONS(2254), - [anon_sym_long] = ACTIONS(2254), - [anon_sym_short] = ACTIONS(2254), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_auto] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym___inline] = ACTIONS(2254), - [anon_sym___inline__] = ACTIONS(2254), - [anon_sym___forceinline] = ACTIONS(2254), - [anon_sym_thread_local] = ACTIONS(2254), - [anon_sym___thread] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym___restrict__] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym__Noreturn] = ACTIONS(2254), - [anon_sym_noreturn] = ACTIONS(2254), - [anon_sym_alignas] = ACTIONS(2254), - [anon_sym__Alignas] = ACTIONS(2254), - [sym_primitive_type] = ACTIONS(2254), - [anon_sym_enum] = ACTIONS(2254), - [anon_sym_struct] = ACTIONS(2254), - [anon_sym_union] = ACTIONS(2254), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2254), - [anon_sym_rayPayloadInEXT] = ACTIONS(2254), - [anon_sym_hitAttributeEXT] = ACTIONS(2254), - [anon_sym_callableDataEXT] = ACTIONS(2254), - [anon_sym_callableDataInEXT] = ACTIONS(2254), - [anon_sym_shaderRecordEXT] = ACTIONS(2254), - [anon_sym_rayPayloadNV] = ACTIONS(2254), - [anon_sym_rayPayloadInNV] = ACTIONS(2254), - [anon_sym_hitAttributeNV] = ACTIONS(2254), - [anon_sym_callableDataNV] = ACTIONS(2254), - [anon_sym_callableDataInNV] = ACTIONS(2254), - [anon_sym_shaderRecordNV] = ACTIONS(2254), - [anon_sym_layout] = ACTIONS(2254), - }, - [591] = { - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym_RBRACE] = ACTIONS(1431), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), - }, - [592] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token2] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [anon_sym_alignas] = ACTIONS(2238), - [anon_sym__Alignas] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), - }, - [593] = { - [sym_identifier] = ACTIONS(2234), - [aux_sym_preproc_def_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_if_token2] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2234), - [sym_preproc_directive] = ACTIONS(2234), - [anon_sym_subroutine] = ACTIONS(2234), - [anon_sym_invariant] = ACTIONS(2234), - [anon_sym_precise] = ACTIONS(2234), - [anon_sym_in] = ACTIONS(2234), - [anon_sym_out] = ACTIONS(2234), - [anon_sym_inout] = ACTIONS(2234), - [anon_sym_uniform] = ACTIONS(2234), - [anon_sym_shared] = ACTIONS(2234), - [anon_sym_attribute] = ACTIONS(2234), - [anon_sym_varying] = ACTIONS(2234), - [anon_sym_buffer] = ACTIONS(2234), - [anon_sym_coherent] = ACTIONS(2234), - [anon_sym_readonly] = ACTIONS(2234), - [anon_sym_writeonly] = ACTIONS(2234), - [anon_sym_precision] = ACTIONS(2234), - [anon_sym_highp] = ACTIONS(2234), - [anon_sym_mediump] = ACTIONS(2234), - [anon_sym_lowp] = ACTIONS(2234), - [anon_sym_centroid] = ACTIONS(2234), - [anon_sym_sample] = ACTIONS(2234), - [anon_sym_patch] = ACTIONS(2234), - [anon_sym_smooth] = ACTIONS(2234), - [anon_sym_flat] = ACTIONS(2234), - [anon_sym_noperspective] = ACTIONS(2234), - [anon_sym___extension__] = ACTIONS(2234), - [anon_sym_extern] = ACTIONS(2234), - [anon_sym___attribute__] = ACTIONS(2234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2236), - [anon_sym___declspec] = ACTIONS(2234), - [anon_sym_signed] = ACTIONS(2234), - [anon_sym_unsigned] = ACTIONS(2234), - [anon_sym_long] = ACTIONS(2234), - [anon_sym_short] = ACTIONS(2234), - [anon_sym_static] = ACTIONS(2234), - [anon_sym_auto] = ACTIONS(2234), - [anon_sym_register] = ACTIONS(2234), - [anon_sym_inline] = ACTIONS(2234), - [anon_sym___inline] = ACTIONS(2234), - [anon_sym___inline__] = ACTIONS(2234), - [anon_sym___forceinline] = ACTIONS(2234), - [anon_sym_thread_local] = ACTIONS(2234), - [anon_sym___thread] = ACTIONS(2234), - [anon_sym_const] = ACTIONS(2234), - [anon_sym_constexpr] = ACTIONS(2234), - [anon_sym_volatile] = ACTIONS(2234), - [anon_sym_restrict] = ACTIONS(2234), - [anon_sym___restrict__] = ACTIONS(2234), - [anon_sym__Atomic] = ACTIONS(2234), - [anon_sym__Noreturn] = ACTIONS(2234), - [anon_sym_noreturn] = ACTIONS(2234), - [anon_sym_alignas] = ACTIONS(2234), - [anon_sym__Alignas] = ACTIONS(2234), - [sym_primitive_type] = ACTIONS(2234), - [anon_sym_enum] = ACTIONS(2234), - [anon_sym_struct] = ACTIONS(2234), - [anon_sym_union] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2234), - [anon_sym_rayPayloadInEXT] = ACTIONS(2234), - [anon_sym_hitAttributeEXT] = ACTIONS(2234), - [anon_sym_callableDataEXT] = ACTIONS(2234), - [anon_sym_callableDataInEXT] = ACTIONS(2234), - [anon_sym_shaderRecordEXT] = ACTIONS(2234), - [anon_sym_rayPayloadNV] = ACTIONS(2234), - [anon_sym_rayPayloadInNV] = ACTIONS(2234), - [anon_sym_hitAttributeNV] = ACTIONS(2234), - [anon_sym_callableDataNV] = ACTIONS(2234), - [anon_sym_callableDataInNV] = ACTIONS(2234), - [anon_sym_shaderRecordNV] = ACTIONS(2234), - [anon_sym_layout] = ACTIONS(2234), - }, - [594] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), - [anon_sym_extern] = ACTIONS(2226), - [anon_sym___attribute__] = ACTIONS(2226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), - [anon_sym___declspec] = ACTIONS(2226), - [anon_sym_RBRACE] = ACTIONS(2228), - [anon_sym_signed] = ACTIONS(2226), - [anon_sym_unsigned] = ACTIONS(2226), - [anon_sym_long] = ACTIONS(2226), - [anon_sym_short] = ACTIONS(2226), - [anon_sym_static] = ACTIONS(2226), - [anon_sym_auto] = ACTIONS(2226), - [anon_sym_register] = ACTIONS(2226), - [anon_sym_inline] = ACTIONS(2226), - [anon_sym___inline] = ACTIONS(2226), - [anon_sym___inline__] = ACTIONS(2226), - [anon_sym___forceinline] = ACTIONS(2226), - [anon_sym_thread_local] = ACTIONS(2226), - [anon_sym___thread] = ACTIONS(2226), - [anon_sym_const] = ACTIONS(2226), - [anon_sym_constexpr] = ACTIONS(2226), - [anon_sym_volatile] = ACTIONS(2226), - [anon_sym_restrict] = ACTIONS(2226), - [anon_sym___restrict__] = ACTIONS(2226), - [anon_sym__Atomic] = ACTIONS(2226), - [anon_sym__Noreturn] = ACTIONS(2226), - [anon_sym_noreturn] = ACTIONS(2226), - [anon_sym_alignas] = ACTIONS(2226), - [anon_sym__Alignas] = ACTIONS(2226), - [sym_primitive_type] = ACTIONS(2226), - [anon_sym_enum] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(2226), - [anon_sym_union] = ACTIONS(2226), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), - }, - [595] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_RBRACE] = ACTIONS(2232), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [anon_sym_alignas] = ACTIONS(2230), - [anon_sym__Alignas] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), - }, - [596] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token2] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [anon_sym_alignas] = ACTIONS(2222), - [anon_sym__Alignas] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), - }, - [597] = { - [sym_identifier] = ACTIONS(2206), - [aux_sym_preproc_def_token1] = ACTIONS(2206), - [aux_sym_preproc_if_token1] = ACTIONS(2206), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2206), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2206), - [sym_preproc_directive] = ACTIONS(2206), - [anon_sym_subroutine] = ACTIONS(2206), - [anon_sym_invariant] = ACTIONS(2206), - [anon_sym_precise] = ACTIONS(2206), - [anon_sym_in] = ACTIONS(2206), - [anon_sym_out] = ACTIONS(2206), - [anon_sym_inout] = ACTIONS(2206), - [anon_sym_uniform] = ACTIONS(2206), - [anon_sym_shared] = ACTIONS(2206), - [anon_sym_attribute] = ACTIONS(2206), - [anon_sym_varying] = ACTIONS(2206), - [anon_sym_buffer] = ACTIONS(2206), - [anon_sym_coherent] = ACTIONS(2206), - [anon_sym_readonly] = ACTIONS(2206), - [anon_sym_writeonly] = ACTIONS(2206), - [anon_sym_precision] = ACTIONS(2206), - [anon_sym_highp] = ACTIONS(2206), - [anon_sym_mediump] = ACTIONS(2206), - [anon_sym_lowp] = ACTIONS(2206), - [anon_sym_centroid] = ACTIONS(2206), - [anon_sym_sample] = ACTIONS(2206), - [anon_sym_patch] = ACTIONS(2206), - [anon_sym_smooth] = ACTIONS(2206), - [anon_sym_flat] = ACTIONS(2206), - [anon_sym_noperspective] = ACTIONS(2206), - [anon_sym___extension__] = ACTIONS(2206), - [anon_sym_extern] = ACTIONS(2206), - [anon_sym___attribute__] = ACTIONS(2206), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2208), - [anon_sym___declspec] = ACTIONS(2206), - [anon_sym_RBRACE] = ACTIONS(2208), - [anon_sym_signed] = ACTIONS(2206), - [anon_sym_unsigned] = ACTIONS(2206), - [anon_sym_long] = ACTIONS(2206), - [anon_sym_short] = ACTIONS(2206), - [anon_sym_static] = ACTIONS(2206), - [anon_sym_auto] = ACTIONS(2206), - [anon_sym_register] = ACTIONS(2206), - [anon_sym_inline] = ACTIONS(2206), - [anon_sym___inline] = ACTIONS(2206), - [anon_sym___inline__] = ACTIONS(2206), - [anon_sym___forceinline] = ACTIONS(2206), - [anon_sym_thread_local] = ACTIONS(2206), - [anon_sym___thread] = ACTIONS(2206), - [anon_sym_const] = ACTIONS(2206), - [anon_sym_constexpr] = ACTIONS(2206), - [anon_sym_volatile] = ACTIONS(2206), - [anon_sym_restrict] = ACTIONS(2206), - [anon_sym___restrict__] = ACTIONS(2206), - [anon_sym__Atomic] = ACTIONS(2206), - [anon_sym__Noreturn] = ACTIONS(2206), - [anon_sym_noreturn] = ACTIONS(2206), - [anon_sym_alignas] = ACTIONS(2206), - [anon_sym__Alignas] = ACTIONS(2206), - [sym_primitive_type] = ACTIONS(2206), - [anon_sym_enum] = ACTIONS(2206), - [anon_sym_struct] = ACTIONS(2206), - [anon_sym_union] = ACTIONS(2206), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2206), - [anon_sym_rayPayloadInEXT] = ACTIONS(2206), - [anon_sym_hitAttributeEXT] = ACTIONS(2206), - [anon_sym_callableDataEXT] = ACTIONS(2206), - [anon_sym_callableDataInEXT] = ACTIONS(2206), - [anon_sym_shaderRecordEXT] = ACTIONS(2206), - [anon_sym_rayPayloadNV] = ACTIONS(2206), - [anon_sym_rayPayloadInNV] = ACTIONS(2206), - [anon_sym_hitAttributeNV] = ACTIONS(2206), - [anon_sym_callableDataNV] = ACTIONS(2206), - [anon_sym_callableDataInNV] = ACTIONS(2206), - [anon_sym_shaderRecordNV] = ACTIONS(2206), - [anon_sym_layout] = ACTIONS(2206), - }, - [598] = { - [sym_identifier] = ACTIONS(2226), - [aux_sym_preproc_def_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token1] = ACTIONS(2226), - [aux_sym_preproc_if_token2] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2226), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_subroutine] = ACTIONS(2226), - [anon_sym_invariant] = ACTIONS(2226), - [anon_sym_precise] = ACTIONS(2226), - [anon_sym_in] = ACTIONS(2226), - [anon_sym_out] = ACTIONS(2226), - [anon_sym_inout] = ACTIONS(2226), - [anon_sym_uniform] = ACTIONS(2226), - [anon_sym_shared] = ACTIONS(2226), - [anon_sym_attribute] = ACTIONS(2226), - [anon_sym_varying] = ACTIONS(2226), - [anon_sym_buffer] = ACTIONS(2226), - [anon_sym_coherent] = ACTIONS(2226), - [anon_sym_readonly] = ACTIONS(2226), - [anon_sym_writeonly] = ACTIONS(2226), - [anon_sym_precision] = ACTIONS(2226), - [anon_sym_highp] = ACTIONS(2226), - [anon_sym_mediump] = ACTIONS(2226), - [anon_sym_lowp] = ACTIONS(2226), - [anon_sym_centroid] = ACTIONS(2226), - [anon_sym_sample] = ACTIONS(2226), - [anon_sym_patch] = ACTIONS(2226), - [anon_sym_smooth] = ACTIONS(2226), - [anon_sym_flat] = ACTIONS(2226), - [anon_sym_noperspective] = ACTIONS(2226), - [anon_sym___extension__] = ACTIONS(2226), - [anon_sym_extern] = ACTIONS(2226), - [anon_sym___attribute__] = ACTIONS(2226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2228), - [anon_sym___declspec] = ACTIONS(2226), - [anon_sym_signed] = ACTIONS(2226), - [anon_sym_unsigned] = ACTIONS(2226), - [anon_sym_long] = ACTIONS(2226), - [anon_sym_short] = ACTIONS(2226), - [anon_sym_static] = ACTIONS(2226), - [anon_sym_auto] = ACTIONS(2226), - [anon_sym_register] = ACTIONS(2226), - [anon_sym_inline] = ACTIONS(2226), - [anon_sym___inline] = ACTIONS(2226), - [anon_sym___inline__] = ACTIONS(2226), - [anon_sym___forceinline] = ACTIONS(2226), - [anon_sym_thread_local] = ACTIONS(2226), - [anon_sym___thread] = ACTIONS(2226), - [anon_sym_const] = ACTIONS(2226), - [anon_sym_constexpr] = ACTIONS(2226), - [anon_sym_volatile] = ACTIONS(2226), - [anon_sym_restrict] = ACTIONS(2226), - [anon_sym___restrict__] = ACTIONS(2226), - [anon_sym__Atomic] = ACTIONS(2226), - [anon_sym__Noreturn] = ACTIONS(2226), - [anon_sym_noreturn] = ACTIONS(2226), - [anon_sym_alignas] = ACTIONS(2226), - [anon_sym__Alignas] = ACTIONS(2226), - [sym_primitive_type] = ACTIONS(2226), - [anon_sym_enum] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(2226), - [anon_sym_union] = ACTIONS(2226), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2226), - [anon_sym_rayPayloadInEXT] = ACTIONS(2226), - [anon_sym_hitAttributeEXT] = ACTIONS(2226), - [anon_sym_callableDataEXT] = ACTIONS(2226), - [anon_sym_callableDataInEXT] = ACTIONS(2226), - [anon_sym_shaderRecordEXT] = ACTIONS(2226), - [anon_sym_rayPayloadNV] = ACTIONS(2226), - [anon_sym_rayPayloadInNV] = ACTIONS(2226), - [anon_sym_hitAttributeNV] = ACTIONS(2226), - [anon_sym_callableDataNV] = ACTIONS(2226), - [anon_sym_callableDataInNV] = ACTIONS(2226), - [anon_sym_shaderRecordNV] = ACTIONS(2226), - [anon_sym_layout] = ACTIONS(2226), }, - [599] = { - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym_RBRACE] = ACTIONS(1411), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), + [558] = { + [sym_expression] = STATE(1041), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_initializer_list] = STATE(876), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2231), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1768), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_PLUS] = ACTIONS(1774), + [anon_sym_STAR] = ACTIONS(1768), + [anon_sym_SLASH] = ACTIONS(1774), + [anon_sym_PERCENT] = ACTIONS(1768), + [anon_sym_PIPE_PIPE] = ACTIONS(1768), + [anon_sym_AMP_AMP] = ACTIONS(1768), + [anon_sym_PIPE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1768), + [anon_sym_AMP] = ACTIONS(1774), + [anon_sym_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(1768), + [anon_sym_GT] = ACTIONS(1774), + [anon_sym_GT_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1768), + [anon_sym_LT] = ACTIONS(1774), + [anon_sym_LT_LT] = ACTIONS(1768), + [anon_sym_GT_GT] = ACTIONS(1768), + [anon_sym___extension__] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_RBRACK] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1768), + [anon_sym_DASH_DASH] = ACTIONS(1768), + [anon_sym_PLUS_PLUS] = ACTIONS(1768), + [anon_sym_sizeof] = ACTIONS(2239), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(1774), + [anon_sym_DASH_GT] = ACTIONS(1768), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), }, - [600] = { - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym_RBRACE] = ACTIONS(1403), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), + [559] = { + [sym_identifier] = ACTIONS(2241), + [aux_sym_preproc_def_token1] = ACTIONS(2241), + [aux_sym_preproc_if_token1] = ACTIONS(2241), + [aux_sym_preproc_if_token2] = ACTIONS(2241), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2241), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2241), + [aux_sym_preproc_else_token1] = ACTIONS(2241), + [aux_sym_preproc_elif_token1] = ACTIONS(2241), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2241), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2241), + [sym_preproc_directive] = ACTIONS(2241), + [anon_sym_subroutine] = ACTIONS(2241), + [anon_sym_invariant] = ACTIONS(2241), + [anon_sym_precise] = ACTIONS(2241), + [anon_sym_in] = ACTIONS(2241), + [anon_sym_out] = ACTIONS(2241), + [anon_sym_inout] = ACTIONS(2241), + [anon_sym_uniform] = ACTIONS(2241), + [anon_sym_shared] = ACTIONS(2241), + [anon_sym_attribute] = ACTIONS(2241), + [anon_sym_varying] = ACTIONS(2241), + [anon_sym_buffer] = ACTIONS(2241), + [anon_sym_coherent] = ACTIONS(2241), + [anon_sym_readonly] = ACTIONS(2241), + [anon_sym_writeonly] = ACTIONS(2241), + [anon_sym_precision] = ACTIONS(2241), + [anon_sym_highp] = ACTIONS(2241), + [anon_sym_mediump] = ACTIONS(2241), + [anon_sym_lowp] = ACTIONS(2241), + [anon_sym_centroid] = ACTIONS(2241), + [anon_sym_sample] = ACTIONS(2241), + [anon_sym_patch] = ACTIONS(2241), + [anon_sym_smooth] = ACTIONS(2241), + [anon_sym_flat] = ACTIONS(2241), + [anon_sym_noperspective] = ACTIONS(2241), + [anon_sym___extension__] = ACTIONS(2241), + [anon_sym_extern] = ACTIONS(2241), + [anon_sym___attribute__] = ACTIONS(2241), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2243), + [anon_sym___declspec] = ACTIONS(2241), + [anon_sym_signed] = ACTIONS(2241), + [anon_sym_unsigned] = ACTIONS(2241), + [anon_sym_long] = ACTIONS(2241), + [anon_sym_short] = ACTIONS(2241), + [anon_sym_static] = ACTIONS(2241), + [anon_sym_auto] = ACTIONS(2241), + [anon_sym_register] = ACTIONS(2241), + [anon_sym_inline] = ACTIONS(2241), + [anon_sym___inline] = ACTIONS(2241), + [anon_sym___inline__] = ACTIONS(2241), + [anon_sym___forceinline] = ACTIONS(2241), + [anon_sym_thread_local] = ACTIONS(2241), + [anon_sym___thread] = ACTIONS(2241), + [anon_sym_const] = ACTIONS(2241), + [anon_sym_constexpr] = ACTIONS(2241), + [anon_sym_volatile] = ACTIONS(2241), + [anon_sym_restrict] = ACTIONS(2241), + [anon_sym___restrict__] = ACTIONS(2241), + [anon_sym__Atomic] = ACTIONS(2241), + [anon_sym__Noreturn] = ACTIONS(2241), + [anon_sym_noreturn] = ACTIONS(2241), + [anon_sym__Nonnull] = ACTIONS(2241), + [anon_sym_alignas] = ACTIONS(2241), + [anon_sym__Alignas] = ACTIONS(2241), + [sym_primitive_type] = ACTIONS(2241), + [anon_sym_enum] = ACTIONS(2241), + [anon_sym_struct] = ACTIONS(2241), + [anon_sym_union] = ACTIONS(2241), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2241), + [anon_sym_rayPayloadInEXT] = ACTIONS(2241), + [anon_sym_hitAttributeEXT] = ACTIONS(2241), + [anon_sym_callableDataEXT] = ACTIONS(2241), + [anon_sym_callableDataInEXT] = ACTIONS(2241), + [anon_sym_shaderRecordEXT] = ACTIONS(2241), + [anon_sym_rayPayloadNV] = ACTIONS(2241), + [anon_sym_rayPayloadInNV] = ACTIONS(2241), + [anon_sym_hitAttributeNV] = ACTIONS(2241), + [anon_sym_callableDataNV] = ACTIONS(2241), + [anon_sym_callableDataInNV] = ACTIONS(2241), + [anon_sym_shaderRecordNV] = ACTIONS(2241), + [anon_sym_layout] = ACTIONS(2241), }, - [601] = { - [sym_identifier] = ACTIONS(2238), - [aux_sym_preproc_def_token1] = ACTIONS(2238), - [aux_sym_preproc_if_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2238), - [sym_preproc_directive] = ACTIONS(2238), - [anon_sym_subroutine] = ACTIONS(2238), - [anon_sym_invariant] = ACTIONS(2238), - [anon_sym_precise] = ACTIONS(2238), - [anon_sym_in] = ACTIONS(2238), - [anon_sym_out] = ACTIONS(2238), - [anon_sym_inout] = ACTIONS(2238), - [anon_sym_uniform] = ACTIONS(2238), - [anon_sym_shared] = ACTIONS(2238), - [anon_sym_attribute] = ACTIONS(2238), - [anon_sym_varying] = ACTIONS(2238), - [anon_sym_buffer] = ACTIONS(2238), - [anon_sym_coherent] = ACTIONS(2238), - [anon_sym_readonly] = ACTIONS(2238), - [anon_sym_writeonly] = ACTIONS(2238), - [anon_sym_precision] = ACTIONS(2238), - [anon_sym_highp] = ACTIONS(2238), - [anon_sym_mediump] = ACTIONS(2238), - [anon_sym_lowp] = ACTIONS(2238), - [anon_sym_centroid] = ACTIONS(2238), - [anon_sym_sample] = ACTIONS(2238), - [anon_sym_patch] = ACTIONS(2238), - [anon_sym_smooth] = ACTIONS(2238), - [anon_sym_flat] = ACTIONS(2238), - [anon_sym_noperspective] = ACTIONS(2238), - [anon_sym___extension__] = ACTIONS(2238), - [anon_sym_extern] = ACTIONS(2238), - [anon_sym___attribute__] = ACTIONS(2238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2240), - [anon_sym___declspec] = ACTIONS(2238), - [anon_sym_RBRACE] = ACTIONS(2240), - [anon_sym_signed] = ACTIONS(2238), - [anon_sym_unsigned] = ACTIONS(2238), - [anon_sym_long] = ACTIONS(2238), - [anon_sym_short] = ACTIONS(2238), - [anon_sym_static] = ACTIONS(2238), - [anon_sym_auto] = ACTIONS(2238), - [anon_sym_register] = ACTIONS(2238), - [anon_sym_inline] = ACTIONS(2238), - [anon_sym___inline] = ACTIONS(2238), - [anon_sym___inline__] = ACTIONS(2238), - [anon_sym___forceinline] = ACTIONS(2238), - [anon_sym_thread_local] = ACTIONS(2238), - [anon_sym___thread] = ACTIONS(2238), - [anon_sym_const] = ACTIONS(2238), - [anon_sym_constexpr] = ACTIONS(2238), - [anon_sym_volatile] = ACTIONS(2238), - [anon_sym_restrict] = ACTIONS(2238), - [anon_sym___restrict__] = ACTIONS(2238), - [anon_sym__Atomic] = ACTIONS(2238), - [anon_sym__Noreturn] = ACTIONS(2238), - [anon_sym_noreturn] = ACTIONS(2238), - [anon_sym_alignas] = ACTIONS(2238), - [anon_sym__Alignas] = ACTIONS(2238), - [sym_primitive_type] = ACTIONS(2238), - [anon_sym_enum] = ACTIONS(2238), - [anon_sym_struct] = ACTIONS(2238), - [anon_sym_union] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2238), - [anon_sym_rayPayloadInEXT] = ACTIONS(2238), - [anon_sym_hitAttributeEXT] = ACTIONS(2238), - [anon_sym_callableDataEXT] = ACTIONS(2238), - [anon_sym_callableDataInEXT] = ACTIONS(2238), - [anon_sym_shaderRecordEXT] = ACTIONS(2238), - [anon_sym_rayPayloadNV] = ACTIONS(2238), - [anon_sym_rayPayloadInNV] = ACTIONS(2238), - [anon_sym_hitAttributeNV] = ACTIONS(2238), - [anon_sym_callableDataNV] = ACTIONS(2238), - [anon_sym_callableDataInNV] = ACTIONS(2238), - [anon_sym_shaderRecordNV] = ACTIONS(2238), - [anon_sym_layout] = ACTIONS(2238), + [560] = { + [sym_identifier] = ACTIONS(2245), + [aux_sym_preproc_def_token1] = ACTIONS(2245), + [aux_sym_preproc_if_token1] = ACTIONS(2245), + [aux_sym_preproc_if_token2] = ACTIONS(2245), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2245), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2245), + [aux_sym_preproc_else_token1] = ACTIONS(2245), + [aux_sym_preproc_elif_token1] = ACTIONS(2245), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2245), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2245), + [sym_preproc_directive] = ACTIONS(2245), + [anon_sym_subroutine] = ACTIONS(2245), + [anon_sym_invariant] = ACTIONS(2245), + [anon_sym_precise] = ACTIONS(2245), + [anon_sym_in] = ACTIONS(2245), + [anon_sym_out] = ACTIONS(2245), + [anon_sym_inout] = ACTIONS(2245), + [anon_sym_uniform] = ACTIONS(2245), + [anon_sym_shared] = ACTIONS(2245), + [anon_sym_attribute] = ACTIONS(2245), + [anon_sym_varying] = ACTIONS(2245), + [anon_sym_buffer] = ACTIONS(2245), + [anon_sym_coherent] = ACTIONS(2245), + [anon_sym_readonly] = ACTIONS(2245), + [anon_sym_writeonly] = ACTIONS(2245), + [anon_sym_precision] = ACTIONS(2245), + [anon_sym_highp] = ACTIONS(2245), + [anon_sym_mediump] = ACTIONS(2245), + [anon_sym_lowp] = ACTIONS(2245), + [anon_sym_centroid] = ACTIONS(2245), + [anon_sym_sample] = ACTIONS(2245), + [anon_sym_patch] = ACTIONS(2245), + [anon_sym_smooth] = ACTIONS(2245), + [anon_sym_flat] = ACTIONS(2245), + [anon_sym_noperspective] = ACTIONS(2245), + [anon_sym___extension__] = ACTIONS(2245), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym___attribute__] = ACTIONS(2245), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2247), + [anon_sym___declspec] = ACTIONS(2245), + [anon_sym_signed] = ACTIONS(2245), + [anon_sym_unsigned] = ACTIONS(2245), + [anon_sym_long] = ACTIONS(2245), + [anon_sym_short] = ACTIONS(2245), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_auto] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_inline] = ACTIONS(2245), + [anon_sym___inline] = ACTIONS(2245), + [anon_sym___inline__] = ACTIONS(2245), + [anon_sym___forceinline] = ACTIONS(2245), + [anon_sym_thread_local] = ACTIONS(2245), + [anon_sym___thread] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_constexpr] = ACTIONS(2245), + [anon_sym_volatile] = ACTIONS(2245), + [anon_sym_restrict] = ACTIONS(2245), + [anon_sym___restrict__] = ACTIONS(2245), + [anon_sym__Atomic] = ACTIONS(2245), + [anon_sym__Noreturn] = ACTIONS(2245), + [anon_sym_noreturn] = ACTIONS(2245), + [anon_sym__Nonnull] = ACTIONS(2245), + [anon_sym_alignas] = ACTIONS(2245), + [anon_sym__Alignas] = ACTIONS(2245), + [sym_primitive_type] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(2245), + [anon_sym_union] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2245), + [anon_sym_rayPayloadInEXT] = ACTIONS(2245), + [anon_sym_hitAttributeEXT] = ACTIONS(2245), + [anon_sym_callableDataEXT] = ACTIONS(2245), + [anon_sym_callableDataInEXT] = ACTIONS(2245), + [anon_sym_shaderRecordEXT] = ACTIONS(2245), + [anon_sym_rayPayloadNV] = ACTIONS(2245), + [anon_sym_rayPayloadInNV] = ACTIONS(2245), + [anon_sym_hitAttributeNV] = ACTIONS(2245), + [anon_sym_callableDataNV] = ACTIONS(2245), + [anon_sym_callableDataInNV] = ACTIONS(2245), + [anon_sym_shaderRecordNV] = ACTIONS(2245), + [anon_sym_layout] = ACTIONS(2245), }, - [602] = { - [sym_identifier] = ACTIONS(2218), - [aux_sym_preproc_def_token1] = ACTIONS(2218), - [aux_sym_preproc_if_token1] = ACTIONS(2218), - [aux_sym_preproc_if_token2] = ACTIONS(2218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2218), - [sym_preproc_directive] = ACTIONS(2218), - [anon_sym_subroutine] = ACTIONS(2218), - [anon_sym_invariant] = ACTIONS(2218), - [anon_sym_precise] = ACTIONS(2218), - [anon_sym_in] = ACTIONS(2218), - [anon_sym_out] = ACTIONS(2218), - [anon_sym_inout] = ACTIONS(2218), - [anon_sym_uniform] = ACTIONS(2218), - [anon_sym_shared] = ACTIONS(2218), - [anon_sym_attribute] = ACTIONS(2218), - [anon_sym_varying] = ACTIONS(2218), - [anon_sym_buffer] = ACTIONS(2218), - [anon_sym_coherent] = ACTIONS(2218), - [anon_sym_readonly] = ACTIONS(2218), - [anon_sym_writeonly] = ACTIONS(2218), - [anon_sym_precision] = ACTIONS(2218), - [anon_sym_highp] = ACTIONS(2218), - [anon_sym_mediump] = ACTIONS(2218), - [anon_sym_lowp] = ACTIONS(2218), - [anon_sym_centroid] = ACTIONS(2218), - [anon_sym_sample] = ACTIONS(2218), - [anon_sym_patch] = ACTIONS(2218), - [anon_sym_smooth] = ACTIONS(2218), - [anon_sym_flat] = ACTIONS(2218), - [anon_sym_noperspective] = ACTIONS(2218), - [anon_sym___extension__] = ACTIONS(2218), - [anon_sym_extern] = ACTIONS(2218), - [anon_sym___attribute__] = ACTIONS(2218), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2220), - [anon_sym___declspec] = ACTIONS(2218), - [anon_sym_signed] = ACTIONS(2218), - [anon_sym_unsigned] = ACTIONS(2218), - [anon_sym_long] = ACTIONS(2218), - [anon_sym_short] = ACTIONS(2218), - [anon_sym_static] = ACTIONS(2218), - [anon_sym_auto] = ACTIONS(2218), - [anon_sym_register] = ACTIONS(2218), - [anon_sym_inline] = ACTIONS(2218), - [anon_sym___inline] = ACTIONS(2218), - [anon_sym___inline__] = ACTIONS(2218), - [anon_sym___forceinline] = ACTIONS(2218), - [anon_sym_thread_local] = ACTIONS(2218), - [anon_sym___thread] = ACTIONS(2218), - [anon_sym_const] = ACTIONS(2218), - [anon_sym_constexpr] = ACTIONS(2218), - [anon_sym_volatile] = ACTIONS(2218), - [anon_sym_restrict] = ACTIONS(2218), - [anon_sym___restrict__] = ACTIONS(2218), - [anon_sym__Atomic] = ACTIONS(2218), - [anon_sym__Noreturn] = ACTIONS(2218), - [anon_sym_noreturn] = ACTIONS(2218), - [anon_sym_alignas] = ACTIONS(2218), - [anon_sym__Alignas] = ACTIONS(2218), - [sym_primitive_type] = ACTIONS(2218), - [anon_sym_enum] = ACTIONS(2218), - [anon_sym_struct] = ACTIONS(2218), - [anon_sym_union] = ACTIONS(2218), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2218), - [anon_sym_rayPayloadInEXT] = ACTIONS(2218), - [anon_sym_hitAttributeEXT] = ACTIONS(2218), - [anon_sym_callableDataEXT] = ACTIONS(2218), - [anon_sym_callableDataInEXT] = ACTIONS(2218), - [anon_sym_shaderRecordEXT] = ACTIONS(2218), - [anon_sym_rayPayloadNV] = ACTIONS(2218), - [anon_sym_rayPayloadInNV] = ACTIONS(2218), - [anon_sym_hitAttributeNV] = ACTIONS(2218), - [anon_sym_callableDataNV] = ACTIONS(2218), - [anon_sym_callableDataInNV] = ACTIONS(2218), - [anon_sym_shaderRecordNV] = ACTIONS(2218), - [anon_sym_layout] = ACTIONS(2218), + [561] = { + [sym_identifier] = ACTIONS(2249), + [aux_sym_preproc_def_token1] = ACTIONS(2249), + [aux_sym_preproc_if_token1] = ACTIONS(2249), + [aux_sym_preproc_if_token2] = ACTIONS(2249), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2249), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2249), + [aux_sym_preproc_else_token1] = ACTIONS(2249), + [aux_sym_preproc_elif_token1] = ACTIONS(2249), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2249), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2249), + [sym_preproc_directive] = ACTIONS(2249), + [anon_sym_subroutine] = ACTIONS(2249), + [anon_sym_invariant] = ACTIONS(2249), + [anon_sym_precise] = ACTIONS(2249), + [anon_sym_in] = ACTIONS(2249), + [anon_sym_out] = ACTIONS(2249), + [anon_sym_inout] = ACTIONS(2249), + [anon_sym_uniform] = ACTIONS(2249), + [anon_sym_shared] = ACTIONS(2249), + [anon_sym_attribute] = ACTIONS(2249), + [anon_sym_varying] = ACTIONS(2249), + [anon_sym_buffer] = ACTIONS(2249), + [anon_sym_coherent] = ACTIONS(2249), + [anon_sym_readonly] = ACTIONS(2249), + [anon_sym_writeonly] = ACTIONS(2249), + [anon_sym_precision] = ACTIONS(2249), + [anon_sym_highp] = ACTIONS(2249), + [anon_sym_mediump] = ACTIONS(2249), + [anon_sym_lowp] = ACTIONS(2249), + [anon_sym_centroid] = ACTIONS(2249), + [anon_sym_sample] = ACTIONS(2249), + [anon_sym_patch] = ACTIONS(2249), + [anon_sym_smooth] = ACTIONS(2249), + [anon_sym_flat] = ACTIONS(2249), + [anon_sym_noperspective] = ACTIONS(2249), + [anon_sym___extension__] = ACTIONS(2249), + [anon_sym_extern] = ACTIONS(2249), + [anon_sym___attribute__] = ACTIONS(2249), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2251), + [anon_sym___declspec] = ACTIONS(2249), + [anon_sym_signed] = ACTIONS(2249), + [anon_sym_unsigned] = ACTIONS(2249), + [anon_sym_long] = ACTIONS(2249), + [anon_sym_short] = ACTIONS(2249), + [anon_sym_static] = ACTIONS(2249), + [anon_sym_auto] = ACTIONS(2249), + [anon_sym_register] = ACTIONS(2249), + [anon_sym_inline] = ACTIONS(2249), + [anon_sym___inline] = ACTIONS(2249), + [anon_sym___inline__] = ACTIONS(2249), + [anon_sym___forceinline] = ACTIONS(2249), + [anon_sym_thread_local] = ACTIONS(2249), + [anon_sym___thread] = ACTIONS(2249), + [anon_sym_const] = ACTIONS(2249), + [anon_sym_constexpr] = ACTIONS(2249), + [anon_sym_volatile] = ACTIONS(2249), + [anon_sym_restrict] = ACTIONS(2249), + [anon_sym___restrict__] = ACTIONS(2249), + [anon_sym__Atomic] = ACTIONS(2249), + [anon_sym__Noreturn] = ACTIONS(2249), + [anon_sym_noreturn] = ACTIONS(2249), + [anon_sym__Nonnull] = ACTIONS(2249), + [anon_sym_alignas] = ACTIONS(2249), + [anon_sym__Alignas] = ACTIONS(2249), + [sym_primitive_type] = ACTIONS(2249), + [anon_sym_enum] = ACTIONS(2249), + [anon_sym_struct] = ACTIONS(2249), + [anon_sym_union] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2249), + [anon_sym_rayPayloadInEXT] = ACTIONS(2249), + [anon_sym_hitAttributeEXT] = ACTIONS(2249), + [anon_sym_callableDataEXT] = ACTIONS(2249), + [anon_sym_callableDataInEXT] = ACTIONS(2249), + [anon_sym_shaderRecordEXT] = ACTIONS(2249), + [anon_sym_rayPayloadNV] = ACTIONS(2249), + [anon_sym_rayPayloadInNV] = ACTIONS(2249), + [anon_sym_hitAttributeNV] = ACTIONS(2249), + [anon_sym_callableDataNV] = ACTIONS(2249), + [anon_sym_callableDataInNV] = ACTIONS(2249), + [anon_sym_shaderRecordNV] = ACTIONS(2249), + [anon_sym_layout] = ACTIONS(2249), }, - [603] = { - [sym_identifier] = ACTIONS(2230), - [aux_sym_preproc_def_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token1] = ACTIONS(2230), - [aux_sym_preproc_if_token2] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2230), - [sym_preproc_directive] = ACTIONS(2230), - [anon_sym_subroutine] = ACTIONS(2230), - [anon_sym_invariant] = ACTIONS(2230), - [anon_sym_precise] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_out] = ACTIONS(2230), - [anon_sym_inout] = ACTIONS(2230), - [anon_sym_uniform] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_attribute] = ACTIONS(2230), - [anon_sym_varying] = ACTIONS(2230), - [anon_sym_buffer] = ACTIONS(2230), - [anon_sym_coherent] = ACTIONS(2230), - [anon_sym_readonly] = ACTIONS(2230), - [anon_sym_writeonly] = ACTIONS(2230), - [anon_sym_precision] = ACTIONS(2230), - [anon_sym_highp] = ACTIONS(2230), - [anon_sym_mediump] = ACTIONS(2230), - [anon_sym_lowp] = ACTIONS(2230), - [anon_sym_centroid] = ACTIONS(2230), - [anon_sym_sample] = ACTIONS(2230), - [anon_sym_patch] = ACTIONS(2230), - [anon_sym_smooth] = ACTIONS(2230), - [anon_sym_flat] = ACTIONS(2230), - [anon_sym_noperspective] = ACTIONS(2230), - [anon_sym___extension__] = ACTIONS(2230), - [anon_sym_extern] = ACTIONS(2230), - [anon_sym___attribute__] = ACTIONS(2230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2232), - [anon_sym___declspec] = ACTIONS(2230), - [anon_sym_signed] = ACTIONS(2230), - [anon_sym_unsigned] = ACTIONS(2230), - [anon_sym_long] = ACTIONS(2230), - [anon_sym_short] = ACTIONS(2230), - [anon_sym_static] = ACTIONS(2230), - [anon_sym_auto] = ACTIONS(2230), - [anon_sym_register] = ACTIONS(2230), - [anon_sym_inline] = ACTIONS(2230), - [anon_sym___inline] = ACTIONS(2230), - [anon_sym___inline__] = ACTIONS(2230), - [anon_sym___forceinline] = ACTIONS(2230), - [anon_sym_thread_local] = ACTIONS(2230), - [anon_sym___thread] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_constexpr] = ACTIONS(2230), - [anon_sym_volatile] = ACTIONS(2230), - [anon_sym_restrict] = ACTIONS(2230), - [anon_sym___restrict__] = ACTIONS(2230), - [anon_sym__Atomic] = ACTIONS(2230), - [anon_sym__Noreturn] = ACTIONS(2230), - [anon_sym_noreturn] = ACTIONS(2230), - [anon_sym_alignas] = ACTIONS(2230), - [anon_sym__Alignas] = ACTIONS(2230), - [sym_primitive_type] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2230), - [anon_sym_rayPayloadInEXT] = ACTIONS(2230), - [anon_sym_hitAttributeEXT] = ACTIONS(2230), - [anon_sym_callableDataEXT] = ACTIONS(2230), - [anon_sym_callableDataInEXT] = ACTIONS(2230), - [anon_sym_shaderRecordEXT] = ACTIONS(2230), - [anon_sym_rayPayloadNV] = ACTIONS(2230), - [anon_sym_rayPayloadInNV] = ACTIONS(2230), - [anon_sym_hitAttributeNV] = ACTIONS(2230), - [anon_sym_callableDataNV] = ACTIONS(2230), - [anon_sym_callableDataInNV] = ACTIONS(2230), - [anon_sym_shaderRecordNV] = ACTIONS(2230), - [anon_sym_layout] = ACTIONS(2230), + [562] = { + [sym_identifier] = ACTIONS(2253), + [aux_sym_preproc_def_token1] = ACTIONS(2253), + [aux_sym_preproc_if_token1] = ACTIONS(2253), + [aux_sym_preproc_if_token2] = ACTIONS(2253), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2253), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2253), + [aux_sym_preproc_else_token1] = ACTIONS(2253), + [aux_sym_preproc_elif_token1] = ACTIONS(2253), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2253), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2253), + [sym_preproc_directive] = ACTIONS(2253), + [anon_sym_subroutine] = ACTIONS(2253), + [anon_sym_invariant] = ACTIONS(2253), + [anon_sym_precise] = ACTIONS(2253), + [anon_sym_in] = ACTIONS(2253), + [anon_sym_out] = ACTIONS(2253), + [anon_sym_inout] = ACTIONS(2253), + [anon_sym_uniform] = ACTIONS(2253), + [anon_sym_shared] = ACTIONS(2253), + [anon_sym_attribute] = ACTIONS(2253), + [anon_sym_varying] = ACTIONS(2253), + [anon_sym_buffer] = ACTIONS(2253), + [anon_sym_coherent] = ACTIONS(2253), + [anon_sym_readonly] = ACTIONS(2253), + [anon_sym_writeonly] = ACTIONS(2253), + [anon_sym_precision] = ACTIONS(2253), + [anon_sym_highp] = ACTIONS(2253), + [anon_sym_mediump] = ACTIONS(2253), + [anon_sym_lowp] = ACTIONS(2253), + [anon_sym_centroid] = ACTIONS(2253), + [anon_sym_sample] = ACTIONS(2253), + [anon_sym_patch] = ACTIONS(2253), + [anon_sym_smooth] = ACTIONS(2253), + [anon_sym_flat] = ACTIONS(2253), + [anon_sym_noperspective] = ACTIONS(2253), + [anon_sym___extension__] = ACTIONS(2253), + [anon_sym_extern] = ACTIONS(2253), + [anon_sym___attribute__] = ACTIONS(2253), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2255), + [anon_sym___declspec] = ACTIONS(2253), + [anon_sym_signed] = ACTIONS(2253), + [anon_sym_unsigned] = ACTIONS(2253), + [anon_sym_long] = ACTIONS(2253), + [anon_sym_short] = ACTIONS(2253), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_auto] = ACTIONS(2253), + [anon_sym_register] = ACTIONS(2253), + [anon_sym_inline] = ACTIONS(2253), + [anon_sym___inline] = ACTIONS(2253), + [anon_sym___inline__] = ACTIONS(2253), + [anon_sym___forceinline] = ACTIONS(2253), + [anon_sym_thread_local] = ACTIONS(2253), + [anon_sym___thread] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_constexpr] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2253), + [anon_sym_restrict] = ACTIONS(2253), + [anon_sym___restrict__] = ACTIONS(2253), + [anon_sym__Atomic] = ACTIONS(2253), + [anon_sym__Noreturn] = ACTIONS(2253), + [anon_sym_noreturn] = ACTIONS(2253), + [anon_sym__Nonnull] = ACTIONS(2253), + [anon_sym_alignas] = ACTIONS(2253), + [anon_sym__Alignas] = ACTIONS(2253), + [sym_primitive_type] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), + [anon_sym_struct] = ACTIONS(2253), + [anon_sym_union] = ACTIONS(2253), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2253), + [anon_sym_rayPayloadInEXT] = ACTIONS(2253), + [anon_sym_hitAttributeEXT] = ACTIONS(2253), + [anon_sym_callableDataEXT] = ACTIONS(2253), + [anon_sym_callableDataInEXT] = ACTIONS(2253), + [anon_sym_shaderRecordEXT] = ACTIONS(2253), + [anon_sym_rayPayloadNV] = ACTIONS(2253), + [anon_sym_rayPayloadInNV] = ACTIONS(2253), + [anon_sym_hitAttributeNV] = ACTIONS(2253), + [anon_sym_callableDataNV] = ACTIONS(2253), + [anon_sym_callableDataInNV] = ACTIONS(2253), + [anon_sym_shaderRecordNV] = ACTIONS(2253), + [anon_sym_layout] = ACTIONS(2253), }, - [604] = { - [sym_identifier] = ACTIONS(2266), - [aux_sym_preproc_def_token1] = ACTIONS(2266), - [aux_sym_preproc_if_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2266), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2266), - [sym_preproc_directive] = ACTIONS(2266), - [anon_sym_subroutine] = ACTIONS(2266), - [anon_sym_invariant] = ACTIONS(2266), - [anon_sym_precise] = ACTIONS(2266), - [anon_sym_in] = ACTIONS(2266), - [anon_sym_out] = ACTIONS(2266), - [anon_sym_inout] = ACTIONS(2266), - [anon_sym_uniform] = ACTIONS(2266), - [anon_sym_shared] = ACTIONS(2266), - [anon_sym_attribute] = ACTIONS(2266), - [anon_sym_varying] = ACTIONS(2266), - [anon_sym_buffer] = ACTIONS(2266), - [anon_sym_coherent] = ACTIONS(2266), - [anon_sym_readonly] = ACTIONS(2266), - [anon_sym_writeonly] = ACTIONS(2266), - [anon_sym_precision] = ACTIONS(2266), - [anon_sym_highp] = ACTIONS(2266), - [anon_sym_mediump] = ACTIONS(2266), - [anon_sym_lowp] = ACTIONS(2266), - [anon_sym_centroid] = ACTIONS(2266), - [anon_sym_sample] = ACTIONS(2266), - [anon_sym_patch] = ACTIONS(2266), - [anon_sym_smooth] = ACTIONS(2266), - [anon_sym_flat] = ACTIONS(2266), - [anon_sym_noperspective] = ACTIONS(2266), - [anon_sym___extension__] = ACTIONS(2266), - [anon_sym_extern] = ACTIONS(2266), - [anon_sym___attribute__] = ACTIONS(2266), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2268), - [anon_sym___declspec] = ACTIONS(2266), - [anon_sym_RBRACE] = ACTIONS(2268), - [anon_sym_signed] = ACTIONS(2266), - [anon_sym_unsigned] = ACTIONS(2266), - [anon_sym_long] = ACTIONS(2266), - [anon_sym_short] = ACTIONS(2266), - [anon_sym_static] = ACTIONS(2266), - [anon_sym_auto] = ACTIONS(2266), - [anon_sym_register] = ACTIONS(2266), - [anon_sym_inline] = ACTIONS(2266), - [anon_sym___inline] = ACTIONS(2266), - [anon_sym___inline__] = ACTIONS(2266), - [anon_sym___forceinline] = ACTIONS(2266), - [anon_sym_thread_local] = ACTIONS(2266), - [anon_sym___thread] = ACTIONS(2266), - [anon_sym_const] = ACTIONS(2266), - [anon_sym_constexpr] = ACTIONS(2266), - [anon_sym_volatile] = ACTIONS(2266), - [anon_sym_restrict] = ACTIONS(2266), - [anon_sym___restrict__] = ACTIONS(2266), - [anon_sym__Atomic] = ACTIONS(2266), - [anon_sym__Noreturn] = ACTIONS(2266), - [anon_sym_noreturn] = ACTIONS(2266), - [anon_sym_alignas] = ACTIONS(2266), - [anon_sym__Alignas] = ACTIONS(2266), - [sym_primitive_type] = ACTIONS(2266), - [anon_sym_enum] = ACTIONS(2266), - [anon_sym_struct] = ACTIONS(2266), - [anon_sym_union] = ACTIONS(2266), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2266), - [anon_sym_rayPayloadInEXT] = ACTIONS(2266), - [anon_sym_hitAttributeEXT] = ACTIONS(2266), - [anon_sym_callableDataEXT] = ACTIONS(2266), - [anon_sym_callableDataInEXT] = ACTIONS(2266), - [anon_sym_shaderRecordEXT] = ACTIONS(2266), - [anon_sym_rayPayloadNV] = ACTIONS(2266), - [anon_sym_rayPayloadInNV] = ACTIONS(2266), - [anon_sym_hitAttributeNV] = ACTIONS(2266), - [anon_sym_callableDataNV] = ACTIONS(2266), - [anon_sym_callableDataInNV] = ACTIONS(2266), - [anon_sym_shaderRecordNV] = ACTIONS(2266), - [anon_sym_layout] = ACTIONS(2266), + [563] = { + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token2] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [aux_sym_preproc_else_token1] = ACTIONS(1435), + [aux_sym_preproc_elif_token1] = ACTIONS(1435), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), }, - [605] = { - [sym_identifier] = ACTIONS(2242), - [aux_sym_preproc_def_token1] = ACTIONS(2242), - [aux_sym_preproc_if_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2242), - [sym_preproc_directive] = ACTIONS(2242), - [anon_sym_subroutine] = ACTIONS(2242), - [anon_sym_invariant] = ACTIONS(2242), - [anon_sym_precise] = ACTIONS(2242), - [anon_sym_in] = ACTIONS(2242), - [anon_sym_out] = ACTIONS(2242), - [anon_sym_inout] = ACTIONS(2242), - [anon_sym_uniform] = ACTIONS(2242), - [anon_sym_shared] = ACTIONS(2242), - [anon_sym_attribute] = ACTIONS(2242), - [anon_sym_varying] = ACTIONS(2242), - [anon_sym_buffer] = ACTIONS(2242), - [anon_sym_coherent] = ACTIONS(2242), - [anon_sym_readonly] = ACTIONS(2242), - [anon_sym_writeonly] = ACTIONS(2242), - [anon_sym_precision] = ACTIONS(2242), - [anon_sym_highp] = ACTIONS(2242), - [anon_sym_mediump] = ACTIONS(2242), - [anon_sym_lowp] = ACTIONS(2242), - [anon_sym_centroid] = ACTIONS(2242), - [anon_sym_sample] = ACTIONS(2242), - [anon_sym_patch] = ACTIONS(2242), - [anon_sym_smooth] = ACTIONS(2242), - [anon_sym_flat] = ACTIONS(2242), - [anon_sym_noperspective] = ACTIONS(2242), - [anon_sym___extension__] = ACTIONS(2242), - [anon_sym_extern] = ACTIONS(2242), - [anon_sym___attribute__] = ACTIONS(2242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2244), - [anon_sym___declspec] = ACTIONS(2242), - [anon_sym_RBRACE] = ACTIONS(2244), - [anon_sym_signed] = ACTIONS(2242), - [anon_sym_unsigned] = ACTIONS(2242), - [anon_sym_long] = ACTIONS(2242), - [anon_sym_short] = ACTIONS(2242), - [anon_sym_static] = ACTIONS(2242), - [anon_sym_auto] = ACTIONS(2242), - [anon_sym_register] = ACTIONS(2242), - [anon_sym_inline] = ACTIONS(2242), - [anon_sym___inline] = ACTIONS(2242), - [anon_sym___inline__] = ACTIONS(2242), - [anon_sym___forceinline] = ACTIONS(2242), - [anon_sym_thread_local] = ACTIONS(2242), - [anon_sym___thread] = ACTIONS(2242), - [anon_sym_const] = ACTIONS(2242), - [anon_sym_constexpr] = ACTIONS(2242), - [anon_sym_volatile] = ACTIONS(2242), - [anon_sym_restrict] = ACTIONS(2242), - [anon_sym___restrict__] = ACTIONS(2242), - [anon_sym__Atomic] = ACTIONS(2242), - [anon_sym__Noreturn] = ACTIONS(2242), - [anon_sym_noreturn] = ACTIONS(2242), - [anon_sym_alignas] = ACTIONS(2242), - [anon_sym__Alignas] = ACTIONS(2242), - [sym_primitive_type] = ACTIONS(2242), - [anon_sym_enum] = ACTIONS(2242), - [anon_sym_struct] = ACTIONS(2242), - [anon_sym_union] = ACTIONS(2242), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2242), - [anon_sym_rayPayloadInEXT] = ACTIONS(2242), - [anon_sym_hitAttributeEXT] = ACTIONS(2242), - [anon_sym_callableDataEXT] = ACTIONS(2242), - [anon_sym_callableDataInEXT] = ACTIONS(2242), - [anon_sym_shaderRecordEXT] = ACTIONS(2242), - [anon_sym_rayPayloadNV] = ACTIONS(2242), - [anon_sym_rayPayloadInNV] = ACTIONS(2242), - [anon_sym_hitAttributeNV] = ACTIONS(2242), - [anon_sym_callableDataNV] = ACTIONS(2242), - [anon_sym_callableDataInNV] = ACTIONS(2242), - [anon_sym_shaderRecordNV] = ACTIONS(2242), - [anon_sym_layout] = ACTIONS(2242), + [564] = { + [sym_identifier] = ACTIONS(2257), + [aux_sym_preproc_def_token1] = ACTIONS(2257), + [aux_sym_preproc_if_token1] = ACTIONS(2257), + [aux_sym_preproc_if_token2] = ACTIONS(2257), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2257), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2257), + [aux_sym_preproc_else_token1] = ACTIONS(2257), + [aux_sym_preproc_elif_token1] = ACTIONS(2257), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2257), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2257), + [sym_preproc_directive] = ACTIONS(2257), + [anon_sym_subroutine] = ACTIONS(2257), + [anon_sym_invariant] = ACTIONS(2257), + [anon_sym_precise] = ACTIONS(2257), + [anon_sym_in] = ACTIONS(2257), + [anon_sym_out] = ACTIONS(2257), + [anon_sym_inout] = ACTIONS(2257), + [anon_sym_uniform] = ACTIONS(2257), + [anon_sym_shared] = ACTIONS(2257), + [anon_sym_attribute] = ACTIONS(2257), + [anon_sym_varying] = ACTIONS(2257), + [anon_sym_buffer] = ACTIONS(2257), + [anon_sym_coherent] = ACTIONS(2257), + [anon_sym_readonly] = ACTIONS(2257), + [anon_sym_writeonly] = ACTIONS(2257), + [anon_sym_precision] = ACTIONS(2257), + [anon_sym_highp] = ACTIONS(2257), + [anon_sym_mediump] = ACTIONS(2257), + [anon_sym_lowp] = ACTIONS(2257), + [anon_sym_centroid] = ACTIONS(2257), + [anon_sym_sample] = ACTIONS(2257), + [anon_sym_patch] = ACTIONS(2257), + [anon_sym_smooth] = ACTIONS(2257), + [anon_sym_flat] = ACTIONS(2257), + [anon_sym_noperspective] = ACTIONS(2257), + [anon_sym___extension__] = ACTIONS(2257), + [anon_sym_extern] = ACTIONS(2257), + [anon_sym___attribute__] = ACTIONS(2257), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2259), + [anon_sym___declspec] = ACTIONS(2257), + [anon_sym_signed] = ACTIONS(2257), + [anon_sym_unsigned] = ACTIONS(2257), + [anon_sym_long] = ACTIONS(2257), + [anon_sym_short] = ACTIONS(2257), + [anon_sym_static] = ACTIONS(2257), + [anon_sym_auto] = ACTIONS(2257), + [anon_sym_register] = ACTIONS(2257), + [anon_sym_inline] = ACTIONS(2257), + [anon_sym___inline] = ACTIONS(2257), + [anon_sym___inline__] = ACTIONS(2257), + [anon_sym___forceinline] = ACTIONS(2257), + [anon_sym_thread_local] = ACTIONS(2257), + [anon_sym___thread] = ACTIONS(2257), + [anon_sym_const] = ACTIONS(2257), + [anon_sym_constexpr] = ACTIONS(2257), + [anon_sym_volatile] = ACTIONS(2257), + [anon_sym_restrict] = ACTIONS(2257), + [anon_sym___restrict__] = ACTIONS(2257), + [anon_sym__Atomic] = ACTIONS(2257), + [anon_sym__Noreturn] = ACTIONS(2257), + [anon_sym_noreturn] = ACTIONS(2257), + [anon_sym__Nonnull] = ACTIONS(2257), + [anon_sym_alignas] = ACTIONS(2257), + [anon_sym__Alignas] = ACTIONS(2257), + [sym_primitive_type] = ACTIONS(2257), + [anon_sym_enum] = ACTIONS(2257), + [anon_sym_struct] = ACTIONS(2257), + [anon_sym_union] = ACTIONS(2257), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2257), + [anon_sym_rayPayloadInEXT] = ACTIONS(2257), + [anon_sym_hitAttributeEXT] = ACTIONS(2257), + [anon_sym_callableDataEXT] = ACTIONS(2257), + [anon_sym_callableDataInEXT] = ACTIONS(2257), + [anon_sym_shaderRecordEXT] = ACTIONS(2257), + [anon_sym_rayPayloadNV] = ACTIONS(2257), + [anon_sym_rayPayloadInNV] = ACTIONS(2257), + [anon_sym_hitAttributeNV] = ACTIONS(2257), + [anon_sym_callableDataNV] = ACTIONS(2257), + [anon_sym_callableDataInNV] = ACTIONS(2257), + [anon_sym_shaderRecordNV] = ACTIONS(2257), + [anon_sym_layout] = ACTIONS(2257), }, - [606] = { - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), + [565] = { + [sym_identifier] = ACTIONS(2261), + [aux_sym_preproc_def_token1] = ACTIONS(2261), + [aux_sym_preproc_if_token1] = ACTIONS(2261), + [aux_sym_preproc_if_token2] = ACTIONS(2261), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2261), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2261), + [aux_sym_preproc_else_token1] = ACTIONS(2261), + [aux_sym_preproc_elif_token1] = ACTIONS(2261), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2261), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2261), + [sym_preproc_directive] = ACTIONS(2261), + [anon_sym_subroutine] = ACTIONS(2261), + [anon_sym_invariant] = ACTIONS(2261), + [anon_sym_precise] = ACTIONS(2261), + [anon_sym_in] = ACTIONS(2261), + [anon_sym_out] = ACTIONS(2261), + [anon_sym_inout] = ACTIONS(2261), + [anon_sym_uniform] = ACTIONS(2261), + [anon_sym_shared] = ACTIONS(2261), + [anon_sym_attribute] = ACTIONS(2261), + [anon_sym_varying] = ACTIONS(2261), + [anon_sym_buffer] = ACTIONS(2261), + [anon_sym_coherent] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_writeonly] = ACTIONS(2261), + [anon_sym_precision] = ACTIONS(2261), + [anon_sym_highp] = ACTIONS(2261), + [anon_sym_mediump] = ACTIONS(2261), + [anon_sym_lowp] = ACTIONS(2261), + [anon_sym_centroid] = ACTIONS(2261), + [anon_sym_sample] = ACTIONS(2261), + [anon_sym_patch] = ACTIONS(2261), + [anon_sym_smooth] = ACTIONS(2261), + [anon_sym_flat] = ACTIONS(2261), + [anon_sym_noperspective] = ACTIONS(2261), + [anon_sym___extension__] = ACTIONS(2261), + [anon_sym_extern] = ACTIONS(2261), + [anon_sym___attribute__] = ACTIONS(2261), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2263), + [anon_sym___declspec] = ACTIONS(2261), + [anon_sym_signed] = ACTIONS(2261), + [anon_sym_unsigned] = ACTIONS(2261), + [anon_sym_long] = ACTIONS(2261), + [anon_sym_short] = ACTIONS(2261), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_auto] = ACTIONS(2261), + [anon_sym_register] = ACTIONS(2261), + [anon_sym_inline] = ACTIONS(2261), + [anon_sym___inline] = ACTIONS(2261), + [anon_sym___inline__] = ACTIONS(2261), + [anon_sym___forceinline] = ACTIONS(2261), + [anon_sym_thread_local] = ACTIONS(2261), + [anon_sym___thread] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_constexpr] = ACTIONS(2261), + [anon_sym_volatile] = ACTIONS(2261), + [anon_sym_restrict] = ACTIONS(2261), + [anon_sym___restrict__] = ACTIONS(2261), + [anon_sym__Atomic] = ACTIONS(2261), + [anon_sym__Noreturn] = ACTIONS(2261), + [anon_sym_noreturn] = ACTIONS(2261), + [anon_sym__Nonnull] = ACTIONS(2261), + [anon_sym_alignas] = ACTIONS(2261), + [anon_sym__Alignas] = ACTIONS(2261), + [sym_primitive_type] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), + [anon_sym_struct] = ACTIONS(2261), + [anon_sym_union] = ACTIONS(2261), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2261), + [anon_sym_rayPayloadInEXT] = ACTIONS(2261), + [anon_sym_hitAttributeEXT] = ACTIONS(2261), + [anon_sym_callableDataEXT] = ACTIONS(2261), + [anon_sym_callableDataInEXT] = ACTIONS(2261), + [anon_sym_shaderRecordEXT] = ACTIONS(2261), + [anon_sym_rayPayloadNV] = ACTIONS(2261), + [anon_sym_rayPayloadInNV] = ACTIONS(2261), + [anon_sym_hitAttributeNV] = ACTIONS(2261), + [anon_sym_callableDataNV] = ACTIONS(2261), + [anon_sym_callableDataInNV] = ACTIONS(2261), + [anon_sym_shaderRecordNV] = ACTIONS(2261), + [anon_sym_layout] = ACTIONS(2261), }, - [607] = { - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token2] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_subroutine] = ACTIONS(1429), - [anon_sym_invariant] = ACTIONS(1429), - [anon_sym_precise] = ACTIONS(1429), - [anon_sym_in] = ACTIONS(1429), - [anon_sym_out] = ACTIONS(1429), - [anon_sym_inout] = ACTIONS(1429), - [anon_sym_uniform] = ACTIONS(1429), - [anon_sym_shared] = ACTIONS(1429), - [anon_sym_attribute] = ACTIONS(1429), - [anon_sym_varying] = ACTIONS(1429), - [anon_sym_buffer] = ACTIONS(1429), - [anon_sym_coherent] = ACTIONS(1429), - [anon_sym_readonly] = ACTIONS(1429), - [anon_sym_writeonly] = ACTIONS(1429), - [anon_sym_precision] = ACTIONS(1429), - [anon_sym_highp] = ACTIONS(1429), - [anon_sym_mediump] = ACTIONS(1429), - [anon_sym_lowp] = ACTIONS(1429), - [anon_sym_centroid] = ACTIONS(1429), - [anon_sym_sample] = ACTIONS(1429), - [anon_sym_patch] = ACTIONS(1429), - [anon_sym_smooth] = ACTIONS(1429), - [anon_sym_flat] = ACTIONS(1429), - [anon_sym_noperspective] = ACTIONS(1429), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [anon_sym_alignas] = ACTIONS(1429), - [anon_sym__Alignas] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1429), - [anon_sym_rayPayloadInEXT] = ACTIONS(1429), - [anon_sym_hitAttributeEXT] = ACTIONS(1429), - [anon_sym_callableDataEXT] = ACTIONS(1429), - [anon_sym_callableDataInEXT] = ACTIONS(1429), - [anon_sym_shaderRecordEXT] = ACTIONS(1429), - [anon_sym_rayPayloadNV] = ACTIONS(1429), - [anon_sym_rayPayloadInNV] = ACTIONS(1429), - [anon_sym_hitAttributeNV] = ACTIONS(1429), - [anon_sym_callableDataNV] = ACTIONS(1429), - [anon_sym_callableDataInNV] = ACTIONS(1429), - [anon_sym_shaderRecordNV] = ACTIONS(1429), - [anon_sym_layout] = ACTIONS(1429), + [566] = { + [sym_identifier] = ACTIONS(2265), + [aux_sym_preproc_def_token1] = ACTIONS(2265), + [aux_sym_preproc_if_token1] = ACTIONS(2265), + [aux_sym_preproc_if_token2] = ACTIONS(2265), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2265), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2265), + [aux_sym_preproc_else_token1] = ACTIONS(2265), + [aux_sym_preproc_elif_token1] = ACTIONS(2265), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2265), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2265), + [sym_preproc_directive] = ACTIONS(2265), + [anon_sym_subroutine] = ACTIONS(2265), + [anon_sym_invariant] = ACTIONS(2265), + [anon_sym_precise] = ACTIONS(2265), + [anon_sym_in] = ACTIONS(2265), + [anon_sym_out] = ACTIONS(2265), + [anon_sym_inout] = ACTIONS(2265), + [anon_sym_uniform] = ACTIONS(2265), + [anon_sym_shared] = ACTIONS(2265), + [anon_sym_attribute] = ACTIONS(2265), + [anon_sym_varying] = ACTIONS(2265), + [anon_sym_buffer] = ACTIONS(2265), + [anon_sym_coherent] = ACTIONS(2265), + [anon_sym_readonly] = ACTIONS(2265), + [anon_sym_writeonly] = ACTIONS(2265), + [anon_sym_precision] = ACTIONS(2265), + [anon_sym_highp] = ACTIONS(2265), + [anon_sym_mediump] = ACTIONS(2265), + [anon_sym_lowp] = ACTIONS(2265), + [anon_sym_centroid] = ACTIONS(2265), + [anon_sym_sample] = ACTIONS(2265), + [anon_sym_patch] = ACTIONS(2265), + [anon_sym_smooth] = ACTIONS(2265), + [anon_sym_flat] = ACTIONS(2265), + [anon_sym_noperspective] = ACTIONS(2265), + [anon_sym___extension__] = ACTIONS(2265), + [anon_sym_extern] = ACTIONS(2265), + [anon_sym___attribute__] = ACTIONS(2265), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2267), + [anon_sym___declspec] = ACTIONS(2265), + [anon_sym_signed] = ACTIONS(2265), + [anon_sym_unsigned] = ACTIONS(2265), + [anon_sym_long] = ACTIONS(2265), + [anon_sym_short] = ACTIONS(2265), + [anon_sym_static] = ACTIONS(2265), + [anon_sym_auto] = ACTIONS(2265), + [anon_sym_register] = ACTIONS(2265), + [anon_sym_inline] = ACTIONS(2265), + [anon_sym___inline] = ACTIONS(2265), + [anon_sym___inline__] = ACTIONS(2265), + [anon_sym___forceinline] = ACTIONS(2265), + [anon_sym_thread_local] = ACTIONS(2265), + [anon_sym___thread] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [anon_sym_constexpr] = ACTIONS(2265), + [anon_sym_volatile] = ACTIONS(2265), + [anon_sym_restrict] = ACTIONS(2265), + [anon_sym___restrict__] = ACTIONS(2265), + [anon_sym__Atomic] = ACTIONS(2265), + [anon_sym__Noreturn] = ACTIONS(2265), + [anon_sym_noreturn] = ACTIONS(2265), + [anon_sym__Nonnull] = ACTIONS(2265), + [anon_sym_alignas] = ACTIONS(2265), + [anon_sym__Alignas] = ACTIONS(2265), + [sym_primitive_type] = ACTIONS(2265), + [anon_sym_enum] = ACTIONS(2265), + [anon_sym_struct] = ACTIONS(2265), + [anon_sym_union] = ACTIONS(2265), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2265), + [anon_sym_rayPayloadInEXT] = ACTIONS(2265), + [anon_sym_hitAttributeEXT] = ACTIONS(2265), + [anon_sym_callableDataEXT] = ACTIONS(2265), + [anon_sym_callableDataInEXT] = ACTIONS(2265), + [anon_sym_shaderRecordEXT] = ACTIONS(2265), + [anon_sym_rayPayloadNV] = ACTIONS(2265), + [anon_sym_rayPayloadInNV] = ACTIONS(2265), + [anon_sym_hitAttributeNV] = ACTIONS(2265), + [anon_sym_callableDataNV] = ACTIONS(2265), + [anon_sym_callableDataInNV] = ACTIONS(2265), + [anon_sym_shaderRecordNV] = ACTIONS(2265), + [anon_sym_layout] = ACTIONS(2265), }, - [608] = { - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym_RBRACE] = ACTIONS(1487), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), + [567] = { + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token2] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [aux_sym_preproc_else_token1] = ACTIONS(1541), + [aux_sym_preproc_elif_token1] = ACTIONS(1541), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), }, - [609] = { - [sym_identifier] = ACTIONS(2250), - [aux_sym_preproc_def_token1] = ACTIONS(2250), - [aux_sym_preproc_if_token1] = ACTIONS(2250), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2250), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2250), - [sym_preproc_directive] = ACTIONS(2250), - [anon_sym_subroutine] = ACTIONS(2250), - [anon_sym_invariant] = ACTIONS(2250), - [anon_sym_precise] = ACTIONS(2250), - [anon_sym_in] = ACTIONS(2250), - [anon_sym_out] = ACTIONS(2250), - [anon_sym_inout] = ACTIONS(2250), - [anon_sym_uniform] = ACTIONS(2250), - [anon_sym_shared] = ACTIONS(2250), - [anon_sym_attribute] = ACTIONS(2250), - [anon_sym_varying] = ACTIONS(2250), - [anon_sym_buffer] = ACTIONS(2250), - [anon_sym_coherent] = ACTIONS(2250), - [anon_sym_readonly] = ACTIONS(2250), - [anon_sym_writeonly] = ACTIONS(2250), - [anon_sym_precision] = ACTIONS(2250), - [anon_sym_highp] = ACTIONS(2250), - [anon_sym_mediump] = ACTIONS(2250), - [anon_sym_lowp] = ACTIONS(2250), - [anon_sym_centroid] = ACTIONS(2250), - [anon_sym_sample] = ACTIONS(2250), - [anon_sym_patch] = ACTIONS(2250), - [anon_sym_smooth] = ACTIONS(2250), - [anon_sym_flat] = ACTIONS(2250), - [anon_sym_noperspective] = ACTIONS(2250), - [anon_sym___extension__] = ACTIONS(2250), - [anon_sym_extern] = ACTIONS(2250), - [anon_sym___attribute__] = ACTIONS(2250), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2252), - [anon_sym___declspec] = ACTIONS(2250), - [anon_sym_RBRACE] = ACTIONS(2252), - [anon_sym_signed] = ACTIONS(2250), - [anon_sym_unsigned] = ACTIONS(2250), - [anon_sym_long] = ACTIONS(2250), - [anon_sym_short] = ACTIONS(2250), - [anon_sym_static] = ACTIONS(2250), - [anon_sym_auto] = ACTIONS(2250), - [anon_sym_register] = ACTIONS(2250), - [anon_sym_inline] = ACTIONS(2250), - [anon_sym___inline] = ACTIONS(2250), - [anon_sym___inline__] = ACTIONS(2250), - [anon_sym___forceinline] = ACTIONS(2250), - [anon_sym_thread_local] = ACTIONS(2250), - [anon_sym___thread] = ACTIONS(2250), - [anon_sym_const] = ACTIONS(2250), - [anon_sym_constexpr] = ACTIONS(2250), - [anon_sym_volatile] = ACTIONS(2250), - [anon_sym_restrict] = ACTIONS(2250), - [anon_sym___restrict__] = ACTIONS(2250), - [anon_sym__Atomic] = ACTIONS(2250), - [anon_sym__Noreturn] = ACTIONS(2250), - [anon_sym_noreturn] = ACTIONS(2250), - [anon_sym_alignas] = ACTIONS(2250), - [anon_sym__Alignas] = ACTIONS(2250), - [sym_primitive_type] = ACTIONS(2250), - [anon_sym_enum] = ACTIONS(2250), - [anon_sym_struct] = ACTIONS(2250), - [anon_sym_union] = ACTIONS(2250), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2250), - [anon_sym_rayPayloadInEXT] = ACTIONS(2250), - [anon_sym_hitAttributeEXT] = ACTIONS(2250), - [anon_sym_callableDataEXT] = ACTIONS(2250), - [anon_sym_callableDataInEXT] = ACTIONS(2250), - [anon_sym_shaderRecordEXT] = ACTIONS(2250), - [anon_sym_rayPayloadNV] = ACTIONS(2250), - [anon_sym_rayPayloadInNV] = ACTIONS(2250), - [anon_sym_hitAttributeNV] = ACTIONS(2250), - [anon_sym_callableDataNV] = ACTIONS(2250), - [anon_sym_callableDataInNV] = ACTIONS(2250), - [anon_sym_shaderRecordNV] = ACTIONS(2250), - [anon_sym_layout] = ACTIONS(2250), + [568] = { + [sym_identifier] = ACTIONS(2269), + [aux_sym_preproc_def_token1] = ACTIONS(2269), + [aux_sym_preproc_if_token1] = ACTIONS(2269), + [aux_sym_preproc_if_token2] = ACTIONS(2269), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2269), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2269), + [aux_sym_preproc_else_token1] = ACTIONS(2269), + [aux_sym_preproc_elif_token1] = ACTIONS(2269), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2269), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2269), + [sym_preproc_directive] = ACTIONS(2269), + [anon_sym_subroutine] = ACTIONS(2269), + [anon_sym_invariant] = ACTIONS(2269), + [anon_sym_precise] = ACTIONS(2269), + [anon_sym_in] = ACTIONS(2269), + [anon_sym_out] = ACTIONS(2269), + [anon_sym_inout] = ACTIONS(2269), + [anon_sym_uniform] = ACTIONS(2269), + [anon_sym_shared] = ACTIONS(2269), + [anon_sym_attribute] = ACTIONS(2269), + [anon_sym_varying] = ACTIONS(2269), + [anon_sym_buffer] = ACTIONS(2269), + [anon_sym_coherent] = ACTIONS(2269), + [anon_sym_readonly] = ACTIONS(2269), + [anon_sym_writeonly] = ACTIONS(2269), + [anon_sym_precision] = ACTIONS(2269), + [anon_sym_highp] = ACTIONS(2269), + [anon_sym_mediump] = ACTIONS(2269), + [anon_sym_lowp] = ACTIONS(2269), + [anon_sym_centroid] = ACTIONS(2269), + [anon_sym_sample] = ACTIONS(2269), + [anon_sym_patch] = ACTIONS(2269), + [anon_sym_smooth] = ACTIONS(2269), + [anon_sym_flat] = ACTIONS(2269), + [anon_sym_noperspective] = ACTIONS(2269), + [anon_sym___extension__] = ACTIONS(2269), + [anon_sym_extern] = ACTIONS(2269), + [anon_sym___attribute__] = ACTIONS(2269), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2271), + [anon_sym___declspec] = ACTIONS(2269), + [anon_sym_signed] = ACTIONS(2269), + [anon_sym_unsigned] = ACTIONS(2269), + [anon_sym_long] = ACTIONS(2269), + [anon_sym_short] = ACTIONS(2269), + [anon_sym_static] = ACTIONS(2269), + [anon_sym_auto] = ACTIONS(2269), + [anon_sym_register] = ACTIONS(2269), + [anon_sym_inline] = ACTIONS(2269), + [anon_sym___inline] = ACTIONS(2269), + [anon_sym___inline__] = ACTIONS(2269), + [anon_sym___forceinline] = ACTIONS(2269), + [anon_sym_thread_local] = ACTIONS(2269), + [anon_sym___thread] = ACTIONS(2269), + [anon_sym_const] = ACTIONS(2269), + [anon_sym_constexpr] = ACTIONS(2269), + [anon_sym_volatile] = ACTIONS(2269), + [anon_sym_restrict] = ACTIONS(2269), + [anon_sym___restrict__] = ACTIONS(2269), + [anon_sym__Atomic] = ACTIONS(2269), + [anon_sym__Noreturn] = ACTIONS(2269), + [anon_sym_noreturn] = ACTIONS(2269), + [anon_sym__Nonnull] = ACTIONS(2269), + [anon_sym_alignas] = ACTIONS(2269), + [anon_sym__Alignas] = ACTIONS(2269), + [sym_primitive_type] = ACTIONS(2269), + [anon_sym_enum] = ACTIONS(2269), + [anon_sym_struct] = ACTIONS(2269), + [anon_sym_union] = ACTIONS(2269), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2269), + [anon_sym_rayPayloadInEXT] = ACTIONS(2269), + [anon_sym_hitAttributeEXT] = ACTIONS(2269), + [anon_sym_callableDataEXT] = ACTIONS(2269), + [anon_sym_callableDataInEXT] = ACTIONS(2269), + [anon_sym_shaderRecordEXT] = ACTIONS(2269), + [anon_sym_rayPayloadNV] = ACTIONS(2269), + [anon_sym_rayPayloadInNV] = ACTIONS(2269), + [anon_sym_hitAttributeNV] = ACTIONS(2269), + [anon_sym_callableDataNV] = ACTIONS(2269), + [anon_sym_callableDataInNV] = ACTIONS(2269), + [anon_sym_shaderRecordNV] = ACTIONS(2269), + [anon_sym_layout] = ACTIONS(2269), }, - [610] = { - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token2] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_subroutine] = ACTIONS(1441), - [anon_sym_invariant] = ACTIONS(1441), - [anon_sym_precise] = ACTIONS(1441), - [anon_sym_in] = ACTIONS(1441), - [anon_sym_out] = ACTIONS(1441), - [anon_sym_inout] = ACTIONS(1441), - [anon_sym_uniform] = ACTIONS(1441), - [anon_sym_shared] = ACTIONS(1441), - [anon_sym_attribute] = ACTIONS(1441), - [anon_sym_varying] = ACTIONS(1441), - [anon_sym_buffer] = ACTIONS(1441), - [anon_sym_coherent] = ACTIONS(1441), - [anon_sym_readonly] = ACTIONS(1441), - [anon_sym_writeonly] = ACTIONS(1441), - [anon_sym_precision] = ACTIONS(1441), - [anon_sym_highp] = ACTIONS(1441), - [anon_sym_mediump] = ACTIONS(1441), - [anon_sym_lowp] = ACTIONS(1441), - [anon_sym_centroid] = ACTIONS(1441), - [anon_sym_sample] = ACTIONS(1441), - [anon_sym_patch] = ACTIONS(1441), - [anon_sym_smooth] = ACTIONS(1441), - [anon_sym_flat] = ACTIONS(1441), - [anon_sym_noperspective] = ACTIONS(1441), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [anon_sym_alignas] = ACTIONS(1441), - [anon_sym__Alignas] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1441), - [anon_sym_rayPayloadInEXT] = ACTIONS(1441), - [anon_sym_hitAttributeEXT] = ACTIONS(1441), - [anon_sym_callableDataEXT] = ACTIONS(1441), - [anon_sym_callableDataInEXT] = ACTIONS(1441), - [anon_sym_shaderRecordEXT] = ACTIONS(1441), - [anon_sym_rayPayloadNV] = ACTIONS(1441), - [anon_sym_rayPayloadInNV] = ACTIONS(1441), - [anon_sym_hitAttributeNV] = ACTIONS(1441), - [anon_sym_callableDataNV] = ACTIONS(1441), - [anon_sym_callableDataInNV] = ACTIONS(1441), - [anon_sym_shaderRecordNV] = ACTIONS(1441), - [anon_sym_layout] = ACTIONS(1441), + [569] = { + [sym_identifier] = ACTIONS(2273), + [aux_sym_preproc_def_token1] = ACTIONS(2273), + [aux_sym_preproc_if_token1] = ACTIONS(2273), + [aux_sym_preproc_if_token2] = ACTIONS(2273), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2273), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2273), + [aux_sym_preproc_else_token1] = ACTIONS(2273), + [aux_sym_preproc_elif_token1] = ACTIONS(2273), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2273), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2273), + [sym_preproc_directive] = ACTIONS(2273), + [anon_sym_subroutine] = ACTIONS(2273), + [anon_sym_invariant] = ACTIONS(2273), + [anon_sym_precise] = ACTIONS(2273), + [anon_sym_in] = ACTIONS(2273), + [anon_sym_out] = ACTIONS(2273), + [anon_sym_inout] = ACTIONS(2273), + [anon_sym_uniform] = ACTIONS(2273), + [anon_sym_shared] = ACTIONS(2273), + [anon_sym_attribute] = ACTIONS(2273), + [anon_sym_varying] = ACTIONS(2273), + [anon_sym_buffer] = ACTIONS(2273), + [anon_sym_coherent] = ACTIONS(2273), + [anon_sym_readonly] = ACTIONS(2273), + [anon_sym_writeonly] = ACTIONS(2273), + [anon_sym_precision] = ACTIONS(2273), + [anon_sym_highp] = ACTIONS(2273), + [anon_sym_mediump] = ACTIONS(2273), + [anon_sym_lowp] = ACTIONS(2273), + [anon_sym_centroid] = ACTIONS(2273), + [anon_sym_sample] = ACTIONS(2273), + [anon_sym_patch] = ACTIONS(2273), + [anon_sym_smooth] = ACTIONS(2273), + [anon_sym_flat] = ACTIONS(2273), + [anon_sym_noperspective] = ACTIONS(2273), + [anon_sym___extension__] = ACTIONS(2273), + [anon_sym_extern] = ACTIONS(2273), + [anon_sym___attribute__] = ACTIONS(2273), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2275), + [anon_sym___declspec] = ACTIONS(2273), + [anon_sym_signed] = ACTIONS(2273), + [anon_sym_unsigned] = ACTIONS(2273), + [anon_sym_long] = ACTIONS(2273), + [anon_sym_short] = ACTIONS(2273), + [anon_sym_static] = ACTIONS(2273), + [anon_sym_auto] = ACTIONS(2273), + [anon_sym_register] = ACTIONS(2273), + [anon_sym_inline] = ACTIONS(2273), + [anon_sym___inline] = ACTIONS(2273), + [anon_sym___inline__] = ACTIONS(2273), + [anon_sym___forceinline] = ACTIONS(2273), + [anon_sym_thread_local] = ACTIONS(2273), + [anon_sym___thread] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [anon_sym_constexpr] = ACTIONS(2273), + [anon_sym_volatile] = ACTIONS(2273), + [anon_sym_restrict] = ACTIONS(2273), + [anon_sym___restrict__] = ACTIONS(2273), + [anon_sym__Atomic] = ACTIONS(2273), + [anon_sym__Noreturn] = ACTIONS(2273), + [anon_sym_noreturn] = ACTIONS(2273), + [anon_sym__Nonnull] = ACTIONS(2273), + [anon_sym_alignas] = ACTIONS(2273), + [anon_sym__Alignas] = ACTIONS(2273), + [sym_primitive_type] = ACTIONS(2273), + [anon_sym_enum] = ACTIONS(2273), + [anon_sym_struct] = ACTIONS(2273), + [anon_sym_union] = ACTIONS(2273), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2273), + [anon_sym_rayPayloadInEXT] = ACTIONS(2273), + [anon_sym_hitAttributeEXT] = ACTIONS(2273), + [anon_sym_callableDataEXT] = ACTIONS(2273), + [anon_sym_callableDataInEXT] = ACTIONS(2273), + [anon_sym_shaderRecordEXT] = ACTIONS(2273), + [anon_sym_rayPayloadNV] = ACTIONS(2273), + [anon_sym_rayPayloadInNV] = ACTIONS(2273), + [anon_sym_hitAttributeNV] = ACTIONS(2273), + [anon_sym_callableDataNV] = ACTIONS(2273), + [anon_sym_callableDataInNV] = ACTIONS(2273), + [anon_sym_shaderRecordNV] = ACTIONS(2273), + [anon_sym_layout] = ACTIONS(2273), }, - [611] = { - [sym_identifier] = ACTIONS(1401), - [aux_sym_preproc_def_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token1] = ACTIONS(1401), - [aux_sym_preproc_if_token2] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1401), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1401), - [sym_preproc_directive] = ACTIONS(1401), - [anon_sym_subroutine] = ACTIONS(1401), - [anon_sym_invariant] = ACTIONS(1401), - [anon_sym_precise] = ACTIONS(1401), - [anon_sym_in] = ACTIONS(1401), - [anon_sym_out] = ACTIONS(1401), - [anon_sym_inout] = ACTIONS(1401), - [anon_sym_uniform] = ACTIONS(1401), - [anon_sym_shared] = ACTIONS(1401), - [anon_sym_attribute] = ACTIONS(1401), - [anon_sym_varying] = ACTIONS(1401), - [anon_sym_buffer] = ACTIONS(1401), - [anon_sym_coherent] = ACTIONS(1401), - [anon_sym_readonly] = ACTIONS(1401), - [anon_sym_writeonly] = ACTIONS(1401), - [anon_sym_precision] = ACTIONS(1401), - [anon_sym_highp] = ACTIONS(1401), - [anon_sym_mediump] = ACTIONS(1401), - [anon_sym_lowp] = ACTIONS(1401), - [anon_sym_centroid] = ACTIONS(1401), - [anon_sym_sample] = ACTIONS(1401), - [anon_sym_patch] = ACTIONS(1401), - [anon_sym_smooth] = ACTIONS(1401), - [anon_sym_flat] = ACTIONS(1401), - [anon_sym_noperspective] = ACTIONS(1401), - [anon_sym___extension__] = ACTIONS(1401), - [anon_sym_extern] = ACTIONS(1401), - [anon_sym___attribute__] = ACTIONS(1401), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1403), - [anon_sym___declspec] = ACTIONS(1401), - [anon_sym_signed] = ACTIONS(1401), - [anon_sym_unsigned] = ACTIONS(1401), - [anon_sym_long] = ACTIONS(1401), - [anon_sym_short] = ACTIONS(1401), - [anon_sym_static] = ACTIONS(1401), - [anon_sym_auto] = ACTIONS(1401), - [anon_sym_register] = ACTIONS(1401), - [anon_sym_inline] = ACTIONS(1401), - [anon_sym___inline] = ACTIONS(1401), - [anon_sym___inline__] = ACTIONS(1401), - [anon_sym___forceinline] = ACTIONS(1401), - [anon_sym_thread_local] = ACTIONS(1401), - [anon_sym___thread] = ACTIONS(1401), - [anon_sym_const] = ACTIONS(1401), - [anon_sym_constexpr] = ACTIONS(1401), - [anon_sym_volatile] = ACTIONS(1401), - [anon_sym_restrict] = ACTIONS(1401), - [anon_sym___restrict__] = ACTIONS(1401), - [anon_sym__Atomic] = ACTIONS(1401), - [anon_sym__Noreturn] = ACTIONS(1401), - [anon_sym_noreturn] = ACTIONS(1401), - [anon_sym_alignas] = ACTIONS(1401), - [anon_sym__Alignas] = ACTIONS(1401), - [sym_primitive_type] = ACTIONS(1401), - [anon_sym_enum] = ACTIONS(1401), - [anon_sym_struct] = ACTIONS(1401), - [anon_sym_union] = ACTIONS(1401), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1401), - [anon_sym_rayPayloadInEXT] = ACTIONS(1401), - [anon_sym_hitAttributeEXT] = ACTIONS(1401), - [anon_sym_callableDataEXT] = ACTIONS(1401), - [anon_sym_callableDataInEXT] = ACTIONS(1401), - [anon_sym_shaderRecordEXT] = ACTIONS(1401), - [anon_sym_rayPayloadNV] = ACTIONS(1401), - [anon_sym_rayPayloadInNV] = ACTIONS(1401), - [anon_sym_hitAttributeNV] = ACTIONS(1401), - [anon_sym_callableDataNV] = ACTIONS(1401), - [anon_sym_callableDataInNV] = ACTIONS(1401), - [anon_sym_shaderRecordNV] = ACTIONS(1401), - [anon_sym_layout] = ACTIONS(1401), + [570] = { + [sym_identifier] = ACTIONS(2277), + [aux_sym_preproc_def_token1] = ACTIONS(2277), + [aux_sym_preproc_if_token1] = ACTIONS(2277), + [aux_sym_preproc_if_token2] = ACTIONS(2277), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2277), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2277), + [aux_sym_preproc_else_token1] = ACTIONS(2277), + [aux_sym_preproc_elif_token1] = ACTIONS(2277), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2277), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2277), + [sym_preproc_directive] = ACTIONS(2277), + [anon_sym_subroutine] = ACTIONS(2277), + [anon_sym_invariant] = ACTIONS(2277), + [anon_sym_precise] = ACTIONS(2277), + [anon_sym_in] = ACTIONS(2277), + [anon_sym_out] = ACTIONS(2277), + [anon_sym_inout] = ACTIONS(2277), + [anon_sym_uniform] = ACTIONS(2277), + [anon_sym_shared] = ACTIONS(2277), + [anon_sym_attribute] = ACTIONS(2277), + [anon_sym_varying] = ACTIONS(2277), + [anon_sym_buffer] = ACTIONS(2277), + [anon_sym_coherent] = ACTIONS(2277), + [anon_sym_readonly] = ACTIONS(2277), + [anon_sym_writeonly] = ACTIONS(2277), + [anon_sym_precision] = ACTIONS(2277), + [anon_sym_highp] = ACTIONS(2277), + [anon_sym_mediump] = ACTIONS(2277), + [anon_sym_lowp] = ACTIONS(2277), + [anon_sym_centroid] = ACTIONS(2277), + [anon_sym_sample] = ACTIONS(2277), + [anon_sym_patch] = ACTIONS(2277), + [anon_sym_smooth] = ACTIONS(2277), + [anon_sym_flat] = ACTIONS(2277), + [anon_sym_noperspective] = ACTIONS(2277), + [anon_sym___extension__] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2277), + [anon_sym___attribute__] = ACTIONS(2277), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2279), + [anon_sym___declspec] = ACTIONS(2277), + [anon_sym_signed] = ACTIONS(2277), + [anon_sym_unsigned] = ACTIONS(2277), + [anon_sym_long] = ACTIONS(2277), + [anon_sym_short] = ACTIONS(2277), + [anon_sym_static] = ACTIONS(2277), + [anon_sym_auto] = ACTIONS(2277), + [anon_sym_register] = ACTIONS(2277), + [anon_sym_inline] = ACTIONS(2277), + [anon_sym___inline] = ACTIONS(2277), + [anon_sym___inline__] = ACTIONS(2277), + [anon_sym___forceinline] = ACTIONS(2277), + [anon_sym_thread_local] = ACTIONS(2277), + [anon_sym___thread] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [anon_sym_constexpr] = ACTIONS(2277), + [anon_sym_volatile] = ACTIONS(2277), + [anon_sym_restrict] = ACTIONS(2277), + [anon_sym___restrict__] = ACTIONS(2277), + [anon_sym__Atomic] = ACTIONS(2277), + [anon_sym__Noreturn] = ACTIONS(2277), + [anon_sym_noreturn] = ACTIONS(2277), + [anon_sym__Nonnull] = ACTIONS(2277), + [anon_sym_alignas] = ACTIONS(2277), + [anon_sym__Alignas] = ACTIONS(2277), + [sym_primitive_type] = ACTIONS(2277), + [anon_sym_enum] = ACTIONS(2277), + [anon_sym_struct] = ACTIONS(2277), + [anon_sym_union] = ACTIONS(2277), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2277), + [anon_sym_rayPayloadInEXT] = ACTIONS(2277), + [anon_sym_hitAttributeEXT] = ACTIONS(2277), + [anon_sym_callableDataEXT] = ACTIONS(2277), + [anon_sym_callableDataInEXT] = ACTIONS(2277), + [anon_sym_shaderRecordEXT] = ACTIONS(2277), + [anon_sym_rayPayloadNV] = ACTIONS(2277), + [anon_sym_rayPayloadInNV] = ACTIONS(2277), + [anon_sym_hitAttributeNV] = ACTIONS(2277), + [anon_sym_callableDataNV] = ACTIONS(2277), + [anon_sym_callableDataInNV] = ACTIONS(2277), + [anon_sym_shaderRecordNV] = ACTIONS(2277), + [anon_sym_layout] = ACTIONS(2277), }, - [612] = { - [sym_identifier] = ACTIONS(1409), - [aux_sym_preproc_def_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token1] = ACTIONS(1409), - [aux_sym_preproc_if_token2] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1409), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1409), - [sym_preproc_directive] = ACTIONS(1409), - [anon_sym_subroutine] = ACTIONS(1409), - [anon_sym_invariant] = ACTIONS(1409), - [anon_sym_precise] = ACTIONS(1409), - [anon_sym_in] = ACTIONS(1409), - [anon_sym_out] = ACTIONS(1409), - [anon_sym_inout] = ACTIONS(1409), - [anon_sym_uniform] = ACTIONS(1409), - [anon_sym_shared] = ACTIONS(1409), - [anon_sym_attribute] = ACTIONS(1409), - [anon_sym_varying] = ACTIONS(1409), - [anon_sym_buffer] = ACTIONS(1409), - [anon_sym_coherent] = ACTIONS(1409), - [anon_sym_readonly] = ACTIONS(1409), - [anon_sym_writeonly] = ACTIONS(1409), - [anon_sym_precision] = ACTIONS(1409), - [anon_sym_highp] = ACTIONS(1409), - [anon_sym_mediump] = ACTIONS(1409), - [anon_sym_lowp] = ACTIONS(1409), - [anon_sym_centroid] = ACTIONS(1409), - [anon_sym_sample] = ACTIONS(1409), - [anon_sym_patch] = ACTIONS(1409), - [anon_sym_smooth] = ACTIONS(1409), - [anon_sym_flat] = ACTIONS(1409), - [anon_sym_noperspective] = ACTIONS(1409), - [anon_sym___extension__] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym___attribute__] = ACTIONS(1409), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1411), - [anon_sym___declspec] = ACTIONS(1409), - [anon_sym_signed] = ACTIONS(1409), - [anon_sym_unsigned] = ACTIONS(1409), - [anon_sym_long] = ACTIONS(1409), - [anon_sym_short] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_auto] = ACTIONS(1409), - [anon_sym_register] = ACTIONS(1409), - [anon_sym_inline] = ACTIONS(1409), - [anon_sym___inline] = ACTIONS(1409), - [anon_sym___inline__] = ACTIONS(1409), - [anon_sym___forceinline] = ACTIONS(1409), - [anon_sym_thread_local] = ACTIONS(1409), - [anon_sym___thread] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_constexpr] = ACTIONS(1409), - [anon_sym_volatile] = ACTIONS(1409), - [anon_sym_restrict] = ACTIONS(1409), - [anon_sym___restrict__] = ACTIONS(1409), - [anon_sym__Atomic] = ACTIONS(1409), - [anon_sym__Noreturn] = ACTIONS(1409), - [anon_sym_noreturn] = ACTIONS(1409), - [anon_sym_alignas] = ACTIONS(1409), - [anon_sym__Alignas] = ACTIONS(1409), - [sym_primitive_type] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1409), - [anon_sym_rayPayloadInEXT] = ACTIONS(1409), - [anon_sym_hitAttributeEXT] = ACTIONS(1409), - [anon_sym_callableDataEXT] = ACTIONS(1409), - [anon_sym_callableDataInEXT] = ACTIONS(1409), - [anon_sym_shaderRecordEXT] = ACTIONS(1409), - [anon_sym_rayPayloadNV] = ACTIONS(1409), - [anon_sym_rayPayloadInNV] = ACTIONS(1409), - [anon_sym_hitAttributeNV] = ACTIONS(1409), - [anon_sym_callableDataNV] = ACTIONS(1409), - [anon_sym_callableDataInNV] = ACTIONS(1409), - [anon_sym_shaderRecordNV] = ACTIONS(1409), - [anon_sym_layout] = ACTIONS(1409), + [571] = { + [sym_identifier] = ACTIONS(2281), + [aux_sym_preproc_def_token1] = ACTIONS(2281), + [aux_sym_preproc_if_token1] = ACTIONS(2281), + [aux_sym_preproc_if_token2] = ACTIONS(2281), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2281), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2281), + [aux_sym_preproc_else_token1] = ACTIONS(2281), + [aux_sym_preproc_elif_token1] = ACTIONS(2281), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2281), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2281), + [sym_preproc_directive] = ACTIONS(2281), + [anon_sym_subroutine] = ACTIONS(2281), + [anon_sym_invariant] = ACTIONS(2281), + [anon_sym_precise] = ACTIONS(2281), + [anon_sym_in] = ACTIONS(2281), + [anon_sym_out] = ACTIONS(2281), + [anon_sym_inout] = ACTIONS(2281), + [anon_sym_uniform] = ACTIONS(2281), + [anon_sym_shared] = ACTIONS(2281), + [anon_sym_attribute] = ACTIONS(2281), + [anon_sym_varying] = ACTIONS(2281), + [anon_sym_buffer] = ACTIONS(2281), + [anon_sym_coherent] = ACTIONS(2281), + [anon_sym_readonly] = ACTIONS(2281), + [anon_sym_writeonly] = ACTIONS(2281), + [anon_sym_precision] = ACTIONS(2281), + [anon_sym_highp] = ACTIONS(2281), + [anon_sym_mediump] = ACTIONS(2281), + [anon_sym_lowp] = ACTIONS(2281), + [anon_sym_centroid] = ACTIONS(2281), + [anon_sym_sample] = ACTIONS(2281), + [anon_sym_patch] = ACTIONS(2281), + [anon_sym_smooth] = ACTIONS(2281), + [anon_sym_flat] = ACTIONS(2281), + [anon_sym_noperspective] = ACTIONS(2281), + [anon_sym___extension__] = ACTIONS(2281), + [anon_sym_extern] = ACTIONS(2281), + [anon_sym___attribute__] = ACTIONS(2281), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2283), + [anon_sym___declspec] = ACTIONS(2281), + [anon_sym_signed] = ACTIONS(2281), + [anon_sym_unsigned] = ACTIONS(2281), + [anon_sym_long] = ACTIONS(2281), + [anon_sym_short] = ACTIONS(2281), + [anon_sym_static] = ACTIONS(2281), + [anon_sym_auto] = ACTIONS(2281), + [anon_sym_register] = ACTIONS(2281), + [anon_sym_inline] = ACTIONS(2281), + [anon_sym___inline] = ACTIONS(2281), + [anon_sym___inline__] = ACTIONS(2281), + [anon_sym___forceinline] = ACTIONS(2281), + [anon_sym_thread_local] = ACTIONS(2281), + [anon_sym___thread] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [anon_sym_constexpr] = ACTIONS(2281), + [anon_sym_volatile] = ACTIONS(2281), + [anon_sym_restrict] = ACTIONS(2281), + [anon_sym___restrict__] = ACTIONS(2281), + [anon_sym__Atomic] = ACTIONS(2281), + [anon_sym__Noreturn] = ACTIONS(2281), + [anon_sym_noreturn] = ACTIONS(2281), + [anon_sym__Nonnull] = ACTIONS(2281), + [anon_sym_alignas] = ACTIONS(2281), + [anon_sym__Alignas] = ACTIONS(2281), + [sym_primitive_type] = ACTIONS(2281), + [anon_sym_enum] = ACTIONS(2281), + [anon_sym_struct] = ACTIONS(2281), + [anon_sym_union] = ACTIONS(2281), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2281), + [anon_sym_rayPayloadInEXT] = ACTIONS(2281), + [anon_sym_hitAttributeEXT] = ACTIONS(2281), + [anon_sym_callableDataEXT] = ACTIONS(2281), + [anon_sym_callableDataInEXT] = ACTIONS(2281), + [anon_sym_shaderRecordEXT] = ACTIONS(2281), + [anon_sym_rayPayloadNV] = ACTIONS(2281), + [anon_sym_rayPayloadInNV] = ACTIONS(2281), + [anon_sym_hitAttributeNV] = ACTIONS(2281), + [anon_sym_callableDataNV] = ACTIONS(2281), + [anon_sym_callableDataInNV] = ACTIONS(2281), + [anon_sym_shaderRecordNV] = ACTIONS(2281), + [anon_sym_layout] = ACTIONS(2281), }, - [613] = { - [sym_identifier] = ACTIONS(2250), - [aux_sym_preproc_def_token1] = ACTIONS(2250), - [aux_sym_preproc_if_token1] = ACTIONS(2250), - [aux_sym_preproc_if_token2] = ACTIONS(2250), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2250), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2250), - [sym_preproc_directive] = ACTIONS(2250), - [anon_sym_subroutine] = ACTIONS(2250), - [anon_sym_invariant] = ACTIONS(2250), - [anon_sym_precise] = ACTIONS(2250), - [anon_sym_in] = ACTIONS(2250), - [anon_sym_out] = ACTIONS(2250), - [anon_sym_inout] = ACTIONS(2250), - [anon_sym_uniform] = ACTIONS(2250), - [anon_sym_shared] = ACTIONS(2250), - [anon_sym_attribute] = ACTIONS(2250), - [anon_sym_varying] = ACTIONS(2250), - [anon_sym_buffer] = ACTIONS(2250), - [anon_sym_coherent] = ACTIONS(2250), - [anon_sym_readonly] = ACTIONS(2250), - [anon_sym_writeonly] = ACTIONS(2250), - [anon_sym_precision] = ACTIONS(2250), - [anon_sym_highp] = ACTIONS(2250), - [anon_sym_mediump] = ACTIONS(2250), - [anon_sym_lowp] = ACTIONS(2250), - [anon_sym_centroid] = ACTIONS(2250), - [anon_sym_sample] = ACTIONS(2250), - [anon_sym_patch] = ACTIONS(2250), - [anon_sym_smooth] = ACTIONS(2250), - [anon_sym_flat] = ACTIONS(2250), - [anon_sym_noperspective] = ACTIONS(2250), - [anon_sym___extension__] = ACTIONS(2250), - [anon_sym_extern] = ACTIONS(2250), - [anon_sym___attribute__] = ACTIONS(2250), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2252), - [anon_sym___declspec] = ACTIONS(2250), - [anon_sym_signed] = ACTIONS(2250), - [anon_sym_unsigned] = ACTIONS(2250), - [anon_sym_long] = ACTIONS(2250), - [anon_sym_short] = ACTIONS(2250), - [anon_sym_static] = ACTIONS(2250), - [anon_sym_auto] = ACTIONS(2250), - [anon_sym_register] = ACTIONS(2250), - [anon_sym_inline] = ACTIONS(2250), - [anon_sym___inline] = ACTIONS(2250), - [anon_sym___inline__] = ACTIONS(2250), - [anon_sym___forceinline] = ACTIONS(2250), - [anon_sym_thread_local] = ACTIONS(2250), - [anon_sym___thread] = ACTIONS(2250), - [anon_sym_const] = ACTIONS(2250), - [anon_sym_constexpr] = ACTIONS(2250), - [anon_sym_volatile] = ACTIONS(2250), - [anon_sym_restrict] = ACTIONS(2250), - [anon_sym___restrict__] = ACTIONS(2250), - [anon_sym__Atomic] = ACTIONS(2250), - [anon_sym__Noreturn] = ACTIONS(2250), - [anon_sym_noreturn] = ACTIONS(2250), - [anon_sym_alignas] = ACTIONS(2250), - [anon_sym__Alignas] = ACTIONS(2250), - [sym_primitive_type] = ACTIONS(2250), - [anon_sym_enum] = ACTIONS(2250), - [anon_sym_struct] = ACTIONS(2250), - [anon_sym_union] = ACTIONS(2250), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2250), - [anon_sym_rayPayloadInEXT] = ACTIONS(2250), - [anon_sym_hitAttributeEXT] = ACTIONS(2250), - [anon_sym_callableDataEXT] = ACTIONS(2250), - [anon_sym_callableDataInEXT] = ACTIONS(2250), - [anon_sym_shaderRecordEXT] = ACTIONS(2250), - [anon_sym_rayPayloadNV] = ACTIONS(2250), - [anon_sym_rayPayloadInNV] = ACTIONS(2250), - [anon_sym_hitAttributeNV] = ACTIONS(2250), - [anon_sym_callableDataNV] = ACTIONS(2250), - [anon_sym_callableDataInNV] = ACTIONS(2250), - [anon_sym_shaderRecordNV] = ACTIONS(2250), - [anon_sym_layout] = ACTIONS(2250), + [572] = { + [sym_identifier] = ACTIONS(2285), + [aux_sym_preproc_def_token1] = ACTIONS(2285), + [aux_sym_preproc_if_token1] = ACTIONS(2285), + [aux_sym_preproc_if_token2] = ACTIONS(2285), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2285), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2285), + [aux_sym_preproc_else_token1] = ACTIONS(2285), + [aux_sym_preproc_elif_token1] = ACTIONS(2285), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2285), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2285), + [sym_preproc_directive] = ACTIONS(2285), + [anon_sym_subroutine] = ACTIONS(2285), + [anon_sym_invariant] = ACTIONS(2285), + [anon_sym_precise] = ACTIONS(2285), + [anon_sym_in] = ACTIONS(2285), + [anon_sym_out] = ACTIONS(2285), + [anon_sym_inout] = ACTIONS(2285), + [anon_sym_uniform] = ACTIONS(2285), + [anon_sym_shared] = ACTIONS(2285), + [anon_sym_attribute] = ACTIONS(2285), + [anon_sym_varying] = ACTIONS(2285), + [anon_sym_buffer] = ACTIONS(2285), + [anon_sym_coherent] = ACTIONS(2285), + [anon_sym_readonly] = ACTIONS(2285), + [anon_sym_writeonly] = ACTIONS(2285), + [anon_sym_precision] = ACTIONS(2285), + [anon_sym_highp] = ACTIONS(2285), + [anon_sym_mediump] = ACTIONS(2285), + [anon_sym_lowp] = ACTIONS(2285), + [anon_sym_centroid] = ACTIONS(2285), + [anon_sym_sample] = ACTIONS(2285), + [anon_sym_patch] = ACTIONS(2285), + [anon_sym_smooth] = ACTIONS(2285), + [anon_sym_flat] = ACTIONS(2285), + [anon_sym_noperspective] = ACTIONS(2285), + [anon_sym___extension__] = ACTIONS(2285), + [anon_sym_extern] = ACTIONS(2285), + [anon_sym___attribute__] = ACTIONS(2285), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2287), + [anon_sym___declspec] = ACTIONS(2285), + [anon_sym_signed] = ACTIONS(2285), + [anon_sym_unsigned] = ACTIONS(2285), + [anon_sym_long] = ACTIONS(2285), + [anon_sym_short] = ACTIONS(2285), + [anon_sym_static] = ACTIONS(2285), + [anon_sym_auto] = ACTIONS(2285), + [anon_sym_register] = ACTIONS(2285), + [anon_sym_inline] = ACTIONS(2285), + [anon_sym___inline] = ACTIONS(2285), + [anon_sym___inline__] = ACTIONS(2285), + [anon_sym___forceinline] = ACTIONS(2285), + [anon_sym_thread_local] = ACTIONS(2285), + [anon_sym___thread] = ACTIONS(2285), + [anon_sym_const] = ACTIONS(2285), + [anon_sym_constexpr] = ACTIONS(2285), + [anon_sym_volatile] = ACTIONS(2285), + [anon_sym_restrict] = ACTIONS(2285), + [anon_sym___restrict__] = ACTIONS(2285), + [anon_sym__Atomic] = ACTIONS(2285), + [anon_sym__Noreturn] = ACTIONS(2285), + [anon_sym_noreturn] = ACTIONS(2285), + [anon_sym__Nonnull] = ACTIONS(2285), + [anon_sym_alignas] = ACTIONS(2285), + [anon_sym__Alignas] = ACTIONS(2285), + [sym_primitive_type] = ACTIONS(2285), + [anon_sym_enum] = ACTIONS(2285), + [anon_sym_struct] = ACTIONS(2285), + [anon_sym_union] = ACTIONS(2285), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2285), + [anon_sym_rayPayloadInEXT] = ACTIONS(2285), + [anon_sym_hitAttributeEXT] = ACTIONS(2285), + [anon_sym_callableDataEXT] = ACTIONS(2285), + [anon_sym_callableDataInEXT] = ACTIONS(2285), + [anon_sym_shaderRecordEXT] = ACTIONS(2285), + [anon_sym_rayPayloadNV] = ACTIONS(2285), + [anon_sym_rayPayloadInNV] = ACTIONS(2285), + [anon_sym_hitAttributeNV] = ACTIONS(2285), + [anon_sym_callableDataNV] = ACTIONS(2285), + [anon_sym_callableDataInNV] = ACTIONS(2285), + [anon_sym_shaderRecordNV] = ACTIONS(2285), + [anon_sym_layout] = ACTIONS(2285), }, - [614] = { - [sym_identifier] = ACTIONS(2222), - [aux_sym_preproc_def_token1] = ACTIONS(2222), - [aux_sym_preproc_if_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2222), - [anon_sym_subroutine] = ACTIONS(2222), - [anon_sym_invariant] = ACTIONS(2222), - [anon_sym_precise] = ACTIONS(2222), - [anon_sym_in] = ACTIONS(2222), - [anon_sym_out] = ACTIONS(2222), - [anon_sym_inout] = ACTIONS(2222), - [anon_sym_uniform] = ACTIONS(2222), - [anon_sym_shared] = ACTIONS(2222), - [anon_sym_attribute] = ACTIONS(2222), - [anon_sym_varying] = ACTIONS(2222), - [anon_sym_buffer] = ACTIONS(2222), - [anon_sym_coherent] = ACTIONS(2222), - [anon_sym_readonly] = ACTIONS(2222), - [anon_sym_writeonly] = ACTIONS(2222), - [anon_sym_precision] = ACTIONS(2222), - [anon_sym_highp] = ACTIONS(2222), - [anon_sym_mediump] = ACTIONS(2222), - [anon_sym_lowp] = ACTIONS(2222), - [anon_sym_centroid] = ACTIONS(2222), - [anon_sym_sample] = ACTIONS(2222), - [anon_sym_patch] = ACTIONS(2222), - [anon_sym_smooth] = ACTIONS(2222), - [anon_sym_flat] = ACTIONS(2222), - [anon_sym_noperspective] = ACTIONS(2222), - [anon_sym___extension__] = ACTIONS(2222), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym___attribute__] = ACTIONS(2222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2224), - [anon_sym___declspec] = ACTIONS(2222), - [anon_sym_RBRACE] = ACTIONS(2224), - [anon_sym_signed] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_inline] = ACTIONS(2222), - [anon_sym___inline] = ACTIONS(2222), - [anon_sym___inline__] = ACTIONS(2222), - [anon_sym___forceinline] = ACTIONS(2222), - [anon_sym_thread_local] = ACTIONS(2222), - [anon_sym___thread] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_constexpr] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym___restrict__] = ACTIONS(2222), - [anon_sym__Atomic] = ACTIONS(2222), - [anon_sym__Noreturn] = ACTIONS(2222), - [anon_sym_noreturn] = ACTIONS(2222), - [anon_sym_alignas] = ACTIONS(2222), - [anon_sym__Alignas] = ACTIONS(2222), - [sym_primitive_type] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2222), - [anon_sym_rayPayloadInEXT] = ACTIONS(2222), - [anon_sym_hitAttributeEXT] = ACTIONS(2222), - [anon_sym_callableDataEXT] = ACTIONS(2222), - [anon_sym_callableDataInEXT] = ACTIONS(2222), - [anon_sym_shaderRecordEXT] = ACTIONS(2222), - [anon_sym_rayPayloadNV] = ACTIONS(2222), - [anon_sym_rayPayloadInNV] = ACTIONS(2222), - [anon_sym_hitAttributeNV] = ACTIONS(2222), - [anon_sym_callableDataNV] = ACTIONS(2222), - [anon_sym_callableDataInNV] = ACTIONS(2222), - [anon_sym_shaderRecordNV] = ACTIONS(2222), - [anon_sym_layout] = ACTIONS(2222), + [573] = { + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token2] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [aux_sym_preproc_else_token1] = ACTIONS(1431), + [aux_sym_preproc_elif_token1] = ACTIONS(1431), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), }, - [615] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token2] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [anon_sym_alignas] = ACTIONS(2246), - [anon_sym__Alignas] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), + [574] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [aux_sym_preproc_else_token1] = ACTIONS(1529), + [aux_sym_preproc_elif_token1] = ACTIONS(1529), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [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), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), }, - [616] = { - [sym_identifier] = ACTIONS(1485), - [aux_sym_preproc_def_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token1] = ACTIONS(1485), - [aux_sym_preproc_if_token2] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1485), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1485), - [sym_preproc_directive] = ACTIONS(1485), - [anon_sym_subroutine] = ACTIONS(1485), - [anon_sym_invariant] = ACTIONS(1485), - [anon_sym_precise] = ACTIONS(1485), - [anon_sym_in] = ACTIONS(1485), - [anon_sym_out] = ACTIONS(1485), - [anon_sym_inout] = ACTIONS(1485), - [anon_sym_uniform] = ACTIONS(1485), - [anon_sym_shared] = ACTIONS(1485), - [anon_sym_attribute] = ACTIONS(1485), - [anon_sym_varying] = ACTIONS(1485), - [anon_sym_buffer] = ACTIONS(1485), - [anon_sym_coherent] = ACTIONS(1485), - [anon_sym_readonly] = ACTIONS(1485), - [anon_sym_writeonly] = ACTIONS(1485), - [anon_sym_precision] = ACTIONS(1485), - [anon_sym_highp] = ACTIONS(1485), - [anon_sym_mediump] = ACTIONS(1485), - [anon_sym_lowp] = ACTIONS(1485), - [anon_sym_centroid] = ACTIONS(1485), - [anon_sym_sample] = ACTIONS(1485), - [anon_sym_patch] = ACTIONS(1485), - [anon_sym_smooth] = ACTIONS(1485), - [anon_sym_flat] = ACTIONS(1485), - [anon_sym_noperspective] = ACTIONS(1485), - [anon_sym___extension__] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym___attribute__] = ACTIONS(1485), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1487), - [anon_sym___declspec] = ACTIONS(1485), - [anon_sym_signed] = ACTIONS(1485), - [anon_sym_unsigned] = ACTIONS(1485), - [anon_sym_long] = ACTIONS(1485), - [anon_sym_short] = ACTIONS(1485), - [anon_sym_static] = ACTIONS(1485), - [anon_sym_auto] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_inline] = ACTIONS(1485), - [anon_sym___inline] = ACTIONS(1485), - [anon_sym___inline__] = ACTIONS(1485), - [anon_sym___forceinline] = ACTIONS(1485), - [anon_sym_thread_local] = ACTIONS(1485), - [anon_sym___thread] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [anon_sym_constexpr] = ACTIONS(1485), - [anon_sym_volatile] = ACTIONS(1485), - [anon_sym_restrict] = ACTIONS(1485), - [anon_sym___restrict__] = ACTIONS(1485), - [anon_sym__Atomic] = ACTIONS(1485), - [anon_sym__Noreturn] = ACTIONS(1485), - [anon_sym_noreturn] = ACTIONS(1485), - [anon_sym_alignas] = ACTIONS(1485), - [anon_sym__Alignas] = ACTIONS(1485), - [sym_primitive_type] = ACTIONS(1485), - [anon_sym_enum] = ACTIONS(1485), - [anon_sym_struct] = ACTIONS(1485), - [anon_sym_union] = ACTIONS(1485), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1485), - [anon_sym_rayPayloadInEXT] = ACTIONS(1485), - [anon_sym_hitAttributeEXT] = ACTIONS(1485), - [anon_sym_callableDataEXT] = ACTIONS(1485), - [anon_sym_callableDataInEXT] = ACTIONS(1485), - [anon_sym_shaderRecordEXT] = ACTIONS(1485), - [anon_sym_rayPayloadNV] = ACTIONS(1485), - [anon_sym_rayPayloadInNV] = ACTIONS(1485), - [anon_sym_hitAttributeNV] = ACTIONS(1485), - [anon_sym_callableDataNV] = ACTIONS(1485), - [anon_sym_callableDataInNV] = ACTIONS(1485), - [anon_sym_shaderRecordNV] = ACTIONS(1485), - [anon_sym_layout] = ACTIONS(1485), + [575] = { + [sym_identifier] = ACTIONS(2289), + [aux_sym_preproc_def_token1] = ACTIONS(2289), + [aux_sym_preproc_if_token1] = ACTIONS(2289), + [aux_sym_preproc_if_token2] = ACTIONS(2289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2289), + [aux_sym_preproc_else_token1] = ACTIONS(2289), + [aux_sym_preproc_elif_token1] = ACTIONS(2289), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2289), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2289), + [sym_preproc_directive] = ACTIONS(2289), + [anon_sym_subroutine] = ACTIONS(2289), + [anon_sym_invariant] = ACTIONS(2289), + [anon_sym_precise] = ACTIONS(2289), + [anon_sym_in] = ACTIONS(2289), + [anon_sym_out] = ACTIONS(2289), + [anon_sym_inout] = ACTIONS(2289), + [anon_sym_uniform] = ACTIONS(2289), + [anon_sym_shared] = ACTIONS(2289), + [anon_sym_attribute] = ACTIONS(2289), + [anon_sym_varying] = ACTIONS(2289), + [anon_sym_buffer] = ACTIONS(2289), + [anon_sym_coherent] = ACTIONS(2289), + [anon_sym_readonly] = ACTIONS(2289), + [anon_sym_writeonly] = ACTIONS(2289), + [anon_sym_precision] = ACTIONS(2289), + [anon_sym_highp] = ACTIONS(2289), + [anon_sym_mediump] = ACTIONS(2289), + [anon_sym_lowp] = ACTIONS(2289), + [anon_sym_centroid] = ACTIONS(2289), + [anon_sym_sample] = ACTIONS(2289), + [anon_sym_patch] = ACTIONS(2289), + [anon_sym_smooth] = ACTIONS(2289), + [anon_sym_flat] = ACTIONS(2289), + [anon_sym_noperspective] = ACTIONS(2289), + [anon_sym___extension__] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2289), + [anon_sym___attribute__] = ACTIONS(2289), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2291), + [anon_sym___declspec] = ACTIONS(2289), + [anon_sym_signed] = ACTIONS(2289), + [anon_sym_unsigned] = ACTIONS(2289), + [anon_sym_long] = ACTIONS(2289), + [anon_sym_short] = ACTIONS(2289), + [anon_sym_static] = ACTIONS(2289), + [anon_sym_auto] = ACTIONS(2289), + [anon_sym_register] = ACTIONS(2289), + [anon_sym_inline] = ACTIONS(2289), + [anon_sym___inline] = ACTIONS(2289), + [anon_sym___inline__] = ACTIONS(2289), + [anon_sym___forceinline] = ACTIONS(2289), + [anon_sym_thread_local] = ACTIONS(2289), + [anon_sym___thread] = ACTIONS(2289), + [anon_sym_const] = ACTIONS(2289), + [anon_sym_constexpr] = ACTIONS(2289), + [anon_sym_volatile] = ACTIONS(2289), + [anon_sym_restrict] = ACTIONS(2289), + [anon_sym___restrict__] = ACTIONS(2289), + [anon_sym__Atomic] = ACTIONS(2289), + [anon_sym__Noreturn] = ACTIONS(2289), + [anon_sym_noreturn] = ACTIONS(2289), + [anon_sym__Nonnull] = ACTIONS(2289), + [anon_sym_alignas] = ACTIONS(2289), + [anon_sym__Alignas] = ACTIONS(2289), + [sym_primitive_type] = ACTIONS(2289), + [anon_sym_enum] = ACTIONS(2289), + [anon_sym_struct] = ACTIONS(2289), + [anon_sym_union] = ACTIONS(2289), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2289), + [anon_sym_rayPayloadInEXT] = ACTIONS(2289), + [anon_sym_hitAttributeEXT] = ACTIONS(2289), + [anon_sym_callableDataEXT] = ACTIONS(2289), + [anon_sym_callableDataInEXT] = ACTIONS(2289), + [anon_sym_shaderRecordEXT] = ACTIONS(2289), + [anon_sym_rayPayloadNV] = ACTIONS(2289), + [anon_sym_rayPayloadInNV] = ACTIONS(2289), + [anon_sym_hitAttributeNV] = ACTIONS(2289), + [anon_sym_callableDataNV] = ACTIONS(2289), + [anon_sym_callableDataInNV] = ACTIONS(2289), + [anon_sym_shaderRecordNV] = ACTIONS(2289), + [anon_sym_layout] = ACTIONS(2289), }, - [617] = { - [sym_identifier] = ACTIONS(2246), - [aux_sym_preproc_def_token1] = ACTIONS(2246), - [aux_sym_preproc_if_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2246), - [sym_preproc_directive] = ACTIONS(2246), - [anon_sym_subroutine] = ACTIONS(2246), - [anon_sym_invariant] = ACTIONS(2246), - [anon_sym_precise] = ACTIONS(2246), - [anon_sym_in] = ACTIONS(2246), - [anon_sym_out] = ACTIONS(2246), - [anon_sym_inout] = ACTIONS(2246), - [anon_sym_uniform] = ACTIONS(2246), - [anon_sym_shared] = ACTIONS(2246), - [anon_sym_attribute] = ACTIONS(2246), - [anon_sym_varying] = ACTIONS(2246), - [anon_sym_buffer] = ACTIONS(2246), - [anon_sym_coherent] = ACTIONS(2246), - [anon_sym_readonly] = ACTIONS(2246), - [anon_sym_writeonly] = ACTIONS(2246), - [anon_sym_precision] = ACTIONS(2246), - [anon_sym_highp] = ACTIONS(2246), - [anon_sym_mediump] = ACTIONS(2246), - [anon_sym_lowp] = ACTIONS(2246), - [anon_sym_centroid] = ACTIONS(2246), - [anon_sym_sample] = ACTIONS(2246), - [anon_sym_patch] = ACTIONS(2246), - [anon_sym_smooth] = ACTIONS(2246), - [anon_sym_flat] = ACTIONS(2246), - [anon_sym_noperspective] = ACTIONS(2246), - [anon_sym___extension__] = ACTIONS(2246), - [anon_sym_extern] = ACTIONS(2246), - [anon_sym___attribute__] = ACTIONS(2246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2248), - [anon_sym___declspec] = ACTIONS(2246), - [anon_sym_RBRACE] = ACTIONS(2248), - [anon_sym_signed] = ACTIONS(2246), - [anon_sym_unsigned] = ACTIONS(2246), - [anon_sym_long] = ACTIONS(2246), - [anon_sym_short] = ACTIONS(2246), - [anon_sym_static] = ACTIONS(2246), - [anon_sym_auto] = ACTIONS(2246), - [anon_sym_register] = ACTIONS(2246), - [anon_sym_inline] = ACTIONS(2246), - [anon_sym___inline] = ACTIONS(2246), - [anon_sym___inline__] = ACTIONS(2246), - [anon_sym___forceinline] = ACTIONS(2246), - [anon_sym_thread_local] = ACTIONS(2246), - [anon_sym___thread] = ACTIONS(2246), - [anon_sym_const] = ACTIONS(2246), - [anon_sym_constexpr] = ACTIONS(2246), - [anon_sym_volatile] = ACTIONS(2246), - [anon_sym_restrict] = ACTIONS(2246), - [anon_sym___restrict__] = ACTIONS(2246), - [anon_sym__Atomic] = ACTIONS(2246), - [anon_sym__Noreturn] = ACTIONS(2246), - [anon_sym_noreturn] = ACTIONS(2246), - [anon_sym_alignas] = ACTIONS(2246), - [anon_sym__Alignas] = ACTIONS(2246), - [sym_primitive_type] = ACTIONS(2246), - [anon_sym_enum] = ACTIONS(2246), - [anon_sym_struct] = ACTIONS(2246), - [anon_sym_union] = ACTIONS(2246), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2246), - [anon_sym_rayPayloadInEXT] = ACTIONS(2246), - [anon_sym_hitAttributeEXT] = ACTIONS(2246), - [anon_sym_callableDataEXT] = ACTIONS(2246), - [anon_sym_callableDataInEXT] = ACTIONS(2246), - [anon_sym_shaderRecordEXT] = ACTIONS(2246), - [anon_sym_rayPayloadNV] = ACTIONS(2246), - [anon_sym_rayPayloadInNV] = ACTIONS(2246), - [anon_sym_hitAttributeNV] = ACTIONS(2246), - [anon_sym_callableDataNV] = ACTIONS(2246), - [anon_sym_callableDataInNV] = ACTIONS(2246), - [anon_sym_shaderRecordNV] = ACTIONS(2246), - [anon_sym_layout] = ACTIONS(2246), + [576] = { + [sym_identifier] = ACTIONS(2293), + [aux_sym_preproc_def_token1] = ACTIONS(2293), + [aux_sym_preproc_if_token1] = ACTIONS(2293), + [aux_sym_preproc_if_token2] = ACTIONS(2293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2293), + [aux_sym_preproc_else_token1] = ACTIONS(2293), + [aux_sym_preproc_elif_token1] = ACTIONS(2293), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2293), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2293), + [sym_preproc_directive] = ACTIONS(2293), + [anon_sym_subroutine] = ACTIONS(2293), + [anon_sym_invariant] = ACTIONS(2293), + [anon_sym_precise] = ACTIONS(2293), + [anon_sym_in] = ACTIONS(2293), + [anon_sym_out] = ACTIONS(2293), + [anon_sym_inout] = ACTIONS(2293), + [anon_sym_uniform] = ACTIONS(2293), + [anon_sym_shared] = ACTIONS(2293), + [anon_sym_attribute] = ACTIONS(2293), + [anon_sym_varying] = ACTIONS(2293), + [anon_sym_buffer] = ACTIONS(2293), + [anon_sym_coherent] = ACTIONS(2293), + [anon_sym_readonly] = ACTIONS(2293), + [anon_sym_writeonly] = ACTIONS(2293), + [anon_sym_precision] = ACTIONS(2293), + [anon_sym_highp] = ACTIONS(2293), + [anon_sym_mediump] = ACTIONS(2293), + [anon_sym_lowp] = ACTIONS(2293), + [anon_sym_centroid] = ACTIONS(2293), + [anon_sym_sample] = ACTIONS(2293), + [anon_sym_patch] = ACTIONS(2293), + [anon_sym_smooth] = ACTIONS(2293), + [anon_sym_flat] = ACTIONS(2293), + [anon_sym_noperspective] = ACTIONS(2293), + [anon_sym___extension__] = ACTIONS(2293), + [anon_sym_extern] = ACTIONS(2293), + [anon_sym___attribute__] = ACTIONS(2293), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2295), + [anon_sym___declspec] = ACTIONS(2293), + [anon_sym_signed] = ACTIONS(2293), + [anon_sym_unsigned] = ACTIONS(2293), + [anon_sym_long] = ACTIONS(2293), + [anon_sym_short] = ACTIONS(2293), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_auto] = ACTIONS(2293), + [anon_sym_register] = ACTIONS(2293), + [anon_sym_inline] = ACTIONS(2293), + [anon_sym___inline] = ACTIONS(2293), + [anon_sym___inline__] = ACTIONS(2293), + [anon_sym___forceinline] = ACTIONS(2293), + [anon_sym_thread_local] = ACTIONS(2293), + [anon_sym___thread] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_constexpr] = ACTIONS(2293), + [anon_sym_volatile] = ACTIONS(2293), + [anon_sym_restrict] = ACTIONS(2293), + [anon_sym___restrict__] = ACTIONS(2293), + [anon_sym__Atomic] = ACTIONS(2293), + [anon_sym__Noreturn] = ACTIONS(2293), + [anon_sym_noreturn] = ACTIONS(2293), + [anon_sym__Nonnull] = ACTIONS(2293), + [anon_sym_alignas] = ACTIONS(2293), + [anon_sym__Alignas] = ACTIONS(2293), + [sym_primitive_type] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), + [anon_sym_struct] = ACTIONS(2293), + [anon_sym_union] = ACTIONS(2293), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2293), + [anon_sym_rayPayloadInEXT] = ACTIONS(2293), + [anon_sym_hitAttributeEXT] = ACTIONS(2293), + [anon_sym_callableDataEXT] = ACTIONS(2293), + [anon_sym_callableDataInEXT] = ACTIONS(2293), + [anon_sym_shaderRecordEXT] = ACTIONS(2293), + [anon_sym_rayPayloadNV] = ACTIONS(2293), + [anon_sym_rayPayloadInNV] = ACTIONS(2293), + [anon_sym_hitAttributeNV] = ACTIONS(2293), + [anon_sym_callableDataNV] = ACTIONS(2293), + [anon_sym_callableDataInNV] = ACTIONS(2293), + [anon_sym_shaderRecordNV] = ACTIONS(2293), + [anon_sym_layout] = ACTIONS(2293), }, - [618] = { - [sym_identifier] = ACTIONS(2254), - [aux_sym_preproc_def_token1] = ACTIONS(2254), - [aux_sym_preproc_if_token1] = ACTIONS(2254), - [aux_sym_preproc_if_token2] = ACTIONS(2254), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2254), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2254), - [sym_preproc_directive] = ACTIONS(2254), - [anon_sym_subroutine] = ACTIONS(2254), - [anon_sym_invariant] = ACTIONS(2254), - [anon_sym_precise] = ACTIONS(2254), - [anon_sym_in] = ACTIONS(2254), - [anon_sym_out] = ACTIONS(2254), - [anon_sym_inout] = ACTIONS(2254), - [anon_sym_uniform] = ACTIONS(2254), - [anon_sym_shared] = ACTIONS(2254), - [anon_sym_attribute] = ACTIONS(2254), - [anon_sym_varying] = ACTIONS(2254), - [anon_sym_buffer] = ACTIONS(2254), - [anon_sym_coherent] = ACTIONS(2254), - [anon_sym_readonly] = ACTIONS(2254), - [anon_sym_writeonly] = ACTIONS(2254), - [anon_sym_precision] = ACTIONS(2254), - [anon_sym_highp] = ACTIONS(2254), - [anon_sym_mediump] = ACTIONS(2254), - [anon_sym_lowp] = ACTIONS(2254), - [anon_sym_centroid] = ACTIONS(2254), - [anon_sym_sample] = ACTIONS(2254), - [anon_sym_patch] = ACTIONS(2254), - [anon_sym_smooth] = ACTIONS(2254), - [anon_sym_flat] = ACTIONS(2254), - [anon_sym_noperspective] = ACTIONS(2254), - [anon_sym___extension__] = ACTIONS(2254), - [anon_sym_extern] = ACTIONS(2254), - [anon_sym___attribute__] = ACTIONS(2254), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2256), - [anon_sym___declspec] = ACTIONS(2254), - [anon_sym_signed] = ACTIONS(2254), - [anon_sym_unsigned] = ACTIONS(2254), - [anon_sym_long] = ACTIONS(2254), - [anon_sym_short] = ACTIONS(2254), - [anon_sym_static] = ACTIONS(2254), - [anon_sym_auto] = ACTIONS(2254), - [anon_sym_register] = ACTIONS(2254), - [anon_sym_inline] = ACTIONS(2254), - [anon_sym___inline] = ACTIONS(2254), - [anon_sym___inline__] = ACTIONS(2254), - [anon_sym___forceinline] = ACTIONS(2254), - [anon_sym_thread_local] = ACTIONS(2254), - [anon_sym___thread] = ACTIONS(2254), - [anon_sym_const] = ACTIONS(2254), - [anon_sym_constexpr] = ACTIONS(2254), - [anon_sym_volatile] = ACTIONS(2254), - [anon_sym_restrict] = ACTIONS(2254), - [anon_sym___restrict__] = ACTIONS(2254), - [anon_sym__Atomic] = ACTIONS(2254), - [anon_sym__Noreturn] = ACTIONS(2254), - [anon_sym_noreturn] = ACTIONS(2254), - [anon_sym_alignas] = ACTIONS(2254), - [anon_sym__Alignas] = ACTIONS(2254), - [sym_primitive_type] = ACTIONS(2254), - [anon_sym_enum] = ACTIONS(2254), - [anon_sym_struct] = ACTIONS(2254), - [anon_sym_union] = ACTIONS(2254), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2254), - [anon_sym_rayPayloadInEXT] = ACTIONS(2254), - [anon_sym_hitAttributeEXT] = ACTIONS(2254), - [anon_sym_callableDataEXT] = ACTIONS(2254), - [anon_sym_callableDataInEXT] = ACTIONS(2254), - [anon_sym_shaderRecordEXT] = ACTIONS(2254), - [anon_sym_rayPayloadNV] = ACTIONS(2254), - [anon_sym_rayPayloadInNV] = ACTIONS(2254), - [anon_sym_hitAttributeNV] = ACTIONS(2254), - [anon_sym_callableDataNV] = ACTIONS(2254), - [anon_sym_callableDataInNV] = ACTIONS(2254), - [anon_sym_shaderRecordNV] = ACTIONS(2254), - [anon_sym_layout] = ACTIONS(2254), + [577] = { + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token2] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [aux_sym_preproc_else_token1] = ACTIONS(1517), + [aux_sym_preproc_elif_token1] = ACTIONS(1517), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), }, - [619] = { - [sym_identifier] = ACTIONS(1489), - [aux_sym_preproc_def_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token1] = ACTIONS(1489), - [aux_sym_preproc_if_token2] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1489), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1489), - [sym_preproc_directive] = ACTIONS(1489), - [anon_sym_subroutine] = ACTIONS(1489), - [anon_sym_invariant] = ACTIONS(1489), - [anon_sym_precise] = ACTIONS(1489), - [anon_sym_in] = ACTIONS(1489), - [anon_sym_out] = ACTIONS(1489), - [anon_sym_inout] = ACTIONS(1489), - [anon_sym_uniform] = ACTIONS(1489), - [anon_sym_shared] = ACTIONS(1489), - [anon_sym_attribute] = ACTIONS(1489), - [anon_sym_varying] = ACTIONS(1489), - [anon_sym_buffer] = ACTIONS(1489), - [anon_sym_coherent] = ACTIONS(1489), - [anon_sym_readonly] = ACTIONS(1489), - [anon_sym_writeonly] = ACTIONS(1489), - [anon_sym_precision] = ACTIONS(1489), - [anon_sym_highp] = ACTIONS(1489), - [anon_sym_mediump] = ACTIONS(1489), - [anon_sym_lowp] = ACTIONS(1489), - [anon_sym_centroid] = ACTIONS(1489), - [anon_sym_sample] = ACTIONS(1489), - [anon_sym_patch] = ACTIONS(1489), - [anon_sym_smooth] = ACTIONS(1489), - [anon_sym_flat] = ACTIONS(1489), - [anon_sym_noperspective] = ACTIONS(1489), - [anon_sym___extension__] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym___attribute__] = ACTIONS(1489), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1491), - [anon_sym___declspec] = ACTIONS(1489), - [anon_sym_signed] = ACTIONS(1489), - [anon_sym_unsigned] = ACTIONS(1489), - [anon_sym_long] = ACTIONS(1489), - [anon_sym_short] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_auto] = ACTIONS(1489), - [anon_sym_register] = ACTIONS(1489), - [anon_sym_inline] = ACTIONS(1489), - [anon_sym___inline] = ACTIONS(1489), - [anon_sym___inline__] = ACTIONS(1489), - [anon_sym___forceinline] = ACTIONS(1489), - [anon_sym_thread_local] = ACTIONS(1489), - [anon_sym___thread] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_constexpr] = ACTIONS(1489), - [anon_sym_volatile] = ACTIONS(1489), - [anon_sym_restrict] = ACTIONS(1489), - [anon_sym___restrict__] = ACTIONS(1489), - [anon_sym__Atomic] = ACTIONS(1489), - [anon_sym__Noreturn] = ACTIONS(1489), - [anon_sym_noreturn] = ACTIONS(1489), - [anon_sym_alignas] = ACTIONS(1489), - [anon_sym__Alignas] = ACTIONS(1489), - [sym_primitive_type] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1489), - [anon_sym_rayPayloadInEXT] = ACTIONS(1489), - [anon_sym_hitAttributeEXT] = ACTIONS(1489), - [anon_sym_callableDataEXT] = ACTIONS(1489), - [anon_sym_callableDataInEXT] = ACTIONS(1489), - [anon_sym_shaderRecordEXT] = ACTIONS(1489), - [anon_sym_rayPayloadNV] = ACTIONS(1489), - [anon_sym_rayPayloadInNV] = ACTIONS(1489), - [anon_sym_hitAttributeNV] = ACTIONS(1489), - [anon_sym_callableDataNV] = ACTIONS(1489), - [anon_sym_callableDataInNV] = ACTIONS(1489), - [anon_sym_shaderRecordNV] = ACTIONS(1489), - [anon_sym_layout] = ACTIONS(1489), + [578] = { + [sym_identifier] = ACTIONS(2297), + [aux_sym_preproc_def_token1] = ACTIONS(2297), + [aux_sym_preproc_if_token1] = ACTIONS(2297), + [aux_sym_preproc_if_token2] = ACTIONS(2297), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2297), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2297), + [aux_sym_preproc_else_token1] = ACTIONS(2297), + [aux_sym_preproc_elif_token1] = ACTIONS(2297), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2297), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2297), + [anon_sym_subroutine] = ACTIONS(2297), + [anon_sym_invariant] = ACTIONS(2297), + [anon_sym_precise] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2297), + [anon_sym_out] = ACTIONS(2297), + [anon_sym_inout] = ACTIONS(2297), + [anon_sym_uniform] = ACTIONS(2297), + [anon_sym_shared] = ACTIONS(2297), + [anon_sym_attribute] = ACTIONS(2297), + [anon_sym_varying] = ACTIONS(2297), + [anon_sym_buffer] = ACTIONS(2297), + [anon_sym_coherent] = ACTIONS(2297), + [anon_sym_readonly] = ACTIONS(2297), + [anon_sym_writeonly] = ACTIONS(2297), + [anon_sym_precision] = ACTIONS(2297), + [anon_sym_highp] = ACTIONS(2297), + [anon_sym_mediump] = ACTIONS(2297), + [anon_sym_lowp] = ACTIONS(2297), + [anon_sym_centroid] = ACTIONS(2297), + [anon_sym_sample] = ACTIONS(2297), + [anon_sym_patch] = ACTIONS(2297), + [anon_sym_smooth] = ACTIONS(2297), + [anon_sym_flat] = ACTIONS(2297), + [anon_sym_noperspective] = ACTIONS(2297), + [anon_sym___extension__] = ACTIONS(2297), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym___attribute__] = ACTIONS(2297), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2299), + [anon_sym___declspec] = ACTIONS(2297), + [anon_sym_signed] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_inline] = ACTIONS(2297), + [anon_sym___inline] = ACTIONS(2297), + [anon_sym___inline__] = ACTIONS(2297), + [anon_sym___forceinline] = ACTIONS(2297), + [anon_sym_thread_local] = ACTIONS(2297), + [anon_sym___thread] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_constexpr] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym___restrict__] = ACTIONS(2297), + [anon_sym__Atomic] = ACTIONS(2297), + [anon_sym__Noreturn] = ACTIONS(2297), + [anon_sym_noreturn] = ACTIONS(2297), + [anon_sym__Nonnull] = ACTIONS(2297), + [anon_sym_alignas] = ACTIONS(2297), + [anon_sym__Alignas] = ACTIONS(2297), + [sym_primitive_type] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2297), + [anon_sym_rayPayloadInEXT] = ACTIONS(2297), + [anon_sym_hitAttributeEXT] = ACTIONS(2297), + [anon_sym_callableDataEXT] = ACTIONS(2297), + [anon_sym_callableDataInEXT] = ACTIONS(2297), + [anon_sym_shaderRecordEXT] = ACTIONS(2297), + [anon_sym_rayPayloadNV] = ACTIONS(2297), + [anon_sym_rayPayloadInNV] = ACTIONS(2297), + [anon_sym_hitAttributeNV] = ACTIONS(2297), + [anon_sym_callableDataNV] = ACTIONS(2297), + [anon_sym_callableDataInNV] = ACTIONS(2297), + [anon_sym_shaderRecordNV] = ACTIONS(2297), + [anon_sym_layout] = ACTIONS(2297), }, - [620] = { - [sym_identifier] = ACTIONS(2202), - [aux_sym_preproc_def_token1] = ACTIONS(2202), - [aux_sym_preproc_if_token1] = ACTIONS(2202), - [aux_sym_preproc_if_token2] = ACTIONS(2202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2202), - [sym_preproc_directive] = ACTIONS(2202), - [anon_sym_subroutine] = ACTIONS(2202), - [anon_sym_invariant] = ACTIONS(2202), - [anon_sym_precise] = ACTIONS(2202), - [anon_sym_in] = ACTIONS(2202), - [anon_sym_out] = ACTIONS(2202), - [anon_sym_inout] = ACTIONS(2202), - [anon_sym_uniform] = ACTIONS(2202), - [anon_sym_shared] = ACTIONS(2202), - [anon_sym_attribute] = ACTIONS(2202), - [anon_sym_varying] = ACTIONS(2202), - [anon_sym_buffer] = ACTIONS(2202), - [anon_sym_coherent] = ACTIONS(2202), - [anon_sym_readonly] = ACTIONS(2202), - [anon_sym_writeonly] = ACTIONS(2202), - [anon_sym_precision] = ACTIONS(2202), - [anon_sym_highp] = ACTIONS(2202), - [anon_sym_mediump] = ACTIONS(2202), - [anon_sym_lowp] = ACTIONS(2202), - [anon_sym_centroid] = ACTIONS(2202), - [anon_sym_sample] = ACTIONS(2202), - [anon_sym_patch] = ACTIONS(2202), - [anon_sym_smooth] = ACTIONS(2202), - [anon_sym_flat] = ACTIONS(2202), - [anon_sym_noperspective] = ACTIONS(2202), - [anon_sym___extension__] = ACTIONS(2202), - [anon_sym_extern] = ACTIONS(2202), - [anon_sym___attribute__] = ACTIONS(2202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2204), - [anon_sym___declspec] = ACTIONS(2202), - [anon_sym_signed] = ACTIONS(2202), - [anon_sym_unsigned] = ACTIONS(2202), - [anon_sym_long] = ACTIONS(2202), - [anon_sym_short] = ACTIONS(2202), - [anon_sym_static] = ACTIONS(2202), - [anon_sym_auto] = ACTIONS(2202), - [anon_sym_register] = ACTIONS(2202), - [anon_sym_inline] = ACTIONS(2202), - [anon_sym___inline] = ACTIONS(2202), - [anon_sym___inline__] = ACTIONS(2202), - [anon_sym___forceinline] = ACTIONS(2202), - [anon_sym_thread_local] = ACTIONS(2202), - [anon_sym___thread] = ACTIONS(2202), - [anon_sym_const] = ACTIONS(2202), - [anon_sym_constexpr] = ACTIONS(2202), - [anon_sym_volatile] = ACTIONS(2202), - [anon_sym_restrict] = ACTIONS(2202), - [anon_sym___restrict__] = ACTIONS(2202), - [anon_sym__Atomic] = ACTIONS(2202), - [anon_sym__Noreturn] = ACTIONS(2202), - [anon_sym_noreturn] = ACTIONS(2202), - [anon_sym_alignas] = ACTIONS(2202), - [anon_sym__Alignas] = ACTIONS(2202), - [sym_primitive_type] = ACTIONS(2202), - [anon_sym_enum] = ACTIONS(2202), - [anon_sym_struct] = ACTIONS(2202), - [anon_sym_union] = ACTIONS(2202), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2202), - [anon_sym_rayPayloadInEXT] = ACTIONS(2202), - [anon_sym_hitAttributeEXT] = ACTIONS(2202), - [anon_sym_callableDataEXT] = ACTIONS(2202), - [anon_sym_callableDataInEXT] = ACTIONS(2202), - [anon_sym_shaderRecordEXT] = ACTIONS(2202), - [anon_sym_rayPayloadNV] = ACTIONS(2202), - [anon_sym_rayPayloadInNV] = ACTIONS(2202), - [anon_sym_hitAttributeNV] = ACTIONS(2202), - [anon_sym_callableDataNV] = ACTIONS(2202), - [anon_sym_callableDataInNV] = ACTIONS(2202), - [anon_sym_shaderRecordNV] = ACTIONS(2202), - [anon_sym_layout] = ACTIONS(2202), + [579] = { + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token2] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [aux_sym_preproc_else_token1] = ACTIONS(1487), + [aux_sym_preproc_elif_token1] = ACTIONS(1487), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), }, - [621] = { - [sym_identifier] = ACTIONS(2202), - [aux_sym_preproc_def_token1] = ACTIONS(2202), - [aux_sym_preproc_if_token1] = ACTIONS(2202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2202), - [sym_preproc_directive] = ACTIONS(2202), - [anon_sym_subroutine] = ACTIONS(2202), - [anon_sym_invariant] = ACTIONS(2202), - [anon_sym_precise] = ACTIONS(2202), - [anon_sym_in] = ACTIONS(2202), - [anon_sym_out] = ACTIONS(2202), - [anon_sym_inout] = ACTIONS(2202), - [anon_sym_uniform] = ACTIONS(2202), - [anon_sym_shared] = ACTIONS(2202), - [anon_sym_attribute] = ACTIONS(2202), - [anon_sym_varying] = ACTIONS(2202), - [anon_sym_buffer] = ACTIONS(2202), - [anon_sym_coherent] = ACTIONS(2202), - [anon_sym_readonly] = ACTIONS(2202), - [anon_sym_writeonly] = ACTIONS(2202), - [anon_sym_precision] = ACTIONS(2202), - [anon_sym_highp] = ACTIONS(2202), - [anon_sym_mediump] = ACTIONS(2202), - [anon_sym_lowp] = ACTIONS(2202), - [anon_sym_centroid] = ACTIONS(2202), - [anon_sym_sample] = ACTIONS(2202), - [anon_sym_patch] = ACTIONS(2202), - [anon_sym_smooth] = ACTIONS(2202), - [anon_sym_flat] = ACTIONS(2202), - [anon_sym_noperspective] = ACTIONS(2202), - [anon_sym___extension__] = ACTIONS(2202), - [anon_sym_extern] = ACTIONS(2202), - [anon_sym___attribute__] = ACTIONS(2202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2204), - [anon_sym___declspec] = ACTIONS(2202), - [anon_sym_RBRACE] = ACTIONS(2204), - [anon_sym_signed] = ACTIONS(2202), - [anon_sym_unsigned] = ACTIONS(2202), - [anon_sym_long] = ACTIONS(2202), - [anon_sym_short] = ACTIONS(2202), - [anon_sym_static] = ACTIONS(2202), - [anon_sym_auto] = ACTIONS(2202), - [anon_sym_register] = ACTIONS(2202), - [anon_sym_inline] = ACTIONS(2202), - [anon_sym___inline] = ACTIONS(2202), - [anon_sym___inline__] = ACTIONS(2202), - [anon_sym___forceinline] = ACTIONS(2202), - [anon_sym_thread_local] = ACTIONS(2202), - [anon_sym___thread] = ACTIONS(2202), - [anon_sym_const] = ACTIONS(2202), - [anon_sym_constexpr] = ACTIONS(2202), - [anon_sym_volatile] = ACTIONS(2202), - [anon_sym_restrict] = ACTIONS(2202), - [anon_sym___restrict__] = ACTIONS(2202), - [anon_sym__Atomic] = ACTIONS(2202), - [anon_sym__Noreturn] = ACTIONS(2202), - [anon_sym_noreturn] = ACTIONS(2202), - [anon_sym_alignas] = ACTIONS(2202), - [anon_sym__Alignas] = ACTIONS(2202), - [sym_primitive_type] = ACTIONS(2202), - [anon_sym_enum] = ACTIONS(2202), - [anon_sym_struct] = ACTIONS(2202), - [anon_sym_union] = ACTIONS(2202), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2202), - [anon_sym_rayPayloadInEXT] = ACTIONS(2202), - [anon_sym_hitAttributeEXT] = ACTIONS(2202), - [anon_sym_callableDataEXT] = ACTIONS(2202), - [anon_sym_callableDataInEXT] = ACTIONS(2202), - [anon_sym_shaderRecordEXT] = ACTIONS(2202), - [anon_sym_rayPayloadNV] = ACTIONS(2202), - [anon_sym_rayPayloadInNV] = ACTIONS(2202), - [anon_sym_hitAttributeNV] = ACTIONS(2202), - [anon_sym_callableDataNV] = ACTIONS(2202), - [anon_sym_callableDataInNV] = ACTIONS(2202), - [anon_sym_shaderRecordNV] = ACTIONS(2202), - [anon_sym_layout] = ACTIONS(2202), + [580] = { + [sym_identifier] = ACTIONS(2301), + [aux_sym_preproc_def_token1] = ACTIONS(2301), + [aux_sym_preproc_if_token1] = ACTIONS(2301), + [aux_sym_preproc_if_token2] = ACTIONS(2301), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2301), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2301), + [aux_sym_preproc_else_token1] = ACTIONS(2301), + [aux_sym_preproc_elif_token1] = ACTIONS(2301), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2301), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2301), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_subroutine] = ACTIONS(2301), + [anon_sym_invariant] = ACTIONS(2301), + [anon_sym_precise] = ACTIONS(2301), + [anon_sym_in] = ACTIONS(2301), + [anon_sym_out] = ACTIONS(2301), + [anon_sym_inout] = ACTIONS(2301), + [anon_sym_uniform] = ACTIONS(2301), + [anon_sym_shared] = ACTIONS(2301), + [anon_sym_attribute] = ACTIONS(2301), + [anon_sym_varying] = ACTIONS(2301), + [anon_sym_buffer] = ACTIONS(2301), + [anon_sym_coherent] = ACTIONS(2301), + [anon_sym_readonly] = ACTIONS(2301), + [anon_sym_writeonly] = ACTIONS(2301), + [anon_sym_precision] = ACTIONS(2301), + [anon_sym_highp] = ACTIONS(2301), + [anon_sym_mediump] = ACTIONS(2301), + [anon_sym_lowp] = ACTIONS(2301), + [anon_sym_centroid] = ACTIONS(2301), + [anon_sym_sample] = ACTIONS(2301), + [anon_sym_patch] = ACTIONS(2301), + [anon_sym_smooth] = ACTIONS(2301), + [anon_sym_flat] = ACTIONS(2301), + [anon_sym_noperspective] = ACTIONS(2301), + [anon_sym___extension__] = ACTIONS(2301), + [anon_sym_extern] = ACTIONS(2301), + [anon_sym___attribute__] = ACTIONS(2301), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2303), + [anon_sym___declspec] = ACTIONS(2301), + [anon_sym_signed] = ACTIONS(2301), + [anon_sym_unsigned] = ACTIONS(2301), + [anon_sym_long] = ACTIONS(2301), + [anon_sym_short] = ACTIONS(2301), + [anon_sym_static] = ACTIONS(2301), + [anon_sym_auto] = ACTIONS(2301), + [anon_sym_register] = ACTIONS(2301), + [anon_sym_inline] = ACTIONS(2301), + [anon_sym___inline] = ACTIONS(2301), + [anon_sym___inline__] = ACTIONS(2301), + [anon_sym___forceinline] = ACTIONS(2301), + [anon_sym_thread_local] = ACTIONS(2301), + [anon_sym___thread] = ACTIONS(2301), + [anon_sym_const] = ACTIONS(2301), + [anon_sym_constexpr] = ACTIONS(2301), + [anon_sym_volatile] = ACTIONS(2301), + [anon_sym_restrict] = ACTIONS(2301), + [anon_sym___restrict__] = ACTIONS(2301), + [anon_sym__Atomic] = ACTIONS(2301), + [anon_sym__Noreturn] = ACTIONS(2301), + [anon_sym_noreturn] = ACTIONS(2301), + [anon_sym__Nonnull] = ACTIONS(2301), + [anon_sym_alignas] = ACTIONS(2301), + [anon_sym__Alignas] = ACTIONS(2301), + [sym_primitive_type] = ACTIONS(2301), + [anon_sym_enum] = ACTIONS(2301), + [anon_sym_struct] = ACTIONS(2301), + [anon_sym_union] = ACTIONS(2301), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2301), + [anon_sym_rayPayloadInEXT] = ACTIONS(2301), + [anon_sym_hitAttributeEXT] = ACTIONS(2301), + [anon_sym_callableDataEXT] = ACTIONS(2301), + [anon_sym_callableDataInEXT] = ACTIONS(2301), + [anon_sym_shaderRecordEXT] = ACTIONS(2301), + [anon_sym_rayPayloadNV] = ACTIONS(2301), + [anon_sym_rayPayloadInNV] = ACTIONS(2301), + [anon_sym_hitAttributeNV] = ACTIONS(2301), + [anon_sym_callableDataNV] = ACTIONS(2301), + [anon_sym_callableDataInNV] = ACTIONS(2301), + [anon_sym_shaderRecordNV] = ACTIONS(2301), + [anon_sym_layout] = ACTIONS(2301), }, - [622] = { - [sym_type_qualifier] = STATE(632), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1214), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(632), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2280), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2286), - [anon_sym_RBRACK] = ACTIONS(2288), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [581] = { + [sym_identifier] = ACTIONS(2305), + [anon_sym_subroutine] = ACTIONS(2305), + [anon_sym_invariant] = ACTIONS(2305), + [anon_sym_precise] = ACTIONS(2305), + [anon_sym_in] = ACTIONS(2305), + [anon_sym_out] = ACTIONS(2305), + [anon_sym_inout] = ACTIONS(2305), + [anon_sym_uniform] = ACTIONS(2305), + [anon_sym_shared] = ACTIONS(2305), + [anon_sym_attribute] = ACTIONS(2305), + [anon_sym_varying] = ACTIONS(2305), + [anon_sym_buffer] = ACTIONS(2305), + [anon_sym_coherent] = ACTIONS(2305), + [anon_sym_readonly] = ACTIONS(2305), + [anon_sym_writeonly] = ACTIONS(2305), + [anon_sym_precision] = ACTIONS(2305), + [anon_sym_highp] = ACTIONS(2305), + [anon_sym_mediump] = ACTIONS(2305), + [anon_sym_lowp] = ACTIONS(2305), + [anon_sym_centroid] = ACTIONS(2305), + [anon_sym_sample] = ACTIONS(2305), + [anon_sym_patch] = ACTIONS(2305), + [anon_sym_smooth] = ACTIONS(2305), + [anon_sym_flat] = ACTIONS(2305), + [anon_sym_noperspective] = ACTIONS(2305), + [anon_sym___extension__] = ACTIONS(2305), + [anon_sym_extern] = ACTIONS(2305), + [anon_sym___attribute__] = ACTIONS(2305), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2307), + [anon_sym___declspec] = ACTIONS(2305), + [anon_sym___cdecl] = ACTIONS(2305), + [anon_sym___clrcall] = ACTIONS(2305), + [anon_sym___stdcall] = ACTIONS(2305), + [anon_sym___fastcall] = ACTIONS(2305), + [anon_sym___thiscall] = ACTIONS(2305), + [anon_sym___vectorcall] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2307), + [anon_sym_signed] = ACTIONS(2305), + [anon_sym_unsigned] = ACTIONS(2305), + [anon_sym_long] = ACTIONS(2305), + [anon_sym_short] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2305), + [anon_sym_auto] = ACTIONS(2305), + [anon_sym_register] = ACTIONS(2305), + [anon_sym_inline] = ACTIONS(2305), + [anon_sym___inline] = ACTIONS(2305), + [anon_sym___inline__] = ACTIONS(2305), + [anon_sym___forceinline] = ACTIONS(2305), + [anon_sym_thread_local] = ACTIONS(2305), + [anon_sym___thread] = ACTIONS(2305), + [anon_sym_const] = ACTIONS(2305), + [anon_sym_constexpr] = ACTIONS(2305), + [anon_sym_volatile] = ACTIONS(2305), + [anon_sym_restrict] = ACTIONS(2305), + [anon_sym___restrict__] = ACTIONS(2305), + [anon_sym__Atomic] = ACTIONS(2305), + [anon_sym__Noreturn] = ACTIONS(2305), + [anon_sym_noreturn] = ACTIONS(2305), + [anon_sym__Nonnull] = ACTIONS(2305), + [anon_sym_alignas] = ACTIONS(2305), + [anon_sym__Alignas] = ACTIONS(2305), + [sym_primitive_type] = ACTIONS(2305), + [anon_sym_enum] = ACTIONS(2305), + [anon_sym_struct] = ACTIONS(2305), + [anon_sym_union] = ACTIONS(2305), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2305), + [anon_sym_rayPayloadInEXT] = ACTIONS(2305), + [anon_sym_hitAttributeEXT] = ACTIONS(2305), + [anon_sym_callableDataEXT] = ACTIONS(2305), + [anon_sym_callableDataInEXT] = ACTIONS(2305), + [anon_sym_shaderRecordEXT] = ACTIONS(2305), + [anon_sym_rayPayloadNV] = ACTIONS(2305), + [anon_sym_rayPayloadInNV] = ACTIONS(2305), + [anon_sym_hitAttributeNV] = ACTIONS(2305), + [anon_sym_callableDataNV] = ACTIONS(2305), + [anon_sym_callableDataInNV] = ACTIONS(2305), + [anon_sym_shaderRecordNV] = ACTIONS(2305), + [anon_sym_layout] = ACTIONS(2305), + }, + [582] = { + [sym_identifier] = ACTIONS(2309), + [anon_sym_subroutine] = ACTIONS(2309), + [anon_sym_invariant] = ACTIONS(2309), + [anon_sym_precise] = ACTIONS(2309), + [anon_sym_in] = ACTIONS(2309), + [anon_sym_out] = ACTIONS(2309), + [anon_sym_inout] = ACTIONS(2309), + [anon_sym_uniform] = ACTIONS(2309), + [anon_sym_shared] = ACTIONS(2309), + [anon_sym_attribute] = ACTIONS(2309), + [anon_sym_varying] = ACTIONS(2309), + [anon_sym_buffer] = ACTIONS(2309), + [anon_sym_coherent] = ACTIONS(2309), + [anon_sym_readonly] = ACTIONS(2309), + [anon_sym_writeonly] = ACTIONS(2309), + [anon_sym_precision] = ACTIONS(2309), + [anon_sym_highp] = ACTIONS(2309), + [anon_sym_mediump] = ACTIONS(2309), + [anon_sym_lowp] = ACTIONS(2309), + [anon_sym_centroid] = ACTIONS(2309), + [anon_sym_sample] = ACTIONS(2309), + [anon_sym_patch] = ACTIONS(2309), + [anon_sym_smooth] = ACTIONS(2309), + [anon_sym_flat] = ACTIONS(2309), + [anon_sym_noperspective] = ACTIONS(2309), + [anon_sym___extension__] = ACTIONS(2309), + [anon_sym_extern] = ACTIONS(2309), + [anon_sym___attribute__] = ACTIONS(2309), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2311), + [anon_sym___declspec] = ACTIONS(2309), + [anon_sym___cdecl] = ACTIONS(2309), + [anon_sym___clrcall] = ACTIONS(2309), + [anon_sym___stdcall] = ACTIONS(2309), + [anon_sym___fastcall] = ACTIONS(2309), + [anon_sym___thiscall] = ACTIONS(2309), + [anon_sym___vectorcall] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2311), + [anon_sym_signed] = ACTIONS(2309), + [anon_sym_unsigned] = ACTIONS(2309), + [anon_sym_long] = ACTIONS(2309), + [anon_sym_short] = ACTIONS(2309), + [anon_sym_static] = ACTIONS(2309), + [anon_sym_auto] = ACTIONS(2309), + [anon_sym_register] = ACTIONS(2309), + [anon_sym_inline] = ACTIONS(2309), + [anon_sym___inline] = ACTIONS(2309), + [anon_sym___inline__] = ACTIONS(2309), + [anon_sym___forceinline] = ACTIONS(2309), + [anon_sym_thread_local] = ACTIONS(2309), + [anon_sym___thread] = ACTIONS(2309), + [anon_sym_const] = ACTIONS(2309), + [anon_sym_constexpr] = ACTIONS(2309), + [anon_sym_volatile] = ACTIONS(2309), + [anon_sym_restrict] = ACTIONS(2309), + [anon_sym___restrict__] = ACTIONS(2309), + [anon_sym__Atomic] = ACTIONS(2309), + [anon_sym__Noreturn] = ACTIONS(2309), + [anon_sym_noreturn] = ACTIONS(2309), + [anon_sym__Nonnull] = ACTIONS(2309), + [anon_sym_alignas] = ACTIONS(2309), + [anon_sym__Alignas] = ACTIONS(2309), + [sym_primitive_type] = ACTIONS(2309), + [anon_sym_enum] = ACTIONS(2309), + [anon_sym_struct] = ACTIONS(2309), + [anon_sym_union] = ACTIONS(2309), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2309), + [anon_sym_rayPayloadInEXT] = ACTIONS(2309), + [anon_sym_hitAttributeEXT] = ACTIONS(2309), + [anon_sym_callableDataEXT] = ACTIONS(2309), + [anon_sym_callableDataInEXT] = ACTIONS(2309), + [anon_sym_shaderRecordEXT] = ACTIONS(2309), + [anon_sym_rayPayloadNV] = ACTIONS(2309), + [anon_sym_rayPayloadInNV] = ACTIONS(2309), + [anon_sym_hitAttributeNV] = ACTIONS(2309), + [anon_sym_callableDataNV] = ACTIONS(2309), + [anon_sym_callableDataInNV] = ACTIONS(2309), + [anon_sym_shaderRecordNV] = ACTIONS(2309), + [anon_sym_layout] = ACTIONS(2309), + }, + [583] = { + [sym_identifier] = ACTIONS(2253), + [aux_sym_preproc_def_token1] = ACTIONS(2253), + [aux_sym_preproc_if_token1] = ACTIONS(2253), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2253), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2253), + [sym_preproc_directive] = ACTIONS(2253), + [anon_sym_subroutine] = ACTIONS(2253), + [anon_sym_invariant] = ACTIONS(2253), + [anon_sym_precise] = ACTIONS(2253), + [anon_sym_in] = ACTIONS(2253), + [anon_sym_out] = ACTIONS(2253), + [anon_sym_inout] = ACTIONS(2253), + [anon_sym_uniform] = ACTIONS(2253), + [anon_sym_shared] = ACTIONS(2253), + [anon_sym_attribute] = ACTIONS(2253), + [anon_sym_varying] = ACTIONS(2253), + [anon_sym_buffer] = ACTIONS(2253), + [anon_sym_coherent] = ACTIONS(2253), + [anon_sym_readonly] = ACTIONS(2253), + [anon_sym_writeonly] = ACTIONS(2253), + [anon_sym_precision] = ACTIONS(2253), + [anon_sym_highp] = ACTIONS(2253), + [anon_sym_mediump] = ACTIONS(2253), + [anon_sym_lowp] = ACTIONS(2253), + [anon_sym_centroid] = ACTIONS(2253), + [anon_sym_sample] = ACTIONS(2253), + [anon_sym_patch] = ACTIONS(2253), + [anon_sym_smooth] = ACTIONS(2253), + [anon_sym_flat] = ACTIONS(2253), + [anon_sym_noperspective] = ACTIONS(2253), + [anon_sym___extension__] = ACTIONS(2253), + [anon_sym_extern] = ACTIONS(2253), + [anon_sym___attribute__] = ACTIONS(2253), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2255), + [anon_sym___declspec] = ACTIONS(2253), + [anon_sym_RBRACE] = ACTIONS(2255), + [anon_sym_signed] = ACTIONS(2253), + [anon_sym_unsigned] = ACTIONS(2253), + [anon_sym_long] = ACTIONS(2253), + [anon_sym_short] = ACTIONS(2253), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_auto] = ACTIONS(2253), + [anon_sym_register] = ACTIONS(2253), + [anon_sym_inline] = ACTIONS(2253), + [anon_sym___inline] = ACTIONS(2253), + [anon_sym___inline__] = ACTIONS(2253), + [anon_sym___forceinline] = ACTIONS(2253), + [anon_sym_thread_local] = ACTIONS(2253), + [anon_sym___thread] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_constexpr] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2253), + [anon_sym_restrict] = ACTIONS(2253), + [anon_sym___restrict__] = ACTIONS(2253), + [anon_sym__Atomic] = ACTIONS(2253), + [anon_sym__Noreturn] = ACTIONS(2253), + [anon_sym_noreturn] = ACTIONS(2253), + [anon_sym__Nonnull] = ACTIONS(2253), + [anon_sym_alignas] = ACTIONS(2253), + [anon_sym__Alignas] = ACTIONS(2253), + [sym_primitive_type] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), + [anon_sym_struct] = ACTIONS(2253), + [anon_sym_union] = ACTIONS(2253), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2253), + [anon_sym_rayPayloadInEXT] = ACTIONS(2253), + [anon_sym_hitAttributeEXT] = ACTIONS(2253), + [anon_sym_callableDataEXT] = ACTIONS(2253), + [anon_sym_callableDataInEXT] = ACTIONS(2253), + [anon_sym_shaderRecordEXT] = ACTIONS(2253), + [anon_sym_rayPayloadNV] = ACTIONS(2253), + [anon_sym_rayPayloadInNV] = ACTIONS(2253), + [anon_sym_hitAttributeNV] = ACTIONS(2253), + [anon_sym_callableDataNV] = ACTIONS(2253), + [anon_sym_callableDataInNV] = ACTIONS(2253), + [anon_sym_shaderRecordNV] = ACTIONS(2253), + [anon_sym_layout] = ACTIONS(2253), + }, + [584] = { + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1433), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), + }, + [585] = { + [sym_type_qualifier] = STATE(612), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1244), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(612), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2321), + [anon_sym_RBRACK] = ACTIONS(2323), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -95533,6 +94516,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -95550,57 +94534,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [623] = { - [sym_type_qualifier] = STATE(631), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1220), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(631), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2294), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2296), - [anon_sym_RBRACK] = ACTIONS(2298), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [586] = { + [sym_type_qualifier] = STATE(855), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1240), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(855), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2335), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -95610,6 +94596,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -95627,57 +94614,859 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [624] = { - [sym_type_qualifier] = STATE(847), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1223), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(847), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2300), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2302), - [anon_sym_RBRACK] = ACTIONS(2304), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [587] = { + [sym_identifier] = ACTIONS(2273), + [aux_sym_preproc_def_token1] = ACTIONS(2273), + [aux_sym_preproc_if_token1] = ACTIONS(2273), + [aux_sym_preproc_if_token2] = ACTIONS(2273), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2273), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2273), + [sym_preproc_directive] = ACTIONS(2273), + [anon_sym_subroutine] = ACTIONS(2273), + [anon_sym_invariant] = ACTIONS(2273), + [anon_sym_precise] = ACTIONS(2273), + [anon_sym_in] = ACTIONS(2273), + [anon_sym_out] = ACTIONS(2273), + [anon_sym_inout] = ACTIONS(2273), + [anon_sym_uniform] = ACTIONS(2273), + [anon_sym_shared] = ACTIONS(2273), + [anon_sym_attribute] = ACTIONS(2273), + [anon_sym_varying] = ACTIONS(2273), + [anon_sym_buffer] = ACTIONS(2273), + [anon_sym_coherent] = ACTIONS(2273), + [anon_sym_readonly] = ACTIONS(2273), + [anon_sym_writeonly] = ACTIONS(2273), + [anon_sym_precision] = ACTIONS(2273), + [anon_sym_highp] = ACTIONS(2273), + [anon_sym_mediump] = ACTIONS(2273), + [anon_sym_lowp] = ACTIONS(2273), + [anon_sym_centroid] = ACTIONS(2273), + [anon_sym_sample] = ACTIONS(2273), + [anon_sym_patch] = ACTIONS(2273), + [anon_sym_smooth] = ACTIONS(2273), + [anon_sym_flat] = ACTIONS(2273), + [anon_sym_noperspective] = ACTIONS(2273), + [anon_sym___extension__] = ACTIONS(2273), + [anon_sym_extern] = ACTIONS(2273), + [anon_sym___attribute__] = ACTIONS(2273), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2275), + [anon_sym___declspec] = ACTIONS(2273), + [anon_sym_signed] = ACTIONS(2273), + [anon_sym_unsigned] = ACTIONS(2273), + [anon_sym_long] = ACTIONS(2273), + [anon_sym_short] = ACTIONS(2273), + [anon_sym_static] = ACTIONS(2273), + [anon_sym_auto] = ACTIONS(2273), + [anon_sym_register] = ACTIONS(2273), + [anon_sym_inline] = ACTIONS(2273), + [anon_sym___inline] = ACTIONS(2273), + [anon_sym___inline__] = ACTIONS(2273), + [anon_sym___forceinline] = ACTIONS(2273), + [anon_sym_thread_local] = ACTIONS(2273), + [anon_sym___thread] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [anon_sym_constexpr] = ACTIONS(2273), + [anon_sym_volatile] = ACTIONS(2273), + [anon_sym_restrict] = ACTIONS(2273), + [anon_sym___restrict__] = ACTIONS(2273), + [anon_sym__Atomic] = ACTIONS(2273), + [anon_sym__Noreturn] = ACTIONS(2273), + [anon_sym_noreturn] = ACTIONS(2273), + [anon_sym__Nonnull] = ACTIONS(2273), + [anon_sym_alignas] = ACTIONS(2273), + [anon_sym__Alignas] = ACTIONS(2273), + [sym_primitive_type] = ACTIONS(2273), + [anon_sym_enum] = ACTIONS(2273), + [anon_sym_struct] = ACTIONS(2273), + [anon_sym_union] = ACTIONS(2273), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2273), + [anon_sym_rayPayloadInEXT] = ACTIONS(2273), + [anon_sym_hitAttributeEXT] = ACTIONS(2273), + [anon_sym_callableDataEXT] = ACTIONS(2273), + [anon_sym_callableDataInEXT] = ACTIONS(2273), + [anon_sym_shaderRecordEXT] = ACTIONS(2273), + [anon_sym_rayPayloadNV] = ACTIONS(2273), + [anon_sym_rayPayloadInNV] = ACTIONS(2273), + [anon_sym_hitAttributeNV] = ACTIONS(2273), + [anon_sym_callableDataNV] = ACTIONS(2273), + [anon_sym_callableDataInNV] = ACTIONS(2273), + [anon_sym_shaderRecordNV] = ACTIONS(2273), + [anon_sym_layout] = ACTIONS(2273), + }, + [588] = { + [sym_identifier] = ACTIONS(2301), + [aux_sym_preproc_def_token1] = ACTIONS(2301), + [aux_sym_preproc_if_token1] = ACTIONS(2301), + [aux_sym_preproc_if_token2] = ACTIONS(2301), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2301), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2301), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_subroutine] = ACTIONS(2301), + [anon_sym_invariant] = ACTIONS(2301), + [anon_sym_precise] = ACTIONS(2301), + [anon_sym_in] = ACTIONS(2301), + [anon_sym_out] = ACTIONS(2301), + [anon_sym_inout] = ACTIONS(2301), + [anon_sym_uniform] = ACTIONS(2301), + [anon_sym_shared] = ACTIONS(2301), + [anon_sym_attribute] = ACTIONS(2301), + [anon_sym_varying] = ACTIONS(2301), + [anon_sym_buffer] = ACTIONS(2301), + [anon_sym_coherent] = ACTIONS(2301), + [anon_sym_readonly] = ACTIONS(2301), + [anon_sym_writeonly] = ACTIONS(2301), + [anon_sym_precision] = ACTIONS(2301), + [anon_sym_highp] = ACTIONS(2301), + [anon_sym_mediump] = ACTIONS(2301), + [anon_sym_lowp] = ACTIONS(2301), + [anon_sym_centroid] = ACTIONS(2301), + [anon_sym_sample] = ACTIONS(2301), + [anon_sym_patch] = ACTIONS(2301), + [anon_sym_smooth] = ACTIONS(2301), + [anon_sym_flat] = ACTIONS(2301), + [anon_sym_noperspective] = ACTIONS(2301), + [anon_sym___extension__] = ACTIONS(2301), + [anon_sym_extern] = ACTIONS(2301), + [anon_sym___attribute__] = ACTIONS(2301), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2303), + [anon_sym___declspec] = ACTIONS(2301), + [anon_sym_signed] = ACTIONS(2301), + [anon_sym_unsigned] = ACTIONS(2301), + [anon_sym_long] = ACTIONS(2301), + [anon_sym_short] = ACTIONS(2301), + [anon_sym_static] = ACTIONS(2301), + [anon_sym_auto] = ACTIONS(2301), + [anon_sym_register] = ACTIONS(2301), + [anon_sym_inline] = ACTIONS(2301), + [anon_sym___inline] = ACTIONS(2301), + [anon_sym___inline__] = ACTIONS(2301), + [anon_sym___forceinline] = ACTIONS(2301), + [anon_sym_thread_local] = ACTIONS(2301), + [anon_sym___thread] = ACTIONS(2301), + [anon_sym_const] = ACTIONS(2301), + [anon_sym_constexpr] = ACTIONS(2301), + [anon_sym_volatile] = ACTIONS(2301), + [anon_sym_restrict] = ACTIONS(2301), + [anon_sym___restrict__] = ACTIONS(2301), + [anon_sym__Atomic] = ACTIONS(2301), + [anon_sym__Noreturn] = ACTIONS(2301), + [anon_sym_noreturn] = ACTIONS(2301), + [anon_sym__Nonnull] = ACTIONS(2301), + [anon_sym_alignas] = ACTIONS(2301), + [anon_sym__Alignas] = ACTIONS(2301), + [sym_primitive_type] = ACTIONS(2301), + [anon_sym_enum] = ACTIONS(2301), + [anon_sym_struct] = ACTIONS(2301), + [anon_sym_union] = ACTIONS(2301), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2301), + [anon_sym_rayPayloadInEXT] = ACTIONS(2301), + [anon_sym_hitAttributeEXT] = ACTIONS(2301), + [anon_sym_callableDataEXT] = ACTIONS(2301), + [anon_sym_callableDataInEXT] = ACTIONS(2301), + [anon_sym_shaderRecordEXT] = ACTIONS(2301), + [anon_sym_rayPayloadNV] = ACTIONS(2301), + [anon_sym_rayPayloadInNV] = ACTIONS(2301), + [anon_sym_hitAttributeNV] = ACTIONS(2301), + [anon_sym_callableDataNV] = ACTIONS(2301), + [anon_sym_callableDataInNV] = ACTIONS(2301), + [anon_sym_shaderRecordNV] = ACTIONS(2301), + [anon_sym_layout] = ACTIONS(2301), + }, + [589] = { + [sym_identifier] = ACTIONS(2245), + [aux_sym_preproc_def_token1] = ACTIONS(2245), + [aux_sym_preproc_if_token1] = ACTIONS(2245), + [aux_sym_preproc_if_token2] = ACTIONS(2245), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2245), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2245), + [sym_preproc_directive] = ACTIONS(2245), + [anon_sym_subroutine] = ACTIONS(2245), + [anon_sym_invariant] = ACTIONS(2245), + [anon_sym_precise] = ACTIONS(2245), + [anon_sym_in] = ACTIONS(2245), + [anon_sym_out] = ACTIONS(2245), + [anon_sym_inout] = ACTIONS(2245), + [anon_sym_uniform] = ACTIONS(2245), + [anon_sym_shared] = ACTIONS(2245), + [anon_sym_attribute] = ACTIONS(2245), + [anon_sym_varying] = ACTIONS(2245), + [anon_sym_buffer] = ACTIONS(2245), + [anon_sym_coherent] = ACTIONS(2245), + [anon_sym_readonly] = ACTIONS(2245), + [anon_sym_writeonly] = ACTIONS(2245), + [anon_sym_precision] = ACTIONS(2245), + [anon_sym_highp] = ACTIONS(2245), + [anon_sym_mediump] = ACTIONS(2245), + [anon_sym_lowp] = ACTIONS(2245), + [anon_sym_centroid] = ACTIONS(2245), + [anon_sym_sample] = ACTIONS(2245), + [anon_sym_patch] = ACTIONS(2245), + [anon_sym_smooth] = ACTIONS(2245), + [anon_sym_flat] = ACTIONS(2245), + [anon_sym_noperspective] = ACTIONS(2245), + [anon_sym___extension__] = ACTIONS(2245), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym___attribute__] = ACTIONS(2245), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2247), + [anon_sym___declspec] = ACTIONS(2245), + [anon_sym_signed] = ACTIONS(2245), + [anon_sym_unsigned] = ACTIONS(2245), + [anon_sym_long] = ACTIONS(2245), + [anon_sym_short] = ACTIONS(2245), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_auto] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_inline] = ACTIONS(2245), + [anon_sym___inline] = ACTIONS(2245), + [anon_sym___inline__] = ACTIONS(2245), + [anon_sym___forceinline] = ACTIONS(2245), + [anon_sym_thread_local] = ACTIONS(2245), + [anon_sym___thread] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_constexpr] = ACTIONS(2245), + [anon_sym_volatile] = ACTIONS(2245), + [anon_sym_restrict] = ACTIONS(2245), + [anon_sym___restrict__] = ACTIONS(2245), + [anon_sym__Atomic] = ACTIONS(2245), + [anon_sym__Noreturn] = ACTIONS(2245), + [anon_sym_noreturn] = ACTIONS(2245), + [anon_sym__Nonnull] = ACTIONS(2245), + [anon_sym_alignas] = ACTIONS(2245), + [anon_sym__Alignas] = ACTIONS(2245), + [sym_primitive_type] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(2245), + [anon_sym_union] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2245), + [anon_sym_rayPayloadInEXT] = ACTIONS(2245), + [anon_sym_hitAttributeEXT] = ACTIONS(2245), + [anon_sym_callableDataEXT] = ACTIONS(2245), + [anon_sym_callableDataInEXT] = ACTIONS(2245), + [anon_sym_shaderRecordEXT] = ACTIONS(2245), + [anon_sym_rayPayloadNV] = ACTIONS(2245), + [anon_sym_rayPayloadInNV] = ACTIONS(2245), + [anon_sym_hitAttributeNV] = ACTIONS(2245), + [anon_sym_callableDataNV] = ACTIONS(2245), + [anon_sym_callableDataInNV] = ACTIONS(2245), + [anon_sym_shaderRecordNV] = ACTIONS(2245), + [anon_sym_layout] = ACTIONS(2245), + }, + [590] = { + [sym_identifier] = ACTIONS(2253), + [aux_sym_preproc_def_token1] = ACTIONS(2253), + [aux_sym_preproc_if_token1] = ACTIONS(2253), + [aux_sym_preproc_if_token2] = ACTIONS(2253), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2253), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2253), + [sym_preproc_directive] = ACTIONS(2253), + [anon_sym_subroutine] = ACTIONS(2253), + [anon_sym_invariant] = ACTIONS(2253), + [anon_sym_precise] = ACTIONS(2253), + [anon_sym_in] = ACTIONS(2253), + [anon_sym_out] = ACTIONS(2253), + [anon_sym_inout] = ACTIONS(2253), + [anon_sym_uniform] = ACTIONS(2253), + [anon_sym_shared] = ACTIONS(2253), + [anon_sym_attribute] = ACTIONS(2253), + [anon_sym_varying] = ACTIONS(2253), + [anon_sym_buffer] = ACTIONS(2253), + [anon_sym_coherent] = ACTIONS(2253), + [anon_sym_readonly] = ACTIONS(2253), + [anon_sym_writeonly] = ACTIONS(2253), + [anon_sym_precision] = ACTIONS(2253), + [anon_sym_highp] = ACTIONS(2253), + [anon_sym_mediump] = ACTIONS(2253), + [anon_sym_lowp] = ACTIONS(2253), + [anon_sym_centroid] = ACTIONS(2253), + [anon_sym_sample] = ACTIONS(2253), + [anon_sym_patch] = ACTIONS(2253), + [anon_sym_smooth] = ACTIONS(2253), + [anon_sym_flat] = ACTIONS(2253), + [anon_sym_noperspective] = ACTIONS(2253), + [anon_sym___extension__] = ACTIONS(2253), + [anon_sym_extern] = ACTIONS(2253), + [anon_sym___attribute__] = ACTIONS(2253), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2255), + [anon_sym___declspec] = ACTIONS(2253), + [anon_sym_signed] = ACTIONS(2253), + [anon_sym_unsigned] = ACTIONS(2253), + [anon_sym_long] = ACTIONS(2253), + [anon_sym_short] = ACTIONS(2253), + [anon_sym_static] = ACTIONS(2253), + [anon_sym_auto] = ACTIONS(2253), + [anon_sym_register] = ACTIONS(2253), + [anon_sym_inline] = ACTIONS(2253), + [anon_sym___inline] = ACTIONS(2253), + [anon_sym___inline__] = ACTIONS(2253), + [anon_sym___forceinline] = ACTIONS(2253), + [anon_sym_thread_local] = ACTIONS(2253), + [anon_sym___thread] = ACTIONS(2253), + [anon_sym_const] = ACTIONS(2253), + [anon_sym_constexpr] = ACTIONS(2253), + [anon_sym_volatile] = ACTIONS(2253), + [anon_sym_restrict] = ACTIONS(2253), + [anon_sym___restrict__] = ACTIONS(2253), + [anon_sym__Atomic] = ACTIONS(2253), + [anon_sym__Noreturn] = ACTIONS(2253), + [anon_sym_noreturn] = ACTIONS(2253), + [anon_sym__Nonnull] = ACTIONS(2253), + [anon_sym_alignas] = ACTIONS(2253), + [anon_sym__Alignas] = ACTIONS(2253), + [sym_primitive_type] = ACTIONS(2253), + [anon_sym_enum] = ACTIONS(2253), + [anon_sym_struct] = ACTIONS(2253), + [anon_sym_union] = ACTIONS(2253), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2253), + [anon_sym_rayPayloadInEXT] = ACTIONS(2253), + [anon_sym_hitAttributeEXT] = ACTIONS(2253), + [anon_sym_callableDataEXT] = ACTIONS(2253), + [anon_sym_callableDataInEXT] = ACTIONS(2253), + [anon_sym_shaderRecordEXT] = ACTIONS(2253), + [anon_sym_rayPayloadNV] = ACTIONS(2253), + [anon_sym_rayPayloadInNV] = ACTIONS(2253), + [anon_sym_hitAttributeNV] = ACTIONS(2253), + [anon_sym_callableDataNV] = ACTIONS(2253), + [anon_sym_callableDataInNV] = ACTIONS(2253), + [anon_sym_shaderRecordNV] = ACTIONS(2253), + [anon_sym_layout] = ACTIONS(2253), + }, + [591] = { + [sym_identifier] = ACTIONS(2289), + [aux_sym_preproc_def_token1] = ACTIONS(2289), + [aux_sym_preproc_if_token1] = ACTIONS(2289), + [aux_sym_preproc_if_token2] = ACTIONS(2289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2289), + [sym_preproc_directive] = ACTIONS(2289), + [anon_sym_subroutine] = ACTIONS(2289), + [anon_sym_invariant] = ACTIONS(2289), + [anon_sym_precise] = ACTIONS(2289), + [anon_sym_in] = ACTIONS(2289), + [anon_sym_out] = ACTIONS(2289), + [anon_sym_inout] = ACTIONS(2289), + [anon_sym_uniform] = ACTIONS(2289), + [anon_sym_shared] = ACTIONS(2289), + [anon_sym_attribute] = ACTIONS(2289), + [anon_sym_varying] = ACTIONS(2289), + [anon_sym_buffer] = ACTIONS(2289), + [anon_sym_coherent] = ACTIONS(2289), + [anon_sym_readonly] = ACTIONS(2289), + [anon_sym_writeonly] = ACTIONS(2289), + [anon_sym_precision] = ACTIONS(2289), + [anon_sym_highp] = ACTIONS(2289), + [anon_sym_mediump] = ACTIONS(2289), + [anon_sym_lowp] = ACTIONS(2289), + [anon_sym_centroid] = ACTIONS(2289), + [anon_sym_sample] = ACTIONS(2289), + [anon_sym_patch] = ACTIONS(2289), + [anon_sym_smooth] = ACTIONS(2289), + [anon_sym_flat] = ACTIONS(2289), + [anon_sym_noperspective] = ACTIONS(2289), + [anon_sym___extension__] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2289), + [anon_sym___attribute__] = ACTIONS(2289), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2291), + [anon_sym___declspec] = ACTIONS(2289), + [anon_sym_signed] = ACTIONS(2289), + [anon_sym_unsigned] = ACTIONS(2289), + [anon_sym_long] = ACTIONS(2289), + [anon_sym_short] = ACTIONS(2289), + [anon_sym_static] = ACTIONS(2289), + [anon_sym_auto] = ACTIONS(2289), + [anon_sym_register] = ACTIONS(2289), + [anon_sym_inline] = ACTIONS(2289), + [anon_sym___inline] = ACTIONS(2289), + [anon_sym___inline__] = ACTIONS(2289), + [anon_sym___forceinline] = ACTIONS(2289), + [anon_sym_thread_local] = ACTIONS(2289), + [anon_sym___thread] = ACTIONS(2289), + [anon_sym_const] = ACTIONS(2289), + [anon_sym_constexpr] = ACTIONS(2289), + [anon_sym_volatile] = ACTIONS(2289), + [anon_sym_restrict] = ACTIONS(2289), + [anon_sym___restrict__] = ACTIONS(2289), + [anon_sym__Atomic] = ACTIONS(2289), + [anon_sym__Noreturn] = ACTIONS(2289), + [anon_sym_noreturn] = ACTIONS(2289), + [anon_sym__Nonnull] = ACTIONS(2289), + [anon_sym_alignas] = ACTIONS(2289), + [anon_sym__Alignas] = ACTIONS(2289), + [sym_primitive_type] = ACTIONS(2289), + [anon_sym_enum] = ACTIONS(2289), + [anon_sym_struct] = ACTIONS(2289), + [anon_sym_union] = ACTIONS(2289), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2289), + [anon_sym_rayPayloadInEXT] = ACTIONS(2289), + [anon_sym_hitAttributeEXT] = ACTIONS(2289), + [anon_sym_callableDataEXT] = ACTIONS(2289), + [anon_sym_callableDataInEXT] = ACTIONS(2289), + [anon_sym_shaderRecordEXT] = ACTIONS(2289), + [anon_sym_rayPayloadNV] = ACTIONS(2289), + [anon_sym_rayPayloadInNV] = ACTIONS(2289), + [anon_sym_hitAttributeNV] = ACTIONS(2289), + [anon_sym_callableDataNV] = ACTIONS(2289), + [anon_sym_callableDataInNV] = ACTIONS(2289), + [anon_sym_shaderRecordNV] = ACTIONS(2289), + [anon_sym_layout] = ACTIONS(2289), + }, + [592] = { + [sym_identifier] = ACTIONS(2285), + [aux_sym_preproc_def_token1] = ACTIONS(2285), + [aux_sym_preproc_if_token1] = ACTIONS(2285), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2285), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2285), + [sym_preproc_directive] = ACTIONS(2285), + [anon_sym_subroutine] = ACTIONS(2285), + [anon_sym_invariant] = ACTIONS(2285), + [anon_sym_precise] = ACTIONS(2285), + [anon_sym_in] = ACTIONS(2285), + [anon_sym_out] = ACTIONS(2285), + [anon_sym_inout] = ACTIONS(2285), + [anon_sym_uniform] = ACTIONS(2285), + [anon_sym_shared] = ACTIONS(2285), + [anon_sym_attribute] = ACTIONS(2285), + [anon_sym_varying] = ACTIONS(2285), + [anon_sym_buffer] = ACTIONS(2285), + [anon_sym_coherent] = ACTIONS(2285), + [anon_sym_readonly] = ACTIONS(2285), + [anon_sym_writeonly] = ACTIONS(2285), + [anon_sym_precision] = ACTIONS(2285), + [anon_sym_highp] = ACTIONS(2285), + [anon_sym_mediump] = ACTIONS(2285), + [anon_sym_lowp] = ACTIONS(2285), + [anon_sym_centroid] = ACTIONS(2285), + [anon_sym_sample] = ACTIONS(2285), + [anon_sym_patch] = ACTIONS(2285), + [anon_sym_smooth] = ACTIONS(2285), + [anon_sym_flat] = ACTIONS(2285), + [anon_sym_noperspective] = ACTIONS(2285), + [anon_sym___extension__] = ACTIONS(2285), + [anon_sym_extern] = ACTIONS(2285), + [anon_sym___attribute__] = ACTIONS(2285), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2287), + [anon_sym___declspec] = ACTIONS(2285), + [anon_sym_RBRACE] = ACTIONS(2287), + [anon_sym_signed] = ACTIONS(2285), + [anon_sym_unsigned] = ACTIONS(2285), + [anon_sym_long] = ACTIONS(2285), + [anon_sym_short] = ACTIONS(2285), + [anon_sym_static] = ACTIONS(2285), + [anon_sym_auto] = ACTIONS(2285), + [anon_sym_register] = ACTIONS(2285), + [anon_sym_inline] = ACTIONS(2285), + [anon_sym___inline] = ACTIONS(2285), + [anon_sym___inline__] = ACTIONS(2285), + [anon_sym___forceinline] = ACTIONS(2285), + [anon_sym_thread_local] = ACTIONS(2285), + [anon_sym___thread] = ACTIONS(2285), + [anon_sym_const] = ACTIONS(2285), + [anon_sym_constexpr] = ACTIONS(2285), + [anon_sym_volatile] = ACTIONS(2285), + [anon_sym_restrict] = ACTIONS(2285), + [anon_sym___restrict__] = ACTIONS(2285), + [anon_sym__Atomic] = ACTIONS(2285), + [anon_sym__Noreturn] = ACTIONS(2285), + [anon_sym_noreturn] = ACTIONS(2285), + [anon_sym__Nonnull] = ACTIONS(2285), + [anon_sym_alignas] = ACTIONS(2285), + [anon_sym__Alignas] = ACTIONS(2285), + [sym_primitive_type] = ACTIONS(2285), + [anon_sym_enum] = ACTIONS(2285), + [anon_sym_struct] = ACTIONS(2285), + [anon_sym_union] = ACTIONS(2285), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2285), + [anon_sym_rayPayloadInEXT] = ACTIONS(2285), + [anon_sym_hitAttributeEXT] = ACTIONS(2285), + [anon_sym_callableDataEXT] = ACTIONS(2285), + [anon_sym_callableDataInEXT] = ACTIONS(2285), + [anon_sym_shaderRecordEXT] = ACTIONS(2285), + [anon_sym_rayPayloadNV] = ACTIONS(2285), + [anon_sym_rayPayloadInNV] = ACTIONS(2285), + [anon_sym_hitAttributeNV] = ACTIONS(2285), + [anon_sym_callableDataNV] = ACTIONS(2285), + [anon_sym_callableDataInNV] = ACTIONS(2285), + [anon_sym_shaderRecordNV] = ACTIONS(2285), + [anon_sym_layout] = ACTIONS(2285), + }, + [593] = { + [sym_identifier] = ACTIONS(2265), + [aux_sym_preproc_def_token1] = ACTIONS(2265), + [aux_sym_preproc_if_token1] = ACTIONS(2265), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2265), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2265), + [sym_preproc_directive] = ACTIONS(2265), + [anon_sym_subroutine] = ACTIONS(2265), + [anon_sym_invariant] = ACTIONS(2265), + [anon_sym_precise] = ACTIONS(2265), + [anon_sym_in] = ACTIONS(2265), + [anon_sym_out] = ACTIONS(2265), + [anon_sym_inout] = ACTIONS(2265), + [anon_sym_uniform] = ACTIONS(2265), + [anon_sym_shared] = ACTIONS(2265), + [anon_sym_attribute] = ACTIONS(2265), + [anon_sym_varying] = ACTIONS(2265), + [anon_sym_buffer] = ACTIONS(2265), + [anon_sym_coherent] = ACTIONS(2265), + [anon_sym_readonly] = ACTIONS(2265), + [anon_sym_writeonly] = ACTIONS(2265), + [anon_sym_precision] = ACTIONS(2265), + [anon_sym_highp] = ACTIONS(2265), + [anon_sym_mediump] = ACTIONS(2265), + [anon_sym_lowp] = ACTIONS(2265), + [anon_sym_centroid] = ACTIONS(2265), + [anon_sym_sample] = ACTIONS(2265), + [anon_sym_patch] = ACTIONS(2265), + [anon_sym_smooth] = ACTIONS(2265), + [anon_sym_flat] = ACTIONS(2265), + [anon_sym_noperspective] = ACTIONS(2265), + [anon_sym___extension__] = ACTIONS(2265), + [anon_sym_extern] = ACTIONS(2265), + [anon_sym___attribute__] = ACTIONS(2265), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2267), + [anon_sym___declspec] = ACTIONS(2265), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_signed] = ACTIONS(2265), + [anon_sym_unsigned] = ACTIONS(2265), + [anon_sym_long] = ACTIONS(2265), + [anon_sym_short] = ACTIONS(2265), + [anon_sym_static] = ACTIONS(2265), + [anon_sym_auto] = ACTIONS(2265), + [anon_sym_register] = ACTIONS(2265), + [anon_sym_inline] = ACTIONS(2265), + [anon_sym___inline] = ACTIONS(2265), + [anon_sym___inline__] = ACTIONS(2265), + [anon_sym___forceinline] = ACTIONS(2265), + [anon_sym_thread_local] = ACTIONS(2265), + [anon_sym___thread] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [anon_sym_constexpr] = ACTIONS(2265), + [anon_sym_volatile] = ACTIONS(2265), + [anon_sym_restrict] = ACTIONS(2265), + [anon_sym___restrict__] = ACTIONS(2265), + [anon_sym__Atomic] = ACTIONS(2265), + [anon_sym__Noreturn] = ACTIONS(2265), + [anon_sym_noreturn] = ACTIONS(2265), + [anon_sym__Nonnull] = ACTIONS(2265), + [anon_sym_alignas] = ACTIONS(2265), + [anon_sym__Alignas] = ACTIONS(2265), + [sym_primitive_type] = ACTIONS(2265), + [anon_sym_enum] = ACTIONS(2265), + [anon_sym_struct] = ACTIONS(2265), + [anon_sym_union] = ACTIONS(2265), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2265), + [anon_sym_rayPayloadInEXT] = ACTIONS(2265), + [anon_sym_hitAttributeEXT] = ACTIONS(2265), + [anon_sym_callableDataEXT] = ACTIONS(2265), + [anon_sym_callableDataInEXT] = ACTIONS(2265), + [anon_sym_shaderRecordEXT] = ACTIONS(2265), + [anon_sym_rayPayloadNV] = ACTIONS(2265), + [anon_sym_rayPayloadInNV] = ACTIONS(2265), + [anon_sym_hitAttributeNV] = ACTIONS(2265), + [anon_sym_callableDataNV] = ACTIONS(2265), + [anon_sym_callableDataInNV] = ACTIONS(2265), + [anon_sym_shaderRecordNV] = ACTIONS(2265), + [anon_sym_layout] = ACTIONS(2265), + }, + [594] = { + [sym_identifier] = ACTIONS(2245), + [aux_sym_preproc_def_token1] = ACTIONS(2245), + [aux_sym_preproc_if_token1] = ACTIONS(2245), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2245), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2245), + [sym_preproc_directive] = ACTIONS(2245), + [anon_sym_subroutine] = ACTIONS(2245), + [anon_sym_invariant] = ACTIONS(2245), + [anon_sym_precise] = ACTIONS(2245), + [anon_sym_in] = ACTIONS(2245), + [anon_sym_out] = ACTIONS(2245), + [anon_sym_inout] = ACTIONS(2245), + [anon_sym_uniform] = ACTIONS(2245), + [anon_sym_shared] = ACTIONS(2245), + [anon_sym_attribute] = ACTIONS(2245), + [anon_sym_varying] = ACTIONS(2245), + [anon_sym_buffer] = ACTIONS(2245), + [anon_sym_coherent] = ACTIONS(2245), + [anon_sym_readonly] = ACTIONS(2245), + [anon_sym_writeonly] = ACTIONS(2245), + [anon_sym_precision] = ACTIONS(2245), + [anon_sym_highp] = ACTIONS(2245), + [anon_sym_mediump] = ACTIONS(2245), + [anon_sym_lowp] = ACTIONS(2245), + [anon_sym_centroid] = ACTIONS(2245), + [anon_sym_sample] = ACTIONS(2245), + [anon_sym_patch] = ACTIONS(2245), + [anon_sym_smooth] = ACTIONS(2245), + [anon_sym_flat] = ACTIONS(2245), + [anon_sym_noperspective] = ACTIONS(2245), + [anon_sym___extension__] = ACTIONS(2245), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym___attribute__] = ACTIONS(2245), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2247), + [anon_sym___declspec] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_signed] = ACTIONS(2245), + [anon_sym_unsigned] = ACTIONS(2245), + [anon_sym_long] = ACTIONS(2245), + [anon_sym_short] = ACTIONS(2245), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_auto] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_inline] = ACTIONS(2245), + [anon_sym___inline] = ACTIONS(2245), + [anon_sym___inline__] = ACTIONS(2245), + [anon_sym___forceinline] = ACTIONS(2245), + [anon_sym_thread_local] = ACTIONS(2245), + [anon_sym___thread] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_constexpr] = ACTIONS(2245), + [anon_sym_volatile] = ACTIONS(2245), + [anon_sym_restrict] = ACTIONS(2245), + [anon_sym___restrict__] = ACTIONS(2245), + [anon_sym__Atomic] = ACTIONS(2245), + [anon_sym__Noreturn] = ACTIONS(2245), + [anon_sym_noreturn] = ACTIONS(2245), + [anon_sym__Nonnull] = ACTIONS(2245), + [anon_sym_alignas] = ACTIONS(2245), + [anon_sym__Alignas] = ACTIONS(2245), + [sym_primitive_type] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(2245), + [anon_sym_union] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2245), + [anon_sym_rayPayloadInEXT] = ACTIONS(2245), + [anon_sym_hitAttributeEXT] = ACTIONS(2245), + [anon_sym_callableDataEXT] = ACTIONS(2245), + [anon_sym_callableDataInEXT] = ACTIONS(2245), + [anon_sym_shaderRecordEXT] = ACTIONS(2245), + [anon_sym_rayPayloadNV] = ACTIONS(2245), + [anon_sym_rayPayloadInNV] = ACTIONS(2245), + [anon_sym_hitAttributeNV] = ACTIONS(2245), + [anon_sym_callableDataNV] = ACTIONS(2245), + [anon_sym_callableDataInNV] = ACTIONS(2245), + [anon_sym_shaderRecordNV] = ACTIONS(2245), + [anon_sym_layout] = ACTIONS(2245), + }, + [595] = { + [sym_identifier] = ACTIONS(2261), + [aux_sym_preproc_def_token1] = ACTIONS(2261), + [aux_sym_preproc_if_token1] = ACTIONS(2261), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2261), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2261), + [sym_preproc_directive] = ACTIONS(2261), + [anon_sym_subroutine] = ACTIONS(2261), + [anon_sym_invariant] = ACTIONS(2261), + [anon_sym_precise] = ACTIONS(2261), + [anon_sym_in] = ACTIONS(2261), + [anon_sym_out] = ACTIONS(2261), + [anon_sym_inout] = ACTIONS(2261), + [anon_sym_uniform] = ACTIONS(2261), + [anon_sym_shared] = ACTIONS(2261), + [anon_sym_attribute] = ACTIONS(2261), + [anon_sym_varying] = ACTIONS(2261), + [anon_sym_buffer] = ACTIONS(2261), + [anon_sym_coherent] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_writeonly] = ACTIONS(2261), + [anon_sym_precision] = ACTIONS(2261), + [anon_sym_highp] = ACTIONS(2261), + [anon_sym_mediump] = ACTIONS(2261), + [anon_sym_lowp] = ACTIONS(2261), + [anon_sym_centroid] = ACTIONS(2261), + [anon_sym_sample] = ACTIONS(2261), + [anon_sym_patch] = ACTIONS(2261), + [anon_sym_smooth] = ACTIONS(2261), + [anon_sym_flat] = ACTIONS(2261), + [anon_sym_noperspective] = ACTIONS(2261), + [anon_sym___extension__] = ACTIONS(2261), + [anon_sym_extern] = ACTIONS(2261), + [anon_sym___attribute__] = ACTIONS(2261), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2263), + [anon_sym___declspec] = ACTIONS(2261), + [anon_sym_RBRACE] = ACTIONS(2263), + [anon_sym_signed] = ACTIONS(2261), + [anon_sym_unsigned] = ACTIONS(2261), + [anon_sym_long] = ACTIONS(2261), + [anon_sym_short] = ACTIONS(2261), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_auto] = ACTIONS(2261), + [anon_sym_register] = ACTIONS(2261), + [anon_sym_inline] = ACTIONS(2261), + [anon_sym___inline] = ACTIONS(2261), + [anon_sym___inline__] = ACTIONS(2261), + [anon_sym___forceinline] = ACTIONS(2261), + [anon_sym_thread_local] = ACTIONS(2261), + [anon_sym___thread] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_constexpr] = ACTIONS(2261), + [anon_sym_volatile] = ACTIONS(2261), + [anon_sym_restrict] = ACTIONS(2261), + [anon_sym___restrict__] = ACTIONS(2261), + [anon_sym__Atomic] = ACTIONS(2261), + [anon_sym__Noreturn] = ACTIONS(2261), + [anon_sym_noreturn] = ACTIONS(2261), + [anon_sym__Nonnull] = ACTIONS(2261), + [anon_sym_alignas] = ACTIONS(2261), + [anon_sym__Alignas] = ACTIONS(2261), + [sym_primitive_type] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), + [anon_sym_struct] = ACTIONS(2261), + [anon_sym_union] = ACTIONS(2261), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2261), + [anon_sym_rayPayloadInEXT] = ACTIONS(2261), + [anon_sym_hitAttributeEXT] = ACTIONS(2261), + [anon_sym_callableDataEXT] = ACTIONS(2261), + [anon_sym_callableDataInEXT] = ACTIONS(2261), + [anon_sym_shaderRecordEXT] = ACTIONS(2261), + [anon_sym_rayPayloadNV] = ACTIONS(2261), + [anon_sym_rayPayloadInNV] = ACTIONS(2261), + [anon_sym_hitAttributeNV] = ACTIONS(2261), + [anon_sym_callableDataNV] = ACTIONS(2261), + [anon_sym_callableDataInNV] = ACTIONS(2261), + [anon_sym_shaderRecordNV] = ACTIONS(2261), + [anon_sym_layout] = ACTIONS(2261), + }, + [596] = { + [sym__declaration_modifiers] = STATE(902), + [sym__declaration_specifiers] = STATE(1264), + [sym_attribute_specifier] = STATE(902), + [sym_attribute_declaration] = STATE(902), + [sym_ms_declspec_modifier] = STATE(902), + [sym_compound_statement] = STATE(2143), + [sym_storage_class_specifier] = STATE(902), + [sym_type_qualifier] = STATE(902), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_variadic_parameter] = STATE(2019), + [sym_parameter_declaration] = STATE(2019), + [sym_macro_type_specifier] = STATE(968), + [sym_layout_specification] = STATE(650), + [aux_sym__declaration_specifiers_repeat1] = STATE(902), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_parameter_declaration_repeat1] = STATE(650), + [sym_identifier] = ACTIONS(1563), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1746), + [anon_sym_RPAREN] = ACTIONS(1748), + [anon_sym_precise] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_out] = ACTIONS(1754), + [anon_sym_inout] = ACTIONS(1754), + [anon_sym_uniform] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_attribute] = ACTIONS(1754), + [anon_sym_varying] = ACTIONS(1754), + [anon_sym_buffer] = ACTIONS(1754), + [anon_sym_coherent] = ACTIONS(1754), + [anon_sym_readonly] = ACTIONS(1754), + [anon_sym_writeonly] = ACTIONS(1754), + [anon_sym_centroid] = ACTIONS(1754), + [anon_sym_sample] = ACTIONS(1754), + [anon_sym_patch] = ACTIONS(1754), + [anon_sym_smooth] = ACTIONS(1754), + [anon_sym_flat] = ACTIONS(1754), + [anon_sym_noperspective] = ACTIONS(1754), + [anon_sym___extension__] = ACTIONS(53), + [anon_sym_extern] = ACTIONS(51), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), + [anon_sym___declspec] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(47), + [anon_sym_signed] = ACTIONS(49), + [anon_sym_unsigned] = ACTIONS(49), + [anon_sym_long] = ACTIONS(49), + [anon_sym_short] = ACTIONS(49), + [anon_sym_static] = ACTIONS(51), + [anon_sym_auto] = ACTIONS(51), + [anon_sym_register] = ACTIONS(51), + [anon_sym_inline] = ACTIONS(51), + [anon_sym___inline] = ACTIONS(51), + [anon_sym___inline__] = ACTIONS(51), + [anon_sym___forceinline] = ACTIONS(51), + [anon_sym_thread_local] = ACTIONS(51), + [anon_sym___thread] = ACTIONS(51), + [anon_sym_const] = ACTIONS(53), + [anon_sym_constexpr] = ACTIONS(53), + [anon_sym_volatile] = ACTIONS(53), + [anon_sym_restrict] = ACTIONS(53), + [anon_sym___restrict__] = ACTIONS(53), + [anon_sym__Atomic] = ACTIONS(53), + [anon_sym__Noreturn] = ACTIONS(53), + [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), + [anon_sym_alignas] = ACTIONS(55), + [anon_sym__Alignas] = ACTIONS(55), + [sym_primitive_type] = ACTIONS(57), + [anon_sym_enum] = ACTIONS(59), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(63), + [sym_comment] = ACTIONS(3), + [anon_sym_layout] = ACTIONS(1760), + }, + [597] = { + [sym_type_qualifier] = STATE(586), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1218), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(586), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2337), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2339), + [anon_sym_RBRACK] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -95687,6 +95476,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -95704,57 +95494,1019 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [625] = { - [sym_type_qualifier] = STATE(847), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1209), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(847), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2306), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2302), - [anon_sym_RBRACK] = ACTIONS(2308), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [598] = { + [sym_identifier] = ACTIONS(2257), + [aux_sym_preproc_def_token1] = ACTIONS(2257), + [aux_sym_preproc_if_token1] = ACTIONS(2257), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2257), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2257), + [sym_preproc_directive] = ACTIONS(2257), + [anon_sym_subroutine] = ACTIONS(2257), + [anon_sym_invariant] = ACTIONS(2257), + [anon_sym_precise] = ACTIONS(2257), + [anon_sym_in] = ACTIONS(2257), + [anon_sym_out] = ACTIONS(2257), + [anon_sym_inout] = ACTIONS(2257), + [anon_sym_uniform] = ACTIONS(2257), + [anon_sym_shared] = ACTIONS(2257), + [anon_sym_attribute] = ACTIONS(2257), + [anon_sym_varying] = ACTIONS(2257), + [anon_sym_buffer] = ACTIONS(2257), + [anon_sym_coherent] = ACTIONS(2257), + [anon_sym_readonly] = ACTIONS(2257), + [anon_sym_writeonly] = ACTIONS(2257), + [anon_sym_precision] = ACTIONS(2257), + [anon_sym_highp] = ACTIONS(2257), + [anon_sym_mediump] = ACTIONS(2257), + [anon_sym_lowp] = ACTIONS(2257), + [anon_sym_centroid] = ACTIONS(2257), + [anon_sym_sample] = ACTIONS(2257), + [anon_sym_patch] = ACTIONS(2257), + [anon_sym_smooth] = ACTIONS(2257), + [anon_sym_flat] = ACTIONS(2257), + [anon_sym_noperspective] = ACTIONS(2257), + [anon_sym___extension__] = ACTIONS(2257), + [anon_sym_extern] = ACTIONS(2257), + [anon_sym___attribute__] = ACTIONS(2257), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2259), + [anon_sym___declspec] = ACTIONS(2257), + [anon_sym_RBRACE] = ACTIONS(2259), + [anon_sym_signed] = ACTIONS(2257), + [anon_sym_unsigned] = ACTIONS(2257), + [anon_sym_long] = ACTIONS(2257), + [anon_sym_short] = ACTIONS(2257), + [anon_sym_static] = ACTIONS(2257), + [anon_sym_auto] = ACTIONS(2257), + [anon_sym_register] = ACTIONS(2257), + [anon_sym_inline] = ACTIONS(2257), + [anon_sym___inline] = ACTIONS(2257), + [anon_sym___inline__] = ACTIONS(2257), + [anon_sym___forceinline] = ACTIONS(2257), + [anon_sym_thread_local] = ACTIONS(2257), + [anon_sym___thread] = ACTIONS(2257), + [anon_sym_const] = ACTIONS(2257), + [anon_sym_constexpr] = ACTIONS(2257), + [anon_sym_volatile] = ACTIONS(2257), + [anon_sym_restrict] = ACTIONS(2257), + [anon_sym___restrict__] = ACTIONS(2257), + [anon_sym__Atomic] = ACTIONS(2257), + [anon_sym__Noreturn] = ACTIONS(2257), + [anon_sym_noreturn] = ACTIONS(2257), + [anon_sym__Nonnull] = ACTIONS(2257), + [anon_sym_alignas] = ACTIONS(2257), + [anon_sym__Alignas] = ACTIONS(2257), + [sym_primitive_type] = ACTIONS(2257), + [anon_sym_enum] = ACTIONS(2257), + [anon_sym_struct] = ACTIONS(2257), + [anon_sym_union] = ACTIONS(2257), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2257), + [anon_sym_rayPayloadInEXT] = ACTIONS(2257), + [anon_sym_hitAttributeEXT] = ACTIONS(2257), + [anon_sym_callableDataEXT] = ACTIONS(2257), + [anon_sym_callableDataInEXT] = ACTIONS(2257), + [anon_sym_shaderRecordEXT] = ACTIONS(2257), + [anon_sym_rayPayloadNV] = ACTIONS(2257), + [anon_sym_rayPayloadInNV] = ACTIONS(2257), + [anon_sym_hitAttributeNV] = ACTIONS(2257), + [anon_sym_callableDataNV] = ACTIONS(2257), + [anon_sym_callableDataInNV] = ACTIONS(2257), + [anon_sym_shaderRecordNV] = ACTIONS(2257), + [anon_sym_layout] = ACTIONS(2257), + }, + [599] = { + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym_RBRACE] = ACTIONS(1519), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), + }, + [600] = { + [sym_identifier] = ACTIONS(2257), + [aux_sym_preproc_def_token1] = ACTIONS(2257), + [aux_sym_preproc_if_token1] = ACTIONS(2257), + [aux_sym_preproc_if_token2] = ACTIONS(2257), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2257), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2257), + [sym_preproc_directive] = ACTIONS(2257), + [anon_sym_subroutine] = ACTIONS(2257), + [anon_sym_invariant] = ACTIONS(2257), + [anon_sym_precise] = ACTIONS(2257), + [anon_sym_in] = ACTIONS(2257), + [anon_sym_out] = ACTIONS(2257), + [anon_sym_inout] = ACTIONS(2257), + [anon_sym_uniform] = ACTIONS(2257), + [anon_sym_shared] = ACTIONS(2257), + [anon_sym_attribute] = ACTIONS(2257), + [anon_sym_varying] = ACTIONS(2257), + [anon_sym_buffer] = ACTIONS(2257), + [anon_sym_coherent] = ACTIONS(2257), + [anon_sym_readonly] = ACTIONS(2257), + [anon_sym_writeonly] = ACTIONS(2257), + [anon_sym_precision] = ACTIONS(2257), + [anon_sym_highp] = ACTIONS(2257), + [anon_sym_mediump] = ACTIONS(2257), + [anon_sym_lowp] = ACTIONS(2257), + [anon_sym_centroid] = ACTIONS(2257), + [anon_sym_sample] = ACTIONS(2257), + [anon_sym_patch] = ACTIONS(2257), + [anon_sym_smooth] = ACTIONS(2257), + [anon_sym_flat] = ACTIONS(2257), + [anon_sym_noperspective] = ACTIONS(2257), + [anon_sym___extension__] = ACTIONS(2257), + [anon_sym_extern] = ACTIONS(2257), + [anon_sym___attribute__] = ACTIONS(2257), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2259), + [anon_sym___declspec] = ACTIONS(2257), + [anon_sym_signed] = ACTIONS(2257), + [anon_sym_unsigned] = ACTIONS(2257), + [anon_sym_long] = ACTIONS(2257), + [anon_sym_short] = ACTIONS(2257), + [anon_sym_static] = ACTIONS(2257), + [anon_sym_auto] = ACTIONS(2257), + [anon_sym_register] = ACTIONS(2257), + [anon_sym_inline] = ACTIONS(2257), + [anon_sym___inline] = ACTIONS(2257), + [anon_sym___inline__] = ACTIONS(2257), + [anon_sym___forceinline] = ACTIONS(2257), + [anon_sym_thread_local] = ACTIONS(2257), + [anon_sym___thread] = ACTIONS(2257), + [anon_sym_const] = ACTIONS(2257), + [anon_sym_constexpr] = ACTIONS(2257), + [anon_sym_volatile] = ACTIONS(2257), + [anon_sym_restrict] = ACTIONS(2257), + [anon_sym___restrict__] = ACTIONS(2257), + [anon_sym__Atomic] = ACTIONS(2257), + [anon_sym__Noreturn] = ACTIONS(2257), + [anon_sym_noreturn] = ACTIONS(2257), + [anon_sym__Nonnull] = ACTIONS(2257), + [anon_sym_alignas] = ACTIONS(2257), + [anon_sym__Alignas] = ACTIONS(2257), + [sym_primitive_type] = ACTIONS(2257), + [anon_sym_enum] = ACTIONS(2257), + [anon_sym_struct] = ACTIONS(2257), + [anon_sym_union] = ACTIONS(2257), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2257), + [anon_sym_rayPayloadInEXT] = ACTIONS(2257), + [anon_sym_hitAttributeEXT] = ACTIONS(2257), + [anon_sym_callableDataEXT] = ACTIONS(2257), + [anon_sym_callableDataInEXT] = ACTIONS(2257), + [anon_sym_shaderRecordEXT] = ACTIONS(2257), + [anon_sym_rayPayloadNV] = ACTIONS(2257), + [anon_sym_rayPayloadInNV] = ACTIONS(2257), + [anon_sym_hitAttributeNV] = ACTIONS(2257), + [anon_sym_callableDataNV] = ACTIONS(2257), + [anon_sym_callableDataInNV] = ACTIONS(2257), + [anon_sym_shaderRecordNV] = ACTIONS(2257), + [anon_sym_layout] = ACTIONS(2257), + }, + [601] = { + [sym_identifier] = ACTIONS(2281), + [aux_sym_preproc_def_token1] = ACTIONS(2281), + [aux_sym_preproc_if_token1] = ACTIONS(2281), + [aux_sym_preproc_if_token2] = ACTIONS(2281), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2281), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2281), + [sym_preproc_directive] = ACTIONS(2281), + [anon_sym_subroutine] = ACTIONS(2281), + [anon_sym_invariant] = ACTIONS(2281), + [anon_sym_precise] = ACTIONS(2281), + [anon_sym_in] = ACTIONS(2281), + [anon_sym_out] = ACTIONS(2281), + [anon_sym_inout] = ACTIONS(2281), + [anon_sym_uniform] = ACTIONS(2281), + [anon_sym_shared] = ACTIONS(2281), + [anon_sym_attribute] = ACTIONS(2281), + [anon_sym_varying] = ACTIONS(2281), + [anon_sym_buffer] = ACTIONS(2281), + [anon_sym_coherent] = ACTIONS(2281), + [anon_sym_readonly] = ACTIONS(2281), + [anon_sym_writeonly] = ACTIONS(2281), + [anon_sym_precision] = ACTIONS(2281), + [anon_sym_highp] = ACTIONS(2281), + [anon_sym_mediump] = ACTIONS(2281), + [anon_sym_lowp] = ACTIONS(2281), + [anon_sym_centroid] = ACTIONS(2281), + [anon_sym_sample] = ACTIONS(2281), + [anon_sym_patch] = ACTIONS(2281), + [anon_sym_smooth] = ACTIONS(2281), + [anon_sym_flat] = ACTIONS(2281), + [anon_sym_noperspective] = ACTIONS(2281), + [anon_sym___extension__] = ACTIONS(2281), + [anon_sym_extern] = ACTIONS(2281), + [anon_sym___attribute__] = ACTIONS(2281), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2283), + [anon_sym___declspec] = ACTIONS(2281), + [anon_sym_signed] = ACTIONS(2281), + [anon_sym_unsigned] = ACTIONS(2281), + [anon_sym_long] = ACTIONS(2281), + [anon_sym_short] = ACTIONS(2281), + [anon_sym_static] = ACTIONS(2281), + [anon_sym_auto] = ACTIONS(2281), + [anon_sym_register] = ACTIONS(2281), + [anon_sym_inline] = ACTIONS(2281), + [anon_sym___inline] = ACTIONS(2281), + [anon_sym___inline__] = ACTIONS(2281), + [anon_sym___forceinline] = ACTIONS(2281), + [anon_sym_thread_local] = ACTIONS(2281), + [anon_sym___thread] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [anon_sym_constexpr] = ACTIONS(2281), + [anon_sym_volatile] = ACTIONS(2281), + [anon_sym_restrict] = ACTIONS(2281), + [anon_sym___restrict__] = ACTIONS(2281), + [anon_sym__Atomic] = ACTIONS(2281), + [anon_sym__Noreturn] = ACTIONS(2281), + [anon_sym_noreturn] = ACTIONS(2281), + [anon_sym__Nonnull] = ACTIONS(2281), + [anon_sym_alignas] = ACTIONS(2281), + [anon_sym__Alignas] = ACTIONS(2281), + [sym_primitive_type] = ACTIONS(2281), + [anon_sym_enum] = ACTIONS(2281), + [anon_sym_struct] = ACTIONS(2281), + [anon_sym_union] = ACTIONS(2281), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2281), + [anon_sym_rayPayloadInEXT] = ACTIONS(2281), + [anon_sym_hitAttributeEXT] = ACTIONS(2281), + [anon_sym_callableDataEXT] = ACTIONS(2281), + [anon_sym_callableDataInEXT] = ACTIONS(2281), + [anon_sym_shaderRecordEXT] = ACTIONS(2281), + [anon_sym_rayPayloadNV] = ACTIONS(2281), + [anon_sym_rayPayloadInNV] = ACTIONS(2281), + [anon_sym_hitAttributeNV] = ACTIONS(2281), + [anon_sym_callableDataNV] = ACTIONS(2281), + [anon_sym_callableDataInNV] = ACTIONS(2281), + [anon_sym_shaderRecordNV] = ACTIONS(2281), + [anon_sym_layout] = ACTIONS(2281), + }, + [602] = { + [sym_identifier] = ACTIONS(2281), + [aux_sym_preproc_def_token1] = ACTIONS(2281), + [aux_sym_preproc_if_token1] = ACTIONS(2281), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2281), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2281), + [sym_preproc_directive] = ACTIONS(2281), + [anon_sym_subroutine] = ACTIONS(2281), + [anon_sym_invariant] = ACTIONS(2281), + [anon_sym_precise] = ACTIONS(2281), + [anon_sym_in] = ACTIONS(2281), + [anon_sym_out] = ACTIONS(2281), + [anon_sym_inout] = ACTIONS(2281), + [anon_sym_uniform] = ACTIONS(2281), + [anon_sym_shared] = ACTIONS(2281), + [anon_sym_attribute] = ACTIONS(2281), + [anon_sym_varying] = ACTIONS(2281), + [anon_sym_buffer] = ACTIONS(2281), + [anon_sym_coherent] = ACTIONS(2281), + [anon_sym_readonly] = ACTIONS(2281), + [anon_sym_writeonly] = ACTIONS(2281), + [anon_sym_precision] = ACTIONS(2281), + [anon_sym_highp] = ACTIONS(2281), + [anon_sym_mediump] = ACTIONS(2281), + [anon_sym_lowp] = ACTIONS(2281), + [anon_sym_centroid] = ACTIONS(2281), + [anon_sym_sample] = ACTIONS(2281), + [anon_sym_patch] = ACTIONS(2281), + [anon_sym_smooth] = ACTIONS(2281), + [anon_sym_flat] = ACTIONS(2281), + [anon_sym_noperspective] = ACTIONS(2281), + [anon_sym___extension__] = ACTIONS(2281), + [anon_sym_extern] = ACTIONS(2281), + [anon_sym___attribute__] = ACTIONS(2281), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2283), + [anon_sym___declspec] = ACTIONS(2281), + [anon_sym_RBRACE] = ACTIONS(2283), + [anon_sym_signed] = ACTIONS(2281), + [anon_sym_unsigned] = ACTIONS(2281), + [anon_sym_long] = ACTIONS(2281), + [anon_sym_short] = ACTIONS(2281), + [anon_sym_static] = ACTIONS(2281), + [anon_sym_auto] = ACTIONS(2281), + [anon_sym_register] = ACTIONS(2281), + [anon_sym_inline] = ACTIONS(2281), + [anon_sym___inline] = ACTIONS(2281), + [anon_sym___inline__] = ACTIONS(2281), + [anon_sym___forceinline] = ACTIONS(2281), + [anon_sym_thread_local] = ACTIONS(2281), + [anon_sym___thread] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [anon_sym_constexpr] = ACTIONS(2281), + [anon_sym_volatile] = ACTIONS(2281), + [anon_sym_restrict] = ACTIONS(2281), + [anon_sym___restrict__] = ACTIONS(2281), + [anon_sym__Atomic] = ACTIONS(2281), + [anon_sym__Noreturn] = ACTIONS(2281), + [anon_sym_noreturn] = ACTIONS(2281), + [anon_sym__Nonnull] = ACTIONS(2281), + [anon_sym_alignas] = ACTIONS(2281), + [anon_sym__Alignas] = ACTIONS(2281), + [sym_primitive_type] = ACTIONS(2281), + [anon_sym_enum] = ACTIONS(2281), + [anon_sym_struct] = ACTIONS(2281), + [anon_sym_union] = ACTIONS(2281), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2281), + [anon_sym_rayPayloadInEXT] = ACTIONS(2281), + [anon_sym_hitAttributeEXT] = ACTIONS(2281), + [anon_sym_callableDataEXT] = ACTIONS(2281), + [anon_sym_callableDataInEXT] = ACTIONS(2281), + [anon_sym_shaderRecordEXT] = ACTIONS(2281), + [anon_sym_rayPayloadNV] = ACTIONS(2281), + [anon_sym_rayPayloadInNV] = ACTIONS(2281), + [anon_sym_hitAttributeNV] = ACTIONS(2281), + [anon_sym_callableDataNV] = ACTIONS(2281), + [anon_sym_callableDataInNV] = ACTIONS(2281), + [anon_sym_shaderRecordNV] = ACTIONS(2281), + [anon_sym_layout] = ACTIONS(2281), + }, + [603] = { + [sym_identifier] = ACTIONS(2249), + [aux_sym_preproc_def_token1] = ACTIONS(2249), + [aux_sym_preproc_if_token1] = ACTIONS(2249), + [aux_sym_preproc_if_token2] = ACTIONS(2249), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2249), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2249), + [sym_preproc_directive] = ACTIONS(2249), + [anon_sym_subroutine] = ACTIONS(2249), + [anon_sym_invariant] = ACTIONS(2249), + [anon_sym_precise] = ACTIONS(2249), + [anon_sym_in] = ACTIONS(2249), + [anon_sym_out] = ACTIONS(2249), + [anon_sym_inout] = ACTIONS(2249), + [anon_sym_uniform] = ACTIONS(2249), + [anon_sym_shared] = ACTIONS(2249), + [anon_sym_attribute] = ACTIONS(2249), + [anon_sym_varying] = ACTIONS(2249), + [anon_sym_buffer] = ACTIONS(2249), + [anon_sym_coherent] = ACTIONS(2249), + [anon_sym_readonly] = ACTIONS(2249), + [anon_sym_writeonly] = ACTIONS(2249), + [anon_sym_precision] = ACTIONS(2249), + [anon_sym_highp] = ACTIONS(2249), + [anon_sym_mediump] = ACTIONS(2249), + [anon_sym_lowp] = ACTIONS(2249), + [anon_sym_centroid] = ACTIONS(2249), + [anon_sym_sample] = ACTIONS(2249), + [anon_sym_patch] = ACTIONS(2249), + [anon_sym_smooth] = ACTIONS(2249), + [anon_sym_flat] = ACTIONS(2249), + [anon_sym_noperspective] = ACTIONS(2249), + [anon_sym___extension__] = ACTIONS(2249), + [anon_sym_extern] = ACTIONS(2249), + [anon_sym___attribute__] = ACTIONS(2249), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2251), + [anon_sym___declspec] = ACTIONS(2249), + [anon_sym_signed] = ACTIONS(2249), + [anon_sym_unsigned] = ACTIONS(2249), + [anon_sym_long] = ACTIONS(2249), + [anon_sym_short] = ACTIONS(2249), + [anon_sym_static] = ACTIONS(2249), + [anon_sym_auto] = ACTIONS(2249), + [anon_sym_register] = ACTIONS(2249), + [anon_sym_inline] = ACTIONS(2249), + [anon_sym___inline] = ACTIONS(2249), + [anon_sym___inline__] = ACTIONS(2249), + [anon_sym___forceinline] = ACTIONS(2249), + [anon_sym_thread_local] = ACTIONS(2249), + [anon_sym___thread] = ACTIONS(2249), + [anon_sym_const] = ACTIONS(2249), + [anon_sym_constexpr] = ACTIONS(2249), + [anon_sym_volatile] = ACTIONS(2249), + [anon_sym_restrict] = ACTIONS(2249), + [anon_sym___restrict__] = ACTIONS(2249), + [anon_sym__Atomic] = ACTIONS(2249), + [anon_sym__Noreturn] = ACTIONS(2249), + [anon_sym_noreturn] = ACTIONS(2249), + [anon_sym__Nonnull] = ACTIONS(2249), + [anon_sym_alignas] = ACTIONS(2249), + [anon_sym__Alignas] = ACTIONS(2249), + [sym_primitive_type] = ACTIONS(2249), + [anon_sym_enum] = ACTIONS(2249), + [anon_sym_struct] = ACTIONS(2249), + [anon_sym_union] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2249), + [anon_sym_rayPayloadInEXT] = ACTIONS(2249), + [anon_sym_hitAttributeEXT] = ACTIONS(2249), + [anon_sym_callableDataEXT] = ACTIONS(2249), + [anon_sym_callableDataInEXT] = ACTIONS(2249), + [anon_sym_shaderRecordEXT] = ACTIONS(2249), + [anon_sym_rayPayloadNV] = ACTIONS(2249), + [anon_sym_rayPayloadInNV] = ACTIONS(2249), + [anon_sym_hitAttributeNV] = ACTIONS(2249), + [anon_sym_callableDataNV] = ACTIONS(2249), + [anon_sym_callableDataInNV] = ACTIONS(2249), + [anon_sym_shaderRecordNV] = ACTIONS(2249), + [anon_sym_layout] = ACTIONS(2249), + }, + [604] = { + [sym_identifier] = ACTIONS(2269), + [aux_sym_preproc_def_token1] = ACTIONS(2269), + [aux_sym_preproc_if_token1] = ACTIONS(2269), + [aux_sym_preproc_if_token2] = ACTIONS(2269), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2269), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2269), + [sym_preproc_directive] = ACTIONS(2269), + [anon_sym_subroutine] = ACTIONS(2269), + [anon_sym_invariant] = ACTIONS(2269), + [anon_sym_precise] = ACTIONS(2269), + [anon_sym_in] = ACTIONS(2269), + [anon_sym_out] = ACTIONS(2269), + [anon_sym_inout] = ACTIONS(2269), + [anon_sym_uniform] = ACTIONS(2269), + [anon_sym_shared] = ACTIONS(2269), + [anon_sym_attribute] = ACTIONS(2269), + [anon_sym_varying] = ACTIONS(2269), + [anon_sym_buffer] = ACTIONS(2269), + [anon_sym_coherent] = ACTIONS(2269), + [anon_sym_readonly] = ACTIONS(2269), + [anon_sym_writeonly] = ACTIONS(2269), + [anon_sym_precision] = ACTIONS(2269), + [anon_sym_highp] = ACTIONS(2269), + [anon_sym_mediump] = ACTIONS(2269), + [anon_sym_lowp] = ACTIONS(2269), + [anon_sym_centroid] = ACTIONS(2269), + [anon_sym_sample] = ACTIONS(2269), + [anon_sym_patch] = ACTIONS(2269), + [anon_sym_smooth] = ACTIONS(2269), + [anon_sym_flat] = ACTIONS(2269), + [anon_sym_noperspective] = ACTIONS(2269), + [anon_sym___extension__] = ACTIONS(2269), + [anon_sym_extern] = ACTIONS(2269), + [anon_sym___attribute__] = ACTIONS(2269), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2271), + [anon_sym___declspec] = ACTIONS(2269), + [anon_sym_signed] = ACTIONS(2269), + [anon_sym_unsigned] = ACTIONS(2269), + [anon_sym_long] = ACTIONS(2269), + [anon_sym_short] = ACTIONS(2269), + [anon_sym_static] = ACTIONS(2269), + [anon_sym_auto] = ACTIONS(2269), + [anon_sym_register] = ACTIONS(2269), + [anon_sym_inline] = ACTIONS(2269), + [anon_sym___inline] = ACTIONS(2269), + [anon_sym___inline__] = ACTIONS(2269), + [anon_sym___forceinline] = ACTIONS(2269), + [anon_sym_thread_local] = ACTIONS(2269), + [anon_sym___thread] = ACTIONS(2269), + [anon_sym_const] = ACTIONS(2269), + [anon_sym_constexpr] = ACTIONS(2269), + [anon_sym_volatile] = ACTIONS(2269), + [anon_sym_restrict] = ACTIONS(2269), + [anon_sym___restrict__] = ACTIONS(2269), + [anon_sym__Atomic] = ACTIONS(2269), + [anon_sym__Noreturn] = ACTIONS(2269), + [anon_sym_noreturn] = ACTIONS(2269), + [anon_sym__Nonnull] = ACTIONS(2269), + [anon_sym_alignas] = ACTIONS(2269), + [anon_sym__Alignas] = ACTIONS(2269), + [sym_primitive_type] = ACTIONS(2269), + [anon_sym_enum] = ACTIONS(2269), + [anon_sym_struct] = ACTIONS(2269), + [anon_sym_union] = ACTIONS(2269), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2269), + [anon_sym_rayPayloadInEXT] = ACTIONS(2269), + [anon_sym_hitAttributeEXT] = ACTIONS(2269), + [anon_sym_callableDataEXT] = ACTIONS(2269), + [anon_sym_callableDataInEXT] = ACTIONS(2269), + [anon_sym_shaderRecordEXT] = ACTIONS(2269), + [anon_sym_rayPayloadNV] = ACTIONS(2269), + [anon_sym_rayPayloadInNV] = ACTIONS(2269), + [anon_sym_hitAttributeNV] = ACTIONS(2269), + [anon_sym_callableDataNV] = ACTIONS(2269), + [anon_sym_callableDataInNV] = ACTIONS(2269), + [anon_sym_shaderRecordNV] = ACTIONS(2269), + [anon_sym_layout] = ACTIONS(2269), + }, + [605] = { + [sym_identifier] = ACTIONS(2293), + [aux_sym_preproc_def_token1] = ACTIONS(2293), + [aux_sym_preproc_if_token1] = ACTIONS(2293), + [aux_sym_preproc_if_token2] = ACTIONS(2293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2293), + [sym_preproc_directive] = ACTIONS(2293), + [anon_sym_subroutine] = ACTIONS(2293), + [anon_sym_invariant] = ACTIONS(2293), + [anon_sym_precise] = ACTIONS(2293), + [anon_sym_in] = ACTIONS(2293), + [anon_sym_out] = ACTIONS(2293), + [anon_sym_inout] = ACTIONS(2293), + [anon_sym_uniform] = ACTIONS(2293), + [anon_sym_shared] = ACTIONS(2293), + [anon_sym_attribute] = ACTIONS(2293), + [anon_sym_varying] = ACTIONS(2293), + [anon_sym_buffer] = ACTIONS(2293), + [anon_sym_coherent] = ACTIONS(2293), + [anon_sym_readonly] = ACTIONS(2293), + [anon_sym_writeonly] = ACTIONS(2293), + [anon_sym_precision] = ACTIONS(2293), + [anon_sym_highp] = ACTIONS(2293), + [anon_sym_mediump] = ACTIONS(2293), + [anon_sym_lowp] = ACTIONS(2293), + [anon_sym_centroid] = ACTIONS(2293), + [anon_sym_sample] = ACTIONS(2293), + [anon_sym_patch] = ACTIONS(2293), + [anon_sym_smooth] = ACTIONS(2293), + [anon_sym_flat] = ACTIONS(2293), + [anon_sym_noperspective] = ACTIONS(2293), + [anon_sym___extension__] = ACTIONS(2293), + [anon_sym_extern] = ACTIONS(2293), + [anon_sym___attribute__] = ACTIONS(2293), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2295), + [anon_sym___declspec] = ACTIONS(2293), + [anon_sym_signed] = ACTIONS(2293), + [anon_sym_unsigned] = ACTIONS(2293), + [anon_sym_long] = ACTIONS(2293), + [anon_sym_short] = ACTIONS(2293), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_auto] = ACTIONS(2293), + [anon_sym_register] = ACTIONS(2293), + [anon_sym_inline] = ACTIONS(2293), + [anon_sym___inline] = ACTIONS(2293), + [anon_sym___inline__] = ACTIONS(2293), + [anon_sym___forceinline] = ACTIONS(2293), + [anon_sym_thread_local] = ACTIONS(2293), + [anon_sym___thread] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_constexpr] = ACTIONS(2293), + [anon_sym_volatile] = ACTIONS(2293), + [anon_sym_restrict] = ACTIONS(2293), + [anon_sym___restrict__] = ACTIONS(2293), + [anon_sym__Atomic] = ACTIONS(2293), + [anon_sym__Noreturn] = ACTIONS(2293), + [anon_sym_noreturn] = ACTIONS(2293), + [anon_sym__Nonnull] = ACTIONS(2293), + [anon_sym_alignas] = ACTIONS(2293), + [anon_sym__Alignas] = ACTIONS(2293), + [sym_primitive_type] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), + [anon_sym_struct] = ACTIONS(2293), + [anon_sym_union] = ACTIONS(2293), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2293), + [anon_sym_rayPayloadInEXT] = ACTIONS(2293), + [anon_sym_hitAttributeEXT] = ACTIONS(2293), + [anon_sym_callableDataEXT] = ACTIONS(2293), + [anon_sym_callableDataInEXT] = ACTIONS(2293), + [anon_sym_shaderRecordEXT] = ACTIONS(2293), + [anon_sym_rayPayloadNV] = ACTIONS(2293), + [anon_sym_rayPayloadInNV] = ACTIONS(2293), + [anon_sym_hitAttributeNV] = ACTIONS(2293), + [anon_sym_callableDataNV] = ACTIONS(2293), + [anon_sym_callableDataInNV] = ACTIONS(2293), + [anon_sym_shaderRecordNV] = ACTIONS(2293), + [anon_sym_layout] = ACTIONS(2293), + }, + [606] = { + [sym_identifier] = ACTIONS(2277), + [aux_sym_preproc_def_token1] = ACTIONS(2277), + [aux_sym_preproc_if_token1] = ACTIONS(2277), + [aux_sym_preproc_if_token2] = ACTIONS(2277), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2277), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2277), + [sym_preproc_directive] = ACTIONS(2277), + [anon_sym_subroutine] = ACTIONS(2277), + [anon_sym_invariant] = ACTIONS(2277), + [anon_sym_precise] = ACTIONS(2277), + [anon_sym_in] = ACTIONS(2277), + [anon_sym_out] = ACTIONS(2277), + [anon_sym_inout] = ACTIONS(2277), + [anon_sym_uniform] = ACTIONS(2277), + [anon_sym_shared] = ACTIONS(2277), + [anon_sym_attribute] = ACTIONS(2277), + [anon_sym_varying] = ACTIONS(2277), + [anon_sym_buffer] = ACTIONS(2277), + [anon_sym_coherent] = ACTIONS(2277), + [anon_sym_readonly] = ACTIONS(2277), + [anon_sym_writeonly] = ACTIONS(2277), + [anon_sym_precision] = ACTIONS(2277), + [anon_sym_highp] = ACTIONS(2277), + [anon_sym_mediump] = ACTIONS(2277), + [anon_sym_lowp] = ACTIONS(2277), + [anon_sym_centroid] = ACTIONS(2277), + [anon_sym_sample] = ACTIONS(2277), + [anon_sym_patch] = ACTIONS(2277), + [anon_sym_smooth] = ACTIONS(2277), + [anon_sym_flat] = ACTIONS(2277), + [anon_sym_noperspective] = ACTIONS(2277), + [anon_sym___extension__] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2277), + [anon_sym___attribute__] = ACTIONS(2277), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2279), + [anon_sym___declspec] = ACTIONS(2277), + [anon_sym_signed] = ACTIONS(2277), + [anon_sym_unsigned] = ACTIONS(2277), + [anon_sym_long] = ACTIONS(2277), + [anon_sym_short] = ACTIONS(2277), + [anon_sym_static] = ACTIONS(2277), + [anon_sym_auto] = ACTIONS(2277), + [anon_sym_register] = ACTIONS(2277), + [anon_sym_inline] = ACTIONS(2277), + [anon_sym___inline] = ACTIONS(2277), + [anon_sym___inline__] = ACTIONS(2277), + [anon_sym___forceinline] = ACTIONS(2277), + [anon_sym_thread_local] = ACTIONS(2277), + [anon_sym___thread] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [anon_sym_constexpr] = ACTIONS(2277), + [anon_sym_volatile] = ACTIONS(2277), + [anon_sym_restrict] = ACTIONS(2277), + [anon_sym___restrict__] = ACTIONS(2277), + [anon_sym__Atomic] = ACTIONS(2277), + [anon_sym__Noreturn] = ACTIONS(2277), + [anon_sym_noreturn] = ACTIONS(2277), + [anon_sym__Nonnull] = ACTIONS(2277), + [anon_sym_alignas] = ACTIONS(2277), + [anon_sym__Alignas] = ACTIONS(2277), + [sym_primitive_type] = ACTIONS(2277), + [anon_sym_enum] = ACTIONS(2277), + [anon_sym_struct] = ACTIONS(2277), + [anon_sym_union] = ACTIONS(2277), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2277), + [anon_sym_rayPayloadInEXT] = ACTIONS(2277), + [anon_sym_hitAttributeEXT] = ACTIONS(2277), + [anon_sym_callableDataEXT] = ACTIONS(2277), + [anon_sym_callableDataInEXT] = ACTIONS(2277), + [anon_sym_shaderRecordEXT] = ACTIONS(2277), + [anon_sym_rayPayloadNV] = ACTIONS(2277), + [anon_sym_rayPayloadInNV] = ACTIONS(2277), + [anon_sym_hitAttributeNV] = ACTIONS(2277), + [anon_sym_callableDataNV] = ACTIONS(2277), + [anon_sym_callableDataInNV] = ACTIONS(2277), + [anon_sym_shaderRecordNV] = ACTIONS(2277), + [anon_sym_layout] = ACTIONS(2277), + }, + [607] = { + [sym_identifier] = 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_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1531), + [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), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), + }, + [608] = { + [sym_identifier] = ACTIONS(2241), + [aux_sym_preproc_def_token1] = ACTIONS(2241), + [aux_sym_preproc_if_token1] = ACTIONS(2241), + [aux_sym_preproc_if_token2] = ACTIONS(2241), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2241), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2241), + [sym_preproc_directive] = ACTIONS(2241), + [anon_sym_subroutine] = ACTIONS(2241), + [anon_sym_invariant] = ACTIONS(2241), + [anon_sym_precise] = ACTIONS(2241), + [anon_sym_in] = ACTIONS(2241), + [anon_sym_out] = ACTIONS(2241), + [anon_sym_inout] = ACTIONS(2241), + [anon_sym_uniform] = ACTIONS(2241), + [anon_sym_shared] = ACTIONS(2241), + [anon_sym_attribute] = ACTIONS(2241), + [anon_sym_varying] = ACTIONS(2241), + [anon_sym_buffer] = ACTIONS(2241), + [anon_sym_coherent] = ACTIONS(2241), + [anon_sym_readonly] = ACTIONS(2241), + [anon_sym_writeonly] = ACTIONS(2241), + [anon_sym_precision] = ACTIONS(2241), + [anon_sym_highp] = ACTIONS(2241), + [anon_sym_mediump] = ACTIONS(2241), + [anon_sym_lowp] = ACTIONS(2241), + [anon_sym_centroid] = ACTIONS(2241), + [anon_sym_sample] = ACTIONS(2241), + [anon_sym_patch] = ACTIONS(2241), + [anon_sym_smooth] = ACTIONS(2241), + [anon_sym_flat] = ACTIONS(2241), + [anon_sym_noperspective] = ACTIONS(2241), + [anon_sym___extension__] = ACTIONS(2241), + [anon_sym_extern] = ACTIONS(2241), + [anon_sym___attribute__] = ACTIONS(2241), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2243), + [anon_sym___declspec] = ACTIONS(2241), + [anon_sym_signed] = ACTIONS(2241), + [anon_sym_unsigned] = ACTIONS(2241), + [anon_sym_long] = ACTIONS(2241), + [anon_sym_short] = ACTIONS(2241), + [anon_sym_static] = ACTIONS(2241), + [anon_sym_auto] = ACTIONS(2241), + [anon_sym_register] = ACTIONS(2241), + [anon_sym_inline] = ACTIONS(2241), + [anon_sym___inline] = ACTIONS(2241), + [anon_sym___inline__] = ACTIONS(2241), + [anon_sym___forceinline] = ACTIONS(2241), + [anon_sym_thread_local] = ACTIONS(2241), + [anon_sym___thread] = ACTIONS(2241), + [anon_sym_const] = ACTIONS(2241), + [anon_sym_constexpr] = ACTIONS(2241), + [anon_sym_volatile] = ACTIONS(2241), + [anon_sym_restrict] = ACTIONS(2241), + [anon_sym___restrict__] = ACTIONS(2241), + [anon_sym__Atomic] = ACTIONS(2241), + [anon_sym__Noreturn] = ACTIONS(2241), + [anon_sym_noreturn] = ACTIONS(2241), + [anon_sym__Nonnull] = ACTIONS(2241), + [anon_sym_alignas] = ACTIONS(2241), + [anon_sym__Alignas] = ACTIONS(2241), + [sym_primitive_type] = ACTIONS(2241), + [anon_sym_enum] = ACTIONS(2241), + [anon_sym_struct] = ACTIONS(2241), + [anon_sym_union] = ACTIONS(2241), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2241), + [anon_sym_rayPayloadInEXT] = ACTIONS(2241), + [anon_sym_hitAttributeEXT] = ACTIONS(2241), + [anon_sym_callableDataEXT] = ACTIONS(2241), + [anon_sym_callableDataInEXT] = ACTIONS(2241), + [anon_sym_shaderRecordEXT] = ACTIONS(2241), + [anon_sym_rayPayloadNV] = ACTIONS(2241), + [anon_sym_rayPayloadInNV] = ACTIONS(2241), + [anon_sym_hitAttributeNV] = ACTIONS(2241), + [anon_sym_callableDataNV] = ACTIONS(2241), + [anon_sym_callableDataInNV] = ACTIONS(2241), + [anon_sym_shaderRecordNV] = ACTIONS(2241), + [anon_sym_layout] = ACTIONS(2241), + }, + [609] = { + [sym_identifier] = ACTIONS(2249), + [aux_sym_preproc_def_token1] = ACTIONS(2249), + [aux_sym_preproc_if_token1] = ACTIONS(2249), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2249), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2249), + [sym_preproc_directive] = ACTIONS(2249), + [anon_sym_subroutine] = ACTIONS(2249), + [anon_sym_invariant] = ACTIONS(2249), + [anon_sym_precise] = ACTIONS(2249), + [anon_sym_in] = ACTIONS(2249), + [anon_sym_out] = ACTIONS(2249), + [anon_sym_inout] = ACTIONS(2249), + [anon_sym_uniform] = ACTIONS(2249), + [anon_sym_shared] = ACTIONS(2249), + [anon_sym_attribute] = ACTIONS(2249), + [anon_sym_varying] = ACTIONS(2249), + [anon_sym_buffer] = ACTIONS(2249), + [anon_sym_coherent] = ACTIONS(2249), + [anon_sym_readonly] = ACTIONS(2249), + [anon_sym_writeonly] = ACTIONS(2249), + [anon_sym_precision] = ACTIONS(2249), + [anon_sym_highp] = ACTIONS(2249), + [anon_sym_mediump] = ACTIONS(2249), + [anon_sym_lowp] = ACTIONS(2249), + [anon_sym_centroid] = ACTIONS(2249), + [anon_sym_sample] = ACTIONS(2249), + [anon_sym_patch] = ACTIONS(2249), + [anon_sym_smooth] = ACTIONS(2249), + [anon_sym_flat] = ACTIONS(2249), + [anon_sym_noperspective] = ACTIONS(2249), + [anon_sym___extension__] = ACTIONS(2249), + [anon_sym_extern] = ACTIONS(2249), + [anon_sym___attribute__] = ACTIONS(2249), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2251), + [anon_sym___declspec] = ACTIONS(2249), + [anon_sym_RBRACE] = ACTIONS(2251), + [anon_sym_signed] = ACTIONS(2249), + [anon_sym_unsigned] = ACTIONS(2249), + [anon_sym_long] = ACTIONS(2249), + [anon_sym_short] = ACTIONS(2249), + [anon_sym_static] = ACTIONS(2249), + [anon_sym_auto] = ACTIONS(2249), + [anon_sym_register] = ACTIONS(2249), + [anon_sym_inline] = ACTIONS(2249), + [anon_sym___inline] = ACTIONS(2249), + [anon_sym___inline__] = ACTIONS(2249), + [anon_sym___forceinline] = ACTIONS(2249), + [anon_sym_thread_local] = ACTIONS(2249), + [anon_sym___thread] = ACTIONS(2249), + [anon_sym_const] = ACTIONS(2249), + [anon_sym_constexpr] = ACTIONS(2249), + [anon_sym_volatile] = ACTIONS(2249), + [anon_sym_restrict] = ACTIONS(2249), + [anon_sym___restrict__] = ACTIONS(2249), + [anon_sym__Atomic] = ACTIONS(2249), + [anon_sym__Noreturn] = ACTIONS(2249), + [anon_sym_noreturn] = ACTIONS(2249), + [anon_sym__Nonnull] = ACTIONS(2249), + [anon_sym_alignas] = ACTIONS(2249), + [anon_sym__Alignas] = ACTIONS(2249), + [sym_primitive_type] = ACTIONS(2249), + [anon_sym_enum] = ACTIONS(2249), + [anon_sym_struct] = ACTIONS(2249), + [anon_sym_union] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2249), + [anon_sym_rayPayloadInEXT] = ACTIONS(2249), + [anon_sym_hitAttributeEXT] = ACTIONS(2249), + [anon_sym_callableDataEXT] = ACTIONS(2249), + [anon_sym_callableDataInEXT] = ACTIONS(2249), + [anon_sym_shaderRecordEXT] = ACTIONS(2249), + [anon_sym_rayPayloadNV] = ACTIONS(2249), + [anon_sym_rayPayloadInNV] = ACTIONS(2249), + [anon_sym_hitAttributeNV] = ACTIONS(2249), + [anon_sym_callableDataNV] = ACTIONS(2249), + [anon_sym_callableDataInNV] = ACTIONS(2249), + [anon_sym_shaderRecordNV] = ACTIONS(2249), + [anon_sym_layout] = ACTIONS(2249), + }, + [610] = { + [sym_type_qualifier] = STATE(855), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1226), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(855), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2343), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2345), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -95764,6 +96516,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -95781,57 +96534,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [626] = { - [sym_type_qualifier] = STATE(625), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1212), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(625), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2310), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2312), - [anon_sym_RBRACK] = ACTIONS(2314), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [611] = { + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), + }, + [612] = { + [sym_type_qualifier] = STATE(855), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1232), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(855), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2347), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2349), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -95841,6 +96676,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -95858,134 +96694,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [627] = { - [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1311), - [sym_attribute_specifier] = STATE(902), - [sym_attribute_declaration] = STATE(902), - [sym_ms_declspec_modifier] = STATE(902), - [sym_storage_class_specifier] = STATE(902), - [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_variadic_parameter] = STATE(1883), - [sym_parameter_declaration] = STATE(1883), - [sym_macro_type_specifier] = STATE(980), - [sym_layout_specification] = STATE(643), - [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_parameter_declaration_repeat1] = STATE(643), - [sym_identifier] = ACTIONS(1557), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1744), - [anon_sym_RPAREN] = ACTIONS(1746), - [anon_sym_precise] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_out] = ACTIONS(1752), - [anon_sym_inout] = ACTIONS(1752), - [anon_sym_uniform] = ACTIONS(1752), - [anon_sym_shared] = ACTIONS(1752), - [anon_sym_attribute] = ACTIONS(1752), - [anon_sym_varying] = ACTIONS(1752), - [anon_sym_buffer] = ACTIONS(1752), - [anon_sym_coherent] = ACTIONS(1752), - [anon_sym_readonly] = ACTIONS(1752), - [anon_sym_writeonly] = ACTIONS(1752), - [anon_sym_centroid] = ACTIONS(1752), - [anon_sym_sample] = ACTIONS(1752), - [anon_sym_patch] = ACTIONS(1752), - [anon_sym_smooth] = ACTIONS(1752), - [anon_sym_flat] = ACTIONS(1752), - [anon_sym_noperspective] = ACTIONS(1752), - [anon_sym___extension__] = ACTIONS(53), - [anon_sym_extern] = ACTIONS(51), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(49), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_static] = ACTIONS(51), - [anon_sym_auto] = ACTIONS(51), - [anon_sym_register] = ACTIONS(51), - [anon_sym_inline] = ACTIONS(51), - [anon_sym___inline] = ACTIONS(51), - [anon_sym___inline__] = ACTIONS(51), - [anon_sym___forceinline] = ACTIONS(51), - [anon_sym_thread_local] = ACTIONS(51), - [anon_sym___thread] = ACTIONS(51), - [anon_sym_const] = ACTIONS(53), - [anon_sym_constexpr] = ACTIONS(53), - [anon_sym_volatile] = ACTIONS(53), - [anon_sym_restrict] = ACTIONS(53), - [anon_sym___restrict__] = ACTIONS(53), - [anon_sym__Atomic] = ACTIONS(53), - [anon_sym__Noreturn] = ACTIONS(53), - [anon_sym_noreturn] = ACTIONS(53), - [anon_sym_alignas] = ACTIONS(55), - [anon_sym__Alignas] = ACTIONS(55), - [sym_primitive_type] = ACTIONS(57), - [anon_sym_enum] = ACTIONS(59), - [anon_sym_struct] = ACTIONS(61), - [anon_sym_union] = ACTIONS(63), - [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(1758), - }, - [628] = { - [sym_type_qualifier] = STATE(624), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1216), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(624), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2316), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2318), - [anon_sym_RBRACK] = ACTIONS(2320), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [613] = { + [sym_type_qualifier] = STATE(855), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1231), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(855), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2351), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2353), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -95995,6 +96756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -96012,57 +96774,779 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [629] = { - [sym_type_qualifier] = STATE(847), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1206), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(847), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2322), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2302), - [anon_sym_RBRACK] = ACTIONS(2324), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [614] = { + [sym_identifier] = ACTIONS(2297), + [aux_sym_preproc_def_token1] = ACTIONS(2297), + [aux_sym_preproc_if_token1] = ACTIONS(2297), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2297), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2297), + [anon_sym_subroutine] = ACTIONS(2297), + [anon_sym_invariant] = ACTIONS(2297), + [anon_sym_precise] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2297), + [anon_sym_out] = ACTIONS(2297), + [anon_sym_inout] = ACTIONS(2297), + [anon_sym_uniform] = ACTIONS(2297), + [anon_sym_shared] = ACTIONS(2297), + [anon_sym_attribute] = ACTIONS(2297), + [anon_sym_varying] = ACTIONS(2297), + [anon_sym_buffer] = ACTIONS(2297), + [anon_sym_coherent] = ACTIONS(2297), + [anon_sym_readonly] = ACTIONS(2297), + [anon_sym_writeonly] = ACTIONS(2297), + [anon_sym_precision] = ACTIONS(2297), + [anon_sym_highp] = ACTIONS(2297), + [anon_sym_mediump] = ACTIONS(2297), + [anon_sym_lowp] = ACTIONS(2297), + [anon_sym_centroid] = ACTIONS(2297), + [anon_sym_sample] = ACTIONS(2297), + [anon_sym_patch] = ACTIONS(2297), + [anon_sym_smooth] = ACTIONS(2297), + [anon_sym_flat] = ACTIONS(2297), + [anon_sym_noperspective] = ACTIONS(2297), + [anon_sym___extension__] = ACTIONS(2297), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym___attribute__] = ACTIONS(2297), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2299), + [anon_sym___declspec] = ACTIONS(2297), + [anon_sym_RBRACE] = ACTIONS(2299), + [anon_sym_signed] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_inline] = ACTIONS(2297), + [anon_sym___inline] = ACTIONS(2297), + [anon_sym___inline__] = ACTIONS(2297), + [anon_sym___forceinline] = ACTIONS(2297), + [anon_sym_thread_local] = ACTIONS(2297), + [anon_sym___thread] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_constexpr] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym___restrict__] = ACTIONS(2297), + [anon_sym__Atomic] = ACTIONS(2297), + [anon_sym__Noreturn] = ACTIONS(2297), + [anon_sym_noreturn] = ACTIONS(2297), + [anon_sym__Nonnull] = ACTIONS(2297), + [anon_sym_alignas] = ACTIONS(2297), + [anon_sym__Alignas] = ACTIONS(2297), + [sym_primitive_type] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2297), + [anon_sym_rayPayloadInEXT] = ACTIONS(2297), + [anon_sym_hitAttributeEXT] = ACTIONS(2297), + [anon_sym_callableDataEXT] = ACTIONS(2297), + [anon_sym_callableDataInEXT] = ACTIONS(2297), + [anon_sym_shaderRecordEXT] = ACTIONS(2297), + [anon_sym_rayPayloadNV] = ACTIONS(2297), + [anon_sym_rayPayloadInNV] = ACTIONS(2297), + [anon_sym_hitAttributeNV] = ACTIONS(2297), + [anon_sym_callableDataNV] = ACTIONS(2297), + [anon_sym_callableDataInNV] = ACTIONS(2297), + [anon_sym_shaderRecordNV] = ACTIONS(2297), + [anon_sym_layout] = ACTIONS(2297), + }, + [615] = { + [sym_identifier] = ACTIONS(2301), + [aux_sym_preproc_def_token1] = ACTIONS(2301), + [aux_sym_preproc_if_token1] = ACTIONS(2301), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2301), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2301), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_subroutine] = ACTIONS(2301), + [anon_sym_invariant] = ACTIONS(2301), + [anon_sym_precise] = ACTIONS(2301), + [anon_sym_in] = ACTIONS(2301), + [anon_sym_out] = ACTIONS(2301), + [anon_sym_inout] = ACTIONS(2301), + [anon_sym_uniform] = ACTIONS(2301), + [anon_sym_shared] = ACTIONS(2301), + [anon_sym_attribute] = ACTIONS(2301), + [anon_sym_varying] = ACTIONS(2301), + [anon_sym_buffer] = ACTIONS(2301), + [anon_sym_coherent] = ACTIONS(2301), + [anon_sym_readonly] = ACTIONS(2301), + [anon_sym_writeonly] = ACTIONS(2301), + [anon_sym_precision] = ACTIONS(2301), + [anon_sym_highp] = ACTIONS(2301), + [anon_sym_mediump] = ACTIONS(2301), + [anon_sym_lowp] = ACTIONS(2301), + [anon_sym_centroid] = ACTIONS(2301), + [anon_sym_sample] = ACTIONS(2301), + [anon_sym_patch] = ACTIONS(2301), + [anon_sym_smooth] = ACTIONS(2301), + [anon_sym_flat] = ACTIONS(2301), + [anon_sym_noperspective] = ACTIONS(2301), + [anon_sym___extension__] = ACTIONS(2301), + [anon_sym_extern] = ACTIONS(2301), + [anon_sym___attribute__] = ACTIONS(2301), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2303), + [anon_sym___declspec] = ACTIONS(2301), + [anon_sym_RBRACE] = ACTIONS(2303), + [anon_sym_signed] = ACTIONS(2301), + [anon_sym_unsigned] = ACTIONS(2301), + [anon_sym_long] = ACTIONS(2301), + [anon_sym_short] = ACTIONS(2301), + [anon_sym_static] = ACTIONS(2301), + [anon_sym_auto] = ACTIONS(2301), + [anon_sym_register] = ACTIONS(2301), + [anon_sym_inline] = ACTIONS(2301), + [anon_sym___inline] = ACTIONS(2301), + [anon_sym___inline__] = ACTIONS(2301), + [anon_sym___forceinline] = ACTIONS(2301), + [anon_sym_thread_local] = ACTIONS(2301), + [anon_sym___thread] = ACTIONS(2301), + [anon_sym_const] = ACTIONS(2301), + [anon_sym_constexpr] = ACTIONS(2301), + [anon_sym_volatile] = ACTIONS(2301), + [anon_sym_restrict] = ACTIONS(2301), + [anon_sym___restrict__] = ACTIONS(2301), + [anon_sym__Atomic] = ACTIONS(2301), + [anon_sym__Noreturn] = ACTIONS(2301), + [anon_sym_noreturn] = ACTIONS(2301), + [anon_sym__Nonnull] = ACTIONS(2301), + [anon_sym_alignas] = ACTIONS(2301), + [anon_sym__Alignas] = ACTIONS(2301), + [sym_primitive_type] = ACTIONS(2301), + [anon_sym_enum] = ACTIONS(2301), + [anon_sym_struct] = ACTIONS(2301), + [anon_sym_union] = ACTIONS(2301), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2301), + [anon_sym_rayPayloadInEXT] = ACTIONS(2301), + [anon_sym_hitAttributeEXT] = ACTIONS(2301), + [anon_sym_callableDataEXT] = ACTIONS(2301), + [anon_sym_callableDataInEXT] = ACTIONS(2301), + [anon_sym_shaderRecordEXT] = ACTIONS(2301), + [anon_sym_rayPayloadNV] = ACTIONS(2301), + [anon_sym_rayPayloadInNV] = ACTIONS(2301), + [anon_sym_hitAttributeNV] = ACTIONS(2301), + [anon_sym_callableDataNV] = ACTIONS(2301), + [anon_sym_callableDataInNV] = ACTIONS(2301), + [anon_sym_shaderRecordNV] = ACTIONS(2301), + [anon_sym_layout] = ACTIONS(2301), + }, + [616] = { + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token2] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), + }, + [617] = { + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token2] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), + }, + [618] = { + [sym_identifier] = ACTIONS(1431), + [aux_sym_preproc_def_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token1] = ACTIONS(1431), + [aux_sym_preproc_if_token2] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1431), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1431), + [sym_preproc_directive] = ACTIONS(1431), + [anon_sym_subroutine] = ACTIONS(1431), + [anon_sym_invariant] = ACTIONS(1431), + [anon_sym_precise] = ACTIONS(1431), + [anon_sym_in] = ACTIONS(1431), + [anon_sym_out] = ACTIONS(1431), + [anon_sym_inout] = ACTIONS(1431), + [anon_sym_uniform] = ACTIONS(1431), + [anon_sym_shared] = ACTIONS(1431), + [anon_sym_attribute] = ACTIONS(1431), + [anon_sym_varying] = ACTIONS(1431), + [anon_sym_buffer] = ACTIONS(1431), + [anon_sym_coherent] = ACTIONS(1431), + [anon_sym_readonly] = ACTIONS(1431), + [anon_sym_writeonly] = ACTIONS(1431), + [anon_sym_precision] = ACTIONS(1431), + [anon_sym_highp] = ACTIONS(1431), + [anon_sym_mediump] = ACTIONS(1431), + [anon_sym_lowp] = ACTIONS(1431), + [anon_sym_centroid] = ACTIONS(1431), + [anon_sym_sample] = ACTIONS(1431), + [anon_sym_patch] = ACTIONS(1431), + [anon_sym_smooth] = ACTIONS(1431), + [anon_sym_flat] = ACTIONS(1431), + [anon_sym_noperspective] = ACTIONS(1431), + [anon_sym___extension__] = ACTIONS(1431), + [anon_sym_extern] = ACTIONS(1431), + [anon_sym___attribute__] = ACTIONS(1431), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1433), + [anon_sym___declspec] = ACTIONS(1431), + [anon_sym_signed] = ACTIONS(1431), + [anon_sym_unsigned] = ACTIONS(1431), + [anon_sym_long] = ACTIONS(1431), + [anon_sym_short] = ACTIONS(1431), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_auto] = ACTIONS(1431), + [anon_sym_register] = ACTIONS(1431), + [anon_sym_inline] = ACTIONS(1431), + [anon_sym___inline] = ACTIONS(1431), + [anon_sym___inline__] = ACTIONS(1431), + [anon_sym___forceinline] = ACTIONS(1431), + [anon_sym_thread_local] = ACTIONS(1431), + [anon_sym___thread] = ACTIONS(1431), + [anon_sym_const] = ACTIONS(1431), + [anon_sym_constexpr] = ACTIONS(1431), + [anon_sym_volatile] = ACTIONS(1431), + [anon_sym_restrict] = ACTIONS(1431), + [anon_sym___restrict__] = ACTIONS(1431), + [anon_sym__Atomic] = ACTIONS(1431), + [anon_sym__Noreturn] = ACTIONS(1431), + [anon_sym_noreturn] = ACTIONS(1431), + [anon_sym__Nonnull] = ACTIONS(1431), + [anon_sym_alignas] = ACTIONS(1431), + [anon_sym__Alignas] = ACTIONS(1431), + [sym_primitive_type] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1431), + [anon_sym_struct] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1431), + [anon_sym_rayPayloadInEXT] = ACTIONS(1431), + [anon_sym_hitAttributeEXT] = ACTIONS(1431), + [anon_sym_callableDataEXT] = ACTIONS(1431), + [anon_sym_callableDataInEXT] = ACTIONS(1431), + [anon_sym_shaderRecordEXT] = ACTIONS(1431), + [anon_sym_rayPayloadNV] = ACTIONS(1431), + [anon_sym_rayPayloadInNV] = ACTIONS(1431), + [anon_sym_hitAttributeNV] = ACTIONS(1431), + [anon_sym_callableDataNV] = ACTIONS(1431), + [anon_sym_callableDataInNV] = ACTIONS(1431), + [anon_sym_shaderRecordNV] = ACTIONS(1431), + [anon_sym_layout] = ACTIONS(1431), + }, + [619] = { + [sym_identifier] = ACTIONS(2273), + [aux_sym_preproc_def_token1] = ACTIONS(2273), + [aux_sym_preproc_if_token1] = ACTIONS(2273), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2273), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2273), + [sym_preproc_directive] = ACTIONS(2273), + [anon_sym_subroutine] = ACTIONS(2273), + [anon_sym_invariant] = ACTIONS(2273), + [anon_sym_precise] = ACTIONS(2273), + [anon_sym_in] = ACTIONS(2273), + [anon_sym_out] = ACTIONS(2273), + [anon_sym_inout] = ACTIONS(2273), + [anon_sym_uniform] = ACTIONS(2273), + [anon_sym_shared] = ACTIONS(2273), + [anon_sym_attribute] = ACTIONS(2273), + [anon_sym_varying] = ACTIONS(2273), + [anon_sym_buffer] = ACTIONS(2273), + [anon_sym_coherent] = ACTIONS(2273), + [anon_sym_readonly] = ACTIONS(2273), + [anon_sym_writeonly] = ACTIONS(2273), + [anon_sym_precision] = ACTIONS(2273), + [anon_sym_highp] = ACTIONS(2273), + [anon_sym_mediump] = ACTIONS(2273), + [anon_sym_lowp] = ACTIONS(2273), + [anon_sym_centroid] = ACTIONS(2273), + [anon_sym_sample] = ACTIONS(2273), + [anon_sym_patch] = ACTIONS(2273), + [anon_sym_smooth] = ACTIONS(2273), + [anon_sym_flat] = ACTIONS(2273), + [anon_sym_noperspective] = ACTIONS(2273), + [anon_sym___extension__] = ACTIONS(2273), + [anon_sym_extern] = ACTIONS(2273), + [anon_sym___attribute__] = ACTIONS(2273), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2275), + [anon_sym___declspec] = ACTIONS(2273), + [anon_sym_RBRACE] = ACTIONS(2275), + [anon_sym_signed] = ACTIONS(2273), + [anon_sym_unsigned] = ACTIONS(2273), + [anon_sym_long] = ACTIONS(2273), + [anon_sym_short] = ACTIONS(2273), + [anon_sym_static] = ACTIONS(2273), + [anon_sym_auto] = ACTIONS(2273), + [anon_sym_register] = ACTIONS(2273), + [anon_sym_inline] = ACTIONS(2273), + [anon_sym___inline] = ACTIONS(2273), + [anon_sym___inline__] = ACTIONS(2273), + [anon_sym___forceinline] = ACTIONS(2273), + [anon_sym_thread_local] = ACTIONS(2273), + [anon_sym___thread] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [anon_sym_constexpr] = ACTIONS(2273), + [anon_sym_volatile] = ACTIONS(2273), + [anon_sym_restrict] = ACTIONS(2273), + [anon_sym___restrict__] = ACTIONS(2273), + [anon_sym__Atomic] = ACTIONS(2273), + [anon_sym__Noreturn] = ACTIONS(2273), + [anon_sym_noreturn] = ACTIONS(2273), + [anon_sym__Nonnull] = ACTIONS(2273), + [anon_sym_alignas] = ACTIONS(2273), + [anon_sym__Alignas] = ACTIONS(2273), + [sym_primitive_type] = ACTIONS(2273), + [anon_sym_enum] = ACTIONS(2273), + [anon_sym_struct] = ACTIONS(2273), + [anon_sym_union] = ACTIONS(2273), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2273), + [anon_sym_rayPayloadInEXT] = ACTIONS(2273), + [anon_sym_hitAttributeEXT] = ACTIONS(2273), + [anon_sym_callableDataEXT] = ACTIONS(2273), + [anon_sym_callableDataInEXT] = ACTIONS(2273), + [anon_sym_shaderRecordEXT] = ACTIONS(2273), + [anon_sym_rayPayloadNV] = ACTIONS(2273), + [anon_sym_rayPayloadInNV] = ACTIONS(2273), + [anon_sym_hitAttributeNV] = ACTIONS(2273), + [anon_sym_callableDataNV] = ACTIONS(2273), + [anon_sym_callableDataInNV] = ACTIONS(2273), + [anon_sym_shaderRecordNV] = ACTIONS(2273), + [anon_sym_layout] = ACTIONS(2273), + }, + [620] = { + [sym_identifier] = ACTIONS(1529), + [aux_sym_preproc_def_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token1] = ACTIONS(1529), + [aux_sym_preproc_if_token2] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(1529), + [anon_sym_subroutine] = ACTIONS(1529), + [anon_sym_invariant] = ACTIONS(1529), + [anon_sym_precise] = ACTIONS(1529), + [anon_sym_in] = ACTIONS(1529), + [anon_sym_out] = ACTIONS(1529), + [anon_sym_inout] = ACTIONS(1529), + [anon_sym_uniform] = ACTIONS(1529), + [anon_sym_shared] = ACTIONS(1529), + [anon_sym_attribute] = ACTIONS(1529), + [anon_sym_varying] = ACTIONS(1529), + [anon_sym_buffer] = ACTIONS(1529), + [anon_sym_coherent] = ACTIONS(1529), + [anon_sym_readonly] = ACTIONS(1529), + [anon_sym_writeonly] = ACTIONS(1529), + [anon_sym_precision] = ACTIONS(1529), + [anon_sym_highp] = ACTIONS(1529), + [anon_sym_mediump] = ACTIONS(1529), + [anon_sym_lowp] = ACTIONS(1529), + [anon_sym_centroid] = ACTIONS(1529), + [anon_sym_sample] = ACTIONS(1529), + [anon_sym_patch] = ACTIONS(1529), + [anon_sym_smooth] = ACTIONS(1529), + [anon_sym_flat] = ACTIONS(1529), + [anon_sym_noperspective] = ACTIONS(1529), + [anon_sym___extension__] = ACTIONS(1529), + [anon_sym_extern] = ACTIONS(1529), + [anon_sym___attribute__] = ACTIONS(1529), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1531), + [anon_sym___declspec] = ACTIONS(1529), + [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), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1529), + [anon_sym_rayPayloadInEXT] = ACTIONS(1529), + [anon_sym_hitAttributeEXT] = ACTIONS(1529), + [anon_sym_callableDataEXT] = ACTIONS(1529), + [anon_sym_callableDataInEXT] = ACTIONS(1529), + [anon_sym_shaderRecordEXT] = ACTIONS(1529), + [anon_sym_rayPayloadNV] = ACTIONS(1529), + [anon_sym_rayPayloadInNV] = ACTIONS(1529), + [anon_sym_hitAttributeNV] = ACTIONS(1529), + [anon_sym_callableDataNV] = ACTIONS(1529), + [anon_sym_callableDataInNV] = ACTIONS(1529), + [anon_sym_shaderRecordNV] = ACTIONS(1529), + [anon_sym_layout] = ACTIONS(1529), + }, + [621] = { + [sym_identifier] = ACTIONS(1517), + [aux_sym_preproc_def_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token1] = ACTIONS(1517), + [aux_sym_preproc_if_token2] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1517), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1517), + [sym_preproc_directive] = ACTIONS(1517), + [anon_sym_subroutine] = ACTIONS(1517), + [anon_sym_invariant] = ACTIONS(1517), + [anon_sym_precise] = ACTIONS(1517), + [anon_sym_in] = ACTIONS(1517), + [anon_sym_out] = ACTIONS(1517), + [anon_sym_inout] = ACTIONS(1517), + [anon_sym_uniform] = ACTIONS(1517), + [anon_sym_shared] = ACTIONS(1517), + [anon_sym_attribute] = ACTIONS(1517), + [anon_sym_varying] = ACTIONS(1517), + [anon_sym_buffer] = ACTIONS(1517), + [anon_sym_coherent] = ACTIONS(1517), + [anon_sym_readonly] = ACTIONS(1517), + [anon_sym_writeonly] = ACTIONS(1517), + [anon_sym_precision] = ACTIONS(1517), + [anon_sym_highp] = ACTIONS(1517), + [anon_sym_mediump] = ACTIONS(1517), + [anon_sym_lowp] = ACTIONS(1517), + [anon_sym_centroid] = ACTIONS(1517), + [anon_sym_sample] = ACTIONS(1517), + [anon_sym_patch] = ACTIONS(1517), + [anon_sym_smooth] = ACTIONS(1517), + [anon_sym_flat] = ACTIONS(1517), + [anon_sym_noperspective] = ACTIONS(1517), + [anon_sym___extension__] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym___attribute__] = ACTIONS(1517), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1517), + [anon_sym_signed] = ACTIONS(1517), + [anon_sym_unsigned] = ACTIONS(1517), + [anon_sym_long] = ACTIONS(1517), + [anon_sym_short] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_auto] = ACTIONS(1517), + [anon_sym_register] = ACTIONS(1517), + [anon_sym_inline] = ACTIONS(1517), + [anon_sym___inline] = ACTIONS(1517), + [anon_sym___inline__] = ACTIONS(1517), + [anon_sym___forceinline] = ACTIONS(1517), + [anon_sym_thread_local] = ACTIONS(1517), + [anon_sym___thread] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_constexpr] = ACTIONS(1517), + [anon_sym_volatile] = ACTIONS(1517), + [anon_sym_restrict] = ACTIONS(1517), + [anon_sym___restrict__] = ACTIONS(1517), + [anon_sym__Atomic] = ACTIONS(1517), + [anon_sym__Noreturn] = ACTIONS(1517), + [anon_sym_noreturn] = ACTIONS(1517), + [anon_sym__Nonnull] = ACTIONS(1517), + [anon_sym_alignas] = ACTIONS(1517), + [anon_sym__Alignas] = ACTIONS(1517), + [sym_primitive_type] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1517), + [anon_sym_rayPayloadInEXT] = ACTIONS(1517), + [anon_sym_hitAttributeEXT] = ACTIONS(1517), + [anon_sym_callableDataEXT] = ACTIONS(1517), + [anon_sym_callableDataInEXT] = ACTIONS(1517), + [anon_sym_shaderRecordEXT] = ACTIONS(1517), + [anon_sym_rayPayloadNV] = ACTIONS(1517), + [anon_sym_rayPayloadInNV] = ACTIONS(1517), + [anon_sym_hitAttributeNV] = ACTIONS(1517), + [anon_sym_callableDataNV] = ACTIONS(1517), + [anon_sym_callableDataInNV] = ACTIONS(1517), + [anon_sym_shaderRecordNV] = ACTIONS(1517), + [anon_sym_layout] = ACTIONS(1517), + }, + [622] = { + [sym_identifier] = ACTIONS(1487), + [aux_sym_preproc_def_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token1] = ACTIONS(1487), + [aux_sym_preproc_if_token2] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1487), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1487), + [sym_preproc_directive] = ACTIONS(1487), + [anon_sym_subroutine] = ACTIONS(1487), + [anon_sym_invariant] = ACTIONS(1487), + [anon_sym_precise] = ACTIONS(1487), + [anon_sym_in] = ACTIONS(1487), + [anon_sym_out] = ACTIONS(1487), + [anon_sym_inout] = ACTIONS(1487), + [anon_sym_uniform] = ACTIONS(1487), + [anon_sym_shared] = ACTIONS(1487), + [anon_sym_attribute] = ACTIONS(1487), + [anon_sym_varying] = ACTIONS(1487), + [anon_sym_buffer] = ACTIONS(1487), + [anon_sym_coherent] = ACTIONS(1487), + [anon_sym_readonly] = ACTIONS(1487), + [anon_sym_writeonly] = ACTIONS(1487), + [anon_sym_precision] = ACTIONS(1487), + [anon_sym_highp] = ACTIONS(1487), + [anon_sym_mediump] = ACTIONS(1487), + [anon_sym_lowp] = ACTIONS(1487), + [anon_sym_centroid] = ACTIONS(1487), + [anon_sym_sample] = ACTIONS(1487), + [anon_sym_patch] = ACTIONS(1487), + [anon_sym_smooth] = ACTIONS(1487), + [anon_sym_flat] = ACTIONS(1487), + [anon_sym_noperspective] = ACTIONS(1487), + [anon_sym___extension__] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(1487), + [anon_sym___attribute__] = ACTIONS(1487), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1489), + [anon_sym___declspec] = ACTIONS(1487), + [anon_sym_signed] = ACTIONS(1487), + [anon_sym_unsigned] = ACTIONS(1487), + [anon_sym_long] = ACTIONS(1487), + [anon_sym_short] = ACTIONS(1487), + [anon_sym_static] = ACTIONS(1487), + [anon_sym_auto] = ACTIONS(1487), + [anon_sym_register] = ACTIONS(1487), + [anon_sym_inline] = ACTIONS(1487), + [anon_sym___inline] = ACTIONS(1487), + [anon_sym___inline__] = ACTIONS(1487), + [anon_sym___forceinline] = ACTIONS(1487), + [anon_sym_thread_local] = ACTIONS(1487), + [anon_sym___thread] = ACTIONS(1487), + [anon_sym_const] = ACTIONS(1487), + [anon_sym_constexpr] = ACTIONS(1487), + [anon_sym_volatile] = ACTIONS(1487), + [anon_sym_restrict] = ACTIONS(1487), + [anon_sym___restrict__] = ACTIONS(1487), + [anon_sym__Atomic] = ACTIONS(1487), + [anon_sym__Noreturn] = ACTIONS(1487), + [anon_sym_noreturn] = ACTIONS(1487), + [anon_sym__Nonnull] = ACTIONS(1487), + [anon_sym_alignas] = ACTIONS(1487), + [anon_sym__Alignas] = ACTIONS(1487), + [sym_primitive_type] = ACTIONS(1487), + [anon_sym_enum] = ACTIONS(1487), + [anon_sym_struct] = ACTIONS(1487), + [anon_sym_union] = ACTIONS(1487), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1487), + [anon_sym_rayPayloadInEXT] = ACTIONS(1487), + [anon_sym_hitAttributeEXT] = ACTIONS(1487), + [anon_sym_callableDataEXT] = ACTIONS(1487), + [anon_sym_callableDataInEXT] = ACTIONS(1487), + [anon_sym_shaderRecordEXT] = ACTIONS(1487), + [anon_sym_rayPayloadNV] = ACTIONS(1487), + [anon_sym_rayPayloadInNV] = ACTIONS(1487), + [anon_sym_hitAttributeNV] = ACTIONS(1487), + [anon_sym_callableDataNV] = ACTIONS(1487), + [anon_sym_callableDataInNV] = ACTIONS(1487), + [anon_sym_shaderRecordNV] = ACTIONS(1487), + [anon_sym_layout] = ACTIONS(1487), + }, + [623] = { + [sym_type_qualifier] = STATE(855), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1239), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(855), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2355), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_RBRACK] = ACTIONS(2357), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -96072,6 +97556,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -96089,57 +97574,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [630] = { - [sym_type_qualifier] = STATE(629), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1208), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(629), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2326), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2328), - [anon_sym_RBRACK] = ACTIONS(2330), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [624] = { + [sym_identifier] = ACTIONS(2241), + [aux_sym_preproc_def_token1] = ACTIONS(2241), + [aux_sym_preproc_if_token1] = ACTIONS(2241), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2241), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2241), + [sym_preproc_directive] = ACTIONS(2241), + [anon_sym_subroutine] = ACTIONS(2241), + [anon_sym_invariant] = ACTIONS(2241), + [anon_sym_precise] = ACTIONS(2241), + [anon_sym_in] = ACTIONS(2241), + [anon_sym_out] = ACTIONS(2241), + [anon_sym_inout] = ACTIONS(2241), + [anon_sym_uniform] = ACTIONS(2241), + [anon_sym_shared] = ACTIONS(2241), + [anon_sym_attribute] = ACTIONS(2241), + [anon_sym_varying] = ACTIONS(2241), + [anon_sym_buffer] = ACTIONS(2241), + [anon_sym_coherent] = ACTIONS(2241), + [anon_sym_readonly] = ACTIONS(2241), + [anon_sym_writeonly] = ACTIONS(2241), + [anon_sym_precision] = ACTIONS(2241), + [anon_sym_highp] = ACTIONS(2241), + [anon_sym_mediump] = ACTIONS(2241), + [anon_sym_lowp] = ACTIONS(2241), + [anon_sym_centroid] = ACTIONS(2241), + [anon_sym_sample] = ACTIONS(2241), + [anon_sym_patch] = ACTIONS(2241), + [anon_sym_smooth] = ACTIONS(2241), + [anon_sym_flat] = ACTIONS(2241), + [anon_sym_noperspective] = ACTIONS(2241), + [anon_sym___extension__] = ACTIONS(2241), + [anon_sym_extern] = ACTIONS(2241), + [anon_sym___attribute__] = ACTIONS(2241), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2243), + [anon_sym___declspec] = ACTIONS(2241), + [anon_sym_RBRACE] = ACTIONS(2243), + [anon_sym_signed] = ACTIONS(2241), + [anon_sym_unsigned] = ACTIONS(2241), + [anon_sym_long] = ACTIONS(2241), + [anon_sym_short] = ACTIONS(2241), + [anon_sym_static] = ACTIONS(2241), + [anon_sym_auto] = ACTIONS(2241), + [anon_sym_register] = ACTIONS(2241), + [anon_sym_inline] = ACTIONS(2241), + [anon_sym___inline] = ACTIONS(2241), + [anon_sym___inline__] = ACTIONS(2241), + [anon_sym___forceinline] = ACTIONS(2241), + [anon_sym_thread_local] = ACTIONS(2241), + [anon_sym___thread] = ACTIONS(2241), + [anon_sym_const] = ACTIONS(2241), + [anon_sym_constexpr] = ACTIONS(2241), + [anon_sym_volatile] = ACTIONS(2241), + [anon_sym_restrict] = ACTIONS(2241), + [anon_sym___restrict__] = ACTIONS(2241), + [anon_sym__Atomic] = ACTIONS(2241), + [anon_sym__Noreturn] = ACTIONS(2241), + [anon_sym_noreturn] = ACTIONS(2241), + [anon_sym__Nonnull] = ACTIONS(2241), + [anon_sym_alignas] = ACTIONS(2241), + [anon_sym__Alignas] = ACTIONS(2241), + [sym_primitive_type] = ACTIONS(2241), + [anon_sym_enum] = ACTIONS(2241), + [anon_sym_struct] = ACTIONS(2241), + [anon_sym_union] = ACTIONS(2241), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2241), + [anon_sym_rayPayloadInEXT] = ACTIONS(2241), + [anon_sym_hitAttributeEXT] = ACTIONS(2241), + [anon_sym_callableDataEXT] = ACTIONS(2241), + [anon_sym_callableDataInEXT] = ACTIONS(2241), + [anon_sym_shaderRecordEXT] = ACTIONS(2241), + [anon_sym_rayPayloadNV] = ACTIONS(2241), + [anon_sym_rayPayloadInNV] = ACTIONS(2241), + [anon_sym_hitAttributeNV] = ACTIONS(2241), + [anon_sym_callableDataNV] = ACTIONS(2241), + [anon_sym_callableDataInNV] = ACTIONS(2241), + [anon_sym_shaderRecordNV] = ACTIONS(2241), + [anon_sym_layout] = ACTIONS(2241), + }, + [625] = { + [sym_identifier] = ACTIONS(1435), + [aux_sym_preproc_def_token1] = ACTIONS(1435), + [aux_sym_preproc_if_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1435), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1435), + [sym_preproc_directive] = ACTIONS(1435), + [anon_sym_subroutine] = ACTIONS(1435), + [anon_sym_invariant] = ACTIONS(1435), + [anon_sym_precise] = ACTIONS(1435), + [anon_sym_in] = ACTIONS(1435), + [anon_sym_out] = ACTIONS(1435), + [anon_sym_inout] = ACTIONS(1435), + [anon_sym_uniform] = ACTIONS(1435), + [anon_sym_shared] = ACTIONS(1435), + [anon_sym_attribute] = ACTIONS(1435), + [anon_sym_varying] = ACTIONS(1435), + [anon_sym_buffer] = ACTIONS(1435), + [anon_sym_coherent] = ACTIONS(1435), + [anon_sym_readonly] = ACTIONS(1435), + [anon_sym_writeonly] = ACTIONS(1435), + [anon_sym_precision] = ACTIONS(1435), + [anon_sym_highp] = ACTIONS(1435), + [anon_sym_mediump] = ACTIONS(1435), + [anon_sym_lowp] = ACTIONS(1435), + [anon_sym_centroid] = ACTIONS(1435), + [anon_sym_sample] = ACTIONS(1435), + [anon_sym_patch] = ACTIONS(1435), + [anon_sym_smooth] = ACTIONS(1435), + [anon_sym_flat] = ACTIONS(1435), + [anon_sym_noperspective] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym___attribute__] = ACTIONS(1435), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1437), + [anon_sym___declspec] = ACTIONS(1435), + [anon_sym_RBRACE] = ACTIONS(1437), + [anon_sym_signed] = ACTIONS(1435), + [anon_sym_unsigned] = ACTIONS(1435), + [anon_sym_long] = ACTIONS(1435), + [anon_sym_short] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_auto] = ACTIONS(1435), + [anon_sym_register] = ACTIONS(1435), + [anon_sym_inline] = ACTIONS(1435), + [anon_sym___inline] = ACTIONS(1435), + [anon_sym___inline__] = ACTIONS(1435), + [anon_sym___forceinline] = ACTIONS(1435), + [anon_sym_thread_local] = ACTIONS(1435), + [anon_sym___thread] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_constexpr] = ACTIONS(1435), + [anon_sym_volatile] = ACTIONS(1435), + [anon_sym_restrict] = ACTIONS(1435), + [anon_sym___restrict__] = ACTIONS(1435), + [anon_sym__Atomic] = ACTIONS(1435), + [anon_sym__Noreturn] = ACTIONS(1435), + [anon_sym_noreturn] = ACTIONS(1435), + [anon_sym__Nonnull] = ACTIONS(1435), + [anon_sym_alignas] = ACTIONS(1435), + [anon_sym__Alignas] = ACTIONS(1435), + [sym_primitive_type] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1435), + [anon_sym_rayPayloadInEXT] = ACTIONS(1435), + [anon_sym_hitAttributeEXT] = ACTIONS(1435), + [anon_sym_callableDataEXT] = ACTIONS(1435), + [anon_sym_callableDataInEXT] = ACTIONS(1435), + [anon_sym_shaderRecordEXT] = ACTIONS(1435), + [anon_sym_rayPayloadNV] = ACTIONS(1435), + [anon_sym_rayPayloadInNV] = ACTIONS(1435), + [anon_sym_hitAttributeNV] = ACTIONS(1435), + [anon_sym_callableDataNV] = ACTIONS(1435), + [anon_sym_callableDataInNV] = ACTIONS(1435), + [anon_sym_shaderRecordNV] = ACTIONS(1435), + [anon_sym_layout] = ACTIONS(1435), + }, + [626] = { + [sym_identifier] = ACTIONS(2289), + [aux_sym_preproc_def_token1] = ACTIONS(2289), + [aux_sym_preproc_if_token1] = ACTIONS(2289), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2289), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2289), + [sym_preproc_directive] = ACTIONS(2289), + [anon_sym_subroutine] = ACTIONS(2289), + [anon_sym_invariant] = ACTIONS(2289), + [anon_sym_precise] = ACTIONS(2289), + [anon_sym_in] = ACTIONS(2289), + [anon_sym_out] = ACTIONS(2289), + [anon_sym_inout] = ACTIONS(2289), + [anon_sym_uniform] = ACTIONS(2289), + [anon_sym_shared] = ACTIONS(2289), + [anon_sym_attribute] = ACTIONS(2289), + [anon_sym_varying] = ACTIONS(2289), + [anon_sym_buffer] = ACTIONS(2289), + [anon_sym_coherent] = ACTIONS(2289), + [anon_sym_readonly] = ACTIONS(2289), + [anon_sym_writeonly] = ACTIONS(2289), + [anon_sym_precision] = ACTIONS(2289), + [anon_sym_highp] = ACTIONS(2289), + [anon_sym_mediump] = ACTIONS(2289), + [anon_sym_lowp] = ACTIONS(2289), + [anon_sym_centroid] = ACTIONS(2289), + [anon_sym_sample] = ACTIONS(2289), + [anon_sym_patch] = ACTIONS(2289), + [anon_sym_smooth] = ACTIONS(2289), + [anon_sym_flat] = ACTIONS(2289), + [anon_sym_noperspective] = ACTIONS(2289), + [anon_sym___extension__] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2289), + [anon_sym___attribute__] = ACTIONS(2289), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2291), + [anon_sym___declspec] = ACTIONS(2289), + [anon_sym_RBRACE] = ACTIONS(2291), + [anon_sym_signed] = ACTIONS(2289), + [anon_sym_unsigned] = ACTIONS(2289), + [anon_sym_long] = ACTIONS(2289), + [anon_sym_short] = ACTIONS(2289), + [anon_sym_static] = ACTIONS(2289), + [anon_sym_auto] = ACTIONS(2289), + [anon_sym_register] = ACTIONS(2289), + [anon_sym_inline] = ACTIONS(2289), + [anon_sym___inline] = ACTIONS(2289), + [anon_sym___inline__] = ACTIONS(2289), + [anon_sym___forceinline] = ACTIONS(2289), + [anon_sym_thread_local] = ACTIONS(2289), + [anon_sym___thread] = ACTIONS(2289), + [anon_sym_const] = ACTIONS(2289), + [anon_sym_constexpr] = ACTIONS(2289), + [anon_sym_volatile] = ACTIONS(2289), + [anon_sym_restrict] = ACTIONS(2289), + [anon_sym___restrict__] = ACTIONS(2289), + [anon_sym__Atomic] = ACTIONS(2289), + [anon_sym__Noreturn] = ACTIONS(2289), + [anon_sym_noreturn] = ACTIONS(2289), + [anon_sym__Nonnull] = ACTIONS(2289), + [anon_sym_alignas] = ACTIONS(2289), + [anon_sym__Alignas] = ACTIONS(2289), + [sym_primitive_type] = ACTIONS(2289), + [anon_sym_enum] = ACTIONS(2289), + [anon_sym_struct] = ACTIONS(2289), + [anon_sym_union] = ACTIONS(2289), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2289), + [anon_sym_rayPayloadInEXT] = ACTIONS(2289), + [anon_sym_hitAttributeEXT] = ACTIONS(2289), + [anon_sym_callableDataEXT] = ACTIONS(2289), + [anon_sym_callableDataInEXT] = ACTIONS(2289), + [anon_sym_shaderRecordEXT] = ACTIONS(2289), + [anon_sym_rayPayloadNV] = ACTIONS(2289), + [anon_sym_rayPayloadInNV] = ACTIONS(2289), + [anon_sym_hitAttributeNV] = ACTIONS(2289), + [anon_sym_callableDataNV] = ACTIONS(2289), + [anon_sym_callableDataInNV] = ACTIONS(2289), + [anon_sym_shaderRecordNV] = ACTIONS(2289), + [anon_sym_layout] = ACTIONS(2289), + }, + [627] = { + [sym_type_qualifier] = STATE(623), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1243), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(623), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2359), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2361), + [anon_sym_RBRACK] = ACTIONS(2363), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -96149,6 +97876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -96166,57 +97894,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [631] = { - [sym_type_qualifier] = STATE(847), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1219), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(847), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2332), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2302), - [anon_sym_RBRACK] = ACTIONS(2334), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [628] = { + [sym_identifier] = ACTIONS(2297), + [aux_sym_preproc_def_token1] = ACTIONS(2297), + [aux_sym_preproc_if_token1] = ACTIONS(2297), + [aux_sym_preproc_if_token2] = ACTIONS(2297), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2297), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2297), + [anon_sym_subroutine] = ACTIONS(2297), + [anon_sym_invariant] = ACTIONS(2297), + [anon_sym_precise] = ACTIONS(2297), + [anon_sym_in] = ACTIONS(2297), + [anon_sym_out] = ACTIONS(2297), + [anon_sym_inout] = ACTIONS(2297), + [anon_sym_uniform] = ACTIONS(2297), + [anon_sym_shared] = ACTIONS(2297), + [anon_sym_attribute] = ACTIONS(2297), + [anon_sym_varying] = ACTIONS(2297), + [anon_sym_buffer] = ACTIONS(2297), + [anon_sym_coherent] = ACTIONS(2297), + [anon_sym_readonly] = ACTIONS(2297), + [anon_sym_writeonly] = ACTIONS(2297), + [anon_sym_precision] = ACTIONS(2297), + [anon_sym_highp] = ACTIONS(2297), + [anon_sym_mediump] = ACTIONS(2297), + [anon_sym_lowp] = ACTIONS(2297), + [anon_sym_centroid] = ACTIONS(2297), + [anon_sym_sample] = ACTIONS(2297), + [anon_sym_patch] = ACTIONS(2297), + [anon_sym_smooth] = ACTIONS(2297), + [anon_sym_flat] = ACTIONS(2297), + [anon_sym_noperspective] = ACTIONS(2297), + [anon_sym___extension__] = ACTIONS(2297), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym___attribute__] = ACTIONS(2297), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2299), + [anon_sym___declspec] = ACTIONS(2297), + [anon_sym_signed] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_inline] = ACTIONS(2297), + [anon_sym___inline] = ACTIONS(2297), + [anon_sym___inline__] = ACTIONS(2297), + [anon_sym___forceinline] = ACTIONS(2297), + [anon_sym_thread_local] = ACTIONS(2297), + [anon_sym___thread] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_constexpr] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym___restrict__] = ACTIONS(2297), + [anon_sym__Atomic] = ACTIONS(2297), + [anon_sym__Noreturn] = ACTIONS(2297), + [anon_sym_noreturn] = ACTIONS(2297), + [anon_sym__Nonnull] = ACTIONS(2297), + [anon_sym_alignas] = ACTIONS(2297), + [anon_sym__Alignas] = ACTIONS(2297), + [sym_primitive_type] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2297), + [anon_sym_rayPayloadInEXT] = ACTIONS(2297), + [anon_sym_hitAttributeEXT] = ACTIONS(2297), + [anon_sym_callableDataEXT] = ACTIONS(2297), + [anon_sym_callableDataInEXT] = ACTIONS(2297), + [anon_sym_shaderRecordEXT] = ACTIONS(2297), + [anon_sym_rayPayloadNV] = ACTIONS(2297), + [anon_sym_rayPayloadInNV] = ACTIONS(2297), + [anon_sym_hitAttributeNV] = ACTIONS(2297), + [anon_sym_callableDataNV] = ACTIONS(2297), + [anon_sym_callableDataInNV] = ACTIONS(2297), + [anon_sym_shaderRecordNV] = ACTIONS(2297), + [anon_sym_layout] = ACTIONS(2297), + }, + [629] = { + [sym_identifier] = ACTIONS(2277), + [aux_sym_preproc_def_token1] = ACTIONS(2277), + [aux_sym_preproc_if_token1] = ACTIONS(2277), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2277), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2277), + [sym_preproc_directive] = ACTIONS(2277), + [anon_sym_subroutine] = ACTIONS(2277), + [anon_sym_invariant] = ACTIONS(2277), + [anon_sym_precise] = ACTIONS(2277), + [anon_sym_in] = ACTIONS(2277), + [anon_sym_out] = ACTIONS(2277), + [anon_sym_inout] = ACTIONS(2277), + [anon_sym_uniform] = ACTIONS(2277), + [anon_sym_shared] = ACTIONS(2277), + [anon_sym_attribute] = ACTIONS(2277), + [anon_sym_varying] = ACTIONS(2277), + [anon_sym_buffer] = ACTIONS(2277), + [anon_sym_coherent] = ACTIONS(2277), + [anon_sym_readonly] = ACTIONS(2277), + [anon_sym_writeonly] = ACTIONS(2277), + [anon_sym_precision] = ACTIONS(2277), + [anon_sym_highp] = ACTIONS(2277), + [anon_sym_mediump] = ACTIONS(2277), + [anon_sym_lowp] = ACTIONS(2277), + [anon_sym_centroid] = ACTIONS(2277), + [anon_sym_sample] = ACTIONS(2277), + [anon_sym_patch] = ACTIONS(2277), + [anon_sym_smooth] = ACTIONS(2277), + [anon_sym_flat] = ACTIONS(2277), + [anon_sym_noperspective] = ACTIONS(2277), + [anon_sym___extension__] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2277), + [anon_sym___attribute__] = ACTIONS(2277), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2279), + [anon_sym___declspec] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2279), + [anon_sym_signed] = ACTIONS(2277), + [anon_sym_unsigned] = ACTIONS(2277), + [anon_sym_long] = ACTIONS(2277), + [anon_sym_short] = ACTIONS(2277), + [anon_sym_static] = ACTIONS(2277), + [anon_sym_auto] = ACTIONS(2277), + [anon_sym_register] = ACTIONS(2277), + [anon_sym_inline] = ACTIONS(2277), + [anon_sym___inline] = ACTIONS(2277), + [anon_sym___inline__] = ACTIONS(2277), + [anon_sym___forceinline] = ACTIONS(2277), + [anon_sym_thread_local] = ACTIONS(2277), + [anon_sym___thread] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [anon_sym_constexpr] = ACTIONS(2277), + [anon_sym_volatile] = ACTIONS(2277), + [anon_sym_restrict] = ACTIONS(2277), + [anon_sym___restrict__] = ACTIONS(2277), + [anon_sym__Atomic] = ACTIONS(2277), + [anon_sym__Noreturn] = ACTIONS(2277), + [anon_sym_noreturn] = ACTIONS(2277), + [anon_sym__Nonnull] = ACTIONS(2277), + [anon_sym_alignas] = ACTIONS(2277), + [anon_sym__Alignas] = ACTIONS(2277), + [sym_primitive_type] = ACTIONS(2277), + [anon_sym_enum] = ACTIONS(2277), + [anon_sym_struct] = ACTIONS(2277), + [anon_sym_union] = ACTIONS(2277), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2277), + [anon_sym_rayPayloadInEXT] = ACTIONS(2277), + [anon_sym_hitAttributeEXT] = ACTIONS(2277), + [anon_sym_callableDataEXT] = ACTIONS(2277), + [anon_sym_callableDataInEXT] = ACTIONS(2277), + [anon_sym_shaderRecordEXT] = ACTIONS(2277), + [anon_sym_rayPayloadNV] = ACTIONS(2277), + [anon_sym_rayPayloadInNV] = ACTIONS(2277), + [anon_sym_hitAttributeNV] = ACTIONS(2277), + [anon_sym_callableDataNV] = ACTIONS(2277), + [anon_sym_callableDataInNV] = ACTIONS(2277), + [anon_sym_shaderRecordNV] = ACTIONS(2277), + [anon_sym_layout] = ACTIONS(2277), + }, + [630] = { + [sym_type_qualifier] = STATE(610), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1229), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(610), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2365), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2367), + [anon_sym_RBRACK] = ACTIONS(2369), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -96226,6 +98116,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -96243,57 +98134,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [632] = { - [sym_type_qualifier] = STATE(847), - [sym_alignas_qualifier] = STATE(899), - [sym_expression] = STATE(1205), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1045), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1045), - [sym_call_expression] = STATE(1045), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1045), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1045), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_array_declarator_repeat1] = STATE(847), - [sym_identifier] = ACTIONS(2258), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2262), - [anon_sym_TILDE] = ACTIONS(2262), - [anon_sym_DASH] = ACTIONS(2260), - [anon_sym_PLUS] = ACTIONS(2260), - [anon_sym_STAR] = ACTIONS(2336), - [anon_sym_AMP] = ACTIONS(2282), - [anon_sym___extension__] = ACTIONS(2284), - [anon_sym_static] = ACTIONS(2302), - [anon_sym_RBRACK] = ACTIONS(2338), - [anon_sym_const] = ACTIONS(2284), - [anon_sym_constexpr] = ACTIONS(2284), - [anon_sym_volatile] = ACTIONS(2284), - [anon_sym_restrict] = ACTIONS(2284), - [anon_sym___restrict__] = ACTIONS(2284), - [anon_sym__Atomic] = ACTIONS(2284), - [anon_sym__Noreturn] = ACTIONS(2284), - [anon_sym_noreturn] = ACTIONS(2284), - [anon_sym_alignas] = ACTIONS(2290), - [anon_sym__Alignas] = ACTIONS(2290), - [anon_sym_DASH_DASH] = ACTIONS(2292), - [anon_sym_PLUS_PLUS] = ACTIONS(2292), - [anon_sym_sizeof] = ACTIONS(2264), + [631] = { + [sym_type_qualifier] = STATE(613), + [sym_alignas_qualifier] = STATE(866), + [sym_expression] = STATE(1219), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_array_declarator_repeat1] = STATE(613), + [sym_identifier] = ACTIONS(2231), + [anon_sym_LPAREN2] = ACTIONS(2313), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2371), + [anon_sym_AMP] = ACTIONS(2317), + [anon_sym___extension__] = ACTIONS(2319), + [anon_sym_static] = ACTIONS(2373), + [anon_sym_RBRACK] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_constexpr] = ACTIONS(2325), + [anon_sym_volatile] = ACTIONS(2325), + [anon_sym_restrict] = ACTIONS(2325), + [anon_sym___restrict__] = ACTIONS(2325), + [anon_sym__Atomic] = ACTIONS(2325), + [anon_sym__Noreturn] = ACTIONS(2325), + [anon_sym_noreturn] = ACTIONS(2325), + [anon_sym__Nonnull] = ACTIONS(2325), + [anon_sym_alignas] = ACTIONS(2327), + [anon_sym__Alignas] = ACTIONS(2327), + [anon_sym_DASH_DASH] = ACTIONS(2329), + [anon_sym_PLUS_PLUS] = ACTIONS(2329), + [anon_sym_sizeof] = ACTIONS(2239), [anon_sym___alignof__] = ACTIONS(91), [anon_sym___alignof] = ACTIONS(91), [anon_sym__alignof] = ACTIONS(91), @@ -96303,6 +98196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -96320,51 +98214,608 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, + [632] = { + [sym_identifier] = ACTIONS(2269), + [aux_sym_preproc_def_token1] = ACTIONS(2269), + [aux_sym_preproc_if_token1] = ACTIONS(2269), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2269), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2269), + [sym_preproc_directive] = ACTIONS(2269), + [anon_sym_subroutine] = ACTIONS(2269), + [anon_sym_invariant] = ACTIONS(2269), + [anon_sym_precise] = ACTIONS(2269), + [anon_sym_in] = ACTIONS(2269), + [anon_sym_out] = ACTIONS(2269), + [anon_sym_inout] = ACTIONS(2269), + [anon_sym_uniform] = ACTIONS(2269), + [anon_sym_shared] = ACTIONS(2269), + [anon_sym_attribute] = ACTIONS(2269), + [anon_sym_varying] = ACTIONS(2269), + [anon_sym_buffer] = ACTIONS(2269), + [anon_sym_coherent] = ACTIONS(2269), + [anon_sym_readonly] = ACTIONS(2269), + [anon_sym_writeonly] = ACTIONS(2269), + [anon_sym_precision] = ACTIONS(2269), + [anon_sym_highp] = ACTIONS(2269), + [anon_sym_mediump] = ACTIONS(2269), + [anon_sym_lowp] = ACTIONS(2269), + [anon_sym_centroid] = ACTIONS(2269), + [anon_sym_sample] = ACTIONS(2269), + [anon_sym_patch] = ACTIONS(2269), + [anon_sym_smooth] = ACTIONS(2269), + [anon_sym_flat] = ACTIONS(2269), + [anon_sym_noperspective] = ACTIONS(2269), + [anon_sym___extension__] = ACTIONS(2269), + [anon_sym_extern] = ACTIONS(2269), + [anon_sym___attribute__] = ACTIONS(2269), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2271), + [anon_sym___declspec] = ACTIONS(2269), + [anon_sym_RBRACE] = ACTIONS(2271), + [anon_sym_signed] = ACTIONS(2269), + [anon_sym_unsigned] = ACTIONS(2269), + [anon_sym_long] = ACTIONS(2269), + [anon_sym_short] = ACTIONS(2269), + [anon_sym_static] = ACTIONS(2269), + [anon_sym_auto] = ACTIONS(2269), + [anon_sym_register] = ACTIONS(2269), + [anon_sym_inline] = ACTIONS(2269), + [anon_sym___inline] = ACTIONS(2269), + [anon_sym___inline__] = ACTIONS(2269), + [anon_sym___forceinline] = ACTIONS(2269), + [anon_sym_thread_local] = ACTIONS(2269), + [anon_sym___thread] = ACTIONS(2269), + [anon_sym_const] = ACTIONS(2269), + [anon_sym_constexpr] = ACTIONS(2269), + [anon_sym_volatile] = ACTIONS(2269), + [anon_sym_restrict] = ACTIONS(2269), + [anon_sym___restrict__] = ACTIONS(2269), + [anon_sym__Atomic] = ACTIONS(2269), + [anon_sym__Noreturn] = ACTIONS(2269), + [anon_sym_noreturn] = ACTIONS(2269), + [anon_sym__Nonnull] = ACTIONS(2269), + [anon_sym_alignas] = ACTIONS(2269), + [anon_sym__Alignas] = ACTIONS(2269), + [sym_primitive_type] = ACTIONS(2269), + [anon_sym_enum] = ACTIONS(2269), + [anon_sym_struct] = ACTIONS(2269), + [anon_sym_union] = ACTIONS(2269), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2269), + [anon_sym_rayPayloadInEXT] = ACTIONS(2269), + [anon_sym_hitAttributeEXT] = ACTIONS(2269), + [anon_sym_callableDataEXT] = ACTIONS(2269), + [anon_sym_callableDataInEXT] = ACTIONS(2269), + [anon_sym_shaderRecordEXT] = ACTIONS(2269), + [anon_sym_rayPayloadNV] = ACTIONS(2269), + [anon_sym_rayPayloadInNV] = ACTIONS(2269), + [anon_sym_hitAttributeNV] = ACTIONS(2269), + [anon_sym_callableDataNV] = ACTIONS(2269), + [anon_sym_callableDataInNV] = ACTIONS(2269), + [anon_sym_shaderRecordNV] = ACTIONS(2269), + [anon_sym_layout] = ACTIONS(2269), + }, [633] = { + [sym_identifier] = ACTIONS(1541), + [aux_sym_preproc_def_token1] = ACTIONS(1541), + [aux_sym_preproc_if_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1541), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1541), + [sym_preproc_directive] = ACTIONS(1541), + [anon_sym_subroutine] = ACTIONS(1541), + [anon_sym_invariant] = ACTIONS(1541), + [anon_sym_precise] = ACTIONS(1541), + [anon_sym_in] = ACTIONS(1541), + [anon_sym_out] = ACTIONS(1541), + [anon_sym_inout] = ACTIONS(1541), + [anon_sym_uniform] = ACTIONS(1541), + [anon_sym_shared] = ACTIONS(1541), + [anon_sym_attribute] = ACTIONS(1541), + [anon_sym_varying] = ACTIONS(1541), + [anon_sym_buffer] = ACTIONS(1541), + [anon_sym_coherent] = ACTIONS(1541), + [anon_sym_readonly] = ACTIONS(1541), + [anon_sym_writeonly] = ACTIONS(1541), + [anon_sym_precision] = ACTIONS(1541), + [anon_sym_highp] = ACTIONS(1541), + [anon_sym_mediump] = ACTIONS(1541), + [anon_sym_lowp] = ACTIONS(1541), + [anon_sym_centroid] = ACTIONS(1541), + [anon_sym_sample] = ACTIONS(1541), + [anon_sym_patch] = ACTIONS(1541), + [anon_sym_smooth] = ACTIONS(1541), + [anon_sym_flat] = ACTIONS(1541), + [anon_sym_noperspective] = ACTIONS(1541), + [anon_sym___extension__] = ACTIONS(1541), + [anon_sym_extern] = ACTIONS(1541), + [anon_sym___attribute__] = ACTIONS(1541), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1543), + [anon_sym___declspec] = ACTIONS(1541), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_signed] = ACTIONS(1541), + [anon_sym_unsigned] = ACTIONS(1541), + [anon_sym_long] = ACTIONS(1541), + [anon_sym_short] = ACTIONS(1541), + [anon_sym_static] = ACTIONS(1541), + [anon_sym_auto] = ACTIONS(1541), + [anon_sym_register] = ACTIONS(1541), + [anon_sym_inline] = ACTIONS(1541), + [anon_sym___inline] = ACTIONS(1541), + [anon_sym___inline__] = ACTIONS(1541), + [anon_sym___forceinline] = ACTIONS(1541), + [anon_sym_thread_local] = ACTIONS(1541), + [anon_sym___thread] = ACTIONS(1541), + [anon_sym_const] = ACTIONS(1541), + [anon_sym_constexpr] = ACTIONS(1541), + [anon_sym_volatile] = ACTIONS(1541), + [anon_sym_restrict] = ACTIONS(1541), + [anon_sym___restrict__] = ACTIONS(1541), + [anon_sym__Atomic] = ACTIONS(1541), + [anon_sym__Noreturn] = ACTIONS(1541), + [anon_sym_noreturn] = ACTIONS(1541), + [anon_sym__Nonnull] = ACTIONS(1541), + [anon_sym_alignas] = ACTIONS(1541), + [anon_sym__Alignas] = ACTIONS(1541), + [sym_primitive_type] = ACTIONS(1541), + [anon_sym_enum] = ACTIONS(1541), + [anon_sym_struct] = ACTIONS(1541), + [anon_sym_union] = ACTIONS(1541), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(1541), + [anon_sym_rayPayloadInEXT] = ACTIONS(1541), + [anon_sym_hitAttributeEXT] = ACTIONS(1541), + [anon_sym_callableDataEXT] = ACTIONS(1541), + [anon_sym_callableDataInEXT] = ACTIONS(1541), + [anon_sym_shaderRecordEXT] = ACTIONS(1541), + [anon_sym_rayPayloadNV] = ACTIONS(1541), + [anon_sym_rayPayloadInNV] = ACTIONS(1541), + [anon_sym_hitAttributeNV] = ACTIONS(1541), + [anon_sym_callableDataNV] = ACTIONS(1541), + [anon_sym_callableDataInNV] = ACTIONS(1541), + [anon_sym_shaderRecordNV] = ACTIONS(1541), + [anon_sym_layout] = ACTIONS(1541), + }, + [634] = { + [sym_identifier] = ACTIONS(2261), + [aux_sym_preproc_def_token1] = ACTIONS(2261), + [aux_sym_preproc_if_token1] = ACTIONS(2261), + [aux_sym_preproc_if_token2] = ACTIONS(2261), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2261), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2261), + [sym_preproc_directive] = ACTIONS(2261), + [anon_sym_subroutine] = ACTIONS(2261), + [anon_sym_invariant] = ACTIONS(2261), + [anon_sym_precise] = ACTIONS(2261), + [anon_sym_in] = ACTIONS(2261), + [anon_sym_out] = ACTIONS(2261), + [anon_sym_inout] = ACTIONS(2261), + [anon_sym_uniform] = ACTIONS(2261), + [anon_sym_shared] = ACTIONS(2261), + [anon_sym_attribute] = ACTIONS(2261), + [anon_sym_varying] = ACTIONS(2261), + [anon_sym_buffer] = ACTIONS(2261), + [anon_sym_coherent] = ACTIONS(2261), + [anon_sym_readonly] = ACTIONS(2261), + [anon_sym_writeonly] = ACTIONS(2261), + [anon_sym_precision] = ACTIONS(2261), + [anon_sym_highp] = ACTIONS(2261), + [anon_sym_mediump] = ACTIONS(2261), + [anon_sym_lowp] = ACTIONS(2261), + [anon_sym_centroid] = ACTIONS(2261), + [anon_sym_sample] = ACTIONS(2261), + [anon_sym_patch] = ACTIONS(2261), + [anon_sym_smooth] = ACTIONS(2261), + [anon_sym_flat] = ACTIONS(2261), + [anon_sym_noperspective] = ACTIONS(2261), + [anon_sym___extension__] = ACTIONS(2261), + [anon_sym_extern] = ACTIONS(2261), + [anon_sym___attribute__] = ACTIONS(2261), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2263), + [anon_sym___declspec] = ACTIONS(2261), + [anon_sym_signed] = ACTIONS(2261), + [anon_sym_unsigned] = ACTIONS(2261), + [anon_sym_long] = ACTIONS(2261), + [anon_sym_short] = ACTIONS(2261), + [anon_sym_static] = ACTIONS(2261), + [anon_sym_auto] = ACTIONS(2261), + [anon_sym_register] = ACTIONS(2261), + [anon_sym_inline] = ACTIONS(2261), + [anon_sym___inline] = ACTIONS(2261), + [anon_sym___inline__] = ACTIONS(2261), + [anon_sym___forceinline] = ACTIONS(2261), + [anon_sym_thread_local] = ACTIONS(2261), + [anon_sym___thread] = ACTIONS(2261), + [anon_sym_const] = ACTIONS(2261), + [anon_sym_constexpr] = ACTIONS(2261), + [anon_sym_volatile] = ACTIONS(2261), + [anon_sym_restrict] = ACTIONS(2261), + [anon_sym___restrict__] = ACTIONS(2261), + [anon_sym__Atomic] = ACTIONS(2261), + [anon_sym__Noreturn] = ACTIONS(2261), + [anon_sym_noreturn] = ACTIONS(2261), + [anon_sym__Nonnull] = ACTIONS(2261), + [anon_sym_alignas] = ACTIONS(2261), + [anon_sym__Alignas] = ACTIONS(2261), + [sym_primitive_type] = ACTIONS(2261), + [anon_sym_enum] = ACTIONS(2261), + [anon_sym_struct] = ACTIONS(2261), + [anon_sym_union] = ACTIONS(2261), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2261), + [anon_sym_rayPayloadInEXT] = ACTIONS(2261), + [anon_sym_hitAttributeEXT] = ACTIONS(2261), + [anon_sym_callableDataEXT] = ACTIONS(2261), + [anon_sym_callableDataInEXT] = ACTIONS(2261), + [anon_sym_shaderRecordEXT] = ACTIONS(2261), + [anon_sym_rayPayloadNV] = ACTIONS(2261), + [anon_sym_rayPayloadInNV] = ACTIONS(2261), + [anon_sym_hitAttributeNV] = ACTIONS(2261), + [anon_sym_callableDataNV] = ACTIONS(2261), + [anon_sym_callableDataInNV] = ACTIONS(2261), + [anon_sym_shaderRecordNV] = ACTIONS(2261), + [anon_sym_layout] = ACTIONS(2261), + }, + [635] = { + [sym_identifier] = ACTIONS(2293), + [aux_sym_preproc_def_token1] = ACTIONS(2293), + [aux_sym_preproc_if_token1] = ACTIONS(2293), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2293), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2293), + [sym_preproc_directive] = ACTIONS(2293), + [anon_sym_subroutine] = ACTIONS(2293), + [anon_sym_invariant] = ACTIONS(2293), + [anon_sym_precise] = ACTIONS(2293), + [anon_sym_in] = ACTIONS(2293), + [anon_sym_out] = ACTIONS(2293), + [anon_sym_inout] = ACTIONS(2293), + [anon_sym_uniform] = ACTIONS(2293), + [anon_sym_shared] = ACTIONS(2293), + [anon_sym_attribute] = ACTIONS(2293), + [anon_sym_varying] = ACTIONS(2293), + [anon_sym_buffer] = ACTIONS(2293), + [anon_sym_coherent] = ACTIONS(2293), + [anon_sym_readonly] = ACTIONS(2293), + [anon_sym_writeonly] = ACTIONS(2293), + [anon_sym_precision] = ACTIONS(2293), + [anon_sym_highp] = ACTIONS(2293), + [anon_sym_mediump] = ACTIONS(2293), + [anon_sym_lowp] = ACTIONS(2293), + [anon_sym_centroid] = ACTIONS(2293), + [anon_sym_sample] = ACTIONS(2293), + [anon_sym_patch] = ACTIONS(2293), + [anon_sym_smooth] = ACTIONS(2293), + [anon_sym_flat] = ACTIONS(2293), + [anon_sym_noperspective] = ACTIONS(2293), + [anon_sym___extension__] = ACTIONS(2293), + [anon_sym_extern] = ACTIONS(2293), + [anon_sym___attribute__] = ACTIONS(2293), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2295), + [anon_sym___declspec] = ACTIONS(2293), + [anon_sym_RBRACE] = ACTIONS(2295), + [anon_sym_signed] = ACTIONS(2293), + [anon_sym_unsigned] = ACTIONS(2293), + [anon_sym_long] = ACTIONS(2293), + [anon_sym_short] = ACTIONS(2293), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_auto] = ACTIONS(2293), + [anon_sym_register] = ACTIONS(2293), + [anon_sym_inline] = ACTIONS(2293), + [anon_sym___inline] = ACTIONS(2293), + [anon_sym___inline__] = ACTIONS(2293), + [anon_sym___forceinline] = ACTIONS(2293), + [anon_sym_thread_local] = ACTIONS(2293), + [anon_sym___thread] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_constexpr] = ACTIONS(2293), + [anon_sym_volatile] = ACTIONS(2293), + [anon_sym_restrict] = ACTIONS(2293), + [anon_sym___restrict__] = ACTIONS(2293), + [anon_sym__Atomic] = ACTIONS(2293), + [anon_sym__Noreturn] = ACTIONS(2293), + [anon_sym_noreturn] = ACTIONS(2293), + [anon_sym__Nonnull] = ACTIONS(2293), + [anon_sym_alignas] = ACTIONS(2293), + [anon_sym__Alignas] = ACTIONS(2293), + [sym_primitive_type] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), + [anon_sym_struct] = ACTIONS(2293), + [anon_sym_union] = ACTIONS(2293), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2293), + [anon_sym_rayPayloadInEXT] = ACTIONS(2293), + [anon_sym_hitAttributeEXT] = ACTIONS(2293), + [anon_sym_callableDataEXT] = ACTIONS(2293), + [anon_sym_callableDataInEXT] = ACTIONS(2293), + [anon_sym_shaderRecordEXT] = ACTIONS(2293), + [anon_sym_rayPayloadNV] = ACTIONS(2293), + [anon_sym_rayPayloadInNV] = ACTIONS(2293), + [anon_sym_hitAttributeNV] = ACTIONS(2293), + [anon_sym_callableDataNV] = ACTIONS(2293), + [anon_sym_callableDataInNV] = ACTIONS(2293), + [anon_sym_shaderRecordNV] = ACTIONS(2293), + [anon_sym_layout] = ACTIONS(2293), + }, + [636] = { + [sym_identifier] = ACTIONS(2265), + [aux_sym_preproc_def_token1] = ACTIONS(2265), + [aux_sym_preproc_if_token1] = ACTIONS(2265), + [aux_sym_preproc_if_token2] = ACTIONS(2265), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2265), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2265), + [sym_preproc_directive] = ACTIONS(2265), + [anon_sym_subroutine] = ACTIONS(2265), + [anon_sym_invariant] = ACTIONS(2265), + [anon_sym_precise] = ACTIONS(2265), + [anon_sym_in] = ACTIONS(2265), + [anon_sym_out] = ACTIONS(2265), + [anon_sym_inout] = ACTIONS(2265), + [anon_sym_uniform] = ACTIONS(2265), + [anon_sym_shared] = ACTIONS(2265), + [anon_sym_attribute] = ACTIONS(2265), + [anon_sym_varying] = ACTIONS(2265), + [anon_sym_buffer] = ACTIONS(2265), + [anon_sym_coherent] = ACTIONS(2265), + [anon_sym_readonly] = ACTIONS(2265), + [anon_sym_writeonly] = ACTIONS(2265), + [anon_sym_precision] = ACTIONS(2265), + [anon_sym_highp] = ACTIONS(2265), + [anon_sym_mediump] = ACTIONS(2265), + [anon_sym_lowp] = ACTIONS(2265), + [anon_sym_centroid] = ACTIONS(2265), + [anon_sym_sample] = ACTIONS(2265), + [anon_sym_patch] = ACTIONS(2265), + [anon_sym_smooth] = ACTIONS(2265), + [anon_sym_flat] = ACTIONS(2265), + [anon_sym_noperspective] = ACTIONS(2265), + [anon_sym___extension__] = ACTIONS(2265), + [anon_sym_extern] = ACTIONS(2265), + [anon_sym___attribute__] = ACTIONS(2265), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2267), + [anon_sym___declspec] = ACTIONS(2265), + [anon_sym_signed] = ACTIONS(2265), + [anon_sym_unsigned] = ACTIONS(2265), + [anon_sym_long] = ACTIONS(2265), + [anon_sym_short] = ACTIONS(2265), + [anon_sym_static] = ACTIONS(2265), + [anon_sym_auto] = ACTIONS(2265), + [anon_sym_register] = ACTIONS(2265), + [anon_sym_inline] = ACTIONS(2265), + [anon_sym___inline] = ACTIONS(2265), + [anon_sym___inline__] = ACTIONS(2265), + [anon_sym___forceinline] = ACTIONS(2265), + [anon_sym_thread_local] = ACTIONS(2265), + [anon_sym___thread] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [anon_sym_constexpr] = ACTIONS(2265), + [anon_sym_volatile] = ACTIONS(2265), + [anon_sym_restrict] = ACTIONS(2265), + [anon_sym___restrict__] = ACTIONS(2265), + [anon_sym__Atomic] = ACTIONS(2265), + [anon_sym__Noreturn] = ACTIONS(2265), + [anon_sym_noreturn] = ACTIONS(2265), + [anon_sym__Nonnull] = ACTIONS(2265), + [anon_sym_alignas] = ACTIONS(2265), + [anon_sym__Alignas] = ACTIONS(2265), + [sym_primitive_type] = ACTIONS(2265), + [anon_sym_enum] = ACTIONS(2265), + [anon_sym_struct] = ACTIONS(2265), + [anon_sym_union] = ACTIONS(2265), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2265), + [anon_sym_rayPayloadInEXT] = ACTIONS(2265), + [anon_sym_hitAttributeEXT] = ACTIONS(2265), + [anon_sym_callableDataEXT] = ACTIONS(2265), + [anon_sym_callableDataInEXT] = ACTIONS(2265), + [anon_sym_shaderRecordEXT] = ACTIONS(2265), + [anon_sym_rayPayloadNV] = ACTIONS(2265), + [anon_sym_rayPayloadInNV] = ACTIONS(2265), + [anon_sym_hitAttributeNV] = ACTIONS(2265), + [anon_sym_callableDataNV] = ACTIONS(2265), + [anon_sym_callableDataInNV] = ACTIONS(2265), + [anon_sym_shaderRecordNV] = ACTIONS(2265), + [anon_sym_layout] = ACTIONS(2265), + }, + [637] = { + [sym_identifier] = ACTIONS(2285), + [aux_sym_preproc_def_token1] = ACTIONS(2285), + [aux_sym_preproc_if_token1] = ACTIONS(2285), + [aux_sym_preproc_if_token2] = ACTIONS(2285), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2285), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2285), + [sym_preproc_directive] = ACTIONS(2285), + [anon_sym_subroutine] = ACTIONS(2285), + [anon_sym_invariant] = ACTIONS(2285), + [anon_sym_precise] = ACTIONS(2285), + [anon_sym_in] = ACTIONS(2285), + [anon_sym_out] = ACTIONS(2285), + [anon_sym_inout] = ACTIONS(2285), + [anon_sym_uniform] = ACTIONS(2285), + [anon_sym_shared] = ACTIONS(2285), + [anon_sym_attribute] = ACTIONS(2285), + [anon_sym_varying] = ACTIONS(2285), + [anon_sym_buffer] = ACTIONS(2285), + [anon_sym_coherent] = ACTIONS(2285), + [anon_sym_readonly] = ACTIONS(2285), + [anon_sym_writeonly] = ACTIONS(2285), + [anon_sym_precision] = ACTIONS(2285), + [anon_sym_highp] = ACTIONS(2285), + [anon_sym_mediump] = ACTIONS(2285), + [anon_sym_lowp] = ACTIONS(2285), + [anon_sym_centroid] = ACTIONS(2285), + [anon_sym_sample] = ACTIONS(2285), + [anon_sym_patch] = ACTIONS(2285), + [anon_sym_smooth] = ACTIONS(2285), + [anon_sym_flat] = ACTIONS(2285), + [anon_sym_noperspective] = ACTIONS(2285), + [anon_sym___extension__] = ACTIONS(2285), + [anon_sym_extern] = ACTIONS(2285), + [anon_sym___attribute__] = ACTIONS(2285), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2287), + [anon_sym___declspec] = ACTIONS(2285), + [anon_sym_signed] = ACTIONS(2285), + [anon_sym_unsigned] = ACTIONS(2285), + [anon_sym_long] = ACTIONS(2285), + [anon_sym_short] = ACTIONS(2285), + [anon_sym_static] = ACTIONS(2285), + [anon_sym_auto] = ACTIONS(2285), + [anon_sym_register] = ACTIONS(2285), + [anon_sym_inline] = ACTIONS(2285), + [anon_sym___inline] = ACTIONS(2285), + [anon_sym___inline__] = ACTIONS(2285), + [anon_sym___forceinline] = ACTIONS(2285), + [anon_sym_thread_local] = ACTIONS(2285), + [anon_sym___thread] = ACTIONS(2285), + [anon_sym_const] = ACTIONS(2285), + [anon_sym_constexpr] = ACTIONS(2285), + [anon_sym_volatile] = ACTIONS(2285), + [anon_sym_restrict] = ACTIONS(2285), + [anon_sym___restrict__] = ACTIONS(2285), + [anon_sym__Atomic] = ACTIONS(2285), + [anon_sym__Noreturn] = ACTIONS(2285), + [anon_sym_noreturn] = ACTIONS(2285), + [anon_sym__Nonnull] = ACTIONS(2285), + [anon_sym_alignas] = ACTIONS(2285), + [anon_sym__Alignas] = ACTIONS(2285), + [sym_primitive_type] = ACTIONS(2285), + [anon_sym_enum] = ACTIONS(2285), + [anon_sym_struct] = ACTIONS(2285), + [anon_sym_union] = ACTIONS(2285), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2285), + [anon_sym_rayPayloadInEXT] = ACTIONS(2285), + [anon_sym_hitAttributeEXT] = ACTIONS(2285), + [anon_sym_callableDataEXT] = ACTIONS(2285), + [anon_sym_callableDataInEXT] = ACTIONS(2285), + [anon_sym_shaderRecordEXT] = ACTIONS(2285), + [anon_sym_rayPayloadNV] = ACTIONS(2285), + [anon_sym_rayPayloadInNV] = ACTIONS(2285), + [anon_sym_hitAttributeNV] = ACTIONS(2285), + [anon_sym_callableDataNV] = ACTIONS(2285), + [anon_sym_callableDataInNV] = ACTIONS(2285), + [anon_sym_shaderRecordNV] = ACTIONS(2285), + [anon_sym_layout] = ACTIONS(2285), + }, + [638] = { + [sym_extension_storage_class] = STATE(638), + [sym_layout_specification] = STATE(638), + [aux_sym_declaration_repeat1] = STATE(638), + [sym_identifier] = ACTIONS(2377), + [anon_sym_subroutine] = ACTIONS(2379), + [anon_sym_invariant] = ACTIONS(2379), + [anon_sym_precise] = ACTIONS(2379), + [anon_sym_in] = ACTIONS(2379), + [anon_sym_out] = ACTIONS(2379), + [anon_sym_inout] = ACTIONS(2379), + [anon_sym_uniform] = ACTIONS(2379), + [anon_sym_shared] = ACTIONS(2379), + [anon_sym_attribute] = ACTIONS(2379), + [anon_sym_varying] = ACTIONS(2379), + [anon_sym_buffer] = ACTIONS(2379), + [anon_sym_coherent] = ACTIONS(2379), + [anon_sym_readonly] = ACTIONS(2379), + [anon_sym_writeonly] = ACTIONS(2379), + [anon_sym_precision] = ACTIONS(2379), + [anon_sym_highp] = ACTIONS(2379), + [anon_sym_mediump] = ACTIONS(2379), + [anon_sym_lowp] = ACTIONS(2379), + [anon_sym_centroid] = ACTIONS(2379), + [anon_sym_sample] = ACTIONS(2379), + [anon_sym_patch] = ACTIONS(2379), + [anon_sym_smooth] = ACTIONS(2379), + [anon_sym_flat] = ACTIONS(2379), + [anon_sym_noperspective] = ACTIONS(2379), + [anon_sym___extension__] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(2377), + [anon_sym___attribute__] = ACTIONS(2377), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2382), + [anon_sym___declspec] = ACTIONS(2377), + [anon_sym_signed] = ACTIONS(2377), + [anon_sym_unsigned] = ACTIONS(2377), + [anon_sym_long] = ACTIONS(2377), + [anon_sym_short] = ACTIONS(2377), + [anon_sym_static] = ACTIONS(2377), + [anon_sym_auto] = ACTIONS(2377), + [anon_sym_register] = ACTIONS(2377), + [anon_sym_inline] = ACTIONS(2377), + [anon_sym___inline] = ACTIONS(2377), + [anon_sym___inline__] = ACTIONS(2377), + [anon_sym___forceinline] = ACTIONS(2377), + [anon_sym_thread_local] = ACTIONS(2377), + [anon_sym___thread] = ACTIONS(2377), + [anon_sym_const] = ACTIONS(2377), + [anon_sym_constexpr] = ACTIONS(2377), + [anon_sym_volatile] = ACTIONS(2377), + [anon_sym_restrict] = ACTIONS(2377), + [anon_sym___restrict__] = ACTIONS(2377), + [anon_sym__Atomic] = ACTIONS(2377), + [anon_sym__Noreturn] = ACTIONS(2377), + [anon_sym_noreturn] = ACTIONS(2377), + [anon_sym__Nonnull] = ACTIONS(2377), + [anon_sym_alignas] = ACTIONS(2377), + [anon_sym__Alignas] = ACTIONS(2377), + [sym_primitive_type] = ACTIONS(2377), + [anon_sym_enum] = ACTIONS(2377), + [anon_sym_struct] = ACTIONS(2377), + [anon_sym_union] = ACTIONS(2377), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2384), + [anon_sym_rayPayloadInEXT] = ACTIONS(2384), + [anon_sym_hitAttributeEXT] = ACTIONS(2384), + [anon_sym_callableDataEXT] = ACTIONS(2384), + [anon_sym_callableDataInEXT] = ACTIONS(2384), + [anon_sym_shaderRecordEXT] = ACTIONS(2384), + [anon_sym_rayPayloadNV] = ACTIONS(2384), + [anon_sym_rayPayloadInNV] = ACTIONS(2384), + [anon_sym_hitAttributeNV] = ACTIONS(2384), + [anon_sym_callableDataNV] = ACTIONS(2384), + [anon_sym_callableDataInNV] = ACTIONS(2384), + [anon_sym_shaderRecordNV] = ACTIONS(2384), + [anon_sym_layout] = ACTIONS(2387), + }, + [639] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1311), + [sym__declaration_specifiers] = STATE(1264), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_variadic_parameter] = STATE(2054), - [sym_parameter_declaration] = STATE(2054), - [sym_macro_type_specifier] = STATE(980), - [sym_layout_specification] = STATE(643), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_variadic_parameter] = STATE(2074), + [sym_parameter_declaration] = STATE(2074), + [sym_macro_type_specifier] = STATE(968), + [sym_layout_specification] = STATE(650), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_parameter_declaration_repeat1] = STATE(643), - [sym_identifier] = ACTIONS(1557), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1744), - [anon_sym_precise] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_out] = ACTIONS(1752), - [anon_sym_inout] = ACTIONS(1752), - [anon_sym_uniform] = ACTIONS(1752), - [anon_sym_shared] = ACTIONS(1752), - [anon_sym_attribute] = ACTIONS(1752), - [anon_sym_varying] = ACTIONS(1752), - [anon_sym_buffer] = ACTIONS(1752), - [anon_sym_coherent] = ACTIONS(1752), - [anon_sym_readonly] = ACTIONS(1752), - [anon_sym_writeonly] = ACTIONS(1752), - [anon_sym_centroid] = ACTIONS(1752), - [anon_sym_sample] = ACTIONS(1752), - [anon_sym_patch] = ACTIONS(1752), - [anon_sym_smooth] = ACTIONS(1752), - [anon_sym_flat] = ACTIONS(1752), - [anon_sym_noperspective] = ACTIONS(1752), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_parameter_declaration_repeat1] = STATE(650), + [sym_identifier] = ACTIONS(1563), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1746), + [anon_sym_precise] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_out] = ACTIONS(1754), + [anon_sym_inout] = ACTIONS(1754), + [anon_sym_uniform] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_attribute] = ACTIONS(1754), + [anon_sym_varying] = ACTIONS(1754), + [anon_sym_buffer] = ACTIONS(1754), + [anon_sym_coherent] = ACTIONS(1754), + [anon_sym_readonly] = ACTIONS(1754), + [anon_sym_writeonly] = ACTIONS(1754), + [anon_sym_centroid] = ACTIONS(1754), + [anon_sym_sample] = ACTIONS(1754), + [anon_sym_patch] = ACTIONS(1754), + [anon_sym_smooth] = ACTIONS(1754), + [anon_sym_flat] = ACTIONS(1754), + [anon_sym_noperspective] = ACTIONS(1754), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -96387,6 +98838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -96394,710 +98846,794 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(1758), + [anon_sym_layout] = ACTIONS(1760), }, - [634] = { - [sym_extension_storage_class] = STATE(634), - [sym_layout_specification] = STATE(634), - [aux_sym_declaration_repeat1] = STATE(634), - [sym_identifier] = ACTIONS(2340), - [anon_sym_subroutine] = ACTIONS(2342), - [anon_sym_invariant] = ACTIONS(2342), - [anon_sym_precise] = ACTIONS(2342), - [anon_sym_in] = ACTIONS(2342), - [anon_sym_out] = ACTIONS(2342), - [anon_sym_inout] = ACTIONS(2342), - [anon_sym_uniform] = ACTIONS(2342), - [anon_sym_shared] = ACTIONS(2342), - [anon_sym_attribute] = ACTIONS(2342), - [anon_sym_varying] = ACTIONS(2342), - [anon_sym_buffer] = ACTIONS(2342), - [anon_sym_coherent] = ACTIONS(2342), - [anon_sym_readonly] = ACTIONS(2342), - [anon_sym_writeonly] = ACTIONS(2342), - [anon_sym_precision] = ACTIONS(2342), - [anon_sym_highp] = ACTIONS(2342), - [anon_sym_mediump] = ACTIONS(2342), - [anon_sym_lowp] = ACTIONS(2342), - [anon_sym_centroid] = ACTIONS(2342), - [anon_sym_sample] = ACTIONS(2342), - [anon_sym_patch] = ACTIONS(2342), - [anon_sym_smooth] = ACTIONS(2342), - [anon_sym_flat] = ACTIONS(2342), - [anon_sym_noperspective] = ACTIONS(2342), - [anon_sym___extension__] = ACTIONS(2340), - [anon_sym_extern] = ACTIONS(2340), - [anon_sym___attribute__] = ACTIONS(2340), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2345), - [anon_sym___declspec] = ACTIONS(2340), - [anon_sym_signed] = ACTIONS(2340), - [anon_sym_unsigned] = ACTIONS(2340), - [anon_sym_long] = ACTIONS(2340), - [anon_sym_short] = ACTIONS(2340), - [anon_sym_static] = ACTIONS(2340), - [anon_sym_auto] = ACTIONS(2340), - [anon_sym_register] = ACTIONS(2340), - [anon_sym_inline] = ACTIONS(2340), - [anon_sym___inline] = ACTIONS(2340), - [anon_sym___inline__] = ACTIONS(2340), - [anon_sym___forceinline] = ACTIONS(2340), - [anon_sym_thread_local] = ACTIONS(2340), - [anon_sym___thread] = ACTIONS(2340), - [anon_sym_const] = ACTIONS(2340), - [anon_sym_constexpr] = ACTIONS(2340), - [anon_sym_volatile] = ACTIONS(2340), - [anon_sym_restrict] = ACTIONS(2340), - [anon_sym___restrict__] = ACTIONS(2340), - [anon_sym__Atomic] = ACTIONS(2340), - [anon_sym__Noreturn] = ACTIONS(2340), - [anon_sym_noreturn] = ACTIONS(2340), - [anon_sym_alignas] = ACTIONS(2340), - [anon_sym__Alignas] = ACTIONS(2340), - [sym_primitive_type] = ACTIONS(2340), - [anon_sym_enum] = ACTIONS(2340), - [anon_sym_struct] = ACTIONS(2340), - [anon_sym_union] = ACTIONS(2340), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2347), - [anon_sym_rayPayloadInEXT] = ACTIONS(2347), - [anon_sym_hitAttributeEXT] = ACTIONS(2347), - [anon_sym_callableDataEXT] = ACTIONS(2347), - [anon_sym_callableDataInEXT] = ACTIONS(2347), - [anon_sym_shaderRecordEXT] = ACTIONS(2347), - [anon_sym_rayPayloadNV] = ACTIONS(2347), - [anon_sym_rayPayloadInNV] = ACTIONS(2347), - [anon_sym_hitAttributeNV] = ACTIONS(2347), - [anon_sym_callableDataNV] = ACTIONS(2347), - [anon_sym_callableDataInNV] = ACTIONS(2347), - [anon_sym_shaderRecordNV] = ACTIONS(2347), - [anon_sym_layout] = ACTIONS(2350), - }, - [635] = { - [sym_identifier] = ACTIONS(2353), - [anon_sym_subroutine] = ACTIONS(2353), - [anon_sym_invariant] = ACTIONS(2353), - [anon_sym_precise] = ACTIONS(2353), - [anon_sym_in] = ACTIONS(2353), - [anon_sym_out] = ACTIONS(2353), - [anon_sym_inout] = ACTIONS(2353), - [anon_sym_uniform] = ACTIONS(2353), - [anon_sym_shared] = ACTIONS(2353), - [anon_sym_attribute] = ACTIONS(2353), - [anon_sym_varying] = ACTIONS(2353), - [anon_sym_buffer] = ACTIONS(2353), - [anon_sym_coherent] = ACTIONS(2353), - [anon_sym_readonly] = ACTIONS(2353), - [anon_sym_writeonly] = ACTIONS(2353), - [anon_sym_precision] = ACTIONS(2353), - [anon_sym_highp] = ACTIONS(2353), - [anon_sym_mediump] = ACTIONS(2353), - [anon_sym_lowp] = ACTIONS(2353), - [anon_sym_centroid] = ACTIONS(2353), - [anon_sym_sample] = ACTIONS(2353), - [anon_sym_patch] = ACTIONS(2353), - [anon_sym_smooth] = ACTIONS(2353), - [anon_sym_flat] = ACTIONS(2353), - [anon_sym_noperspective] = ACTIONS(2353), - [anon_sym___extension__] = ACTIONS(2353), - [anon_sym_extern] = ACTIONS(2353), - [anon_sym___attribute__] = ACTIONS(2353), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2355), - [anon_sym___declspec] = ACTIONS(2353), - [anon_sym_signed] = ACTIONS(2353), - [anon_sym_unsigned] = ACTIONS(2353), - [anon_sym_long] = ACTIONS(2353), - [anon_sym_short] = ACTIONS(2353), - [anon_sym_static] = ACTIONS(2353), - [anon_sym_auto] = ACTIONS(2353), - [anon_sym_register] = ACTIONS(2353), - [anon_sym_inline] = ACTIONS(2353), - [anon_sym___inline] = ACTIONS(2353), - [anon_sym___inline__] = ACTIONS(2353), - [anon_sym___forceinline] = ACTIONS(2353), - [anon_sym_thread_local] = ACTIONS(2353), - [anon_sym___thread] = ACTIONS(2353), - [anon_sym_const] = ACTIONS(2353), - [anon_sym_constexpr] = ACTIONS(2353), - [anon_sym_volatile] = ACTIONS(2353), - [anon_sym_restrict] = ACTIONS(2353), - [anon_sym___restrict__] = ACTIONS(2353), - [anon_sym__Atomic] = ACTIONS(2353), - [anon_sym__Noreturn] = ACTIONS(2353), - [anon_sym_noreturn] = ACTIONS(2353), - [anon_sym_alignas] = ACTIONS(2353), - [anon_sym__Alignas] = ACTIONS(2353), - [sym_primitive_type] = ACTIONS(2353), - [anon_sym_enum] = ACTIONS(2353), - [anon_sym_struct] = ACTIONS(2353), - [anon_sym_union] = ACTIONS(2353), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2353), - [anon_sym_rayPayloadInEXT] = ACTIONS(2353), - [anon_sym_hitAttributeEXT] = ACTIONS(2353), - [anon_sym_callableDataEXT] = ACTIONS(2353), - [anon_sym_callableDataInEXT] = ACTIONS(2353), - [anon_sym_shaderRecordEXT] = ACTIONS(2353), - [anon_sym_rayPayloadNV] = ACTIONS(2353), - [anon_sym_rayPayloadInNV] = ACTIONS(2353), - [anon_sym_hitAttributeNV] = ACTIONS(2353), - [anon_sym_callableDataNV] = ACTIONS(2353), - [anon_sym_callableDataInNV] = ACTIONS(2353), - [anon_sym_shaderRecordNV] = ACTIONS(2353), - [anon_sym_layout] = ACTIONS(2353), + [640] = { + [sym_expression] = STATE(1209), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1063), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1063), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2390), + [anon_sym_LPAREN2] = ACTIONS(2393), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_TILDE] = ACTIONS(2396), + [anon_sym_DASH] = ACTIONS(2399), + [anon_sym_PLUS] = ACTIONS(2399), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym___extension__] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_RBRACK] = ACTIONS(2130), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_constexpr] = ACTIONS(2128), + [anon_sym_volatile] = ACTIONS(2128), + [anon_sym_restrict] = ACTIONS(2128), + [anon_sym___restrict__] = ACTIONS(2128), + [anon_sym__Atomic] = ACTIONS(2128), + [anon_sym__Noreturn] = ACTIONS(2128), + [anon_sym_noreturn] = ACTIONS(2128), + [anon_sym__Nonnull] = ACTIONS(2128), + [anon_sym_alignas] = ACTIONS(2128), + [anon_sym__Alignas] = ACTIONS(2128), + [anon_sym_DASH_DASH] = ACTIONS(2408), + [anon_sym_PLUS_PLUS] = ACTIONS(2408), + [anon_sym_sizeof] = ACTIONS(2411), + [anon_sym___alignof__] = ACTIONS(2414), + [anon_sym___alignof] = ACTIONS(2414), + [anon_sym__alignof] = ACTIONS(2414), + [anon_sym_alignof] = ACTIONS(2414), + [anon_sym__Alignof] = ACTIONS(2414), + [anon_sym_offsetof] = ACTIONS(2417), + [anon_sym__Generic] = ACTIONS(2420), + [anon_sym_asm] = ACTIONS(2423), + [anon_sym___asm__] = ACTIONS(2423), + [anon_sym___asm] = ACTIONS(2423), + [sym_number_literal] = ACTIONS(2426), + [anon_sym_L_SQUOTE] = ACTIONS(2429), + [anon_sym_u_SQUOTE] = ACTIONS(2429), + [anon_sym_U_SQUOTE] = ACTIONS(2429), + [anon_sym_u8_SQUOTE] = ACTIONS(2429), + [anon_sym_SQUOTE] = ACTIONS(2429), + [anon_sym_L_DQUOTE] = ACTIONS(2432), + [anon_sym_u_DQUOTE] = ACTIONS(2432), + [anon_sym_U_DQUOTE] = ACTIONS(2432), + [anon_sym_u8_DQUOTE] = ACTIONS(2432), + [anon_sym_DQUOTE] = ACTIONS(2432), + [sym_true] = ACTIONS(2435), + [sym_false] = ACTIONS(2435), + [anon_sym_NULL] = ACTIONS(2438), + [anon_sym_nullptr] = ACTIONS(2438), + [sym_comment] = ACTIONS(3), }, - [636] = { - [sym_identifier] = ACTIONS(2357), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1793), - [anon_sym_extern] = ACTIONS(1793), - [anon_sym___attribute__] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2360), - [anon_sym___declspec] = ACTIONS(1793), - [anon_sym_signed] = ACTIONS(1793), - [anon_sym_unsigned] = ACTIONS(1793), - [anon_sym_long] = ACTIONS(1793), - [anon_sym_short] = ACTIONS(1793), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_auto] = ACTIONS(1793), - [anon_sym_register] = ACTIONS(1793), - [anon_sym_inline] = ACTIONS(1793), - [anon_sym___inline] = ACTIONS(1793), - [anon_sym___inline__] = ACTIONS(1793), - [anon_sym___forceinline] = ACTIONS(1793), - [anon_sym_thread_local] = ACTIONS(1793), - [anon_sym___thread] = ACTIONS(1793), - [anon_sym_const] = ACTIONS(1793), - [anon_sym_constexpr] = ACTIONS(1793), - [anon_sym_volatile] = ACTIONS(1793), - [anon_sym_restrict] = ACTIONS(1793), - [anon_sym___restrict__] = ACTIONS(1793), - [anon_sym__Atomic] = ACTIONS(1793), - [anon_sym__Noreturn] = ACTIONS(1793), - [anon_sym_noreturn] = ACTIONS(1793), - [anon_sym_alignas] = ACTIONS(1793), - [anon_sym__Alignas] = ACTIONS(1793), - [sym_primitive_type] = ACTIONS(1793), - [anon_sym_enum] = ACTIONS(1793), - [anon_sym_struct] = ACTIONS(1793), - [anon_sym_union] = ACTIONS(1793), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), + [641] = { + [sym_expression] = STATE(1164), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_initializer_list] = STATE(2023), + [sym_initializer_pair] = STATE(2023), + [sym_subscript_designator] = STATE(1720), + [sym_subscript_range_designator] = STATE(1720), + [sym_field_designator] = STATE(1720), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_initializer_pair_repeat1] = STATE(1720), + [sym_identifier] = ACTIONS(2441), + [anon_sym_COMMA] = ACTIONS(2443), + [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(1891), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(2445), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), }, - [637] = { - [sym_identifier] = ACTIONS(2362), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1793), - [anon_sym_extern] = ACTIONS(1793), - [anon_sym___attribute__] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2360), - [anon_sym___declspec] = ACTIONS(1793), - [anon_sym_signed] = ACTIONS(1793), - [anon_sym_unsigned] = ACTIONS(1793), - [anon_sym_long] = ACTIONS(1793), - [anon_sym_short] = ACTIONS(1793), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_auto] = ACTIONS(1793), - [anon_sym_register] = ACTIONS(1793), - [anon_sym_inline] = ACTIONS(1793), - [anon_sym___inline] = ACTIONS(1793), - [anon_sym___inline__] = ACTIONS(1793), - [anon_sym___forceinline] = ACTIONS(1793), - [anon_sym_thread_local] = ACTIONS(1793), - [anon_sym___thread] = ACTIONS(1793), - [anon_sym_const] = ACTIONS(1793), - [anon_sym_constexpr] = ACTIONS(1793), - [anon_sym_volatile] = ACTIONS(1793), - [anon_sym_restrict] = ACTIONS(1793), - [anon_sym___restrict__] = ACTIONS(1793), - [anon_sym__Atomic] = ACTIONS(1793), - [anon_sym__Noreturn] = ACTIONS(1793), - [anon_sym_noreturn] = ACTIONS(1793), - [anon_sym_alignas] = ACTIONS(1793), - [anon_sym__Alignas] = ACTIONS(1793), - [sym_primitive_type] = ACTIONS(1793), - [anon_sym_enum] = ACTIONS(1793), - [anon_sym_struct] = ACTIONS(1793), - [anon_sym_union] = ACTIONS(1793), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), + [642] = { + [sym_identifier] = ACTIONS(2451), + [anon_sym_subroutine] = ACTIONS(2451), + [anon_sym_invariant] = ACTIONS(2451), + [anon_sym_precise] = ACTIONS(2451), + [anon_sym_in] = ACTIONS(2451), + [anon_sym_out] = ACTIONS(2451), + [anon_sym_inout] = ACTIONS(2451), + [anon_sym_uniform] = ACTIONS(2451), + [anon_sym_shared] = ACTIONS(2451), + [anon_sym_attribute] = ACTIONS(2451), + [anon_sym_varying] = ACTIONS(2451), + [anon_sym_buffer] = ACTIONS(2451), + [anon_sym_coherent] = ACTIONS(2451), + [anon_sym_readonly] = ACTIONS(2451), + [anon_sym_writeonly] = ACTIONS(2451), + [anon_sym_precision] = ACTIONS(2451), + [anon_sym_highp] = ACTIONS(2451), + [anon_sym_mediump] = ACTIONS(2451), + [anon_sym_lowp] = ACTIONS(2451), + [anon_sym_centroid] = ACTIONS(2451), + [anon_sym_sample] = ACTIONS(2451), + [anon_sym_patch] = ACTIONS(2451), + [anon_sym_smooth] = ACTIONS(2451), + [anon_sym_flat] = ACTIONS(2451), + [anon_sym_noperspective] = ACTIONS(2451), + [anon_sym___extension__] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2451), + [anon_sym___attribute__] = ACTIONS(2451), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2453), + [anon_sym___declspec] = ACTIONS(2451), + [anon_sym_signed] = ACTIONS(2451), + [anon_sym_unsigned] = ACTIONS(2451), + [anon_sym_long] = ACTIONS(2451), + [anon_sym_short] = ACTIONS(2451), + [anon_sym_static] = ACTIONS(2451), + [anon_sym_auto] = ACTIONS(2451), + [anon_sym_register] = ACTIONS(2451), + [anon_sym_inline] = ACTIONS(2451), + [anon_sym___inline] = ACTIONS(2451), + [anon_sym___inline__] = ACTIONS(2451), + [anon_sym___forceinline] = ACTIONS(2451), + [anon_sym_thread_local] = ACTIONS(2451), + [anon_sym___thread] = ACTIONS(2451), + [anon_sym_const] = ACTIONS(2451), + [anon_sym_constexpr] = ACTIONS(2451), + [anon_sym_volatile] = ACTIONS(2451), + [anon_sym_restrict] = ACTIONS(2451), + [anon_sym___restrict__] = ACTIONS(2451), + [anon_sym__Atomic] = ACTIONS(2451), + [anon_sym__Noreturn] = ACTIONS(2451), + [anon_sym_noreturn] = ACTIONS(2451), + [anon_sym__Nonnull] = ACTIONS(2451), + [anon_sym_alignas] = ACTIONS(2451), + [anon_sym__Alignas] = ACTIONS(2451), + [sym_primitive_type] = ACTIONS(2451), + [anon_sym_enum] = ACTIONS(2451), + [anon_sym_struct] = ACTIONS(2451), + [anon_sym_union] = ACTIONS(2451), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2451), + [anon_sym_rayPayloadInEXT] = ACTIONS(2451), + [anon_sym_hitAttributeEXT] = ACTIONS(2451), + [anon_sym_callableDataEXT] = ACTIONS(2451), + [anon_sym_callableDataInEXT] = ACTIONS(2451), + [anon_sym_shaderRecordEXT] = ACTIONS(2451), + [anon_sym_rayPayloadNV] = ACTIONS(2451), + [anon_sym_rayPayloadInNV] = ACTIONS(2451), + [anon_sym_hitAttributeNV] = ACTIONS(2451), + [anon_sym_callableDataNV] = ACTIONS(2451), + [anon_sym_callableDataInNV] = ACTIONS(2451), + [anon_sym_shaderRecordNV] = ACTIONS(2451), + [anon_sym_layout] = ACTIONS(2451), }, - [638] = { - [sym_identifier] = ACTIONS(2365), - [anon_sym_subroutine] = ACTIONS(2365), - [anon_sym_invariant] = ACTIONS(2365), - [anon_sym_precise] = ACTIONS(2365), - [anon_sym_in] = ACTIONS(2365), - [anon_sym_out] = ACTIONS(2365), - [anon_sym_inout] = ACTIONS(2365), - [anon_sym_uniform] = ACTIONS(2365), - [anon_sym_shared] = ACTIONS(2365), - [anon_sym_attribute] = ACTIONS(2365), - [anon_sym_varying] = ACTIONS(2365), - [anon_sym_buffer] = ACTIONS(2365), - [anon_sym_coherent] = ACTIONS(2365), - [anon_sym_readonly] = ACTIONS(2365), - [anon_sym_writeonly] = ACTIONS(2365), - [anon_sym_precision] = ACTIONS(2365), - [anon_sym_highp] = ACTIONS(2365), - [anon_sym_mediump] = ACTIONS(2365), - [anon_sym_lowp] = ACTIONS(2365), - [anon_sym_centroid] = ACTIONS(2365), - [anon_sym_sample] = ACTIONS(2365), - [anon_sym_patch] = ACTIONS(2365), - [anon_sym_smooth] = ACTIONS(2365), - [anon_sym_flat] = ACTIONS(2365), - [anon_sym_noperspective] = ACTIONS(2365), - [anon_sym___extension__] = ACTIONS(2365), - [anon_sym_extern] = ACTIONS(2365), - [anon_sym___attribute__] = ACTIONS(2365), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2367), - [anon_sym___declspec] = ACTIONS(2365), - [anon_sym_signed] = ACTIONS(2365), - [anon_sym_unsigned] = ACTIONS(2365), - [anon_sym_long] = ACTIONS(2365), - [anon_sym_short] = ACTIONS(2365), - [anon_sym_static] = ACTIONS(2365), - [anon_sym_auto] = ACTIONS(2365), - [anon_sym_register] = ACTIONS(2365), - [anon_sym_inline] = ACTIONS(2365), - [anon_sym___inline] = ACTIONS(2365), - [anon_sym___inline__] = ACTIONS(2365), - [anon_sym___forceinline] = ACTIONS(2365), - [anon_sym_thread_local] = ACTIONS(2365), - [anon_sym___thread] = ACTIONS(2365), - [anon_sym_const] = ACTIONS(2365), - [anon_sym_constexpr] = ACTIONS(2365), - [anon_sym_volatile] = ACTIONS(2365), - [anon_sym_restrict] = ACTIONS(2365), - [anon_sym___restrict__] = ACTIONS(2365), - [anon_sym__Atomic] = ACTIONS(2365), - [anon_sym__Noreturn] = ACTIONS(2365), - [anon_sym_noreturn] = ACTIONS(2365), - [anon_sym_alignas] = ACTIONS(2365), - [anon_sym__Alignas] = ACTIONS(2365), - [sym_primitive_type] = ACTIONS(2365), - [anon_sym_enum] = ACTIONS(2365), - [anon_sym_struct] = ACTIONS(2365), - [anon_sym_union] = ACTIONS(2365), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2365), - [anon_sym_rayPayloadInEXT] = ACTIONS(2365), - [anon_sym_hitAttributeEXT] = ACTIONS(2365), - [anon_sym_callableDataEXT] = ACTIONS(2365), - [anon_sym_callableDataInEXT] = ACTIONS(2365), - [anon_sym_shaderRecordEXT] = ACTIONS(2365), - [anon_sym_rayPayloadNV] = ACTIONS(2365), - [anon_sym_rayPayloadInNV] = ACTIONS(2365), - [anon_sym_hitAttributeNV] = ACTIONS(2365), - [anon_sym_callableDataNV] = ACTIONS(2365), - [anon_sym_callableDataInNV] = ACTIONS(2365), - [anon_sym_shaderRecordNV] = ACTIONS(2365), - [anon_sym_layout] = ACTIONS(2365), + [643] = { + [sym_identifier] = ACTIONS(2455), + [anon_sym_subroutine] = ACTIONS(2455), + [anon_sym_invariant] = ACTIONS(2455), + [anon_sym_precise] = ACTIONS(2455), + [anon_sym_in] = ACTIONS(2455), + [anon_sym_out] = ACTIONS(2455), + [anon_sym_inout] = ACTIONS(2455), + [anon_sym_uniform] = ACTIONS(2455), + [anon_sym_shared] = ACTIONS(2455), + [anon_sym_attribute] = ACTIONS(2455), + [anon_sym_varying] = ACTIONS(2455), + [anon_sym_buffer] = ACTIONS(2455), + [anon_sym_coherent] = ACTIONS(2455), + [anon_sym_readonly] = ACTIONS(2455), + [anon_sym_writeonly] = ACTIONS(2455), + [anon_sym_precision] = ACTIONS(2455), + [anon_sym_highp] = ACTIONS(2455), + [anon_sym_mediump] = ACTIONS(2455), + [anon_sym_lowp] = ACTIONS(2455), + [anon_sym_centroid] = ACTIONS(2455), + [anon_sym_sample] = ACTIONS(2455), + [anon_sym_patch] = ACTIONS(2455), + [anon_sym_smooth] = ACTIONS(2455), + [anon_sym_flat] = ACTIONS(2455), + [anon_sym_noperspective] = ACTIONS(2455), + [anon_sym___extension__] = ACTIONS(2455), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym___attribute__] = ACTIONS(2455), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2457), + [anon_sym___declspec] = ACTIONS(2455), + [anon_sym_signed] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_inline] = ACTIONS(2455), + [anon_sym___inline] = ACTIONS(2455), + [anon_sym___inline__] = ACTIONS(2455), + [anon_sym___forceinline] = ACTIONS(2455), + [anon_sym_thread_local] = ACTIONS(2455), + [anon_sym___thread] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_constexpr] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym___restrict__] = ACTIONS(2455), + [anon_sym__Atomic] = ACTIONS(2455), + [anon_sym__Noreturn] = ACTIONS(2455), + [anon_sym_noreturn] = ACTIONS(2455), + [anon_sym__Nonnull] = ACTIONS(2455), + [anon_sym_alignas] = ACTIONS(2455), + [anon_sym__Alignas] = ACTIONS(2455), + [sym_primitive_type] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2455), + [anon_sym_rayPayloadInEXT] = ACTIONS(2455), + [anon_sym_hitAttributeEXT] = ACTIONS(2455), + [anon_sym_callableDataEXT] = ACTIONS(2455), + [anon_sym_callableDataInEXT] = ACTIONS(2455), + [anon_sym_shaderRecordEXT] = ACTIONS(2455), + [anon_sym_rayPayloadNV] = ACTIONS(2455), + [anon_sym_rayPayloadInNV] = ACTIONS(2455), + [anon_sym_hitAttributeNV] = ACTIONS(2455), + [anon_sym_callableDataNV] = ACTIONS(2455), + [anon_sym_callableDataInNV] = ACTIONS(2455), + [anon_sym_shaderRecordNV] = ACTIONS(2455), + [anon_sym_layout] = ACTIONS(2455), }, - [639] = { - [sym_identifier] = ACTIONS(2369), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1793), - [anon_sym_extern] = ACTIONS(1793), - [anon_sym___attribute__] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2360), - [anon_sym___declspec] = ACTIONS(1793), - [anon_sym_signed] = ACTIONS(1793), - [anon_sym_unsigned] = ACTIONS(1793), - [anon_sym_long] = ACTIONS(1793), - [anon_sym_short] = ACTIONS(1793), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_auto] = ACTIONS(1793), - [anon_sym_register] = ACTIONS(1793), - [anon_sym_inline] = ACTIONS(1793), - [anon_sym___inline] = ACTIONS(1793), - [anon_sym___inline__] = ACTIONS(1793), - [anon_sym___forceinline] = ACTIONS(1793), - [anon_sym_thread_local] = ACTIONS(1793), - [anon_sym___thread] = ACTIONS(1793), - [anon_sym_const] = ACTIONS(1793), - [anon_sym_constexpr] = ACTIONS(1793), - [anon_sym_volatile] = ACTIONS(1793), - [anon_sym_restrict] = ACTIONS(1793), - [anon_sym___restrict__] = ACTIONS(1793), - [anon_sym__Atomic] = ACTIONS(1793), - [anon_sym__Noreturn] = ACTIONS(1793), - [anon_sym_noreturn] = ACTIONS(1793), - [anon_sym_alignas] = ACTIONS(1793), - [anon_sym__Alignas] = ACTIONS(1793), - [sym_primitive_type] = ACTIONS(1793), - [anon_sym_enum] = ACTIONS(1793), - [anon_sym_struct] = ACTIONS(1793), - [anon_sym_union] = ACTIONS(1793), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), + [644] = { + [sym_identifier] = ACTIONS(2459), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2073), + [anon_sym_extern] = ACTIONS(2073), + [anon_sym___attribute__] = ACTIONS(2073), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2462), + [anon_sym___declspec] = ACTIONS(2073), + [anon_sym_signed] = ACTIONS(2073), + [anon_sym_unsigned] = ACTIONS(2073), + [anon_sym_long] = ACTIONS(2073), + [anon_sym_short] = ACTIONS(2073), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_auto] = ACTIONS(2073), + [anon_sym_register] = ACTIONS(2073), + [anon_sym_inline] = ACTIONS(2073), + [anon_sym___inline] = ACTIONS(2073), + [anon_sym___inline__] = ACTIONS(2073), + [anon_sym___forceinline] = ACTIONS(2073), + [anon_sym_thread_local] = ACTIONS(2073), + [anon_sym___thread] = ACTIONS(2073), + [anon_sym_const] = ACTIONS(2073), + [anon_sym_constexpr] = ACTIONS(2073), + [anon_sym_volatile] = ACTIONS(2073), + [anon_sym_restrict] = ACTIONS(2073), + [anon_sym___restrict__] = ACTIONS(2073), + [anon_sym__Atomic] = ACTIONS(2073), + [anon_sym__Noreturn] = ACTIONS(2073), + [anon_sym_noreturn] = ACTIONS(2073), + [anon_sym__Nonnull] = ACTIONS(2073), + [anon_sym_alignas] = ACTIONS(2073), + [anon_sym__Alignas] = ACTIONS(2073), + [sym_primitive_type] = ACTIONS(2073), + [anon_sym_enum] = ACTIONS(2073), + [anon_sym_struct] = ACTIONS(2073), + [anon_sym_union] = ACTIONS(2073), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), }, - [640] = { - [sym_identifier] = ACTIONS(2372), - [anon_sym_subroutine] = ACTIONS(2372), - [anon_sym_invariant] = ACTIONS(2372), - [anon_sym_precise] = ACTIONS(2372), - [anon_sym_in] = ACTIONS(2372), - [anon_sym_out] = ACTIONS(2372), - [anon_sym_inout] = ACTIONS(2372), - [anon_sym_uniform] = ACTIONS(2372), - [anon_sym_shared] = ACTIONS(2372), - [anon_sym_attribute] = ACTIONS(2372), - [anon_sym_varying] = ACTIONS(2372), - [anon_sym_buffer] = ACTIONS(2372), - [anon_sym_coherent] = ACTIONS(2372), - [anon_sym_readonly] = ACTIONS(2372), - [anon_sym_writeonly] = ACTIONS(2372), - [anon_sym_precision] = ACTIONS(2372), - [anon_sym_highp] = ACTIONS(2372), - [anon_sym_mediump] = ACTIONS(2372), - [anon_sym_lowp] = ACTIONS(2372), - [anon_sym_centroid] = ACTIONS(2372), - [anon_sym_sample] = ACTIONS(2372), - [anon_sym_patch] = ACTIONS(2372), - [anon_sym_smooth] = ACTIONS(2372), - [anon_sym_flat] = ACTIONS(2372), - [anon_sym_noperspective] = ACTIONS(2372), - [anon_sym___extension__] = ACTIONS(2372), - [anon_sym_extern] = ACTIONS(2372), - [anon_sym___attribute__] = ACTIONS(2372), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2374), - [anon_sym___declspec] = ACTIONS(2372), - [anon_sym_signed] = ACTIONS(2372), - [anon_sym_unsigned] = ACTIONS(2372), - [anon_sym_long] = ACTIONS(2372), - [anon_sym_short] = ACTIONS(2372), - [anon_sym_static] = ACTIONS(2372), - [anon_sym_auto] = ACTIONS(2372), - [anon_sym_register] = ACTIONS(2372), - [anon_sym_inline] = ACTIONS(2372), - [anon_sym___inline] = ACTIONS(2372), - [anon_sym___inline__] = ACTIONS(2372), - [anon_sym___forceinline] = ACTIONS(2372), - [anon_sym_thread_local] = ACTIONS(2372), - [anon_sym___thread] = ACTIONS(2372), - [anon_sym_const] = ACTIONS(2372), - [anon_sym_constexpr] = ACTIONS(2372), - [anon_sym_volatile] = ACTIONS(2372), - [anon_sym_restrict] = ACTIONS(2372), - [anon_sym___restrict__] = ACTIONS(2372), - [anon_sym__Atomic] = ACTIONS(2372), - [anon_sym__Noreturn] = ACTIONS(2372), - [anon_sym_noreturn] = ACTIONS(2372), - [anon_sym_alignas] = ACTIONS(2372), - [anon_sym__Alignas] = ACTIONS(2372), - [sym_primitive_type] = ACTIONS(2372), - [anon_sym_enum] = ACTIONS(2372), - [anon_sym_struct] = ACTIONS(2372), - [anon_sym_union] = ACTIONS(2372), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2372), - [anon_sym_rayPayloadInEXT] = ACTIONS(2372), - [anon_sym_hitAttributeEXT] = ACTIONS(2372), - [anon_sym_callableDataEXT] = ACTIONS(2372), - [anon_sym_callableDataInEXT] = ACTIONS(2372), - [anon_sym_shaderRecordEXT] = ACTIONS(2372), - [anon_sym_rayPayloadNV] = ACTIONS(2372), - [anon_sym_rayPayloadInNV] = ACTIONS(2372), - [anon_sym_hitAttributeNV] = ACTIONS(2372), - [anon_sym_callableDataNV] = ACTIONS(2372), - [anon_sym_callableDataInNV] = ACTIONS(2372), - [anon_sym_shaderRecordNV] = ACTIONS(2372), - [anon_sym_layout] = ACTIONS(2372), + [645] = { + [sym_identifier] = ACTIONS(2464), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2073), + [anon_sym_extern] = ACTIONS(2073), + [anon_sym___attribute__] = ACTIONS(2073), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2462), + [anon_sym___declspec] = ACTIONS(2073), + [anon_sym_signed] = ACTIONS(2073), + [anon_sym_unsigned] = ACTIONS(2073), + [anon_sym_long] = ACTIONS(2073), + [anon_sym_short] = ACTIONS(2073), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_auto] = ACTIONS(2073), + [anon_sym_register] = ACTIONS(2073), + [anon_sym_inline] = ACTIONS(2073), + [anon_sym___inline] = ACTIONS(2073), + [anon_sym___inline__] = ACTIONS(2073), + [anon_sym___forceinline] = ACTIONS(2073), + [anon_sym_thread_local] = ACTIONS(2073), + [anon_sym___thread] = ACTIONS(2073), + [anon_sym_const] = ACTIONS(2073), + [anon_sym_constexpr] = ACTIONS(2073), + [anon_sym_volatile] = ACTIONS(2073), + [anon_sym_restrict] = ACTIONS(2073), + [anon_sym___restrict__] = ACTIONS(2073), + [anon_sym__Atomic] = ACTIONS(2073), + [anon_sym__Noreturn] = ACTIONS(2073), + [anon_sym_noreturn] = ACTIONS(2073), + [anon_sym__Nonnull] = ACTIONS(2073), + [anon_sym_alignas] = ACTIONS(2073), + [anon_sym__Alignas] = ACTIONS(2073), + [sym_primitive_type] = ACTIONS(2073), + [anon_sym_enum] = ACTIONS(2073), + [anon_sym_struct] = ACTIONS(2073), + [anon_sym_union] = ACTIONS(2073), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), }, - [641] = { - [sym_identifier] = ACTIONS(2376), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1793), - [anon_sym_extern] = ACTIONS(1793), - [anon_sym___attribute__] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2360), - [anon_sym___declspec] = ACTIONS(1793), - [anon_sym_signed] = ACTIONS(1793), - [anon_sym_unsigned] = ACTIONS(1793), - [anon_sym_long] = ACTIONS(1793), - [anon_sym_short] = ACTIONS(1793), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_auto] = ACTIONS(1793), - [anon_sym_register] = ACTIONS(1793), - [anon_sym_inline] = ACTIONS(1793), - [anon_sym___inline] = ACTIONS(1793), - [anon_sym___inline__] = ACTIONS(1793), - [anon_sym___forceinline] = ACTIONS(1793), - [anon_sym_thread_local] = ACTIONS(1793), - [anon_sym___thread] = ACTIONS(1793), - [anon_sym_const] = ACTIONS(1793), - [anon_sym_constexpr] = ACTIONS(1793), - [anon_sym_volatile] = ACTIONS(1793), - [anon_sym_restrict] = ACTIONS(1793), - [anon_sym___restrict__] = ACTIONS(1793), - [anon_sym__Atomic] = ACTIONS(1793), - [anon_sym__Noreturn] = ACTIONS(1793), - [anon_sym_noreturn] = ACTIONS(1793), - [anon_sym_alignas] = ACTIONS(1793), - [anon_sym__Alignas] = ACTIONS(1793), - [sym_primitive_type] = ACTIONS(1793), - [anon_sym_enum] = ACTIONS(1793), - [anon_sym_struct] = ACTIONS(1793), - [anon_sym_union] = ACTIONS(1793), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), + [646] = { + [sym_identifier] = ACTIONS(2467), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2073), + [anon_sym_extern] = ACTIONS(2073), + [anon_sym___attribute__] = ACTIONS(2073), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2462), + [anon_sym___declspec] = ACTIONS(2073), + [anon_sym_signed] = ACTIONS(2073), + [anon_sym_unsigned] = ACTIONS(2073), + [anon_sym_long] = ACTIONS(2073), + [anon_sym_short] = ACTIONS(2073), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_auto] = ACTIONS(2073), + [anon_sym_register] = ACTIONS(2073), + [anon_sym_inline] = ACTIONS(2073), + [anon_sym___inline] = ACTIONS(2073), + [anon_sym___inline__] = ACTIONS(2073), + [anon_sym___forceinline] = ACTIONS(2073), + [anon_sym_thread_local] = ACTIONS(2073), + [anon_sym___thread] = ACTIONS(2073), + [anon_sym_const] = ACTIONS(2073), + [anon_sym_constexpr] = ACTIONS(2073), + [anon_sym_volatile] = ACTIONS(2073), + [anon_sym_restrict] = ACTIONS(2073), + [anon_sym___restrict__] = ACTIONS(2073), + [anon_sym__Atomic] = ACTIONS(2073), + [anon_sym__Noreturn] = ACTIONS(2073), + [anon_sym_noreturn] = ACTIONS(2073), + [anon_sym__Nonnull] = ACTIONS(2073), + [anon_sym_alignas] = ACTIONS(2073), + [anon_sym__Alignas] = ACTIONS(2073), + [sym_primitive_type] = ACTIONS(2073), + [anon_sym_enum] = ACTIONS(2073), + [anon_sym_struct] = ACTIONS(2073), + [anon_sym_union] = ACTIONS(2073), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), }, - [642] = { - [sym_identifier] = ACTIONS(2379), - [anon_sym_subroutine] = ACTIONS(1793), - [anon_sym_invariant] = ACTIONS(1793), - [anon_sym_precise] = ACTIONS(1793), - [anon_sym_in] = ACTIONS(1793), - [anon_sym_out] = ACTIONS(1793), - [anon_sym_inout] = ACTIONS(1793), - [anon_sym_uniform] = ACTIONS(1793), - [anon_sym_shared] = ACTIONS(1793), - [anon_sym_attribute] = ACTIONS(1793), - [anon_sym_varying] = ACTIONS(1793), - [anon_sym_buffer] = ACTIONS(1793), - [anon_sym_coherent] = ACTIONS(1793), - [anon_sym_readonly] = ACTIONS(1793), - [anon_sym_writeonly] = ACTIONS(1793), - [anon_sym_precision] = ACTIONS(1793), - [anon_sym_highp] = ACTIONS(1793), - [anon_sym_mediump] = ACTIONS(1793), - [anon_sym_lowp] = ACTIONS(1793), - [anon_sym_centroid] = ACTIONS(1793), - [anon_sym_sample] = ACTIONS(1793), - [anon_sym_patch] = ACTIONS(1793), - [anon_sym_smooth] = ACTIONS(1793), - [anon_sym_flat] = ACTIONS(1793), - [anon_sym_noperspective] = ACTIONS(1793), - [anon_sym___extension__] = ACTIONS(1793), - [anon_sym_extern] = ACTIONS(1793), - [anon_sym___attribute__] = ACTIONS(1793), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2360), - [anon_sym___declspec] = ACTIONS(1793), - [anon_sym_signed] = ACTIONS(1793), - [anon_sym_unsigned] = ACTIONS(1793), - [anon_sym_long] = ACTIONS(1793), - [anon_sym_short] = ACTIONS(1793), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_auto] = ACTIONS(1793), - [anon_sym_register] = ACTIONS(1793), - [anon_sym_inline] = ACTIONS(1793), - [anon_sym___inline] = ACTIONS(1793), - [anon_sym___inline__] = ACTIONS(1793), - [anon_sym___forceinline] = ACTIONS(1793), - [anon_sym_thread_local] = ACTIONS(1793), - [anon_sym___thread] = ACTIONS(1793), - [anon_sym_const] = ACTIONS(1793), - [anon_sym_constexpr] = ACTIONS(1793), - [anon_sym_volatile] = ACTIONS(1793), - [anon_sym_restrict] = ACTIONS(1793), - [anon_sym___restrict__] = ACTIONS(1793), - [anon_sym__Atomic] = ACTIONS(1793), - [anon_sym__Noreturn] = ACTIONS(1793), - [anon_sym_noreturn] = ACTIONS(1793), - [anon_sym_alignas] = ACTIONS(1793), - [anon_sym__Alignas] = ACTIONS(1793), - [sym_primitive_type] = ACTIONS(1793), - [anon_sym_enum] = ACTIONS(1793), - [anon_sym_struct] = ACTIONS(1793), - [anon_sym_union] = ACTIONS(1793), - [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(1793), - [anon_sym_rayPayloadInEXT] = ACTIONS(1793), - [anon_sym_hitAttributeEXT] = ACTIONS(1793), - [anon_sym_callableDataEXT] = ACTIONS(1793), - [anon_sym_callableDataInEXT] = ACTIONS(1793), - [anon_sym_shaderRecordEXT] = ACTIONS(1793), - [anon_sym_rayPayloadNV] = ACTIONS(1793), - [anon_sym_rayPayloadInNV] = ACTIONS(1793), - [anon_sym_hitAttributeNV] = ACTIONS(1793), - [anon_sym_callableDataNV] = ACTIONS(1793), - [anon_sym_callableDataInNV] = ACTIONS(1793), - [anon_sym_shaderRecordNV] = ACTIONS(1793), - [anon_sym_layout] = ACTIONS(1793), + [647] = { + [sym_expression] = STATE(1172), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_initializer_list] = STATE(2086), + [sym_initializer_pair] = STATE(2086), + [sym_subscript_designator] = STATE(1720), + [sym_subscript_range_designator] = STATE(1720), + [sym_field_designator] = STATE(1720), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_initializer_pair_repeat1] = STATE(1720), + [sym_identifier] = ACTIONS(2441), + [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(1891), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), }, - [643] = { + [648] = { + [sym_identifier] = ACTIONS(2472), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2073), + [anon_sym_extern] = ACTIONS(2073), + [anon_sym___attribute__] = ACTIONS(2073), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2462), + [anon_sym___declspec] = ACTIONS(2073), + [anon_sym_signed] = ACTIONS(2073), + [anon_sym_unsigned] = ACTIONS(2073), + [anon_sym_long] = ACTIONS(2073), + [anon_sym_short] = ACTIONS(2073), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_auto] = ACTIONS(2073), + [anon_sym_register] = ACTIONS(2073), + [anon_sym_inline] = ACTIONS(2073), + [anon_sym___inline] = ACTIONS(2073), + [anon_sym___inline__] = ACTIONS(2073), + [anon_sym___forceinline] = ACTIONS(2073), + [anon_sym_thread_local] = ACTIONS(2073), + [anon_sym___thread] = ACTIONS(2073), + [anon_sym_const] = ACTIONS(2073), + [anon_sym_constexpr] = ACTIONS(2073), + [anon_sym_volatile] = ACTIONS(2073), + [anon_sym_restrict] = ACTIONS(2073), + [anon_sym___restrict__] = ACTIONS(2073), + [anon_sym__Atomic] = ACTIONS(2073), + [anon_sym__Noreturn] = ACTIONS(2073), + [anon_sym_noreturn] = ACTIONS(2073), + [anon_sym__Nonnull] = ACTIONS(2073), + [anon_sym_alignas] = ACTIONS(2073), + [anon_sym__Alignas] = ACTIONS(2073), + [sym_primitive_type] = ACTIONS(2073), + [anon_sym_enum] = ACTIONS(2073), + [anon_sym_struct] = ACTIONS(2073), + [anon_sym_union] = ACTIONS(2073), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), + }, + [649] = { + [sym_identifier] = ACTIONS(2475), + [anon_sym_subroutine] = ACTIONS(2475), + [anon_sym_invariant] = ACTIONS(2475), + [anon_sym_precise] = ACTIONS(2475), + [anon_sym_in] = ACTIONS(2475), + [anon_sym_out] = ACTIONS(2475), + [anon_sym_inout] = ACTIONS(2475), + [anon_sym_uniform] = ACTIONS(2475), + [anon_sym_shared] = ACTIONS(2475), + [anon_sym_attribute] = ACTIONS(2475), + [anon_sym_varying] = ACTIONS(2475), + [anon_sym_buffer] = ACTIONS(2475), + [anon_sym_coherent] = ACTIONS(2475), + [anon_sym_readonly] = ACTIONS(2475), + [anon_sym_writeonly] = ACTIONS(2475), + [anon_sym_precision] = ACTIONS(2475), + [anon_sym_highp] = ACTIONS(2475), + [anon_sym_mediump] = ACTIONS(2475), + [anon_sym_lowp] = ACTIONS(2475), + [anon_sym_centroid] = ACTIONS(2475), + [anon_sym_sample] = ACTIONS(2475), + [anon_sym_patch] = ACTIONS(2475), + [anon_sym_smooth] = ACTIONS(2475), + [anon_sym_flat] = ACTIONS(2475), + [anon_sym_noperspective] = ACTIONS(2475), + [anon_sym___extension__] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym___attribute__] = ACTIONS(2475), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2477), + [anon_sym___declspec] = ACTIONS(2475), + [anon_sym_signed] = ACTIONS(2475), + [anon_sym_unsigned] = ACTIONS(2475), + [anon_sym_long] = ACTIONS(2475), + [anon_sym_short] = ACTIONS(2475), + [anon_sym_static] = ACTIONS(2475), + [anon_sym_auto] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_inline] = ACTIONS(2475), + [anon_sym___inline] = ACTIONS(2475), + [anon_sym___inline__] = ACTIONS(2475), + [anon_sym___forceinline] = ACTIONS(2475), + [anon_sym_thread_local] = ACTIONS(2475), + [anon_sym___thread] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [anon_sym_constexpr] = ACTIONS(2475), + [anon_sym_volatile] = ACTIONS(2475), + [anon_sym_restrict] = ACTIONS(2475), + [anon_sym___restrict__] = ACTIONS(2475), + [anon_sym__Atomic] = ACTIONS(2475), + [anon_sym__Noreturn] = ACTIONS(2475), + [anon_sym_noreturn] = ACTIONS(2475), + [anon_sym__Nonnull] = ACTIONS(2475), + [anon_sym_alignas] = ACTIONS(2475), + [anon_sym__Alignas] = ACTIONS(2475), + [sym_primitive_type] = ACTIONS(2475), + [anon_sym_enum] = ACTIONS(2475), + [anon_sym_struct] = ACTIONS(2475), + [anon_sym_union] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2475), + [anon_sym_rayPayloadInEXT] = ACTIONS(2475), + [anon_sym_hitAttributeEXT] = ACTIONS(2475), + [anon_sym_callableDataEXT] = ACTIONS(2475), + [anon_sym_callableDataInEXT] = ACTIONS(2475), + [anon_sym_shaderRecordEXT] = ACTIONS(2475), + [anon_sym_rayPayloadNV] = ACTIONS(2475), + [anon_sym_rayPayloadInNV] = ACTIONS(2475), + [anon_sym_hitAttributeNV] = ACTIONS(2475), + [anon_sym_callableDataNV] = ACTIONS(2475), + [anon_sym_callableDataInNV] = ACTIONS(2475), + [anon_sym_shaderRecordNV] = ACTIONS(2475), + [anon_sym_layout] = ACTIONS(2475), + }, + [650] = { [sym__declaration_modifiers] = STATE(902), - [sym__declaration_specifiers] = STATE(1314), + [sym__declaration_specifiers] = STATE(1266), [sym_attribute_specifier] = STATE(902), [sym_attribute_declaration] = STATE(902), [sym_ms_declspec_modifier] = STATE(902), [sym_storage_class_specifier] = STATE(902), [sym_type_qualifier] = STATE(902), - [sym_alignas_qualifier] = STATE(904), - [sym_type_specifier] = STATE(911), - [sym_sized_type_specifier] = STATE(980), - [sym_enum_specifier] = STATE(980), - [sym_struct_specifier] = STATE(980), - [sym_union_specifier] = STATE(980), - [sym_macro_type_specifier] = STATE(980), - [sym_layout_specification] = STATE(837), + [sym_alignas_qualifier] = STATE(917), + [sym_type_specifier] = STATE(919), + [sym_sized_type_specifier] = STATE(968), + [sym_enum_specifier] = STATE(968), + [sym_struct_specifier] = STATE(968), + [sym_union_specifier] = STATE(968), + [sym_macro_type_specifier] = STATE(968), + [sym_layout_specification] = STATE(838), [aux_sym__declaration_specifiers_repeat1] = STATE(902), - [aux_sym_sized_type_specifier_repeat1] = STATE(975), - [aux_sym_parameter_declaration_repeat1] = STATE(837), - [sym_identifier] = ACTIONS(1557), - [anon_sym_precise] = ACTIONS(2382), - [anon_sym_in] = ACTIONS(2382), - [anon_sym_out] = ACTIONS(2382), - [anon_sym_inout] = ACTIONS(2382), - [anon_sym_uniform] = ACTIONS(2382), - [anon_sym_shared] = ACTIONS(2382), - [anon_sym_attribute] = ACTIONS(2382), - [anon_sym_varying] = ACTIONS(2382), - [anon_sym_buffer] = ACTIONS(2382), - [anon_sym_coherent] = ACTIONS(2382), - [anon_sym_readonly] = ACTIONS(2382), - [anon_sym_writeonly] = ACTIONS(2382), - [anon_sym_centroid] = ACTIONS(2382), - [anon_sym_sample] = ACTIONS(2382), - [anon_sym_patch] = ACTIONS(2382), - [anon_sym_smooth] = ACTIONS(2382), - [anon_sym_flat] = ACTIONS(2382), - [anon_sym_noperspective] = ACTIONS(2382), + [aux_sym_sized_type_specifier_repeat1] = STATE(976), + [aux_sym_parameter_declaration_repeat1] = STATE(838), + [sym_identifier] = ACTIONS(1563), + [anon_sym_precise] = ACTIONS(2479), + [anon_sym_in] = ACTIONS(2479), + [anon_sym_out] = ACTIONS(2479), + [anon_sym_inout] = ACTIONS(2479), + [anon_sym_uniform] = ACTIONS(2479), + [anon_sym_shared] = ACTIONS(2479), + [anon_sym_attribute] = ACTIONS(2479), + [anon_sym_varying] = ACTIONS(2479), + [anon_sym_buffer] = ACTIONS(2479), + [anon_sym_coherent] = ACTIONS(2479), + [anon_sym_readonly] = ACTIONS(2479), + [anon_sym_writeonly] = ACTIONS(2479), + [anon_sym_centroid] = ACTIONS(2479), + [anon_sym_sample] = ACTIONS(2479), + [anon_sym_patch] = ACTIONS(2479), + [anon_sym_smooth] = ACTIONS(2479), + [anon_sym_flat] = ACTIONS(2479), + [anon_sym_noperspective] = ACTIONS(2479), [anon_sym___extension__] = ACTIONS(53), [anon_sym_extern] = ACTIONS(51), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1231), [anon_sym___declspec] = ACTIONS(43), [anon_sym_signed] = ACTIONS(49), [anon_sym_unsigned] = ACTIONS(49), @@ -97120,6 +99656,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Atomic] = ACTIONS(53), [anon_sym__Noreturn] = ACTIONS(53), [anon_sym_noreturn] = ACTIONS(53), + [anon_sym__Nonnull] = ACTIONS(53), [anon_sym_alignas] = ACTIONS(55), [anon_sym__Alignas] = ACTIONS(55), [sym_primitive_type] = ACTIONS(57), @@ -97127,113 +99664,331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [sym_comment] = ACTIONS(3), - [anon_sym_layout] = ACTIONS(1758), + [anon_sym_layout] = ACTIONS(1760), + }, + [651] = { + [sym_expression] = STATE(1172), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_initializer_list] = STATE(2086), + [sym_initializer_pair] = STATE(2086), + [sym_subscript_designator] = STATE(1720), + [sym_subscript_range_designator] = STATE(1720), + [sym_field_designator] = STATE(1720), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_initializer_pair_repeat1] = STATE(1720), + [sym_identifier] = ACTIONS(2441), + [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(1891), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(2481), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), + [sym_comment] = ACTIONS(3), }, - [644] = { - [sym_identifier] = ACTIONS(2384), - [anon_sym_subroutine] = ACTIONS(2384), - [anon_sym_invariant] = ACTIONS(2384), - [anon_sym_precise] = ACTIONS(2384), - [anon_sym_in] = ACTIONS(2384), - [anon_sym_out] = ACTIONS(2384), - [anon_sym_inout] = ACTIONS(2384), - [anon_sym_uniform] = ACTIONS(2384), - [anon_sym_shared] = ACTIONS(2384), - [anon_sym_attribute] = ACTIONS(2384), - [anon_sym_varying] = ACTIONS(2384), - [anon_sym_buffer] = ACTIONS(2384), - [anon_sym_coherent] = ACTIONS(2384), - [anon_sym_readonly] = ACTIONS(2384), - [anon_sym_writeonly] = ACTIONS(2384), - [anon_sym_precision] = ACTIONS(2384), - [anon_sym_highp] = ACTIONS(2384), - [anon_sym_mediump] = ACTIONS(2384), - [anon_sym_lowp] = ACTIONS(2384), - [anon_sym_centroid] = ACTIONS(2384), - [anon_sym_sample] = ACTIONS(2384), - [anon_sym_patch] = ACTIONS(2384), - [anon_sym_smooth] = ACTIONS(2384), - [anon_sym_flat] = ACTIONS(2384), - [anon_sym_noperspective] = ACTIONS(2384), - [anon_sym___extension__] = ACTIONS(2384), - [anon_sym_extern] = ACTIONS(2384), - [anon_sym___attribute__] = ACTIONS(2384), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2386), - [anon_sym___declspec] = ACTIONS(2384), - [anon_sym_signed] = ACTIONS(2384), - [anon_sym_unsigned] = ACTIONS(2384), - [anon_sym_long] = ACTIONS(2384), - [anon_sym_short] = ACTIONS(2384), - [anon_sym_static] = ACTIONS(2384), - [anon_sym_auto] = ACTIONS(2384), - [anon_sym_register] = ACTIONS(2384), - [anon_sym_inline] = ACTIONS(2384), - [anon_sym___inline] = ACTIONS(2384), - [anon_sym___inline__] = ACTIONS(2384), - [anon_sym___forceinline] = ACTIONS(2384), - [anon_sym_thread_local] = ACTIONS(2384), - [anon_sym___thread] = ACTIONS(2384), - [anon_sym_const] = ACTIONS(2384), - [anon_sym_constexpr] = ACTIONS(2384), - [anon_sym_volatile] = ACTIONS(2384), - [anon_sym_restrict] = ACTIONS(2384), - [anon_sym___restrict__] = ACTIONS(2384), - [anon_sym__Atomic] = ACTIONS(2384), - [anon_sym__Noreturn] = ACTIONS(2384), - [anon_sym_noreturn] = ACTIONS(2384), - [anon_sym_alignas] = ACTIONS(2384), - [anon_sym__Alignas] = ACTIONS(2384), - [sym_primitive_type] = ACTIONS(2384), - [anon_sym_enum] = ACTIONS(2384), - [anon_sym_struct] = ACTIONS(2384), - [anon_sym_union] = ACTIONS(2384), + [652] = { + [sym_identifier] = ACTIONS(2483), + [anon_sym_subroutine] = ACTIONS(2483), + [anon_sym_invariant] = ACTIONS(2483), + [anon_sym_precise] = ACTIONS(2483), + [anon_sym_in] = ACTIONS(2483), + [anon_sym_out] = ACTIONS(2483), + [anon_sym_inout] = ACTIONS(2483), + [anon_sym_uniform] = ACTIONS(2483), + [anon_sym_shared] = ACTIONS(2483), + [anon_sym_attribute] = ACTIONS(2483), + [anon_sym_varying] = ACTIONS(2483), + [anon_sym_buffer] = ACTIONS(2483), + [anon_sym_coherent] = ACTIONS(2483), + [anon_sym_readonly] = ACTIONS(2483), + [anon_sym_writeonly] = ACTIONS(2483), + [anon_sym_precision] = ACTIONS(2483), + [anon_sym_highp] = ACTIONS(2483), + [anon_sym_mediump] = ACTIONS(2483), + [anon_sym_lowp] = ACTIONS(2483), + [anon_sym_centroid] = ACTIONS(2483), + [anon_sym_sample] = ACTIONS(2483), + [anon_sym_patch] = ACTIONS(2483), + [anon_sym_smooth] = ACTIONS(2483), + [anon_sym_flat] = ACTIONS(2483), + [anon_sym_noperspective] = ACTIONS(2483), + [anon_sym___extension__] = ACTIONS(2483), + [anon_sym_extern] = ACTIONS(2483), + [anon_sym___attribute__] = ACTIONS(2483), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2485), + [anon_sym___declspec] = ACTIONS(2483), + [anon_sym_signed] = ACTIONS(2483), + [anon_sym_unsigned] = ACTIONS(2483), + [anon_sym_long] = ACTIONS(2483), + [anon_sym_short] = ACTIONS(2483), + [anon_sym_static] = ACTIONS(2483), + [anon_sym_auto] = ACTIONS(2483), + [anon_sym_register] = ACTIONS(2483), + [anon_sym_inline] = ACTIONS(2483), + [anon_sym___inline] = ACTIONS(2483), + [anon_sym___inline__] = ACTIONS(2483), + [anon_sym___forceinline] = ACTIONS(2483), + [anon_sym_thread_local] = ACTIONS(2483), + [anon_sym___thread] = ACTIONS(2483), + [anon_sym_const] = ACTIONS(2483), + [anon_sym_constexpr] = ACTIONS(2483), + [anon_sym_volatile] = ACTIONS(2483), + [anon_sym_restrict] = ACTIONS(2483), + [anon_sym___restrict__] = ACTIONS(2483), + [anon_sym__Atomic] = ACTIONS(2483), + [anon_sym__Noreturn] = ACTIONS(2483), + [anon_sym_noreturn] = ACTIONS(2483), + [anon_sym__Nonnull] = ACTIONS(2483), + [anon_sym_alignas] = ACTIONS(2483), + [anon_sym__Alignas] = ACTIONS(2483), + [sym_primitive_type] = ACTIONS(2483), + [anon_sym_enum] = ACTIONS(2483), + [anon_sym_struct] = ACTIONS(2483), + [anon_sym_union] = ACTIONS(2483), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2483), + [anon_sym_rayPayloadInEXT] = ACTIONS(2483), + [anon_sym_hitAttributeEXT] = ACTIONS(2483), + [anon_sym_callableDataEXT] = ACTIONS(2483), + [anon_sym_callableDataInEXT] = ACTIONS(2483), + [anon_sym_shaderRecordEXT] = ACTIONS(2483), + [anon_sym_rayPayloadNV] = ACTIONS(2483), + [anon_sym_rayPayloadInNV] = ACTIONS(2483), + [anon_sym_hitAttributeNV] = ACTIONS(2483), + [anon_sym_callableDataNV] = ACTIONS(2483), + [anon_sym_callableDataInNV] = ACTIONS(2483), + [anon_sym_shaderRecordNV] = ACTIONS(2483), + [anon_sym_layout] = ACTIONS(2483), + }, + [653] = { + [sym_identifier] = ACTIONS(2487), + [anon_sym_subroutine] = ACTIONS(2073), + [anon_sym_invariant] = ACTIONS(2073), + [anon_sym_precise] = ACTIONS(2073), + [anon_sym_in] = ACTIONS(2073), + [anon_sym_out] = ACTIONS(2073), + [anon_sym_inout] = ACTIONS(2073), + [anon_sym_uniform] = ACTIONS(2073), + [anon_sym_shared] = ACTIONS(2073), + [anon_sym_attribute] = ACTIONS(2073), + [anon_sym_varying] = ACTIONS(2073), + [anon_sym_buffer] = ACTIONS(2073), + [anon_sym_coherent] = ACTIONS(2073), + [anon_sym_readonly] = ACTIONS(2073), + [anon_sym_writeonly] = ACTIONS(2073), + [anon_sym_precision] = ACTIONS(2073), + [anon_sym_highp] = ACTIONS(2073), + [anon_sym_mediump] = ACTIONS(2073), + [anon_sym_lowp] = ACTIONS(2073), + [anon_sym_centroid] = ACTIONS(2073), + [anon_sym_sample] = ACTIONS(2073), + [anon_sym_patch] = ACTIONS(2073), + [anon_sym_smooth] = ACTIONS(2073), + [anon_sym_flat] = ACTIONS(2073), + [anon_sym_noperspective] = ACTIONS(2073), + [anon_sym___extension__] = ACTIONS(2073), + [anon_sym_extern] = ACTIONS(2073), + [anon_sym___attribute__] = ACTIONS(2073), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2462), + [anon_sym___declspec] = ACTIONS(2073), + [anon_sym_signed] = ACTIONS(2073), + [anon_sym_unsigned] = ACTIONS(2073), + [anon_sym_long] = ACTIONS(2073), + [anon_sym_short] = ACTIONS(2073), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_auto] = ACTIONS(2073), + [anon_sym_register] = ACTIONS(2073), + [anon_sym_inline] = ACTIONS(2073), + [anon_sym___inline] = ACTIONS(2073), + [anon_sym___inline__] = ACTIONS(2073), + [anon_sym___forceinline] = ACTIONS(2073), + [anon_sym_thread_local] = ACTIONS(2073), + [anon_sym___thread] = ACTIONS(2073), + [anon_sym_const] = ACTIONS(2073), + [anon_sym_constexpr] = ACTIONS(2073), + [anon_sym_volatile] = ACTIONS(2073), + [anon_sym_restrict] = ACTIONS(2073), + [anon_sym___restrict__] = ACTIONS(2073), + [anon_sym__Atomic] = ACTIONS(2073), + [anon_sym__Noreturn] = ACTIONS(2073), + [anon_sym_noreturn] = ACTIONS(2073), + [anon_sym__Nonnull] = ACTIONS(2073), + [anon_sym_alignas] = ACTIONS(2073), + [anon_sym__Alignas] = ACTIONS(2073), + [sym_primitive_type] = ACTIONS(2073), + [anon_sym_enum] = ACTIONS(2073), + [anon_sym_struct] = ACTIONS(2073), + [anon_sym_union] = ACTIONS(2073), + [sym_comment] = ACTIONS(3), + [anon_sym_rayPayloadEXT] = ACTIONS(2073), + [anon_sym_rayPayloadInEXT] = ACTIONS(2073), + [anon_sym_hitAttributeEXT] = ACTIONS(2073), + [anon_sym_callableDataEXT] = ACTIONS(2073), + [anon_sym_callableDataInEXT] = ACTIONS(2073), + [anon_sym_shaderRecordEXT] = ACTIONS(2073), + [anon_sym_rayPayloadNV] = ACTIONS(2073), + [anon_sym_rayPayloadInNV] = ACTIONS(2073), + [anon_sym_hitAttributeNV] = ACTIONS(2073), + [anon_sym_callableDataNV] = ACTIONS(2073), + [anon_sym_callableDataInNV] = ACTIONS(2073), + [anon_sym_shaderRecordNV] = ACTIONS(2073), + [anon_sym_layout] = ACTIONS(2073), + }, + [654] = { + [sym_expression] = STATE(1172), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_initializer_list] = STATE(2086), + [sym_initializer_pair] = STATE(2086), + [sym_subscript_designator] = STATE(1720), + [sym_subscript_range_designator] = STATE(1720), + [sym_field_designator] = STATE(1720), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [aux_sym_initializer_pair_repeat1] = STATE(1720), + [sym_identifier] = ACTIONS(2441), + [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(1891), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_DASH_DASH] = ACTIONS(87), + [anon_sym_PLUS_PLUS] = ACTIONS(87), + [anon_sym_sizeof] = ACTIONS(89), + [anon_sym___alignof__] = ACTIONS(91), + [anon_sym___alignof] = ACTIONS(91), + [anon_sym__alignof] = ACTIONS(91), + [anon_sym_alignof] = ACTIONS(91), + [anon_sym__Alignof] = ACTIONS(91), + [anon_sym_offsetof] = ACTIONS(93), + [anon_sym__Generic] = ACTIONS(95), + [anon_sym_asm] = ACTIONS(97), + [anon_sym___asm__] = ACTIONS(97), + [anon_sym___asm] = ACTIONS(97), + [anon_sym_DOT] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(175), + [anon_sym_L_SQUOTE] = ACTIONS(101), + [anon_sym_u_SQUOTE] = ACTIONS(101), + [anon_sym_U_SQUOTE] = ACTIONS(101), + [anon_sym_u8_SQUOTE] = ACTIONS(101), + [anon_sym_SQUOTE] = ACTIONS(101), + [anon_sym_L_DQUOTE] = ACTIONS(103), + [anon_sym_u_DQUOTE] = ACTIONS(103), + [anon_sym_U_DQUOTE] = ACTIONS(103), + [anon_sym_u8_DQUOTE] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym_true] = ACTIONS(177), + [sym_false] = ACTIONS(177), + [anon_sym_NULL] = ACTIONS(107), + [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), - [anon_sym_rayPayloadEXT] = ACTIONS(2384), - [anon_sym_rayPayloadInEXT] = ACTIONS(2384), - [anon_sym_hitAttributeEXT] = ACTIONS(2384), - [anon_sym_callableDataEXT] = ACTIONS(2384), - [anon_sym_callableDataInEXT] = ACTIONS(2384), - [anon_sym_shaderRecordEXT] = ACTIONS(2384), - [anon_sym_rayPayloadNV] = ACTIONS(2384), - [anon_sym_rayPayloadInNV] = ACTIONS(2384), - [anon_sym_hitAttributeNV] = ACTIONS(2384), - [anon_sym_callableDataNV] = ACTIONS(2384), - [anon_sym_callableDataInNV] = ACTIONS(2384), - [anon_sym_shaderRecordNV] = ACTIONS(2384), - [anon_sym_layout] = ACTIONS(2384), }, - [645] = { - [sym_expression] = STATE(1149), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_initializer_list] = STATE(1834), - [sym_initializer_pair] = STATE(1834), - [sym_subscript_designator] = STATE(1676), - [sym_subscript_range_designator] = STATE(1676), - [sym_field_designator] = STATE(1676), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_initializer_pair_repeat1] = STATE(1676), - [sym_identifier] = ACTIONS(2388), - [anon_sym_COMMA] = ACTIONS(2390), + [655] = { + [sym_compound_statement] = STATE(2150), + [sym_expression] = STATE(1202), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2150), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2178), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -97241,9 +99996,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_RBRACE] = ACTIONS(2392), - [anon_sym_LBRACK] = ACTIONS(2394), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -97256,7 +100010,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(2396), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -97274,37 +100028,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [646] = { - [sym_expression] = STATE(1175), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_initializer_list] = STATE(2039), - [sym_initializer_pair] = STATE(2039), - [sym_subscript_designator] = STATE(1676), - [sym_subscript_range_designator] = STATE(1676), - [sym_field_designator] = STATE(1676), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_initializer_pair_repeat1] = STATE(1676), - [sym_identifier] = ACTIONS(2388), + [656] = { + [sym_compound_statement] = STATE(2029), + [sym_expression] = STATE(1166), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2178), + [anon_sym_RPAREN] = ACTIONS(2490), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -97312,9 +100063,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_RBRACE] = ACTIONS(2398), - [anon_sym_LBRACK] = ACTIONS(2394), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -97327,7 +100077,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(2396), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -97345,37 +100095,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [647] = { - [sym_expression] = STATE(1175), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_initializer_list] = STATE(2039), - [sym_initializer_pair] = STATE(2039), - [sym_subscript_designator] = STATE(1676), - [sym_subscript_range_designator] = STATE(1676), - [sym_field_designator] = STATE(1676), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_initializer_pair_repeat1] = STATE(1676), - [sym_identifier] = ACTIONS(2388), + [657] = { + [sym_compound_statement] = STATE(2317), + [sym_expression] = STATE(1211), + [sym__string] = STATE(896), + [sym_comma_expression] = STATE(2317), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2178), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -97383,9 +100130,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_RBRACE] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(2394), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -97398,7 +100144,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(2396), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -97416,37 +100162,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(107), [sym_comment] = ACTIONS(3), }, - [648] = { - [sym_expression] = STATE(1175), - [sym__string] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(1002), - [sym_unary_expression] = STATE(864), - [sym_binary_expression] = STATE(864), - [sym_update_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_alignof_expression] = STATE(864), - [sym_offsetof_expression] = STATE(864), - [sym_generic_expression] = STATE(864), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_gnu_asm_expression] = STATE(864), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(1002), - [sym_initializer_list] = STATE(2039), - [sym_initializer_pair] = STATE(2039), - [sym_subscript_designator] = STATE(1676), - [sym_subscript_range_designator] = STATE(1676), - [sym_field_designator] = STATE(1676), - [sym_char_literal] = STATE(864), - [sym_concatenated_string] = STATE(864), - [sym_string_literal] = STATE(849), - [sym_null] = STATE(864), - [aux_sym_initializer_pair_repeat1] = STATE(1676), - [sym_identifier] = ACTIONS(2388), + [658] = { + [sym_compound_statement] = STATE(1958), + [sym_expression] = STATE(1163), + [sym__string] = STATE(896), + [sym_conditional_expression] = STATE(896), + [sym_assignment_expression] = STATE(896), + [sym_pointer_expression] = STATE(1019), + [sym_unary_expression] = STATE(896), + [sym_binary_expression] = STATE(896), + [sym_update_expression] = STATE(896), + [sym_cast_expression] = STATE(896), + [sym_sizeof_expression] = STATE(896), + [sym_alignof_expression] = STATE(896), + [sym_offsetof_expression] = STATE(896), + [sym_generic_expression] = STATE(896), + [sym_subscript_expression] = STATE(1019), + [sym_call_expression] = STATE(1019), + [sym_gnu_asm_expression] = STATE(896), + [sym_extension_expression] = STATE(896), + [sym_field_expression] = STATE(1019), + [sym_compound_literal_expression] = STATE(896), + [sym_parenthesized_expression] = STATE(1019), + [sym_char_literal] = STATE(896), + [sym_concatenated_string] = STATE(896), + [sym_string_literal] = STATE(857), + [sym_null] = STATE(896), + [sym_identifier] = ACTIONS(2178), + [anon_sym_RPAREN] = ACTIONS(2492), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -97454,8 +100197,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(2394), + [anon_sym___extension__] = ACTIONS(1891), + [anon_sym_LBRACE] = ACTIONS(47), [anon_sym_DASH_DASH] = ACTIONS(87), [anon_sym_PLUS_PLUS] = ACTIONS(87), [anon_sym_sizeof] = ACTIONS(89), @@ -97468,7 +100211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(95), [anon_sym_asm] = ACTIONS(97), [anon_sym___asm__] = ACTIONS(97), - [anon_sym_DOT] = ACTIONS(2396), + [anon_sym___asm] = ACTIONS(97), [sym_number_literal] = ACTIONS(175), [anon_sym_L_SQUOTE] = ACTIONS(101), [anon_sym_u_SQUOTE] = ACTIONS(101), @@ -97489,13 +100232,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }; static const uint16_t ts_small_parse_table[] = { - [0] = 25, + [0] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + ACTIONS(2494), 1, + anon_sym_SEMI, + STATE(857), 1, + sym_string_literal, + STATE(1184), 1, + sym_expression, + STATE(2179), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [113] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(47), 1, - anon_sym_LBRACE, ACTIONS(89), 1, anon_sym_sizeof, ACTIONS(93), 1, @@ -97504,17 +100334,284 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2402), 1, + ACTIONS(2496), 1, anon_sym_RPAREN, - ACTIONS(2404), 1, + STATE(857), 1, + sym_string_literal, + STATE(1182), 1, + sym_expression, + STATE(2280), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [226] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(1891), 1, anon_sym___extension__, - STATE(849), 1, + ACTIONS(2178), 1, + sym_identifier, + STATE(857), 1, sym_string_literal, - STATE(1145), 1, + STATE(876), 1, + sym_initializer_list, + STATE(900), 1, sym_expression, - STATE(2011), 1, + 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + ACTIONS(2498), 1, + anon_sym_COLON, + STATE(857), 1, + sym_string_literal, + STATE(1199), 1, + sym_expression, + STATE(2396), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [452] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + STATE(857), 1, + sym_string_literal, + STATE(1170), 1, + sym_expression, + STATE(2045), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -97528,15 +100625,283 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [565] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + ACTIONS(2500), 1, + anon_sym_SEMI, + STATE(857), 1, + sym_string_literal, + STATE(1212), 1, + sym_expression, + STATE(2388), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [678] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, + anon_sym_sizeof, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, + anon_sym_LPAREN2, + STATE(876), 1, + sym_initializer_list, + STATE(900), 1, + sym_expression, + STATE(907), 1, + sym_string_literal, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2170), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2172), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2508), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1000), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + ACTIONS(2510), 1, + anon_sym_SEMI, + STATE(857), 1, + sym_string_literal, + STATE(1200), 1, + sym_expression, + STATE(2165), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -97555,13 +100920,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -97574,17 +100939,16 @@ static const uint16_t ts_small_parse_table[] = { 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, - [114] = 25, + [904] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(47), 1, - anon_sym_LBRACE, ACTIONS(89), 1, anon_sym_sizeof, ACTIONS(93), 1, @@ -97593,18 +100957,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - ACTIONS(2406), 1, - anon_sym_RPAREN, - ACTIONS(2408), 1, + ACTIONS(1891), 1, anon_sym___extension__, - STATE(849), 1, + ACTIONS(2178), 1, + sym_identifier, + ACTIONS(2512), 1, + anon_sym_COLON, + STATE(857), 1, sym_string_literal, - STATE(1144), 1, + STATE(1214), 1, sym_expression, - STATE(1944), 1, - sym_compound_statement, + STATE(2210), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -97617,15 +100981,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -97644,13 +101009,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -97663,17 +101028,16 @@ static const uint16_t ts_small_parse_table[] = { 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, - [228] = 24, + [1017] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, - ACTIONS(47), 1, - anon_sym_LBRACE, ACTIONS(89), 1, anon_sym_sizeof, ACTIONS(93), 1, @@ -97682,16 +101046,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - ACTIONS(2410), 1, + ACTIONS(1891), 1, anon_sym___extension__, - STATE(849), 1, + ACTIONS(2178), 1, + sym_identifier, + ACTIONS(2514), 1, + anon_sym_COLON, + STATE(857), 1, sym_string_literal, - STATE(1187), 1, + STATE(1205), 1, sym_expression, - STATE(2085), 1, - sym_compound_statement, + STATE(2198), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -97704,15 +101070,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -97731,13 +101098,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -97750,54 +101117,58 @@ static const uint16_t ts_small_parse_table[] = { 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] = 23, + [1130] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1172), 1, - sym_expression, - STATE(2038), 1, + STATE(876), 1, sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + STATE(1041), 1, + sym_expression, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -97816,13 +101187,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -97835,54 +101206,58 @@ static const uint16_t ts_small_parse_table[] = { 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, - [447] = 23, + [1243] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, + ACTIONS(1778), 1, anon_sym_LBRACE, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2107), 1, - anon_sym_sizeof, - ACTIONS(2412), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(866), 1, - sym_initializer_list, - STATE(1019), 1, + STATE(1174), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2103), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2105), 2, + STATE(2085), 1, + sym_initializer_list, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -97901,13 +101276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -97920,54 +101295,58 @@ static const uint16_t ts_small_parse_table[] = { 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, - [555] = 23, + [1356] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(1778), 1, - anon_sym_sizeof, - ACTIONS(2416), 1, - anon_sym_LPAREN2, - STATE(849), 1, + ACTIONS(2520), 1, + anon_sym_SEMI, + STATE(857), 1, sym_string_literal, - STATE(866), 1, - sym_initializer_list, - STATE(877), 1, + STATE(1198), 1, sym_expression, + STATE(2166), 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(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1776), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2418), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -97986,13 +101365,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98005,11 +101384,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [663] = 23, + [1469] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98022,15 +101402,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2420), 1, + ACTIONS(2522), 1, anon_sym_SEMI, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1165), 1, + STATE(1207), 1, sym_expression, - STATE(2102), 1, + STATE(2243), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98044,15 +101426,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98071,13 +101454,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98090,11 +101473,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [771] = 23, + [1582] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98107,15 +101491,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2422), 1, - anon_sym_RPAREN, - STATE(849), 1, + ACTIONS(2524), 1, + anon_sym_COLON, + STATE(857), 1, sym_string_literal, - STATE(1163), 1, + STATE(1169), 1, sym_expression, - STATE(2206), 1, + STATE(2343), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98129,15 +101515,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98156,13 +101543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98175,11 +101562,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [879] = 23, + [1695] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98192,15 +101580,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2424), 1, + ACTIONS(2526), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1160), 1, + STATE(1181), 1, sym_expression, - STATE(2208), 1, + STATE(2283), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98214,15 +101604,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98241,13 +101632,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98260,11 +101651,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [987] = 23, + [1808] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98277,15 +101669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2426), 1, + ACTIONS(2528), 1, anon_sym_RPAREN, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1194), 1, + STATE(1206), 1, sym_expression, - STATE(2111), 1, + STATE(2226), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98299,15 +101693,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98326,13 +101721,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98345,11 +101740,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1095] = 23, + [1921] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98362,15 +101758,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2428), 1, - anon_sym_COLON, - STATE(849), 1, + ACTIONS(2530), 1, + anon_sym_RPAREN, + STATE(857), 1, sym_string_literal, - STATE(1190), 1, + STATE(1177), 1, sym_expression, - STATE(2170), 1, + STATE(2282), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98384,15 +101782,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98411,13 +101810,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98430,11 +101829,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1203] = 23, + [2034] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98447,15 +101847,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2430), 1, - anon_sym_SEMI, - STATE(849), 1, + ACTIONS(2532), 1, + anon_sym_RPAREN, + STATE(857), 1, sym_string_literal, - STATE(1154), 1, + STATE(1201), 1, sym_expression, - STATE(2279), 1, + STATE(2227), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98469,15 +101871,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98496,13 +101899,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98515,87 +101918,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1311] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2139), 1, - anon_sym_const, - ACTIONS(2143), 1, - anon_sym_LPAREN2, - ACTIONS(2149), 1, - anon_sym_STAR, - ACTIONS(2158), 1, - anon_sym_EQ, - STATE(812), 1, - sym_string_literal, - STATE(979), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2168), 2, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(2432), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2152), 10, - 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_alignas, - anon_sym__Alignas, - ACTIONS(2162), 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(2147), 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(2141), 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, - [1401] = 23, + [2147] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98608,15 +101936,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2434), 1, - anon_sym_COLON, - STATE(849), 1, + ACTIONS(2534), 1, + anon_sym_RPAREN, + STATE(857), 1, sym_string_literal, - STATE(1171), 1, + STATE(1176), 1, sym_expression, - STATE(2112), 1, + STATE(2387), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98630,15 +101960,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98657,13 +101988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98676,11 +102007,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1509] = 23, + [2260] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98693,15 +102025,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2436), 1, + ACTIONS(2536), 1, anon_sym_SEMI, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1155), 1, + STATE(1197), 1, sym_expression, - STATE(2270), 1, + STATE(2228), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98715,15 +102049,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98742,13 +102077,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98761,11 +102096,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1617] = 23, + [2373] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98778,15 +102114,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2438), 1, + ACTIONS(2538), 1, anon_sym_COLON, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1181), 1, + STATE(1204), 1, sym_expression, - STATE(2183), 1, + STATE(2133), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98800,15 +102138,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98827,13 +102166,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98846,11 +102185,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1725] = 23, + [2486] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98863,15 +102203,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2440), 1, - anon_sym_COLON, - STATE(849), 1, + ACTIONS(2540), 1, + anon_sym_SEMI, + STATE(857), 1, sym_string_literal, - STATE(1192), 1, + STATE(1178), 1, sym_expression, - STATE(2312), 1, + STATE(2191), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -98885,15 +102227,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98912,13 +102255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -98931,11 +102274,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1833] = 23, + [2599] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -98948,16 +102292,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, + ACTIONS(1778), 1, anon_sym_LBRACE, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(866), 1, - sym_initializer_list, - STATE(877), 1, + STATE(1173), 1, sym_expression, + STATE(2090), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -98970,15 +102316,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -98997,13 +102344,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99016,139 +102363,58 @@ static const uint16_t ts_small_parse_table[] = { 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, - [1941] = 23, + [2712] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2442), 1, - anon_sym_RPAREN, - STATE(849), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1198), 1, + STATE(876), 1, + sym_initializer_list, + STATE(900), 1, sym_expression, - STATE(2110), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [2049] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - ACTIONS(2444), 1, - anon_sym_RPAREN, - STATE(849), 1, - sym_string_literal, - STATE(1158), 1, - sym_expression, - STATE(2210), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(1772), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99167,13 +102433,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99186,11 +102452,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2157] = 23, + [2825] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -99203,16 +102470,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2446), 1, - anon_sym_SEMI, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1191), 1, + STATE(1171), 1, sym_expression, - STATE(2178), 1, - sym_comma_expression, + STATE(2063), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -99225,15 +102494,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99252,13 +102522,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99271,11 +102541,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2265] = 23, + [2938] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -99288,15 +102559,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2448), 1, - anon_sym_SEMI, - STATE(849), 1, + ACTIONS(2546), 1, + anon_sym_COLON, + STATE(857), 1, sym_string_literal, - STATE(1188), 1, + STATE(1196), 1, sym_expression, - STATE(2259), 1, + STATE(2169), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -99310,15 +102583,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99337,13 +102611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99356,139 +102630,58 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2373] = 23, + [3051] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2450), 1, - anon_sym_RPAREN, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1176), 1, + STATE(876), 1, + sym_initializer_list, + STATE(1041), 1, sym_expression, - STATE(2257), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [2481] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - ACTIONS(2452), 1, - anon_sym_SEMI, - STATE(849), 1, - sym_string_literal, - STATE(1197), 1, - sym_expression, - STATE(2221), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99507,13 +102700,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99526,11 +102719,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2589] = 23, + [3164] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -99539,41 +102733,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(1778), 1, + anon_sym_LBRACE, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, - sym_string_literal, - STATE(866), 1, + STATE(876), 1, sym_initializer_list, - STATE(1019), 1, + STATE(900), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(907), 1, + sym_string_literal, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99592,13 +102789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99611,11 +102808,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2697] = 23, + [3277] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -99628,16 +102826,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1180), 1, + STATE(1160), 1, sym_expression, - STATE(2040), 1, - sym_initializer_list, + STATE(1909), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -99650,15 +102848,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99677,13 +102876,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99696,54 +102895,56 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2805] = 23, + [3387] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2454), 1, - anon_sym_COLON, - STATE(849), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + ACTIONS(2552), 1, + anon_sym_RBRACK, + STATE(857), 1, sym_string_literal, - STATE(1159), 1, + STATE(1038), 1, sym_expression, - STATE(2357), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99762,13 +102963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99781,11 +102982,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [2913] = 23, + [3497] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -99794,41 +102996,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(866), 1, - sym_initializer_list, - STATE(877), 1, - sym_expression, - STATE(898), 1, + ACTIONS(2554), 1, + anon_sym_RBRACK, + STATE(857), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1038), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99847,13 +103050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99866,11 +103069,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3021] = 23, + [3607] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -99879,41 +103083,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(866), 1, - sym_initializer_list, - STATE(877), 1, - sym_expression, - STATE(898), 1, + ACTIONS(2556), 1, + anon_sym_RBRACK, + STATE(857), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1038), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -99932,13 +103137,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -99951,54 +103156,56 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3129] = 23, + [3717] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2468), 1, - anon_sym_COLON, - STATE(849), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + ACTIONS(2558), 1, + anon_sym_RBRACK, + STATE(857), 1, sym_string_literal, - STATE(1183), 1, + STATE(1038), 1, sym_expression, - STATE(2147), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100017,13 +103224,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100036,54 +103243,56 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3237] = 23, + [3827] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1768), 1, - anon_sym_LBRACE, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + ACTIONS(2560), 1, + anon_sym_RBRACK, + STATE(857), 1, sym_string_literal, - STATE(1174), 1, + STATE(1038), 1, sym_expression, - STATE(2051), 1, - sym_initializer_list, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100102,13 +103311,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100121,54 +103330,56 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3345] = 23, + [3937] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2470), 1, - anon_sym_SEMI, - STATE(849), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + ACTIONS(2562), 1, + anon_sym_RBRACK, + STATE(857), 1, sym_string_literal, - STATE(1185), 1, + STATE(1038), 1, sym_expression, - STATE(2117), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100187,13 +103398,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100206,11 +103417,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3453] = 22, + [4047] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100219,39 +103431,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - ACTIONS(2472), 1, + ACTIONS(2564), 1, anon_sym_RBRACK, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1017), 1, + STATE(1038), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100270,13 +103485,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100289,11 +103504,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3558] = 22, + [4157] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100302,39 +103518,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - ACTIONS(2474), 1, + ACTIONS(2566), 1, anon_sym_RBRACK, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1017), 1, + STATE(1038), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100353,13 +103572,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100372,11 +103591,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3663] = 22, + [4267] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100385,39 +103605,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - ACTIONS(2476), 1, + ACTIONS(2568), 1, anon_sym_RBRACK, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1017), 1, + STATE(1038), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100436,13 +103659,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100455,11 +103678,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3768] = 22, + [4377] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100468,39 +103692,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - ACTIONS(2478), 1, + ACTIONS(2570), 1, anon_sym_RBRACK, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1017), 1, + STATE(1038), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100519,13 +103746,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100538,52 +103765,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3873] = 22, + [4487] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2107), 1, - anon_sym_sizeof, - ACTIONS(2412), 1, - anon_sym_LPAREN2, - ACTIONS(2480), 1, - anon_sym_RBRACK, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1017), 1, + STATE(1216), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2103), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100602,13 +103831,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100621,52 +103850,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [3978] = 22, + [4594] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, + anon_sym_LPAREN2, + STATE(907), 1, sym_string_literal, - STATE(1179), 1, + STATE(909), 1, sym_expression, - STATE(2372), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1784), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100685,13 +103916,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100704,11 +103935,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4083] = 22, + [4701] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100717,39 +103949,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - ACTIONS(2482), 1, - anon_sym_RBRACK, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1017), 1, + STATE(1108), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100768,13 +104001,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100787,11 +104020,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4188] = 22, + [4808] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100800,39 +104034,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - ACTIONS(2484), 1, - anon_sym_RBRACK, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1017), 1, + STATE(1110), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100851,13 +104086,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100870,11 +104105,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4293] = 22, + [4915] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -100883,39 +104119,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - ACTIONS(2486), 1, - anon_sym_RBRACK, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1017), 1, + STATE(1115), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -100934,13 +104171,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -100953,135 +104190,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4398] = 22, + [5022] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1162), 1, + STATE(1002), 1, sym_expression, - STATE(2295), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [4503] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1134), 1, - sym_expression, - STATE(1968), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(1772), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101100,13 +104256,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101119,11 +104275,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4608] = 22, + [5129] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101132,39 +104289,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - ACTIONS(2488), 1, - anon_sym_RBRACK, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1017), 1, + STATE(1111), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101183,13 +104341,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101202,11 +104360,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4713] = 22, + [5236] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101215,39 +104374,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - ACTIONS(2490), 1, - anon_sym_RBRACK, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1017), 1, + STATE(1116), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101266,13 +104426,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101285,11 +104445,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4818] = 21, + [5343] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101298,37 +104459,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(1778), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(999), 1, + STATE(1109), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2506), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101347,13 +104511,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101366,11 +104530,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [4920] = 21, + [5450] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101379,37 +104544,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1193), 1, + STATE(1040), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101428,13 +104596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101447,11 +104615,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5022] = 21, + [5557] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101460,118 +104629,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - STATE(938), 1, + STATE(1120), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2460), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2466), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(855), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [5124] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(870), 1, - sym_expression, - ACTIONS(21), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101590,13 +104681,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101609,11 +104700,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5226] = 21, + [5664] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101622,37 +104714,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(939), 1, + STATE(1056), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101671,13 +104766,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101690,11 +104785,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5328] = 21, + [5771] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101703,37 +104799,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2492), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(871), 1, - sym_expression, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1010), 1, + sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101752,13 +104851,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101771,11 +104870,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5430] = 21, + [5878] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101784,37 +104884,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(870), 1, - sym_expression, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1119), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101833,13 +104936,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101852,11 +104955,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5532] = 21, + [5985] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -101865,37 +104969,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(897), 1, - sym_expression, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1112), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101914,13 +105021,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -101933,50 +105040,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5634] = 21, + [6092] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2464), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(940), 1, + STATE(1162), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(1764), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -101995,13 +105106,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102014,11 +105125,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5736] = 21, + [6199] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102027,37 +105139,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(985), 1, + STATE(1004), 1, sym_expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102076,13 +105191,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102095,50 +105210,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5838] = 21, + [6306] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(1778), 1, - anon_sym_sizeof, - ACTIONS(2416), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(986), 1, + STATE(901), 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(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1776), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2418), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102157,13 +105276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102176,11 +105295,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5940] = 21, + [6413] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102189,37 +105309,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(995), 1, + STATE(1008), 1, sym_expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102238,13 +105361,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102257,11 +105380,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6042] = 21, + [6520] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102270,37 +105394,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(952), 1, + STATE(1001), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102319,13 +105446,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102338,11 +105465,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6144] = 21, + [6627] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102351,37 +105479,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1204), 1, + STATE(903), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102400,13 +105531,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102419,11 +105550,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6246] = 21, + [6734] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102432,37 +105564,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(958), 1, + STATE(1050), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102481,13 +105616,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102500,131 +105635,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6348] = 21, + [6841] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, + anon_sym_sizeof, + ACTIONS(2502), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2504), 1, + anon_sym_LPAREN2, + STATE(907), 1, sym_string_literal, - STATE(1164), 1, + STATE(1118), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [6450] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1203), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2172), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102643,13 +105701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102662,11 +105720,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6552] = 21, + [6948] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102675,37 +105734,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2494), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1029), 1, + STATE(1014), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102724,13 +105786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102743,11 +105805,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6654] = 21, + [7055] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102756,37 +105819,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1030), 1, + STATE(1013), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102805,13 +105871,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102824,11 +105890,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6756] = 21, + [7162] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102837,37 +105904,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1035), 1, + STATE(1012), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102886,13 +105956,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102905,11 +105975,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6858] = 21, + [7269] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102918,37 +105989,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(897), 1, - sym_expression, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1035), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -102967,13 +106041,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -102986,11 +106060,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [6960] = 21, + [7376] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -102999,37 +106074,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - STATE(965), 1, + STATE(1113), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103048,13 +106126,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103067,50 +106145,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7062] = 21, + [7483] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(1778), 1, - anon_sym_sizeof, - ACTIONS(2416), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(994), 1, + STATE(1161), 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(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1776), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2418), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103129,13 +106211,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103148,11 +106230,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7164] = 21, + [7590] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103161,118 +106244,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(849), 1, - sym_string_literal, - STATE(1040), 1, + STATE(905), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(907), 1, + sym_string_literal, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(855), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [7266] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1147), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103291,13 +106296,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103310,11 +106315,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7368] = 21, + [7697] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103323,37 +106329,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(870), 1, + STATE(901), 1, sym_expression, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103372,13 +106381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103391,11 +106400,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7470] = 21, + [7804] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103404,37 +106414,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2496), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(871), 1, - sym_expression, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(1114), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103453,13 +106466,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103472,11 +106485,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7572] = 21, + [7911] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103485,37 +106499,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1016), 1, + STATE(1107), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103534,13 +106551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103553,11 +106570,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7674] = 21, + [8018] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -103570,11 +106588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1143), 1, + STATE(1185), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -103588,15 +106608,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103615,13 +106636,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103634,11 +106655,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7776] = 21, + [8125] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103647,37 +106669,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1038), 1, + STATE(1042), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103696,13 +106721,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103715,131 +106740,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [7878] = 21, + [8232] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1211), 1, + STATE(1003), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [7980] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1221), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(1772), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103858,13 +106806,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103877,11 +106825,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8082] = 21, + [8339] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103890,37 +106839,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1036), 1, + STATE(998), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -103939,13 +106891,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -103958,11 +106910,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8184] = 21, + [8446] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -103971,37 +106924,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1034), 1, + STATE(1007), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104020,13 +106976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104039,50 +106995,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8286] = 21, + [8553] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1202), 1, + STATE(1044), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104101,13 +107061,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104120,50 +107080,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8388] = 21, + [8660] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2464), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(941), 1, + STATE(1125), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(1764), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104182,13 +107146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104201,11 +107165,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8490] = 21, + [8767] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104214,37 +107179,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1031), 1, + STATE(1209), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104263,13 +107231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104282,11 +107250,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8592] = 21, + [8874] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104295,37 +107264,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - STATE(942), 1, + STATE(992), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104344,13 +107316,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104363,11 +107335,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8694] = 21, + [8981] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104376,37 +107349,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2572), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1021), 1, + STATE(908), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104425,13 +107401,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104444,11 +107420,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8796] = 21, + [9088] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104457,37 +107434,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1033), 1, + STATE(991), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104506,13 +107486,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104525,11 +107505,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [8898] = 21, + [9195] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104538,37 +107519,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1018), 1, + STATE(989), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104587,13 +107571,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104606,131 +107590,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9000] = 21, + [9302] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, + anon_sym_LPAREN2, + STATE(907), 1, sym_string_literal, - STATE(1200), 1, + STATE(986), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [9102] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1213), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1784), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104749,13 +107656,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104768,50 +107675,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9204] = 21, + [9409] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, + anon_sym_LPAREN2, + STATE(907), 1, sym_string_literal, - STATE(1112), 1, + STATE(983), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1784), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104830,13 +107741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104849,11 +107760,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9306] = 21, + [9516] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104862,37 +107774,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1020), 1, + STATE(1046), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104911,13 +107826,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -104930,11 +107845,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9408] = 21, + [9623] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -104943,37 +107859,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - STATE(960), 1, + STATE(990), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -104992,13 +107911,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105011,11 +107930,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9510] = 21, + [9730] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105024,37 +107944,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2574), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(996), 1, + STATE(1037), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105073,13 +107996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105092,11 +108015,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9612] = 21, + [9837] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105105,37 +108029,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(943), 1, + STATE(1039), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105154,13 +108081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105173,11 +108100,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9714] = 21, + [9944] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105186,37 +108114,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1035), 1, + STATE(996), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105235,13 +108166,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105254,11 +108185,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9816] = 21, + [10051] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105267,37 +108199,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1028), 1, + STATE(982), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105316,13 +108251,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105335,50 +108270,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9918] = 21, + [10158] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1152), 1, + STATE(1043), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105397,13 +108336,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105416,11 +108355,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10020] = 21, + [10265] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105429,37 +108369,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(892), 1, + STATE(909), 1, sym_expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105478,13 +108421,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105497,11 +108440,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10122] = 21, + [10372] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105510,37 +108454,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, - sym_string_literal, - STATE(1027), 1, + STATE(903), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(907), 1, + sym_string_literal, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105559,13 +108506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105578,50 +108525,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10224] = 21, + [10479] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, + anon_sym_LPAREN2, + STATE(907), 1, sym_string_literal, - STATE(897), 1, + STATE(985), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1784), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105640,13 +108591,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105659,11 +108610,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10326] = 21, + [10586] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105672,37 +108624,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(897), 1, + STATE(987), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2506), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105721,13 +108676,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105740,50 +108695,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10428] = 21, + [10693] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1207), 1, + STATE(901), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(1770), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1772), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2544), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105802,13 +108761,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105821,13 +108780,16 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10530] = 21, + [10800] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, ACTIONS(89), 1, anon_sym_sizeof, ACTIONS(93), 1, @@ -105836,13 +108798,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2498), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(871), 1, + STATE(1124), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -105856,15 +108818,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105883,13 +108846,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105902,11 +108865,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10632] = 21, + [10907] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -105915,37 +108879,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(2502), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(892), 1, - sym_expression, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(909), 1, + sym_expression, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -105964,13 +108931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -105983,50 +108950,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10734] = 21, + [11014] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, + anon_sym_sizeof, + ACTIONS(2502), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2576), 1, + anon_sym_LPAREN2, + STATE(907), 1, sym_string_literal, - STATE(1105), 1, + STATE(908), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2172), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106045,13 +109016,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106064,11 +109035,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [10836] = 21, + [11121] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106077,118 +109049,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, - sym_identifier, - ACTIONS(1778), 1, + ACTIONS(2174), 1, + anon_sym___extension__, + ACTIONS(2176), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2502), 1, + sym_identifier, + ACTIONS(2504), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(993), 1, + STATE(1117), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(2170), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2418), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(855), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [10938] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1150), 1, - sym_expression, - ACTIONS(21), 2, + ACTIONS(2172), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2508), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106207,13 +109101,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1000), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106226,11 +109120,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11040] = 21, + [11228] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106239,37 +109134,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1091), 1, + STATE(1234), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106288,13 +109186,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106307,11 +109205,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11142] = 21, + [11335] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106320,37 +109219,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1102), 1, + STATE(1038), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106369,13 +109271,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106388,11 +109290,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11244] = 21, + [11442] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106401,37 +109304,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1199), 1, + STATE(1036), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106450,13 +109356,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106469,11 +109375,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11346] = 21, + [11549] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106482,37 +109389,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(870), 1, + STATE(1047), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106531,13 +109441,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106550,50 +109460,139 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11448] = 21, + [11656] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(2578), 1, anon_sym_LPAREN2, - STATE(884), 1, - sym_expression, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(908), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1019), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [11763] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + STATE(857), 1, + sym_string_literal, + STATE(909), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106612,13 +109611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106631,11 +109630,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11550] = 21, + [11870] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106644,37 +109644,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, anon_sym_sizeof, - ACTIONS(2500), 1, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(871), 1, + STATE(1009), 1, sym_expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106693,13 +109696,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106712,11 +109715,89 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11652] = 21, + [11977] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2180), 1, + anon_sym_const, + ACTIONS(2184), 1, + anon_sym_LPAREN2, + ACTIONS(2190), 1, + anon_sym_STAR, + ACTIONS(2199), 1, + anon_sym_EQ, + STATE(821), 1, + sym_string_literal, + STATE(955), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2207), 2, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(2580), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2203), 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(2188), 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(2193), 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(2182), 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, + [12068] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106725,37 +109806,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1770), 1, - anon_sym_sizeof, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2464), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(898), 1, - sym_string_literal, - STATE(935), 1, + STATE(905), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(907), 1, + sym_string_literal, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1764), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1766), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2466), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106774,13 +109858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106793,11 +109877,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11754] = 21, + [12175] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106806,37 +109891,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1161), 1, + STATE(1052), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106855,13 +109943,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106874,11 +109962,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11856] = 21, + [12282] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106887,37 +109976,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(849), 1, - sym_string_literal, - STATE(988), 1, + STATE(901), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + STATE(907), 1, + sym_string_literal, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2506), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -106936,13 +110028,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -106955,11 +110047,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [11958] = 21, + [12389] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -106968,37 +110061,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2107), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2412), 1, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1017), 1, + STATE(1194), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2103), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2105), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2414), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107017,13 +110113,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107036,11 +110132,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12060] = 21, + [12496] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107049,37 +110146,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1098), 1, + STATE(1049), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107098,13 +110198,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107117,50 +110217,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12162] = 21, + [12603] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1109), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(1770), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1772), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2544), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107179,13 +110283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107198,11 +110302,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12264] = 21, + [12710] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107211,37 +110316,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2582), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(907), 1, sym_string_literal, - STATE(1201), 1, + STATE(908), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107260,13 +110368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107279,11 +110387,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12366] = 21, + [12817] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107292,37 +110401,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(1786), 1, + anon_sym___extension__, + ACTIONS(1788), 1, + anon_sym_sizeof, + ACTIONS(2548), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(907), 1, sym_string_literal, - STATE(1094), 1, + STATE(981), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(1782), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(1784), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2506), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2550), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107341,13 +110453,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107360,50 +110472,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12468] = 21, + [12924] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(884), 1, - sym_expression, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + STATE(1241), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107422,13 +110538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107441,11 +110557,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12570] = 21, + [13031] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107454,37 +110571,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1153), 1, + STATE(1048), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107503,13 +110623,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107522,11 +110642,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12672] = 21, + [13138] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -107539,11 +110660,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1168), 1, + STATE(1128), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -107557,15 +110680,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107584,13 +110708,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107603,11 +110727,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12774] = 21, + [13245] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107616,37 +110741,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1020), 1, + STATE(1208), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107665,13 +110793,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107684,11 +110812,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12876] = 21, + [13352] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107697,37 +110826,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1178), 1, + STATE(1049), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107746,13 +110878,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107765,50 +110897,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [12978] = 21, + [13459] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1148), 1, + STATE(1191), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107827,13 +110963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107846,11 +110982,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13080] = 21, + [13566] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -107859,37 +110996,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2516), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1173), 1, + STATE(1043), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107908,13 +111048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -107927,50 +111067,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13182] = 21, + [13673] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2278), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1170), 1, + STATE(1217), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -107989,13 +111133,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108008,50 +111152,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13284] = 21, + [13780] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1088), 1, + STATE(1242), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108070,13 +111218,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108089,11 +111237,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13386] = 21, + [13887] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -108106,11 +111255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1210), 1, + STATE(1193), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -108124,15 +111275,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108151,13 +111303,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108170,11 +111322,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13488] = 21, + [13994] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -108183,37 +111336,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1086), 1, + STATE(1230), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(91), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(101), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(1063), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(896), 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, + [14101] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, + ACTIONS(93), 1, + anon_sym_offsetof, + ACTIONS(95), 1, + anon_sym__Generic, + ACTIONS(175), 1, + sym_number_literal, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, + sym_identifier, + STATE(857), 1, + sym_string_literal, + STATE(1142), 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(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108232,13 +111473,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108251,50 +111492,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13590] = 21, + [14208] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1101), 1, + STATE(1121), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108313,13 +111558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108332,50 +111577,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13692] = 21, + [14315] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1103), 1, + STATE(1134), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108394,13 +111643,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108413,50 +111662,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13794] = 21, + [14422] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(1778), 1, - anon_sym_sizeof, - ACTIONS(2416), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(998), 1, + STATE(1126), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1776), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2418), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108475,13 +111728,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108494,50 +111747,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13896] = 21, + [14529] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1093), 1, + STATE(1138), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108556,13 +111813,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108575,50 +111832,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [13998] = 21, + [14636] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2278), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1030), 1, + STATE(1147), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108637,13 +111898,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108656,50 +111917,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14100] = 21, + [14743] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2278), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1167), 1, + STATE(1143), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108718,13 +111983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108737,50 +112002,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14202] = 21, + [14850] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1100), 1, + STATE(1130), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108799,13 +112068,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108818,50 +112087,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14304] = 21, + [14957] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(1778), 1, - anon_sym_sizeof, - ACTIONS(2416), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(884), 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(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(87), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1776), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2418), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108880,13 +112153,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108899,50 +112172,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14406] = 21, + [15064] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2278), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1156), 1, + STATE(1135), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -108961,13 +112238,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -108980,11 +112257,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14508] = 21, + [15171] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -108993,37 +112271,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2584), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(987), 1, + STATE(1037), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(2140), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109042,13 +112323,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109061,50 +112342,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14610] = 21, + [15278] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2458), 1, - anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1095), 1, + STATE(1228), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2177), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109123,13 +112408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109142,50 +112427,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14712] = 21, + [15385] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2278), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1184), 1, + STATE(1213), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109204,13 +112493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109223,50 +112512,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14814] = 21, + [15492] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2278), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1217), 1, + STATE(1246), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109285,13 +112578,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109304,11 +112597,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [14916] = 21, + [15599] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -109317,37 +112611,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(1766), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(1776), 1, + anon_sym___extension__, + ACTIONS(1780), 1, + anon_sym_sizeof, + ACTIONS(2542), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1087), 1, + STATE(1011), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(1770), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(1772), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2544), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109366,13 +112663,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109385,50 +112682,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15018] = 21, + [15706] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(89), 1, + anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - ACTIONS(2264), 1, - anon_sym_sizeof, - ACTIONS(2502), 1, - anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1029), 1, + STATE(1222), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, - ACTIONS(2260), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109447,13 +112748,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109466,11 +112767,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15120] = 21, + [15813] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -109479,37 +112781,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2181), 1, - anon_sym_sizeof, - ACTIONS(2456), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2458), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(898), 1, + STATE(857), 1, sym_string_literal, - STATE(1085), 1, + STATE(1175), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2177), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2179), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2460), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2462), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109528,13 +112833,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(997), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109547,11 +112852,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15222] = 21, + [15920] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -109560,37 +112866,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1166), 1, + STATE(1195), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109609,13 +112918,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109628,11 +112937,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15324] = 21, + [16027] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -109641,37 +112951,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(1772), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(1778), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2416), 1, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(992), 1, + STATE(1179), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(1774), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1776), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2418), 2, + ACTIONS(2317), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109690,13 +113003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(855), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109709,11 +113022,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15426] = 21, + [16134] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, @@ -109722,37 +113036,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2258), 1, + ACTIONS(2231), 1, sym_identifier, - ACTIONS(2264), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, anon_sym_sizeof, - ACTIONS(2278), 1, + ACTIONS(2313), 1, anon_sym_LPAREN2, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1186), 1, + STATE(1044), 1, sym_expression, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(2260), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2262), 2, + ACTIONS(2235), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2282), 2, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2292), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109771,13 +113088,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1045), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109790,131 +113107,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15528] = 21, + [16241] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1218), 1, + STATE(1180), 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(87), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, - ACTIONS(91), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(101), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(1002), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(864), 16, - 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_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [15630] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, - ACTIONS(93), 1, - anon_sym_offsetof, - ACTIONS(95), 1, - anon_sym__Generic, - ACTIONS(175), 1, - sym_number_literal, - ACTIONS(2166), 1, - sym_identifier, - STATE(849), 1, - sym_string_literal, - STATE(1107), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -109933,13 +113173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -109952,50 +113192,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15732] = 21, + [16348] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1110), 1, + STATE(1192), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110014,13 +113258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110033,50 +113277,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15834] = 21, + [16455] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1111), 1, + STATE(1188), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110095,13 +113343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110114,50 +113362,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15936] = 21, + [16562] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1113), 1, + STATE(1168), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110176,13 +113428,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110195,50 +113447,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16038] = 21, + [16669] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1114), 1, + STATE(1187), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110257,13 +113513,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110276,50 +113532,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16140] = 21, + [16776] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1766), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2142), 1, + anon_sym___extension__, + ACTIONS(2144), 1, + anon_sym_sizeof, + ACTIONS(2516), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1115), 1, + STATE(1055), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2138), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2140), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2518), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110338,13 +113598,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(870), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110357,50 +113617,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16242] = 21, + [16883] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1116), 1, + STATE(1186), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110419,13 +113683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110438,50 +113702,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16344] = 21, + [16990] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(89), 1, - anon_sym_sizeof, ACTIONS(93), 1, anon_sym_offsetof, ACTIONS(95), 1, anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(2231), 1, sym_identifier, - STATE(849), 1, + ACTIONS(2237), 1, + anon_sym___extension__, + ACTIONS(2239), 1, + anon_sym_sizeof, + ACTIONS(2313), 1, + anon_sym_LPAREN2, + STATE(857), 1, sym_string_literal, - STATE(1106), 1, + STATE(1183), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(107), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(177), 2, + sym_true, + sym_false, + ACTIONS(2233), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2235), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2317), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(87), 2, + ACTIONS(2329), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, + ACTIONS(97), 3, anon_sym_asm, anon_sym___asm__, - ACTIONS(107), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(177), 2, - sym_true, - sym_false, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110500,13 +113768,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1063), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110519,11 +113787,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16446] = 21, + [17097] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -110536,11 +113805,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1117), 1, + STATE(1223), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -110554,15 +113825,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110581,13 +113853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110600,11 +113872,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16548] = 21, + [17204] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -110617,11 +113890,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(175), 1, sym_number_literal, - ACTIONS(2166), 1, + ACTIONS(1891), 1, + anon_sym___extension__, + ACTIONS(2178), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(884), 1, + STATE(1146), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -110635,15 +113910,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(87), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(97), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(107), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(177), 2, sym_true, sym_false, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, ACTIONS(91), 5, anon_sym___alignof__, anon_sym___alignof, @@ -110662,13 +113938,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(1002), 5, + STATE(1019), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(864), 16, + STATE(896), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -110681,90 +113957,106 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16650] = 6, + [17311] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2504), 1, - sym_identifier, - STATE(811), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2508), 16, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(39), 1, anon_sym___attribute__, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2506), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [16721] = 6, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(877), 1, + sym_ms_call_modifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1398), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(45), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [17412] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2510), 1, + ACTIONS(2586), 1, sym_identifier, - STATE(811), 2, + STATE(830), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(2517), 5, + ACTIONS(103), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2515), 16, + ACTIONS(2590), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -110781,7 +114073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2513), 33, + ACTIONS(2588), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -110815,12 +114107,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16792] = 6, + [17483] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2520), 1, + ACTIONS(2592), 1, sym_identifier, - STATE(810), 2, + STATE(820), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(103), 5, @@ -110829,7 +114121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2524), 16, + ACTIONS(2596), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -110846,7 +114138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2522), 33, + ACTIONS(2594), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -110880,86 +114172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16863] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(868), 1, - sym_ms_call_modifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1382), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(45), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [16963] = 21, + [17554] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -110974,19 +114187,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(896), 1, + STATE(897), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1391), 1, + STATE(1427), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -110996,7 +114209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111013,95 +114226,33 @@ static const uint16_t ts_small_parse_table[] = { sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [17063] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(812), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2147), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym_EQ, - anon_sym_DOT, - sym_identifier, - ACTIONS(2141), 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, - [17131] = 21, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [17655] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111116,19 +114267,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(874), 1, + STATE(889), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1383), 1, + STATE(1397), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111138,7 +114289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111159,16 +114310,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111180,7 +114321,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17231] = 21, + ACTIONS(53), 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, + [17756] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111195,19 +114347,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(878), 1, + STATE(885), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1402), 1, + STATE(1421), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111217,7 +114369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111238,16 +114390,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111259,7 +114401,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17331] = 21, + ACTIONS(53), 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, + [17857] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111274,19 +114427,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(876), 1, + STATE(878), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, + STATE(1419), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111296,7 +114449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111317,16 +114470,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111338,7 +114481,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17431] = 21, + ACTIONS(53), 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, + [17958] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111353,19 +114507,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(881), 1, + STATE(894), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1374), 1, + STATE(1411), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111375,7 +114529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111396,16 +114550,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111417,7 +114561,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17531] = 21, + ACTIONS(53), 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, + [18059] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111432,19 +114587,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(872), 1, + STATE(873), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1410), 1, + STATE(1393), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111454,7 +114609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111475,16 +114630,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111496,7 +114641,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17631] = 21, + ACTIONS(53), 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, + [18160] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111511,19 +114667,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(888), 1, + STATE(862), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1376), 1, + STATE(1426), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111533,7 +114689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111554,16 +114710,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111575,7 +114721,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17731] = 21, + ACTIONS(53), 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, + [18261] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111590,19 +114747,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(869), 1, + STATE(879), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1398), 1, + STATE(1394), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111612,7 +114769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111633,16 +114790,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111654,7 +114801,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17831] = 21, + ACTIONS(53), 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, + [18362] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2598), 1, + sym_identifier, + STATE(830), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(2605), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2603), 16, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2601), 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, + [18433] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111669,19 +114892,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(880), 1, + STATE(864), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1411), 1, + STATE(1410), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111691,7 +114914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111712,16 +114935,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111733,7 +114946,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [17931] = 21, + ACTIONS(53), 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, + [18534] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111748,19 +114972,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(895), 1, + STATE(860), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1380), 1, + STATE(1428), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111770,7 +114994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111791,16 +115015,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111812,7 +115026,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [18031] = 21, + ACTIONS(53), 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, + [18635] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -111827,19 +115052,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(893), 1, + STATE(859), 1, sym_ms_call_modifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1389), 1, + STATE(1405), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -111849,7 +115074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -111870,16 +115095,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -111891,10 +115106,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [18131] = 3, + ACTIONS(53), 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, + [18736] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 17, + STATE(821), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2188), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -111912,7 +115146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2276), 38, + ACTIONS(2182), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -111946,15 +115180,70 @@ 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, - [18194] = 3, + [18804] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2608), 21, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + anon_sym_DOT, + sym_identifier, + ACTIONS(2610), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [18867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 17, + ACTIONS(2612), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -111969,52 +115258,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute__, + anon_sym_LBRACK, anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2272), 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_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, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [18257] = 3, + ACTIONS(2614), 34, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [18930] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2626), 1, + anon_sym___attribute__, + ACTIONS(2629), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2632), 1, + anon_sym___declspec, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(2635), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2618), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(837), 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(2620), 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(2623), 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(2616), 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, + [19009] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2643), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2645), 1, + anon_sym_layout, + STATE(838), 2, + sym_layout_specification, + aux_sym_parameter_declaration_repeat1, + ACTIONS(2640), 18, + anon_sym_precise, + anon_sym_in, + anon_sym_out, + anon_sym_inout, + anon_sym_uniform, + anon_sym_shared, + anon_sym_attribute, + anon_sym_varying, + anon_sym_buffer, + anon_sym_coherent, + anon_sym_readonly, + anon_sym_writeonly, + anon_sym_centroid, + anon_sym_sample, + anon_sym_patch, + anon_sym_smooth, + anon_sym_flat, + anon_sym_noperspective, + ACTIONS(2638), 33, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [19078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 20, + ACTIONS(2648), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112033,9 +115453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2528), 34, + ACTIONS(2650), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112070,10 +115491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18319] = 3, + [19141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2530), 20, + ACTIONS(2652), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112092,9 +115513,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2532), 34, + ACTIONS(2654), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112129,77 +115551,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18381] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2544), 1, - anon_sym___attribute__, - ACTIONS(2547), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2550), 1, - anon_sym___declspec, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(2553), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2536), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(830), 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(2538), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2541), 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(2534), 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, - [18459] = 3, + [19204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2556), 20, + ACTIONS(2656), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112218,9 +115573,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2558), 34, + ACTIONS(2658), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112255,10 +115611,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18521] = 3, + [19267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2560), 20, + ACTIONS(2660), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112277,9 +115633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2562), 34, + ACTIONS(2662), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112314,10 +115671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18583] = 3, + [19330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2564), 20, + ACTIONS(2664), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112336,9 +115693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2566), 34, + ACTIONS(2666), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112373,10 +115731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18645] = 3, + [19393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2568), 20, + ACTIONS(2305), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112391,13 +115749,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute__, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2570), 34, + ACTIONS(2307), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112413,9 +115768,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, @@ -112432,10 +115786,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18707] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [19456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2572), 20, + ACTIONS(2668), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112454,9 +115813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2574), 34, + ACTIONS(2670), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112491,10 +115851,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18769] = 3, + [19519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2576), 20, + ACTIONS(2672), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112513,9 +115873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2578), 34, + ACTIONS(2674), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112550,72 +115911,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18831] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2585), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2587), 1, - anon_sym_layout, - STATE(837), 2, - sym_layout_specification, - aux_sym_parameter_declaration_repeat1, - ACTIONS(2582), 18, - anon_sym_precise, - anon_sym_in, - anon_sym_out, - anon_sym_inout, - anon_sym_uniform, - anon_sym_shared, - anon_sym_attribute, - anon_sym_varying, - anon_sym_buffer, - anon_sym_coherent, - anon_sym_readonly, - anon_sym_writeonly, - anon_sym_centroid, - anon_sym_sample, - anon_sym_patch, - anon_sym_smooth, - anon_sym_flat, - anon_sym_noperspective, - ACTIONS(2580), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [18899] = 3, + [19582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 20, + ACTIONS(2309), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112630,13 +115929,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym___attribute__, - anon_sym_LBRACK, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, anon_sym_DOT, sym_identifier, - ACTIONS(2592), 34, + ACTIONS(2311), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112652,9 +115948,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, @@ -112671,10 +115966,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18961] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [19645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 20, + ACTIONS(2676), 21, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -112693,9 +115993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2596), 34, + ACTIONS(2678), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -112730,181 +116031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19023] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2367), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2365), 51, - anon_sym_precise, - anon_sym_in, - anon_sym_out, - anon_sym_inout, - anon_sym_uniform, - anon_sym_shared, - anon_sym_attribute, - anon_sym_varying, - anon_sym_buffer, - anon_sym_coherent, - anon_sym_readonly, - anon_sym_writeonly, - anon_sym_centroid, - anon_sym_sample, - anon_sym_patch, - anon_sym_smooth, - anon_sym_flat, - anon_sym_noperspective, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - anon_sym_layout, - [19083] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2374), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2372), 51, - anon_sym_precise, - anon_sym_in, - anon_sym_out, - anon_sym_inout, - anon_sym_uniform, - anon_sym_shared, - anon_sym_attribute, - anon_sym_varying, - anon_sym_buffer, - anon_sym_coherent, - anon_sym_readonly, - anon_sym_writeonly, - anon_sym_centroid, - anon_sym_sample, - anon_sym_patch, - anon_sym_smooth, - anon_sym_flat, - anon_sym_noperspective, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - anon_sym_layout, - [19143] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2355), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2353), 51, - anon_sym_precise, - anon_sym_in, - anon_sym_out, - anon_sym_inout, - anon_sym_uniform, - anon_sym_shared, - anon_sym_attribute, - anon_sym_varying, - anon_sym_buffer, - anon_sym_coherent, - anon_sym_readonly, - anon_sym_writeonly, - anon_sym_centroid, - anon_sym_sample, - anon_sym_patch, - anon_sym_smooth, - anon_sym_flat, - anon_sym_noperspective, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - anon_sym_layout, - [19203] = 3, + [19708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2133), 21, + ACTIONS(2164), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -112926,9 +116056,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2131), 30, + ACTIONS(2162), 32, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_if, anon_sym_switch, anon_sym_case, @@ -112952,15 +116083,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [19262] = 3, + [19769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2600), 9, + ACTIONS(2682), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -112970,7 +116102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - ACTIONS(2598), 42, + ACTIONS(2680), 44, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -113004,6 +116136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, @@ -113012,11 +116145,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, sym_identifier, - [19321] = 3, + [19830] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2604), 21, + ACTIONS(2686), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -113038,9 +116172,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2602), 30, + ACTIONS(2684), 32, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_if, anon_sym_switch, anon_sym_case, @@ -113064,81 +116199,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, sym_true, sym_false, anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [19380] = 3, + [19891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2602), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2168), 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_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, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2166), 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, + [19952] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2457), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2455), 52, + anon_sym_precise, + anon_sym_in, + anon_sym_out, + anon_sym_inout, + anon_sym_uniform, + anon_sym_shared, + anon_sym_attribute, + anon_sym_varying, + anon_sym_buffer, + anon_sym_coherent, + anon_sym_readonly, + anon_sym_writeonly, + anon_sym_centroid, + anon_sym_sample, + anon_sym_patch, + anon_sym_smooth, + anon_sym_flat, + anon_sym_noperspective, + anon_sym___extension__, + anon_sym_extern, anon_sym___attribute__, - anon_sym_EQ, - anon_sym_DOT, + 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, + anon_sym_layout, + [20013] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2477), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2475), 52, + anon_sym_precise, + anon_sym_in, + anon_sym_out, + anon_sym_inout, + anon_sym_uniform, + anon_sym_shared, + anon_sym_attribute, + anon_sym_varying, + anon_sym_buffer, + anon_sym_coherent, + anon_sym_readonly, + anon_sym_writeonly, + anon_sym_centroid, + anon_sym_sample, + anon_sym_patch, + anon_sym_smooth, + anon_sym_flat, + anon_sym_noperspective, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - ACTIONS(2604), 34, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [19439] = 8, + anon_sym_layout, + [20074] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2613), 1, + ACTIONS(2695), 1, anon_sym_static, - STATE(899), 1, + STATE(866), 1, sym_alignas_qualifier, - ACTIONS(2616), 2, + ACTIONS(2698), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(847), 2, + STATE(855), 2, sym_type_qualifier, aux_sym_array_declarator_repeat1, - ACTIONS(2610), 9, + ACTIONS(2692), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -113148,7 +116402,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2606), 17, + anon_sym__Nonnull, + ACTIONS(2688), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -113161,12 +116416,13 @@ static const uint16_t ts_small_parse_table[] = { 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(2608), 19, + ACTIONS(2690), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -113186,68 +116442,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [19508] = 3, + [20145] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2137), 21, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, + ACTIONS(2453), 1, 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, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2135), 30, - anon_sym_DASH, - anon_sym_PLUS, - 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__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, + ACTIONS(2451), 52, + anon_sym_precise, + anon_sym_in, + anon_sym_out, + anon_sym_inout, + anon_sym_uniform, + anon_sym_shared, + anon_sym_attribute, + anon_sym_varying, + anon_sym_buffer, + anon_sym_coherent, + anon_sym_readonly, + anon_sym_writeonly, + anon_sym_centroid, + anon_sym_sample, + anon_sym_patch, + anon_sym_smooth, + anon_sym_flat, + anon_sym_noperspective, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [19567] = 6, + anon_sym_layout, + [20206] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2619), 1, + ACTIONS(2701), 1, sym_identifier, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -113255,7 +116513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2623), 15, + ACTIONS(2705), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -113271,7 +116529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2621), 29, + ACTIONS(2703), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113301,10 +116559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19632] = 3, + [20271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2625), 17, + ACTIONS(2684), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113322,7 +116580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2627), 33, + ACTIONS(2686), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113338,6 +116596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -113356,120 +116615,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19690] = 3, + [20330] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 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___attribute__, - anon_sym_EQ, - anon_sym_DOT, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(2631), 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, - [19748] = 3, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1417), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [20420] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2633), 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___attribute__, - anon_sym_EQ, - anon_sym_DOT, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(2635), 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, - [19806] = 3, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1409), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [20510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2637), 17, + ACTIONS(2707), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113487,7 +116778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2639), 33, + ACTIONS(2709), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113521,65 +116812,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19864] = 3, + [20568] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2641), 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___attribute__, - anon_sym_EQ, - anon_sym_DOT, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(2643), 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, - [19922] = 3, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1423), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [20658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2147), 17, + ACTIONS(2711), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113597,7 +116904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2141), 33, + ACTIONS(2713), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113631,10 +116938,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19980] = 3, + [20716] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1407), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [20806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2645), 17, + ACTIONS(2715), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113652,7 +117030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2647), 33, + ACTIONS(2717), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113686,10 +117064,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20038] = 3, + [20864] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2130), 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(2128), 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, + 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, + [20922] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1413), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [21012] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1392), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [21102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2649), 17, + ACTIONS(2719), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113707,7 +117282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2651), 33, + ACTIONS(2721), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113741,10 +117316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20096] = 3, + [21160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2653), 17, + ACTIONS(2188), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113762,7 +117337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2655), 33, + ACTIONS(2182), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113796,10 +117371,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20154] = 3, + [21218] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1429), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [21308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2657), 17, + ACTIONS(2723), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113817,7 +117463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2659), 33, + ACTIONS(2725), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113851,10 +117497,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20212] = 3, + [21366] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1391), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [21456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2661), 17, + ACTIONS(2727), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113872,7 +117589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2663), 33, + ACTIONS(2729), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113906,10 +117623,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20270] = 3, + [21514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2665), 17, + ACTIONS(2731), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113927,7 +117644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2667), 33, + ACTIONS(2733), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -113961,10 +117678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20328] = 3, + [21572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2669), 17, + ACTIONS(2735), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -113982,7 +117699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2671), 33, + ACTIONS(2737), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -114016,10 +117733,223 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20386] = 3, + [21630] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1404), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1416), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [21810] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1396), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [21900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2673), 17, + ACTIONS(2739), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114037,7 +117967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2675), 33, + ACTIONS(2741), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -114071,10 +118001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20444] = 3, + [21958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2147), 17, + ACTIONS(2743), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114092,7 +118022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2141), 33, + ACTIONS(2745), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -114126,10 +118056,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20502] = 3, + [22016] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2677), 17, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1399), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [22106] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2747), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114147,7 +118148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2679), 33, + ACTIONS(2749), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -114181,10 +118182,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20560] = 3, + [22164] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1395), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [22254] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1415), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [22344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2681), 17, + ACTIONS(2751), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114202,7 +118345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2683), 33, + ACTIONS(2753), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -114236,7 +118379,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [20618] = 19, + [22402] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2757), 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(2755), 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, + 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, + [22460] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -114251,15 +118449,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, STATE(1408), 1, sym__declaration_specifiers, @@ -114271,7 +118469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114285,16 +118483,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -114306,7 +118494,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [20707] = 19, + ACTIONS(53), 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, + [22550] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -114321,17 +118520,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1409), 1, + STATE(1414), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -114341,7 +118540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114355,7 +118554,18 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, + ACTIONS(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -114365,6 +118575,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, + [22640] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1418), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, anon_sym_extern, anon_sym_static, @@ -114376,7 +118636,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [20796] = 19, + ACTIONS(53), 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, + [22730] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2759), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_DOT, + sym_identifier, + ACTIONS(2761), 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, + [22788] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -114391,17 +118717,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1412), 1, + STATE(1420), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -114411,7 +118737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114425,7 +118751,18 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, + ACTIONS(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -114435,6 +118772,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, + [22878] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2763), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_EQ, + anon_sym_DOT, + sym_identifier, + ACTIONS(2765), 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, + [22936] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(59), 1, + anon_sym_enum, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1563), 1, + sym_identifier, + STATE(917), 1, + sym_alignas_qualifier, + STATE(919), 1, + sym_type_specifier, + STATE(976), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1406), 1, + sym__declaration_specifiers, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(49), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(902), 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(51), 10, anon_sym_extern, anon_sym_static, @@ -114446,22 +118888,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [20885] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2685), 16, + ACTIONS(53), 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, + [23026] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2767), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114477,14 +118918,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym_EQ, + anon_sym_DOT, sym_identifier, - ACTIONS(2687), 26, + ACTIONS(2769), 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, @@ -114493,6 +118937,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, @@ -114505,22 +118951,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [20952] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2697), 16, + [23084] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2188), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114536,14 +118973,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym___attribute__, anon_sym_EQ, + anon_sym_DOT, sym_identifier, - ACTIONS(2699), 26, + ACTIONS(2182), 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, @@ -114552,6 +118992,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, @@ -114564,7 +119006,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21019] = 19, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [23142] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -114579,17 +119024,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(919), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1381), 1, + STATE(1402), 1, sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, @@ -114599,7 +119044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -114613,16 +119058,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -114634,10 +119069,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [21108] = 3, + ACTIONS(53), 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, + [23232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2701), 16, + ACTIONS(2771), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114654,7 +119100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2703), 33, + ACTIONS(2773), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -114688,80 +119134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21165] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1401), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21254] = 3, + [23289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 16, + ACTIONS(2775), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114778,7 +119154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2707), 33, + ACTIONS(2777), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -114812,92 +119188,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [21311] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1378), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21400] = 8, + [23346] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2709), 16, + ACTIONS(2779), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -114914,7 +119220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2711), 26, + ACTIONS(2781), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -114941,357 +119247,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [21467] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1394), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21556] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1377), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21645] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1400), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21734] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1397), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21823] = 19, + [23413] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2791), 16, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + anon_sym_EQ, sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1388), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [21912] = 19, + ACTIONS(2793), 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, + [23478] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -115306,18 +119320,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, + STATE(925), 1, sym_type_specifier, - STATE(975), 1, + STATE(976), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1399), 1, - sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, @@ -115326,13 +119338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(902), 7, + STATE(837), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -115340,16 +119352,6 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, ACTIONS(51), 10, anon_sym_extern, anon_sym_static, @@ -115361,22 +119363,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [22001] = 8, + ACTIONS(53), 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, + [23565] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2795), 16, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_EQ, + sym_identifier, + ACTIONS(2797), 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, + [23632] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2799), 1, + anon_sym_EQ, + STATE(821), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2801), 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(2188), 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, + ACTIONS(2182), 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, + [23697] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2713), 16, + ACTIONS(2803), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -115393,7 +119523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2715), 26, + ACTIONS(2805), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -115420,10 +119550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22068] = 3, + [23764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2717), 16, + ACTIONS(2807), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -115440,7 +119570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2719), 33, + ACTIONS(2809), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -115474,12 +119604,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [22125] = 7, + [23821] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2721), 1, - anon_sym_EQ, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -115487,18 +119615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2723), 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(2147), 14, + ACTIONS(2705), 15, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -115512,8 +119629,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, sym_identifier, - ACTIONS(2141), 18, + ACTIONS(2703), 28, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -115528,376 +119646,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [22190] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1405), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [22279] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1385), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [22368] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1396), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [22457] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1375), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [22546] = 19, + [23882] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2811), 16, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + anon_sym_EQ, sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1384), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [22635] = 8, + ACTIONS(2813), 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, + [23949] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2725), 16, + ACTIONS(2815), 16, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -115914,7 +119751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2727), 26, + ACTIONS(2817), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -115941,57 +119778,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22702] = 19, + [24016] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(2195), 1, + anon_sym_LBRACE, + STATE(929), 1, + sym_field_declaration_list, + STATE(967), 1, + sym_attribute_specifier, + ACTIONS(2821), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, - sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1406), 1, - sym__declaration_specifiers, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(49), 4, + anon_sym_COLON, + ACTIONS(2819), 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, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, + anon_sym_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, @@ -116000,8 +119830,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(51), 10, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [24080] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2195), 1, + anon_sym_LBRACE, + STATE(935), 1, + sym_field_declaration_list, + STATE(978), 1, + sym_attribute_specifier, + ACTIONS(2825), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2823), 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, @@ -116011,11 +119879,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [22791] = 3, + anon_sym_const, + anon_sym_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, + [24144] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 16, - aux_sym_preproc_elif_token1, + ACTIONS(2199), 1, + anon_sym_EQ, + STATE(821), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2203), 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(2188), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -116028,16 +119929,9 @@ 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, - sym_identifier, - ACTIONS(2731), 33, + ACTIONS(2182), 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_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -116046,76 +119940,441 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, + anon_sym___attribute__, 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, - [22848] = 19, + [24208] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(43), 1, + ACTIONS(2195), 1, + anon_sym_LBRACE, + STATE(933), 1, + sym_field_declaration_list, + STATE(962), 1, + sym_attribute_specifier, + ACTIONS(2829), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2827), 37, + anon_sym___extension__, + anon_sym_extern, anon_sym___declspec, - ACTIONS(57), 1, + 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, + [24272] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2195), 1, + anon_sym_LBRACE, + STATE(936), 1, + sym_field_declaration_list, + STATE(972), 1, + sym_attribute_specifier, + ACTIONS(2833), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2831), 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, + [24336] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2837), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(2835), 41, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + 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, + [24392] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2757), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2755), 41, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + 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, + [24448] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2130), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2128), 41, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + 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, - ACTIONS(59), 1, anon_sym_enum, - ACTIONS(61), 1, anon_sym_struct, - ACTIONS(63), 1, anon_sym_union, - ACTIONS(1225), 1, + sym_identifier, + [24504] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(2195), 1, + anon_sym_LBRACE, + STATE(934), 1, + sym_field_declaration_list, + STATE(979), 1, + sym_attribute_specifier, + ACTIONS(2841), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, + anon_sym_COLON, + ACTIONS(2839), 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, - STATE(904), 1, + [24568] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1392), 1, - sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(49), 4, + ACTIONS(2845), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(922), 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(2843), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 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, + [24639] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2168), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2166), 41, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, + anon_sym_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, @@ -116124,8 +120383,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(51), 10, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24694] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2164), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2162), 41, + anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -116135,48 +120427,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [22937] = 19, + anon_sym_const, + anon_sym_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, + [24749] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(911), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1390), 1, - sym__declaration_specifiers, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(902), 7, + ACTIONS(2849), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(837), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -116184,16 +120471,16 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, + ACTIONS(2847), 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(51), 10, anon_sym_extern, anon_sym_static, @@ -116205,148 +120492,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [23026] = 7, + ACTIONS(53), 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, + [24820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2733), 16, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym_EQ, - sym_identifier, - ACTIONS(2735), 28, + ACTIONS(2853), 6, 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, - [23091] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(812), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2623), 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(2621), 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, - [23152] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2739), 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(2737), 29, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2851), 41, anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, anon_sym_static, + anon_sym_auto, + anon_sym_register, + 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, @@ -116355,108 +120547,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, 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__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [23208] = 7, + [24875] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2158), 1, - anon_sym_EQ, - STATE(812), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2162), 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(2147), 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(2141), 19, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2857), 5, anon_sym_COMMA, anon_sym_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_STAR, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, + STATE(837), 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(2855), 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, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [23272] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2743), 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(2741), 29, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, + sym_identifier, + ACTIONS(51), 10, + anon_sym_extern, anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -116465,63 +120614,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - 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__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - [23328] = 18, + anon_sym__Nonnull, + [24946] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, ACTIONS(43), 1, anon_sym___declspec, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(59), 1, - anon_sym_enum, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1225), 1, + ACTIONS(1231), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1557), 1, - sym_identifier, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(915), 1, - sym_type_specifier, - STATE(975), 1, - aux_sym_sized_type_specifier_repeat1, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(49), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(830), 7, + ACTIONS(2861), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(924), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -116529,7 +120643,28 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, + ACTIONS(2859), 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(51), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -116539,8 +120674,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(51), 10, + anon_sym__Nonnull, + [25017] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(964), 1, + sym_attribute_specifier, + ACTIONS(2865), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2863), 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, @@ -116550,18 +120715,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [23414] = 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, + sym_identifier, + [25075] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2154), 1, - anon_sym_LBRACE, - STATE(927), 1, - sym_field_declaration_list, - STATE(976), 1, + STATE(965), 1, sym_attribute_specifier, - ACTIONS(2747), 7, + ACTIONS(2869), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116569,7 +120743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2745), 36, + ACTIONS(2867), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -116602,14 +120776,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [23477] = 3, + [25133] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2739), 7, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(974), 1, + sym_attribute_specifier, + ACTIONS(2873), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116617,10 +120796,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2737), 40, + ACTIONS(2871), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -116651,17 +120829,19 @@ static const uint16_t ts_small_parse_table[] = { 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, - [23532] = 3, + [25191] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2743), 7, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(958), 1, + sym_attribute_specifier, + ACTIONS(2877), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116669,10 +120849,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2741), 40, + ACTIONS(2875), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -116703,25 +120882,19 @@ static const uint16_t ts_small_parse_table[] = { 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, - [23587] = 7, + [25249] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2154), 1, - anon_sym_LBRACE, - STATE(920), 1, - sym_field_declaration_list, - STATE(957), 1, + STATE(969), 1, sym_attribute_specifier, - ACTIONS(2751), 7, + ACTIONS(2881), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116729,7 +120902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2749), 36, + ACTIONS(2879), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -116762,22 +120935,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [23650] = 7, + [25307] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(2154), 1, - anon_sym_LBRACE, - STATE(919), 1, - sym_field_declaration_list, - STATE(974), 1, - sym_attribute_specifier, - ACTIONS(2755), 7, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2887), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2885), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116785,9 +120958,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2753), 36, + ACTIONS(2883), 34, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -116796,10 +120970,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, @@ -116818,25 +120988,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [23713] = 3, + [25365] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2759), 7, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(970), 1, + sym_attribute_specifier, + ACTIONS(2892), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2757), 40, + anon_sym_COLON, + ACTIONS(2890), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -116867,25 +121041,19 @@ static const uint16_t ts_small_parse_table[] = { 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, - [23768] = 7, + [25423] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2154), 1, - anon_sym_LBRACE, - STATE(925), 1, - sym_field_declaration_list, - STATE(969), 1, + STATE(963), 1, sym_attribute_specifier, - ACTIONS(2763), 7, + ACTIONS(2896), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116893,7 +121061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2761), 36, + ACTIONS(2894), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -116926,22 +121094,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [23831] = 7, + [25481] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(2154), 1, - anon_sym_LBRACE, - STATE(933), 1, - sym_field_declaration_list, - STATE(946), 1, + STATE(971), 1, sym_attribute_specifier, - ACTIONS(2767), 7, + ACTIONS(2900), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -116949,7 +121114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2765), 36, + ACTIONS(2898), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -116982,142 +121147,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [23894] = 11, + [25539] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2771), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(916), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2769), 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(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [23964] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2775), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(830), 7, - sym__declaration_modifiers, + STATE(966), 1, sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2773), 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(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [24034] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2779), 6, + ACTIONS(2904), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2777), 40, + anon_sym_COLON, + ACTIONS(2902), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117148,27 +121200,29 @@ static const uint16_t ts_small_parse_table[] = { 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, - [24088] = 3, + [25597] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2133), 6, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(973), 1, + sym_attribute_specifier, + ACTIONS(2908), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2131), 40, + anon_sym_COLON, + ACTIONS(2906), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117199,52 +121253,34 @@ static const uint16_t ts_small_parse_table[] = { 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, - [24142] = 11, + [25655] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2783), 5, + STATE(940), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2914), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2912), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(912), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2910), 33, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2781), 9, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -117253,9 +121289,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___thiscall, anon_sym___vectorcall, anon_sym_LBRACK, - sym_identifier, - ACTIONS(51), 10, - anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -117265,36 +121298,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24212] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2787), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(830), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(53), 9, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -117303,38 +121306,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2785), 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, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, sym_identifier, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [24282] = 3, + [25712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2137), 6, + ACTIONS(2918), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2135), 40, + anon_sym_COLON, + ACTIONS(2916), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -117368,21 +121355,22 @@ static const uint16_t ts_small_parse_table[] = { 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, - [24336] = 5, + [25765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(963), 1, - sym_attribute_specifier, - ACTIONS(2791), 7, + STATE(942), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2924), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2922), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117390,9 +121378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2789), 36, + ACTIONS(2920), 33, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117401,10 +121390,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, @@ -117423,18 +121408,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [24393] = 5, + [25822] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(956), 1, - sym_attribute_specifier, - ACTIONS(2795), 7, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2930), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2928), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117442,9 +121430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2793), 36, + ACTIONS(2926), 33, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117453,10 +121442,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, + [25879] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2883), 1, + sym_primitive_type, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2887), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + ACTIONS(2935), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2932), 33, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -117475,18 +121513,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [24450] = 5, + [25938] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(970), 1, - sym_attribute_specifier, - ACTIONS(2799), 7, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2930), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2940), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117494,9 +121535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2797), 36, + ACTIONS(2938), 33, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117505,10 +121547,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, @@ -117527,18 +121565,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [24507] = 8, + [25995] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + anon_sym_EQ, + ACTIONS(2210), 1, + anon_sym_COLON, + STATE(821), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2203), 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(2188), 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(2182), 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, + [26058] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2158), 1, + ACTIONS(2199), 1, anon_sym_EQ, - ACTIONS(2801), 1, + ACTIONS(2942), 1, anon_sym_COLON, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -117546,7 +121639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2162), 10, + ACTIONS(2203), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117557,7 +121650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2147), 12, + ACTIONS(2188), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117570,7 +121663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2141), 15, + ACTIONS(2182), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -117586,14 +121679,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [24570] = 8, + [26121] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2158), 1, + ACTIONS(2199), 1, anon_sym_EQ, - ACTIONS(2175), 1, + ACTIONS(2212), 1, anon_sym_COLON, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -117601,7 +121694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2162), 10, + ACTIONS(2203), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117612,7 +121705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2147), 12, + ACTIONS(2188), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117625,7 +121718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2141), 15, + ACTIONS(2182), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -117641,24 +121734,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [24633] = 5, + [26184] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(983), 1, - sym_attribute_specifier, - ACTIONS(2805), 7, + ACTIONS(2944), 1, + anon_sym_LPAREN2, + STATE(955), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2197), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2193), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2803), 36, + ACTIONS(2180), 33, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117667,10 +121765,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, @@ -117689,18 +121783,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [24690] = 8, + [26243] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2158), 1, + ACTIONS(2199), 1, anon_sym_EQ, - ACTIONS(2173), 1, + ACTIONS(2205), 1, anon_sym_COLON, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -117708,7 +121802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2162), 10, + ACTIONS(2203), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117719,7 +121813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2147), 12, + ACTIONS(2188), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117732,7 +121826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2141), 15, + ACTIONS(2182), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -117748,14 +121842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [24753] = 5, + [26306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(981), 1, - sym_attribute_specifier, - ACTIONS(2809), 7, + ACTIONS(2949), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117763,9 +121853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2807), 36, + ACTIONS(2947), 38, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117796,18 +121887,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [24810] = 5, + [26359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(966), 1, - sym_attribute_specifier, - ACTIONS(2813), 7, + ACTIONS(2953), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117815,9 +121903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2811), 36, + ACTIONS(2951), 38, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117848,18 +121937,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [24867] = 5, + [26412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(947), 1, - sym_attribute_specifier, - ACTIONS(2817), 7, + ACTIONS(2957), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -117867,9 +121953,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2815), 36, + ACTIONS(2955), 38, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -117900,18 +121987,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [24924] = 8, + [26465] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2158), 1, + ACTIONS(2199), 1, anon_sym_EQ, - ACTIONS(2160), 1, + ACTIONS(2214), 1, anon_sym_COLON, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -117919,7 +122007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2162), 10, + ACTIONS(2203), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117930,7 +122018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2147), 12, + ACTIONS(2188), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117943,7 +122031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2141), 15, + ACTIONS(2182), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -117959,14 +122047,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [24987] = 8, + [26528] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2961), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2959), 38, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + 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, + [26581] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2158), 1, + ACTIONS(2199), 1, anon_sym_EQ, - ACTIONS(2164), 1, + ACTIONS(2201), 1, anon_sym_COLON, - STATE(812), 1, + STATE(821), 1, sym_string_literal, ACTIONS(103), 5, anon_sym_L_DQUOTE, @@ -117974,7 +122112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2162), 10, + ACTIONS(2203), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -117985,7 +122123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2147), 12, + ACTIONS(2188), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -117998,7 +122136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2141), 15, + ACTIONS(2182), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -118014,14 +122152,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [25050] = 5, + [26644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(977), 1, - sym_attribute_specifier, - ACTIONS(2821), 7, + ACTIONS(2965), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118029,9 +122163,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2819), 36, + ACTIONS(2963), 38, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -118062,21 +122197,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25107] = 5, + [26697] = 5, ACTIONS(3), 1, sym_comment, STATE(931), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2827), 4, + ACTIONS(2930), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2825), 7, + ACTIONS(2969), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118084,7 +122220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2823), 33, + ACTIONS(2967), 33, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -118114,70 +122250,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [25164] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(950), 1, - sym_attribute_specifier, - ACTIONS(2832), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2830), 36, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [25221] = 5, + [26754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(972), 1, - sym_attribute_specifier, - ACTIONS(2836), 7, + ACTIONS(2973), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118185,9 +122265,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2834), 36, + ACTIONS(2971), 38, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -118218,132 +122299,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25278] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2158), 1, - anon_sym_EQ, - ACTIONS(2171), 1, - anon_sym_COLON, - STATE(812), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2162), 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(2147), 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(2141), 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, - [25341] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 9, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2715), 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, - [25407] = 5, + [26807] = 5, ACTIONS(3), 1, sym_comment, - STATE(978), 1, + STATE(975), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2846), 4, + ACTIONS(2979), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2844), 7, + ACTIONS(2977), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118351,7 +122322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2842), 32, + ACTIONS(2975), 33, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -118381,13 +122352,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [25463] = 3, + [26864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2850), 7, + ACTIONS(2983), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118395,7 +122367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2848), 37, + ACTIONS(2981), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -118429,461 +122401,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25515] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2715), 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, - [25589] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 4, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2715), 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, - [25665] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - ACTIONS(2862), 1, - anon_sym_CARET, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2713), 3, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 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, - [25743] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - ACTIONS(2862), 1, - anon_sym_CARET, - ACTIONS(2864), 1, - anon_sym_PIPE, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2713), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 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, - [25823] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - ACTIONS(2862), 1, - anon_sym_CARET, - ACTIONS(2864), 1, - anon_sym_PIPE, - ACTIONS(2866), 1, - anon_sym_AMP_AMP, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2713), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 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_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_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, - [25905] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 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(2715), 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, - [25969] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - ACTIONS(2862), 1, - anon_sym_CARET, - ACTIONS(2864), 1, - anon_sym_PIPE, - ACTIONS(2866), 1, - anon_sym_AMP_AMP, - ACTIONS(2872), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2874), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2870), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2868), 16, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_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, - [26055] = 6, + [26917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 1, - anon_sym_LPAREN2, - STATE(979), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2156), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2152), 6, + ACTIONS(2987), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2139), 32, + ACTIONS(2985), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -118895,6 +122429,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, @@ -118913,13 +122451,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26113] = 3, + [26970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2881), 7, + ACTIONS(2991), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118927,7 +122467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2879), 37, + ACTIONS(2989), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -118961,14 +122501,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26165] = 3, + [27023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2885), 7, + ACTIONS(2995), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -118976,7 +122517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2883), 37, + ACTIONS(2993), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119010,14 +122551,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26217] = 3, + [27076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2889), 7, + ACTIONS(2999), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119025,7 +122567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2887), 37, + ACTIONS(2997), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119059,21 +122601,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26269] = 5, + [27129] = 3, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2895), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2893), 7, + ACTIONS(3003), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119081,7 +122617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2891), 32, + ACTIONS(3001), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119093,6 +122629,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, @@ -119111,13 +122651,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26325] = 3, + [27182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 7, + ACTIONS(3007), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119125,7 +122667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2897), 37, + ACTIONS(3005), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119159,14 +122701,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26377] = 3, + [27235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 7, + ACTIONS(3011), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119174,7 +122717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2901), 37, + ACTIONS(3009), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119208,71 +122751,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26429] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 7, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(2715), 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, - [26497] = 3, + [27288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 7, + ACTIONS(3015), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119280,7 +122767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2905), 37, + ACTIONS(3013), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119314,30 +122801,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26549] = 6, + [27341] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 1, - sym_primitive_type, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2827), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2912), 6, + ACTIONS(3019), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2909), 32, + anon_sym_COLON, + ACTIONS(3017), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119349,6 +122829,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, @@ -119367,13 +122851,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26607] = 3, + [27394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2917), 7, + ACTIONS(2977), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119381,7 +122867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2915), 37, + ACTIONS(2975), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119415,14 +122901,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26659] = 3, + [27447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2921), 7, + ACTIONS(3023), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119430,7 +122917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2919), 37, + ACTIONS(3021), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119464,14 +122951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26711] = 3, + [27500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2925), 7, + ACTIONS(3027), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119479,7 +122967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2923), 37, + ACTIONS(3025), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119513,199 +123001,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26763] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - ACTIONS(2862), 1, - anon_sym_CARET, - ACTIONS(2864), 1, - anon_sym_PIPE, - ACTIONS(2866), 1, - anon_sym_AMP_AMP, - ACTIONS(2872), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2874), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2929), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2927), 16, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_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, - [26849] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2931), 1, - anon_sym_EQ, - STATE(812), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2933), 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(2147), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2141), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [26909] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2715), 21, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_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, - [26981] = 5, + [27553] = 3, ACTIONS(3), 1, sym_comment, - STATE(982), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2939), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2937), 7, + ACTIONS(3031), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119713,7 +123017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2935), 32, + ACTIONS(3029), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119725,6 +123029,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, @@ -119743,13 +123051,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [27037] = 3, + [27606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 7, + ACTIONS(3035), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119757,7 +123067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2941), 37, + ACTIONS(3033), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119791,14 +123101,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27089] = 3, + [27659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2947), 7, + ACTIONS(3039), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119806,7 +123117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2945), 37, + ACTIONS(3037), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119840,14 +123151,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27141] = 3, + [27712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2951), 7, + ACTIONS(3043), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119855,7 +123167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2949), 37, + ACTIONS(3041), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119889,80 +123201,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27193] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2860), 1, - anon_sym_AMP, - ACTIONS(2862), 1, - anon_sym_CARET, - ACTIONS(2864), 1, - anon_sym_PIPE, - ACTIONS(2866), 1, - anon_sym_AMP_AMP, - ACTIONS(2872), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2874), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2838), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2852), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2854), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2856), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2858), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2955), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2840), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2953), 16, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_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, - [27279] = 3, + [27765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 7, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2930), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3047), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -119970,7 +123224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2957), 37, + ACTIONS(3045), 33, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -119982,10 +123236,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, @@ -120004,29 +123254,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [27331] = 5, + [27822] = 7, ACTIONS(3), 1, sym_comment, - STATE(949), 1, + ACTIONS(3049), 1, + sym_identifier, + ACTIONS(3058), 1, + sym_primitive_type, + STATE(941), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2965), 4, + ACTIONS(3056), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2963), 7, + ACTIONS(3052), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2961), 32, + ACTIONS(3054), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120056,13 +123309,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, - [27387] = 3, + [27883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2969), 7, + ACTIONS(3062), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120070,7 +123323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2967), 37, + ACTIONS(3060), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120104,14 +123357,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27439] = 3, + [27936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 7, + ACTIONS(3066), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120119,7 +123373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2971), 37, + ACTIONS(3064), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120153,14 +123407,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27491] = 3, + [27989] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 7, + ACTIONS(3070), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -120168,7 +123423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2975), 37, + ACTIONS(3068), 38, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -120202,26 +123457,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27543] = 3, + [28042] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2979), 37, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(43), 1, anon_sym___declspec, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3072), 1, + anon_sym_SEMI, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2845), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(922), 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(2843), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -120229,11 +123497,9 @@ 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(51), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -120243,6 +123509,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -120251,124 +123519,462 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, + anon_sym__Nonnull, + [28112] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3082), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3084), 1, + anon_sym_AMP_AMP, + ACTIONS(3086), 1, + anon_sym_PIPE, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3076), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3074), 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_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, + [28196] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 9, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(2805), 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, + [28262] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2805), 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, + [28336] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3100), 1, + anon_sym_EQ, + STATE(821), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(3102), 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(2188), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2182), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [28396] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3082), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3084), 1, + anon_sym_AMP_AMP, + ACTIONS(3086), 1, + anon_sym_PIPE, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + ACTIONS(3108), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3106), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3104), 16, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_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, + [28482] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3090), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 4, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(2805), 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, - [27595] = 3, + [28558] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2783), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2983), 37, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(2785), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, + ACTIONS(3082), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3084), 1, + anon_sym_AMP_AMP, + ACTIONS(3086), 1, + anon_sym_PIPE, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + ACTIONS(3108), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3112), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3110), 16, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_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, - [27647] = 3, + [28644] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2989), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2987), 37, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(43), 1, 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, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3114), 1, + anon_sym_SEMI, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [27699] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2993), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2845), 2, anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2991), 37, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + STATE(922), 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(2843), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -120376,11 +123982,9 @@ 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(51), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -120390,6 +123994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -120398,300 +124004,314 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [27751] = 7, + anon_sym__Nonnull, + [28714] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2995), 1, - sym_identifier, - ACTIONS(3004), 1, - sym_primitive_type, - STATE(954), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3002), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2998), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2783), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(3000), 31, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(2785), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - [27811] = 3, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2803), 3, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2805), 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, + [28792] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3008), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2783), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3006), 37, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(2785), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2805), 21, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_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, - [27863] = 3, + [28864] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3012), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2783), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3010), 37, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(2785), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, + ACTIONS(3086), 1, + anon_sym_PIPE, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2803), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2805), 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, - [27915] = 5, + [28944] = 18, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2895), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3016), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2783), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3014), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(2785), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, + ACTIONS(3084), 1, + anon_sym_AMP_AMP, + ACTIONS(3086), 1, + anon_sym_PIPE, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2803), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2805), 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_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, - [27971] = 5, + [29026] = 22, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2895), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3020), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1750), 1, anon_sym_LPAREN2, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3120), 1, anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3018), 32, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(3122), 1, anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(3128), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1582), 1, + sym__declarator, + STATE(1700), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, - [28027] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2963), 7, + ACTIONS(3118), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2961), 37, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1088), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - 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, @@ -120700,26 +124320,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [28079] = 3, + anon_sym__Nonnull, + [29116] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3024), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3022), 37, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(43), 1, anon_sym___declspec, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3130), 1, + anon_sym_SEMI, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2845), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(922), 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(2843), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -120727,11 +124356,9 @@ 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(51), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -120741,6 +124368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -120749,98 +124378,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [28131] = 5, + anon_sym__Nonnull, + [29186] = 22, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2895), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3028), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1750), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3026), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + ACTIONS(1756), 1, anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3120), 1, + anon_sym_STAR, + ACTIONS(3128), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, + ACTIONS(3134), 1, + anon_sym___attribute__, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1589), 1, + sym__declarator, + STATE(1718), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - sym_identifier, - [28187] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3032), 7, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(3132), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3030), 37, + STATE(993), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1089), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - 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, @@ -120849,26 +124446,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, + anon_sym__Nonnull, + [29276] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 7, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(2805), 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, - [28239] = 3, + [29344] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3036), 7, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3082), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3084), 1, + anon_sym_AMP_AMP, + ACTIONS(3086), 1, + anon_sym_PIPE, + ACTIONS(3088), 1, + anon_sym_CARET, + ACTIONS(3090), 1, + anon_sym_AMP, + ACTIONS(3108), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3078), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3092), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3094), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3096), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3098), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3138), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(3080), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3136), 16, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_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, + [29430] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3080), 3, anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(3034), 37, - anon_sym___extension__, - anon_sym_extern, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 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(2805), 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, + [29494] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, anon_sym___attribute__, + ACTIONS(43), 1, anon_sym___declspec, + ACTIONS(1231), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3140), 1, + anon_sym_SEMI, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2845), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(922), 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(2843), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -120876,11 +124660,9 @@ 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(51), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -120890,6 +124672,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -120898,65 +124682,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [28291] = 20, + anon_sym__Nonnull, + [29564] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2955), 1, + ACTIONS(2799), 1, anon_sym_EQ, - ACTIONS(3042), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3044), 1, - anon_sym_AMP_AMP, - ACTIONS(3046), 1, + ACTIONS(2801), 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(2188), 13, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(3048), 1, anon_sym_CARET, - ACTIONS(3050), 1, anon_sym_AMP, - ACTIONS(3060), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2182), 19, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, anon_sym_QMARK, - STATE(856), 1, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + sym_identifier, + [29619] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2953), 16, + ACTIONS(2803), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2805), 19, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -120967,50 +124792,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28376] = 14, + [29692] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, + ACTIONS(2803), 1, + anon_sym_EQ, + ACTIONS(3154), 1, + anon_sym_AMP_AMP, + ACTIONS(3156), 1, + anon_sym_PIPE, + ACTIONS(3158), 1, + anon_sym_CARET, + ACTIONS(3160), 1, + anon_sym_AMP, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2805), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [29773] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 4, + ACTIONS(2803), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2715), 19, + ACTIONS(2805), 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, @@ -121026,45 +124909,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28449] = 9, + [29836] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, + ACTIONS(3158), 1, + anon_sym_CARET, + ACTIONS(3160), 1, + anon_sym_AMP, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3040), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 10, + ACTIONS(2803), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3146), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3150), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2715), 23, + ACTIONS(3144), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2805), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -121080,59 +124970,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28512] = 18, + [29913] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2713), 1, + ACTIONS(3138), 1, anon_sym_EQ, - ACTIONS(3044), 1, + ACTIONS(3154), 1, anon_sym_AMP_AMP, - ACTIONS(3046), 1, + ACTIONS(3156), 1, anon_sym_PIPE, - ACTIONS(3048), 1, + ACTIONS(3158), 1, anon_sym_CARET, - ACTIONS(3050), 1, + ACTIONS(3160), 1, anon_sym_AMP, - STATE(856), 1, + ACTIONS(3162), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3164), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2715), 18, + ACTIONS(3136), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -121143,91 +125035,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28593] = 12, + [29998] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(3170), 1, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3062), 1, - anon_sym_SEMI, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2771), 2, + ACTIONS(3173), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_COLON, + STATE(949), 1, + sym_attribute_specifier, + STATE(1031), 1, + sym_enumerator_list, + ACTIONS(3168), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, - STATE(916), 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(2769), 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(53), 9, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3166), 32, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [28662] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3064), 1, - anon_sym_SEMI, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2771), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(916), 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(2769), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -121235,19 +125066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - sym_identifier, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -121257,44 +125076,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28731] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3066), 1, - anon_sym_SEMI, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2771), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(916), 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(2769), 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(53), 9, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -121303,72 +125084,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [28800] = 20, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [30059] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2929), 1, + ACTIONS(3076), 1, anon_sym_EQ, - ACTIONS(3042), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3044), 1, + ACTIONS(3154), 1, anon_sym_AMP_AMP, - ACTIONS(3046), 1, + ACTIONS(3156), 1, anon_sym_PIPE, - ACTIONS(3048), 1, + ACTIONS(3158), 1, anon_sym_CARET, - ACTIONS(3050), 1, + ACTIONS(3160), 1, anon_sym_AMP, - ACTIONS(3060), 1, - anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3162), 1, + anon_sym_PIPE_PIPE, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2927), 16, + ACTIONS(3074), 17, anon_sym_COMMA, 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, @@ -121379,49 +125152,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28885] = 17, + [30142] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2713), 1, - anon_sym_EQ, - ACTIONS(3046), 1, - anon_sym_PIPE, - ACTIONS(3048), 1, - anon_sym_CARET, - ACTIONS(3050), 1, + ACTIONS(3160), 1, anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(2803), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2715), 19, + ACTIONS(2805), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -121441,57 +125212,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28964] = 16, + [30217] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3048), 1, + ACTIONS(3112), 1, + anon_sym_EQ, + ACTIONS(3154), 1, + anon_sym_AMP_AMP, + ACTIONS(3156), 1, + anon_sym_PIPE, + ACTIONS(3158), 1, anon_sym_CARET, - ACTIONS(3050), 1, + ACTIONS(3160), 1, anon_sym_AMP, - STATE(856), 1, + ACTIONS(3162), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3164), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2713), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2715), 19, + ACTIONS(3110), 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, @@ -121502,47 +125277,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [29041] = 15, + [30302] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3050), 1, + ACTIONS(2803), 1, + anon_sym_EQ, + ACTIONS(3156), 1, + anon_sym_PIPE, + ACTIONS(3158), 1, + anon_sym_CARET, + ACTIONS(3160), 1, anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, + ACTIONS(3146), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3054), 2, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2713), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2715), 19, + ACTIONS(2805), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -121562,159 +125339,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [29116] = 10, + [30381] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3038), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3040), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 8, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(3106), 1, anon_sym_EQ, - ACTIONS(2715), 23, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + ACTIONS(3154), 1, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym___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, - [29181] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2721), 1, - anon_sym_EQ, - ACTIONS(2723), 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(2147), 13, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3156), 1, anon_sym_PIPE, + ACTIONS(3158), 1, anon_sym_CARET, + ACTIONS(3160), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2141), 19, - anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, + ACTIONS(3162), 1, 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, + ACTIONS(3164), 1, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - sym_identifier, - [29236] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3054), 2, + ACTIONS(3146), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3148), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3056), 2, + ACTIONS(3150), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2715), 21, + ACTIONS(3104), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_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, @@ -121725,39 +125404,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [29307] = 11, + [30466] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3058), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3040), 3, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 6, + ACTIONS(2803), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2715), 23, + ACTIONS(2805), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -121781,161 +125459,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [29374] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(1225), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3068), 1, - anon_sym_SEMI, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2771), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(916), 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(2769), 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(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(51), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [29443] = 20, + [30531] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2870), 1, - anon_sym_EQ, - ACTIONS(3042), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3044), 1, - anon_sym_AMP_AMP, - ACTIONS(3046), 1, - anon_sym_PIPE, - ACTIONS(3048), 1, - anon_sym_CARET, - ACTIONS(3050), 1, - anon_sym_AMP, - ACTIONS(3060), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3038), 2, + ACTIONS(3142), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3052), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3054), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3056), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3058), 2, + ACTIONS(3152), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3040), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2868), 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, - [29528] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2158), 1, - anon_sym_EQ, - ACTIONS(2162), 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(2147), 12, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(3144), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2803), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2141), 19, + anon_sym_EQ, + ACTIONS(2805), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -121945,215 +125503,96 @@ static const uint16_t ts_small_parse_table[] = { 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, - [29582] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3074), 1, - anon_sym___attribute__, - ACTIONS(3077), 1, - anon_sym_LBRACE, - ACTIONS(3079), 1, - anon_sym_COLON, - STATE(962), 1, - sym_attribute_specifier, - STATE(1025), 1, - sym_enumerator_list, - ACTIONS(3072), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(3070), 31, - 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_alignas, - anon_sym__Alignas, - sym_identifier, - [29642] = 21, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [30598] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1748), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(1750), 1, - anon_sym_STAR, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3089), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1458), 1, - sym__declarator, - STATE(1690), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - STATE(2145), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(3083), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(3087), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1005), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1083), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [29728] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1748), 1, - anon_sym_LPAREN2, - ACTIONS(1750), 1, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3142), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3148), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3150), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3152), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3144), 3, anon_sym_STAR, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1451), 1, - sym__declarator, - STATE(1726), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - STATE(2145), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(3087), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(3091), 2, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2803), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2805), 21, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1080), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1108), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(3085), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [29814] = 8, + 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, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [30669] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1474), 1, + STATE(1490), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122182,29 +125621,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [29873] = 8, + [30729] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1470), 1, + STATE(1491), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122233,29 +125673,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [29932] = 8, + [30789] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1476), 1, + STATE(1496), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122284,29 +125725,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [29991] = 8, + [30849] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1472), 1, + STATE(1492), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122335,29 +125777,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30050] = 8, + [30909] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + anon_sym_EQ, + ACTIONS(2203), 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(2188), 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(2182), 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, + [30963] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1471), 1, + STATE(1488), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122386,29 +125878,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30109] = 8, + [31023] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1467), 1, + STATE(1487), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122437,28 +125930,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30168] = 7, + [31083] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, + ACTIONS(3173), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3181), 1, anon_sym___attribute__, - STATE(955), 1, + STATE(956), 1, sym_attribute_specifier, - STATE(1022), 1, + STATE(1033), 1, sym_enumerator_list, - ACTIONS(3095), 6, + ACTIONS(3179), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3093), 31, + ACTIONS(3177), 32, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -122487,29 +125981,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30225] = 8, + [31141] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1466), 1, + STATE(1499), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122538,29 +126033,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30284] = 8, + [31201] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1477), 1, + STATE(1497), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122589,29 +126085,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30343] = 8, + [31261] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(2876), 1, + ACTIONS(2944), 1, anon_sym_LPAREN2, - STATE(979), 1, + STATE(955), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1473), 1, + STATE(1489), 1, sym_field_declaration_list, - ACTIONS(2152), 2, + ACTIONS(2193), 2, anon_sym_STAR, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, + ACTIONS(2197), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2139), 31, + ACTIONS(2180), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -122640,358 +126137,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30402] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(2713), 1, - anon_sym_EQ, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3106), 1, - anon_sym_PIPE, - ACTIONS(3108), 1, - anon_sym_CARET, - ACTIONS(3110), 1, - anon_sym_AMP, - ACTIONS(3120), 1, - anon_sym_DOT, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3112), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3114), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3116), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3118), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3104), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [30479] = 9, + [31321] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(1750), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2725), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1752), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2727), 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, - [30538] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3118), 1, + anon_sym_RPAREN, + ACTIONS(3128), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3108), 1, - anon_sym_CARET, - ACTIONS(3110), 1, - anon_sym_AMP, - ACTIONS(3120), 1, - anon_sym_DOT, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2713), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(3102), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3112), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3114), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3116), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3118), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3104), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [30613] = 9, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1460), 1, + sym__declarator, + STATE(1700), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2268), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1099), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [31407] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(1750), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2709), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1752), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2711), 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, - [30672] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3128), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2713), 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(2715), 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, - [30731] = 15, + ACTIONS(3132), 1, + anon_sym_RPAREN, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1467), 1, + sym__declarator, + STATE(1718), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2268), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1026), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1092), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [31493] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3112), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3114), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3116), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3118), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3104), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2713), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2715), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [30802] = 5, + ACTIONS(2853), 1, + anon_sym_LBRACK_LBRACK, + STATE(470), 1, + sym_string_literal, + ACTIONS(3184), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2851), 33, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [31545] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3126), 1, - anon_sym___attribute__, - STATE(984), 1, - sym_attribute_specifier, - ACTIONS(3124), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2853), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3122), 31, + STATE(471), 1, + sym_string_literal, + ACTIONS(3184), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2851), 33, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_LBRACK, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -123009,23 +126357,28 @@ static const uint16_t ts_small_parse_table[] = { 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, - [30853] = 5, + [31597] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2779), 1, + ACTIONS(2853), 1, anon_sym_LBRACK_LBRACK, - STATE(465), 1, + STATE(473), 1, sym_string_literal, - ACTIONS(3129), 5, + ACTIONS(3184), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2777), 32, + ACTIONS(2851), 33, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -123051,6 +126404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, @@ -123058,21 +126412,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [30904] = 5, + [31649] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3135), 1, + ACTIONS(3190), 1, anon_sym___attribute__, - STATE(971), 1, + STATE(959), 1, sym_attribute_specifier, - ACTIONS(3133), 6, + ACTIONS(3188), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3131), 31, + ACTIONS(3186), 32, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -123101,24 +126455,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [30955] = 5, + [31701] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3142), 1, + ACTIONS(3197), 1, anon_sym___attribute__, - STATE(953), 1, + STATE(952), 1, sym_attribute_specifier, - ACTIONS(3140), 6, + ACTIONS(3195), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3138), 31, + ACTIONS(3193), 32, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -123147,61 +126502,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [31006] = 21, + [31753] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(3204), 1, + anon_sym___attribute__, + STATE(950), 1, + sym_attribute_specifier, + ACTIONS(3202), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3200), 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, - ACTIONS(2695), 1, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [31805] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_LBRACK_LBRACK, + STATE(469), 1, + sym_string_literal, + ACTIONS(3184), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2851), 33, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [31857] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(2870), 1, - anon_sym_EQ, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3106), 1, - anon_sym_PIPE, - ACTIONS(3108), 1, - anon_sym_CARET, - ACTIONS(3110), 1, + ACTIONS(3213), 1, anon_sym_AMP, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3145), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3147), 1, - anon_sym_AMP_AMP, - ACTIONS(3149), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3112), 2, + ACTIONS(3215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3114), 2, + ACTIONS(3217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3116), 2, + ACTIONS(3219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3118), 2, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3104), 3, + ACTIONS(2803), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2868), 12, + ACTIONS(2805), 15, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -123212,29 +126657,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31089] = 10, + [31930] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3104), 3, + ACTIONS(3209), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2803), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -123243,7 +126689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2715), 19, + ACTIONS(2805), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -123263,54 +126709,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31150] = 19, + [31993] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(2713), 1, - anon_sym_EQ, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3106), 1, - anon_sym_PIPE, - ACTIONS(3108), 1, - anon_sym_CARET, - ACTIONS(3110), 1, - anon_sym_AMP, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3147), 1, - anon_sym_AMP_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(2811), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3112), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3114), 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(3116), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3118), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3104), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 14, + anon_sym_EQ, + ACTIONS(2813), 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, @@ -123323,23 +126759,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31229] = 9, + [32052] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2697), 13, + ACTIONS(2795), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -123353,7 +126789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2699), 19, + ACTIONS(2797), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -123373,44 +126809,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31288] = 9, + [32111] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(2803), 1, + anon_sym_EQ, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3213), 1, + anon_sym_AMP, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + ACTIONS(3225), 1, + anon_sym_PIPE, + ACTIONS(3227), 1, + anon_sym_CARET, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2685), 13, + ACTIONS(3209), 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(3215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3217), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2687), 19, + ACTIONS(3211), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2805), 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, @@ -123423,49 +126868,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31347] = 14, + [32188] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3114), 2, + ACTIONS(3215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3116), 2, + ACTIONS(3219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3118), 2, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3104), 3, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 4, + ACTIONS(2803), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, - ACTIONS(2715), 17, + ACTIONS(2805), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -123478,97 +126924,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31416] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2779), 1, - anon_sym_LBRACK_LBRACK, - STATE(464), 1, - sym_string_literal, - ACTIONS(3129), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2777), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [31467] = 16, + [32259] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3110), 1, - anon_sym_AMP, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(2779), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3112), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3114), 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(3116), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3118), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2713), 3, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_EQ, - ACTIONS(3104), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2715), 15, + ACTIONS(2781), 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, @@ -123581,49 +126974,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31540] = 12, + [32318] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3112), 1, + anon_sym_EQ, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3213), 1, + anon_sym_AMP, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + ACTIONS(3225), 1, + anon_sym_PIPE, + ACTIONS(3227), 1, + anon_sym_CARET, + ACTIONS(3229), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3231), 1, + anon_sym_AMP_AMP, + ACTIONS(3233), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3118), 2, + ACTIONS(3215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3104), 3, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(2715), 19, + ACTIONS(3110), 12, 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, @@ -123634,20 +127036,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31605] = 8, + [32401] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2733), 13, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2815), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -123661,7 +127066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2735), 21, + ACTIONS(2817), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -123681,32 +127086,28 @@ 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, - [31662] = 11, + [32460] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(2803), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3104), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2713), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -123715,7 +127116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2715), 19, + ACTIONS(2805), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -123735,37 +127136,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31725] = 5, + [32519] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2779), 1, - anon_sym_LBRACK_LBRACK, - STATE(467), 1, - sym_string_literal, - ACTIONS(3129), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2777), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3235), 1, + sym_identifier, + ACTIONS(3237), 1, + anon_sym_LPAREN2, + ACTIONS(3239), 1, + anon_sym_STAR, + ACTIONS(3243), 1, + sym_primitive_type, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1575), 1, + sym__type_declarator, + STATE(2333), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1057), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1159), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3241), 4, 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, + STATE(1709), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -123774,65 +127194,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [31776] = 21, + anon_sym__Nonnull, + [32596] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(2955), 1, - anon_sym_EQ, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3106), 1, - anon_sym_PIPE, - ACTIONS(3108), 1, - anon_sym_CARET, - ACTIONS(3110), 1, + ACTIONS(3213), 1, anon_sym_AMP, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3145), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3147), 1, - anon_sym_AMP_AMP, - ACTIONS(3149), 1, - anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3227), 1, + anon_sym_CARET, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(2803), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3112), 2, + ACTIONS(3215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3114), 2, + ACTIONS(3217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3116), 2, + ACTIONS(3219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3118), 2, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3104), 3, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2953), 12, + ACTIONS(2805), 15, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -123843,104 +127253,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31859] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2779), 1, - anon_sym_LBRACK_LBRACK, - STATE(466), 1, - sym_string_literal, - ACTIONS(3129), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2777), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [31910] = 21, + [32671] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(2929), 1, + ACTIONS(2803), 1, anon_sym_EQ, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3106), 1, - anon_sym_PIPE, - ACTIONS(3108), 1, - anon_sym_CARET, - ACTIONS(3110), 1, + ACTIONS(3213), 1, anon_sym_AMP, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3145), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3147), 1, + ACTIONS(3225), 1, + anon_sym_PIPE, + ACTIONS(3227), 1, + anon_sym_CARET, + ACTIONS(3231), 1, anon_sym_AMP_AMP, - ACTIONS(3149), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3102), 2, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3112), 2, + ACTIONS(3215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3114), 2, + ACTIONS(3217), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3116), 2, + ACTIONS(3219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3118), 2, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3104), 3, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2927), 12, + ACTIONS(2805), 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, @@ -123951,92 +127313,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31993] = 18, + [32750] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3151), 1, - sym_identifier, - ACTIONS(3153), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, - anon_sym_STAR, - ACTIONS(3159), 1, - sym_primitive_type, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1544), 1, - sym__type_declarator, - STATE(2260), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(3087), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1047), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1138), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3157), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1669), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32069] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2701), 14, + ACTIONS(3223), 1, + anon_sym_DOT, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2803), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2703), 24, + ACTIONS(2805), 17, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -124049,13 +127368,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [32115] = 3, + [32819] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2729), 14, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + STATE(875), 1, + sym_argument_list, + ACTIONS(2791), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -124069,17 +127395,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2731), 24, + ACTIONS(2793), 21, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -124094,56 +127417,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + [32876] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, anon_sym_DASH_GT, - [32161] = 18, + ACTIONS(3106), 1, + anon_sym_EQ, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3213), 1, + anon_sym_AMP, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3225), 1, + anon_sym_PIPE, + ACTIONS(3227), 1, + anon_sym_CARET, + ACTIONS(3229), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3231), 1, + anon_sym_AMP_AMP, + ACTIONS(3233), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3209), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3211), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3104), 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, + [32959] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1546), 1, + STATE(1567), 1, sym__type_declarator, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1108), 2, + STATE(1093), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1133), 2, + STATE(1150), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -124153,28 +127537,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32237] = 5, + anon_sym__Nonnull, + [33036] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, - anon_sym_EQ, - ACTIONS(2933), 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(2147), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2803), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -124182,71 +127568,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2141), 14, + anon_sym_EQ, + ACTIONS(2805), 19, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [32287] = 18, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [33097] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1543), 1, + STATE(1571), 1, sym__type_declarator, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1044), 2, + STATE(1051), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1142), 2, + STATE(1148), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -124256,92 +127647,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32363] = 18, + anon_sym__Nonnull, + [33174] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3151), 1, - sym_identifier, - ACTIONS(3153), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3138), 1, + anon_sym_EQ, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, - anon_sym_STAR, - ACTIONS(3159), 1, - sym_primitive_type, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1543), 1, - sym__type_declarator, - STATE(2260), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(3087), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1108), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1142), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3157), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1669), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32439] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2717), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3213), 1, + anon_sym_AMP, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3225), 1, anon_sym_PIPE, + ACTIONS(3227), 1, anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3229), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3231), 1, + anon_sym_AMP_AMP, + ACTIONS(3233), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3209), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3215), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3217), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3219), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3221), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2719), 24, + ACTIONS(3211), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3136), 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, + [33257] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3076), 1, + anon_sym_EQ, + ACTIONS(3207), 1, anon_sym_LPAREN2, + ACTIONS(3213), 1, + anon_sym_AMP, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3225), 1, + anon_sym_PIPE, + ACTIONS(3227), 1, + anon_sym_CARET, + ACTIONS(3229), 1, anon_sym_PIPE_PIPE, + ACTIONS(3231), 1, anon_sym_AMP_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3209), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3215), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3217), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3219), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + ACTIONS(3221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3211), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3074), 13, + anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -124354,37 +127771,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [32485] = 3, + [33338] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2705), 14, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3209), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3221), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3211), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2803), 6, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2707), 24, + ACTIONS(2805), 19, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -124397,36 +127824,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [32531] = 3, + [33403] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(3163), 3, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3235), 1, + sym_identifier, + ACTIONS(3237), 1, anon_sym_LPAREN2, + ACTIONS(3239), 1, anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(3161), 34, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + ACTIONS(3243), 1, + sym_primitive_type, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1571), 1, + sym__type_declarator, + STATE(2333), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1148), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3241), 4, 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, + STATE(1709), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(53), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -124435,64 +127882,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [32576] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2158), 1, - anon_sym_EQ, - ACTIONS(3165), 1, - anon_sym_SEMI, - ACTIONS(2162), 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(2147), 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(2141), 13, - anon_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, - [32627] = 3, + anon_sym__Nonnull, + [33480] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1293), 17, + ACTIONS(1287), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124503,12 +127900,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1295), 19, + ACTIONS(1289), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124528,12 +127926,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32671] = 3, + [33526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 17, + ACTIONS(1379), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124544,12 +127943,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1267), 19, + ACTIONS(1381), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124569,12 +127969,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32715] = 3, + [33572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 17, + ACTIONS(1295), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124585,12 +127986,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1319), 19, + ACTIONS(1297), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124610,12 +128012,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32759] = 3, + [33618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 17, + ACTIONS(1275), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124626,12 +128029,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1319), 19, + ACTIONS(1277), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124651,12 +128055,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32803] = 3, + [33664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 17, + ACTIONS(1275), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124667,12 +128072,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1275), 19, + ACTIONS(1277), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124692,12 +128098,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32847] = 3, + [33710] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3100), 1, + anon_sym_EQ, + ACTIONS(3102), 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(2188), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2182), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [33760] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2807), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2809), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, + [33806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1273), 17, + ACTIONS(1259), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124708,12 +128203,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1275), 19, + ACTIONS(1261), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124733,12 +128229,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32891] = 3, + [33852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 17, + ACTIONS(1319), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124749,12 +128246,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1255), 19, + ACTIONS(1321), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124774,12 +128272,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32935] = 3, + [33898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1389), 17, + ACTIONS(1307), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124790,12 +128289,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1391), 19, + ACTIONS(1309), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124815,12 +128315,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [32979] = 3, + [33944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1277), 17, + ACTIONS(1379), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124831,12 +128332,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1279), 19, + ACTIONS(1381), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124856,12 +128358,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33023] = 3, + [33990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1277), 17, + ACTIONS(1259), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124872,12 +128375,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1279), 19, + ACTIONS(1261), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124897,32 +128401,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33067] = 8, + [34036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3170), 1, + ACTIONS(3247), 3, anon_sym_LPAREN2, - ACTIONS(3174), 1, - anon_sym_LBRACK, - STATE(979), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2152), 2, - anon_sym_COMMA, anon_sym_STAR, - ACTIONS(3167), 2, - anon_sym_RPAREN, anon_sym_LBRACK_LBRACK, - ACTIONS(2156), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2139), 25, + ACTIONS(3245), 35, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -124940,15 +128436,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - [33121] = 3, + [34082] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 17, + ACTIONS(1271), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -124959,12 +128461,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1251), 19, + ACTIONS(1273), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -124984,12 +128487,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33165] = 3, + [34128] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2775), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2777), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, + [34174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 17, + ACTIONS(1307), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125000,12 +128547,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1247), 19, + ACTIONS(1309), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125025,12 +128573,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33209] = 3, + [34220] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1293), 17, + ACTIONS(1247), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125041,12 +128590,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1295), 19, + ACTIONS(1249), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125066,12 +128616,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33253] = 3, + [34266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1285), 17, + ACTIONS(1283), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125082,12 +128633,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1287), 19, + ACTIONS(1285), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125107,12 +128659,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33297] = 3, + [34312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1301), 17, + ACTIONS(1283), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125123,12 +128676,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1303), 19, + ACTIONS(1285), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125148,12 +128702,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33341] = 3, + [34358] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 17, + ACTIONS(1239), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125164,12 +128719,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1243), 19, + ACTIONS(1241), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125189,12 +128745,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33385] = 3, + [34404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 17, + ACTIONS(1239), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125205,12 +128762,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1247), 19, + ACTIONS(1241), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125230,12 +128788,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33429] = 3, + [34450] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2771), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2773), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, + [34496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1361), 17, + ACTIONS(1251), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125246,12 +128848,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1363), 19, + ACTIONS(1253), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125271,12 +128874,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33473] = 3, + [34542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1361), 17, + ACTIONS(1303), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125287,12 +128891,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1363), 19, + ACTIONS(1305), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125312,12 +128917,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33517] = 3, + [34588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 17, + ACTIONS(1315), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125328,12 +128934,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1243), 19, + ACTIONS(1317), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125353,12 +128960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33561] = 3, + [34634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1297), 17, + ACTIONS(1243), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125369,12 +128977,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1299), 19, + ACTIONS(1245), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125394,12 +129003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33605] = 3, + [34680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 17, + ACTIONS(1251), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125410,12 +129020,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1259), 19, + ACTIONS(1253), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125435,12 +129046,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33649] = 3, + [34726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 17, + ACTIONS(1243), 19, anon_sym_DASH, anon_sym_PLUS, + anon_sym___extension__, anon_sym_sizeof, anon_sym___alignof__, anon_sym___alignof, @@ -125451,12 +129063,13 @@ static const uint16_t ts_small_parse_table[] = { 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(1259), 19, + ACTIONS(1245), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -125476,52 +129089,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [33693] = 18, + [34772] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2199), 1, + anon_sym_EQ, + ACTIONS(3249), 1, + anon_sym_SEMI, + ACTIONS(2203), 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(2188), 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(2182), 13, + anon_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, + [34823] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3254), 1, + anon_sym_LPAREN2, + ACTIONS(3258), 1, + anon_sym_LBRACK, + STATE(955), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2193), 2, + anon_sym_COMMA, + anon_sym_STAR, + ACTIONS(3251), 2, + anon_sym_RPAREN, + anon_sym_LBRACK_LBRACK, + ACTIONS(2197), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2180), 26, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [34878] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1750), 1, + anon_sym_LPAREN2, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3120), 1, + anon_sym_STAR, + ACTIONS(3128), 1, + anon_sym_LBRACK, + ACTIONS(3263), 1, + anon_sym___attribute__, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1594), 1, + sym__declarator, + STATE(1706), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3261), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [34952] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1750), 1, + anon_sym_LPAREN2, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3120), 1, + anon_sym_STAR, + ACTIONS(3122), 1, + anon_sym___attribute__, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1582), 1, + sym__declarator, + STATE(1700), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3118), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [35026] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2109), 1, + ACTIONS(2146), 1, anon_sym_LPAREN2, - ACTIONS(2111), 1, + ACTIONS(2148), 1, anon_sym_STAR, - ACTIONS(3085), 1, + ACTIONS(3124), 1, sym_ms_restrict_modifier, - ACTIONS(3089), 1, + ACTIONS(3128), 1, anon_sym_LBRACK, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1690), 1, + STATE(1718), 1, sym__abstract_declarator, - STATE(1753), 1, + STATE(1748), 1, sym_parameter_list, - ACTIONS(3179), 2, + ACTIONS(3267), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3181), 2, + ACTIONS(3269), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(3183), 2, + ACTIONS(3271), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1081), 2, + STATE(1091), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1226), 2, + STATE(1227), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3083), 3, + ACTIONS(3132), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1751), 4, + STATE(1741), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3177), 8, + ACTIONS(3265), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -125530,32 +129347,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33765] = 4, + anon_sym__Nonnull, + [35099] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2739), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3185), 1, - anon_sym_typedef, - ACTIONS(2737), 32, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + ACTIONS(53), 1, anon_sym_const, + ACTIONS(2146), 1, + anon_sym_LPAREN2, + ACTIONS(2148), 1, + anon_sym_STAR, + ACTIONS(3124), 1, + sym_ms_restrict_modifier, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1700), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + ACTIONS(3267), 2, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3269), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(3271), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1238), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3118), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3265), 9, + anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -125563,38 +129402,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, + [35172] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1750), 1, + anon_sym_LPAREN2, + ACTIONS(1752), 1, + anon_sym_STAR, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3118), 1, + anon_sym_RPAREN, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1460), 1, + sym__declarator, + STATE(1700), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2268), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [33809] = 4, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [35242] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2739), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3187), 1, - anon_sym_typedef, - ACTIONS(2737), 32, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + ACTIONS(3280), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(3277), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3275), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3273), 20, anon_sym___extension__, - anon_sym_extern, anon_sym___attribute__, - anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_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, @@ -125603,38 +129494,106 @@ static const uint16_t ts_small_parse_table[] = { 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, - [33853] = 4, + [35292] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2739), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3189), 1, - anon_sym_typedef, - ACTIONS(2737), 32, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3283), 1, + sym_identifier, + ACTIONS(3285), 1, + anon_sym_LPAREN2, + ACTIONS(3287), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1509), 1, + sym__field_declarator, + STATE(2158), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1255), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(53), 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, + [35360] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3283), 1, + sym_identifier, + ACTIONS(3285), 1, + anon_sym_LPAREN2, + ACTIONS(3287), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1534), 1, + sym__field_declarator, + STATE(2158), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1104), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1249), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(53), 10, anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -125643,57 +129602,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [33897] = 17, + anon_sym__Nonnull, + [35428] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1748), 1, - anon_sym_LPAREN2, - ACTIONS(1750), 1, - anon_sym_STAR, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(904), 1, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + STATE(917), 1, sym_alignas_qualifier, - STATE(1463), 1, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1466), 1, sym__declarator, - STATE(1719), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3191), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1137), 2, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1093), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1248), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1550), 5, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -125703,53 +129654,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33967] = 18, + anon_sym__Nonnull, + [35496] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2109), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(2111), 1, + ACTIONS(3293), 1, anon_sym_STAR, - ACTIONS(3085), 1, - sym_ms_restrict_modifier, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1726), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - ACTIONS(3179), 2, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3181), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(3183), 2, + STATE(1589), 1, + sym__declarator, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1108), 2, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1105), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1229), 2, + STATE(1252), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3091), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3177), 8, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -125757,31 +129706,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34039] = 4, + anon_sym__Nonnull, + [35564] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2739), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3193), 1, - anon_sym_typedef, - ACTIONS(2737), 32, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1460), 1, + sym__declarator, + STATE(2268), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1096), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1250), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -125790,57 +129758,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [34083] = 17, + anon_sym__Nonnull, + [35632] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1748), 1, - anon_sym_LPAREN2, ACTIONS(1750), 1, + anon_sym_LPAREN2, + ACTIONS(1752), 1, anon_sym_STAR, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3089), 1, + ACTIONS(3128), 1, anon_sym_LBRACK, - STATE(904), 1, + ACTIONS(3261), 1, + anon_sym_RPAREN, + STATE(917), 1, sym_alignas_qualifier, - STATE(1451), 1, + STATE(1466), 1, sym__declarator, - STATE(1726), 1, + STATE(1706), 1, sym__abstract_declarator, - STATE(1753), 1, + STATE(1748), 1, sym_parameter_list, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3091), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1751), 4, + STATE(1741), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -125850,48 +129811,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34153] = 16, + anon_sym__Nonnull, + [35702] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1529), 1, + sym__field_declarator, + STATE(2158), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(3126), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1094), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1247), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3124), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(53), 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, + [35770] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3293), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1451), 1, + STATE(1594), 1, sym__declarator, - STATE(2145), 1, + STATE(2338), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1108), 2, + STATE(1093), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1237), 2, + STATE(1254), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -125901,248 +129915,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34220] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3203), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2713), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2715), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_QMARK, - sym_identifier, - [34277] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2713), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3203), 1, - anon_sym_SLASH, - ACTIONS(3205), 1, - anon_sym_PIPE, - ACTIONS(3207), 1, - anon_sym_CARET, - ACTIONS(3209), 1, - anon_sym_AMP, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3211), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3213), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3215), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3217), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 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_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - sym_identifier, - [34348] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3203), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3217), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2713), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2715), 14, - 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_QMARK, - sym_identifier, - [34407] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2713), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3203), 1, - anon_sym_SLASH, - ACTIONS(3205), 1, - anon_sym_PIPE, - ACTIONS(3207), 1, - anon_sym_CARET, - ACTIONS(3209), 1, - anon_sym_AMP, - ACTIONS(3219), 1, - anon_sym_AMP_AMP, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3211), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3213), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3215), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3217), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 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_QMARK, - sym_identifier, - [34480] = 16, + anon_sym__Nonnull, + [35838] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1463), 1, + STATE(1460), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1108), 2, + STATE(1093), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1238), 2, + STATE(1250), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -126152,48 +129967,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34547] = 16, + anon_sym__Nonnull, + [35906] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3293), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1451), 1, + STATE(1582), 1, sym__declarator, - STATE(2145), 1, + STATE(2338), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1089), 2, + STATE(1101), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1237), 2, + STATE(1256), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -126203,104 +130019,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34614] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2929), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3203), 1, - anon_sym_SLASH, - ACTIONS(3205), 1, - anon_sym_PIPE, - ACTIONS(3207), 1, - anon_sym_CARET, - ACTIONS(3209), 1, - anon_sym_AMP, - ACTIONS(3219), 1, - anon_sym_AMP_AMP, - ACTIONS(3221), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3223), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3211), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3213), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3215), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3217), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2927), 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, - [34691] = 16, + anon_sym__Nonnull, + [35974] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1524), 1, + STATE(1529), 1, sym__field_declarator, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1096), 2, + STATE(1093), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1235), 2, + STATE(1247), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -126310,198 +130071,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [34758] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2955), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3203), 1, - anon_sym_SLASH, - ACTIONS(3205), 1, - anon_sym_PIPE, - ACTIONS(3207), 1, - anon_sym_CARET, - ACTIONS(3209), 1, - anon_sym_AMP, - ACTIONS(3219), 1, - anon_sym_AMP_AMP, - ACTIONS(3221), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3223), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3211), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3213), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3215), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3217), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2953), 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, - [34835] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3203), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2713), 7, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2715), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_QMARK, - sym_identifier, - [34890] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3203), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3199), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3201), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3213), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3215), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3217), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2713), 3, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2715), 12, - 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, - [34953] = 16, + anon_sym__Nonnull, + [36042] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3293), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1536), 1, - sym__field_declarator, - STATE(2282), 1, + STATE(1582), 1, + sym__declarator, + STATE(2338), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1108), 2, + STATE(1093), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1236), 2, + STATE(1256), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(53), 9, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -126511,48 +130123,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35020] = 16, + anon_sym__Nonnull, + [36110] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1146), 1, + STATE(1153), 1, sym_ms_unaligned_ptr_modifier, - STATE(1530), 1, - sym__field_declarator, - STATE(2282), 1, + STATE(1467), 1, + sym__declarator, + STATE(2268), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3087), 2, + ACTIONS(3126), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1099), 2, + STATE(1102), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1240), 2, + STATE(1251), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, + ACTIONS(3124), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(53), 9, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -126562,153 +130175,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35087] = 21, + anon_sym__Nonnull, + [36178] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2870), 1, + ACTIONS(3138), 1, aux_sym_preproc_elif_token1, - ACTIONS(3203), 1, + ACTIONS(3299), 1, anon_sym_SLASH, - ACTIONS(3205), 1, + ACTIONS(3301), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3303), 1, + anon_sym_AMP_AMP, + ACTIONS(3305), 1, anon_sym_PIPE, - ACTIONS(3207), 1, + ACTIONS(3307), 1, anon_sym_CARET, - ACTIONS(3209), 1, + ACTIONS(3309), 1, anon_sym_AMP, - ACTIONS(3219), 1, - anon_sym_AMP_AMP, - ACTIONS(3221), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3223), 1, + ACTIONS(3319), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3199), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3201), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3211), 2, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3213), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3215), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3217), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2868), 6, + ACTIONS(3136), 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, - [35164] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3225), 1, - sym_identifier, - ACTIONS(3227), 1, - anon_sym_LPAREN2, - ACTIONS(3229), 1, - anon_sym_STAR, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1524), 1, - sym__field_declarator, - STATE(2282), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(3087), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1108), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1235), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [35231] = 15, + [36255] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3203), 1, + ACTIONS(3299), 1, anon_sym_SLASH, - STATE(856), 1, + ACTIONS(3307), 1, + anon_sym_CARET, + ACTIONS(3309), 1, + anon_sym_AMP, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3199), 2, + ACTIONS(2803), 2, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3201), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3211), 2, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3213), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3215), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3217), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2713), 3, + ACTIONS(2805), 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + sym_identifier, + [36324] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3299), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3295), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3297), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2803), 5, aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(2715), 10, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2805), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -126717,51 +130322,55 @@ 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, - [35296] = 17, + [36381] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3203), 1, + ACTIONS(3299), 1, anon_sym_SLASH, - ACTIONS(3207), 1, - anon_sym_CARET, - ACTIONS(3209), 1, + ACTIONS(3309), 1, anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2713), 2, + ACTIONS(2803), 2, aux_sym_preproc_elif_token1, anon_sym_PIPE, - ACTIONS(3199), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3201), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3211), 2, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3213), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3215), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3217), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 9, + ACTIONS(2805), 10, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -126769,250 +130378,202 @@ 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_QMARK, sym_identifier, - [35365] = 21, + [36448] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3203), 1, + ACTIONS(3299), 1, anon_sym_SLASH, - ACTIONS(3205), 1, - anon_sym_PIPE, - ACTIONS(3207), 1, - anon_sym_CARET, - ACTIONS(3209), 1, - anon_sym_AMP, - ACTIONS(3219), 1, - anon_sym_AMP_AMP, - ACTIONS(3221), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3223), 1, - anon_sym_QMARK, - ACTIONS(3233), 1, - aux_sym_preproc_elif_token1, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3199), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3201), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3211), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3213), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3215), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3217), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3231), 6, + ACTIONS(2803), 3, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2805), 12, 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, - [35442] = 16, + [36511] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3203), 1, + ACTIONS(3112), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3299), 1, anon_sym_SLASH, - ACTIONS(3209), 1, + ACTIONS(3301), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3303), 1, + anon_sym_AMP_AMP, + ACTIONS(3305), 1, + anon_sym_PIPE, + ACTIONS(3307), 1, + anon_sym_CARET, + ACTIONS(3309), 1, anon_sym_AMP, - STATE(856), 1, + ACTIONS(3319), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2713), 2, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - ACTIONS(3199), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3201), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3211), 2, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3213), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3215), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3217), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 10, + ACTIONS(3110), 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_QMARK, - sym_identifier, - [35509] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, sym_identifier, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1458), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(3087), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1084), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1239), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3085), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(53), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [35576] = 20, + [36588] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(2803), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3299), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3303), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3305), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3307), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3309), 1, anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2953), 6, + ACTIONS(2805), 8, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - [35650] = 10, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_QMARK, + sym_identifier, + [36661] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3299), 1, anon_sym_SLASH, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3237), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2713), 6, + ACTIONS(2803), 7, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2715), 16, + ACTIONS(2805), 16, 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, @@ -127022,42 +130583,96 @@ static const uint16_t ts_small_parse_table[] = { 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, - [35704] = 11, + sym_identifier, + [36716] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3299), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3295), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3297), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3311), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3313), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3315), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3317), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2803), 3, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2805), 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, + [36781] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3299), 1, anon_sym_SLASH, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2713), 4, + ACTIONS(3317), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2803), 5, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2715), 16, + ACTIONS(2805), 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_AMP_AMP, anon_sym_CARET, @@ -127065,190 +130680,260 @@ 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, - [35760] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(1146), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(3268), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(1108), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(3265), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3263), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3261), 18, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [35808] = 20, + [36840] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3076), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3299), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3301), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3303), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3305), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3307), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3309), 1, anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3317), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2927), 6, + ACTIONS(3074), 7, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - [35882] = 12, + 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, + [36915] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(2803), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3299), 1, anon_sym_SLASH, - STATE(856), 1, + ACTIONS(3305), 1, + anon_sym_PIPE, + ACTIONS(3307), 1, + anon_sym_CARET, + ACTIONS(3309), 1, + anon_sym_AMP, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2713), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(3311), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2715), 14, + ACTIONS(3315), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3317), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2805), 9, 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_QMARK, + sym_identifier, + [36986] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3299), 1, + anon_sym_SLASH, + ACTIONS(3301), 1, anon_sym_PIPE_PIPE, + ACTIONS(3303), 1, anon_sym_AMP_AMP, + ACTIONS(3305), 1, + anon_sym_PIPE, + ACTIONS(3307), 1, anon_sym_CARET, + ACTIONS(3309), 1, + anon_sym_AMP, + ACTIONS(3319), 1, + anon_sym_QMARK, + ACTIONS(3323), 1, + aux_sym_preproc_elif_token1, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3295), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3297), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3311), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3313), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [35940] = 14, + ACTIONS(3317), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3321), 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, + [37063] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3106), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3299), 1, anon_sym_SLASH, - STATE(856), 1, + ACTIONS(3301), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3303), 1, + anon_sym_AMP_AMP, + ACTIONS(3305), 1, + anon_sym_PIPE, + ACTIONS(3307), 1, + anon_sym_CARET, + ACTIONS(3309), 1, + anon_sym_AMP, + ACTIONS(3319), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2713), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3235), 2, + ACTIONS(3295), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3297), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3253), 2, + ACTIONS(3311), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3313), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3315), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3317), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3104), 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, + [37140] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 12, + ACTIONS(2803), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2805), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -127256,357 +130941,401 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [36002] = 20, + [37198] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(2118), 1, + anon_sym_enum, + ACTIONS(3333), 1, + sym_identifier, + ACTIONS(3337), 1, + sym_primitive_type, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1262), 1, + sym_type_specifier, + STATE(1272), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1439), 1, + sym__type_definition_type, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1155), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3335), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 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, + [37262] = 7, + ACTIONS(3), 1, + sym_comment, + STATE(917), 1, + sym_alignas_qualifier, + ACTIONS(3346), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3341), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3343), 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(3339), 11, + anon_sym___attribute__, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [37310] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2868), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - [36076] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2713), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 10, + ACTIONS(3104), 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, - [36140] = 16, + [37384] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2713), 1, - anon_sym_PIPE, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3249), 1, - anon_sym_AMP, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 10, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [36206] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2713), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - STATE(856), 1, + ACTIONS(3365), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 9, + ACTIONS(3110), 6, 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, - [36274] = 17, + [37458] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(2803), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 9, + ACTIONS(2805), 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, - [36342] = 18, + [37522] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + sym_primitive_type, + ACTIONS(61), 1, + anon_sym_struct, + ACTIONS(63), 1, + anon_sym_union, + ACTIONS(1563), 1, + sym_identifier, + ACTIONS(2118), 1, + anon_sym_enum, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1221), 1, + sym_type_specifier, + STATE(1258), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2236), 1, + sym_type_descriptor, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1149), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2116), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(968), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(53), 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, + [37586] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3243), 1, + ACTIONS(3349), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 8, + ACTIONS(3074), 7, 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, - [36412] = 15, + [37658] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - sym_primitive_type, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1557), 1, - sym_identifier, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - STATE(904), 1, + ACTIONS(3333), 1, + sym_identifier, + ACTIONS(3337), 1, + sym_primitive_type, + STATE(917), 1, sym_alignas_qualifier, - STATE(1225), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1242), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2365), 1, - sym_type_descriptor, + STATE(1435), 1, + sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1136), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127616,45 +131345,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36475] = 15, + anon_sym__Nonnull, + [37722] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3351), 1, + anon_sym_AMP_AMP, + ACTIONS(3353), 1, + anon_sym_PIPE, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2805), 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, + [37792] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(3333), 1, sym_identifier, - ACTIONS(3275), 1, + ACTIONS(3337), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1418), 1, + STATE(1431), 1, sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127664,45 +131446,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36538] = 15, + anon_sym__Nonnull, + [37856] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - sym_primitive_type, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1557), 1, - sym_identifier, - ACTIONS(3277), 1, + ACTIONS(2118), 1, anon_sym_enum, - STATE(904), 1, + ACTIONS(3333), 1, + sym_identifier, + ACTIONS(3337), 1, + sym_primitive_type, + STATE(917), 1, sym_alignas_qualifier, - STATE(1225), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1242), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2105), 1, - sym_type_descriptor, + STATE(1438), 1, + sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1141), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127712,45 +131495,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36601] = 15, + anon_sym__Nonnull, + [37920] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(3333), 1, sym_identifier, - ACTIONS(3275), 1, + ACTIONS(3337), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1420), 1, + STATE(1437), 1, sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127760,45 +131544,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36664] = 15, + anon_sym__Nonnull, + [37984] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2803), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2805), 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, + [38046] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2803), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2805), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [38100] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(3333), 1, sym_identifier, - ACTIONS(3275), 1, + ACTIONS(3337), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1413), 1, + STATE(1430), 1, sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127808,45 +131685,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36727] = 15, + anon_sym__Nonnull, + [38164] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(3333), 1, sym_identifier, - ACTIONS(3275), 1, + ACTIONS(3337), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1415), 1, + STATE(1432), 1, sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127856,7 +131734,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36790] = 15, + anon_sym__Nonnull, + [38228] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2803), 1, + anon_sym_PIPE, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3357), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2805), 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, + [38294] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, @@ -127865,36 +131794,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(3277), 1, + ACTIONS(3367), 1, anon_sym_enum, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1225), 1, + STATE(1221), 1, sym_type_specifier, - STATE(1242), 1, + STATE(1258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2309), 1, + STATE(2231), 1, sym_type_descriptor, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1141), 2, + STATE(1152), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(2116), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127904,45 +131833,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36853] = 15, + anon_sym__Nonnull, + [38358] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - sym_primitive_type, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1557), 1, - sym_identifier, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - STATE(904), 1, + ACTIONS(3333), 1, + sym_identifier, + ACTIONS(3337), 1, + sym_primitive_type, + STATE(917), 1, sym_alignas_qualifier, - STATE(1225), 1, + STATE(1262), 1, sym_type_specifier, - STATE(1242), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2364), 1, - sym_type_descriptor, + STATE(1436), 1, + sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1136), 2, + STATE(1155), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -127952,45 +131882,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36916] = 15, + anon_sym__Nonnull, + [38422] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(57), 1, + sym_primitive_type, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, - anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(3275), 1, - sym_primitive_type, - STATE(904), 1, + ACTIONS(2118), 1, + anon_sym_enum, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1221), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1419), 1, - sym__type_definition_type, + STATE(2197), 1, + sym_type_descriptor, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1149), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(2116), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128000,45 +131931,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36979] = 15, + anon_sym__Nonnull, + [38486] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2803), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2805), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [38542] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3353), 1, + anon_sym_PIPE, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2805), 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, + [38610] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(57), 1, + sym_primitive_type, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, - anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(3275), 1, - sym_primitive_type, - STATE(904), 1, + ACTIONS(2118), 1, + anon_sym_enum, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1221), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1417), 1, - sym__type_definition_type, + STATE(2247), 1, + sym_type_descriptor, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1149), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(2116), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128048,7 +132076,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37042] = 15, + anon_sym__Nonnull, + [38674] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, @@ -128057,36 +132086,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(2117), 1, + ACTIONS(3367), 1, anon_sym_enum, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1225), 1, + STATE(1221), 1, sym_type_specifier, - STATE(1242), 1, + STATE(1258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2255), 1, + STATE(2325), 1, sym_type_descriptor, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1136), 2, + STATE(1152), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(2116), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128096,45 +132125,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37105] = 15, + anon_sym__Nonnull, + [38738] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3349), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3351), 1, + anon_sym_AMP_AMP, + ACTIONS(3353), 1, + anon_sym_PIPE, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, + anon_sym_AMP, + ACTIONS(3365), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3136), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + [38812] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2803), 1, + anon_sym_PIPE, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, + anon_sym_AMP, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2805), 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, + [38880] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(2117), 1, - anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3275), 1, + ACTIONS(3237), 1, + anon_sym_LPAREN2, + ACTIONS(3239), 1, + anon_sym_STAR, + ACTIONS(3243), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, - sym_type_specifier, - STATE(1279), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1416), 1, - sym__type_definition_type, + STATE(1567), 1, + sym__type_declarator, + STATE(2333), 1, + sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, + STATE(1709), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128144,45 +132277,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37168] = 15, + anon_sym__Nonnull, + [38941] = 14, ACTIONS(3), 1, sym_comment, + ACTIONS(57), 1, + sym_primitive_type, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, - anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(3275), 1, - sym_primitive_type, - STATE(904), 1, + ACTIONS(2118), 1, + anon_sym_enum, + STATE(917), 1, sym_alignas_qualifier, - STATE(1246), 1, + STATE(1224), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1258), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1414), 1, - sym__type_definition_type, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1140), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(2116), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128192,113 +132324,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37231] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3279), 11, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - sym_identifier, - ACTIONS(3281), 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, - [37269] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3283), 11, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - sym_identifier, - ACTIONS(3285), 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, - [37307] = 14, + anon_sym__Nonnull, + [39002] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1539), 1, + STATE(1570), 1, sym__type_declarator, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128308,63 +132371,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37367] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3289), 3, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_COLON, - [37441] = 3, + anon_sym__Nonnull, + [39063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3291), 11, + ACTIONS(3369), 12, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, @@ -128375,8 +132386,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, sym_identifier, - ACTIONS(3293), 19, + ACTIONS(3371), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -128396,7 +132408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - [37479] = 14, + [39102] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, @@ -128405,34 +132417,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(1557), 1, + ACTIONS(1563), 1, sym_identifier, - ACTIONS(2117), 1, + ACTIONS(3367), 1, anon_sym_enum, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, STATE(1224), 1, sym_type_specifier, - STATE(1242), 1, + STATE(1258), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(2116), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128442,83 +132454,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37539] = 7, + anon_sym__Nonnull, + [39163] = 3, ACTIONS(3), 1, sym_comment, - STATE(904), 1, - sym_alignas_qualifier, - ACTIONS(3302), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1137), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3297), 6, + ACTIONS(3375), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3299), 9, + ACTIONS(3373), 25, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(3295), 10, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [37585] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, + anon_sym___attribute__, anon_sym___based, - ACTIONS(3151), 1, - sym_identifier, - ACTIONS(3153), 1, - anon_sym_LPAREN2, - ACTIONS(3155), 1, - anon_sym_STAR, - ACTIONS(3159), 1, - sym_primitive_type, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1543), 1, - sym__type_declarator, - STATE(2260), 1, - sym_ms_based_modifier, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1137), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3157), 4, + 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(1669), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(53), 9, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -128527,10 +132486,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37645] = 3, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [39202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 11, + ACTIONS(3377), 12, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, @@ -128541,8 +132505,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, + anon_sym___asm, sym_identifier, - ACTIONS(3307), 19, + ACTIONS(3379), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -128562,43 +132527,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - [37683] = 14, + [39241] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(61), 1, anon_sym_struct, ACTIONS(63), 1, anon_sym_union, - ACTIONS(2117), 1, + ACTIONS(2118), 1, anon_sym_enum, - ACTIONS(3271), 1, + ACTIONS(3333), 1, sym_identifier, - ACTIONS(3275), 1, + ACTIONS(3337), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1244), 1, + STATE(1263), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1272), 1, aux_sym_sized_type_specifier_repeat1, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3273), 4, + ACTIONS(3335), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(980), 5, + STATE(968), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128608,44 +132573,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37743] = 14, + anon_sym__Nonnull, + [39302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - sym_primitive_type, - ACTIONS(61), 1, - anon_sym_struct, - ACTIONS(63), 1, - anon_sym_union, - ACTIONS(1557), 1, + ACTIONS(3381), 12, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, sym_identifier, - ACTIONS(3277), 1, - anon_sym_enum, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1224), 1, - sym_type_specifier, - STATE(1242), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(55), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1137), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2115), 4, + ACTIONS(3383), 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, + [39341] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3385), 12, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + ACTIONS(3387), 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, + [39380] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3391), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3389), 25, + anon_sym___extension__, + 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(980), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(53), 9, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -128654,43 +132677,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37803] = 14, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [39419] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1546), 1, + STATE(1571), 1, sym__type_declarator, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -128700,427 +132728,383 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37863] = 22, + anon_sym__Nonnull, + [39480] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3309), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3311), 1, - anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - STATE(1963), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [37938] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - ACTIONS(3309), 1, - anon_sym_COMMA, - ACTIONS(3313), 1, - anon_sym_RPAREN, - STATE(856), 1, - sym_argument_list, - STATE(1949), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38013] = 22, + ACTIONS(3395), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_COLON, + [39554] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3309), 1, + ACTIONS(3397), 1, anon_sym_COMMA, - ACTIONS(3315), 1, + ACTIONS(3399), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - STATE(1926), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2693), 2, + STATE(1907), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3319), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3317), 23, - anon_sym___extension__, - anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [38125] = 20, + [39629] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3321), 3, + ACTIONS(3401), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [38196] = 22, + [39700] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3309), 1, + ACTIONS(3403), 1, anon_sym_COMMA, - ACTIONS(3323), 1, + ACTIONS(3405), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - STATE(1983), 1, + STATE(2012), 1, aux_sym_argument_list_repeat1, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38271] = 22, + [39775] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3325), 1, + ACTIONS(3407), 1, anon_sym_COMMA, - ACTIONS(3327), 1, + ACTIONS(3409), 1, anon_sym_RBRACE, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - STATE(1961), 1, + STATE(1969), 1, aux_sym_initializer_list_repeat1, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38346] = 22, + [39850] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3173), 1, + anon_sym_LBRACE, + STATE(956), 1, + sym_attribute_specifier, + STATE(1236), 1, + sym_enumerator_list, + ACTIONS(3179), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2691), 1, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(3239), 1, + anon_sym_COLON, + ACTIONS(3177), 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, + [39895] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3329), 1, + ACTIONS(3403), 1, anon_sym_COMMA, - ACTIONS(3331), 1, + ACTIONS(3411), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - STATE(1917), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(2693), 2, + STATE(1997), 1, + aux_sym_argument_list_repeat1, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38421] = 3, + [39970] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3335), 6, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3173), 1, + anon_sym_LBRACE, + ACTIONS(3413), 1, + anon_sym_COLON, + STATE(949), 1, + sym_attribute_specifier, + STATE(1245), 1, + sym_enumerator_list, + ACTIONS(3168), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3333), 23, + ACTIONS(3166), 19, anon_sym___extension__, anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, anon_sym_signed, anon_sym_unsigned, anon_sym_long, @@ -129133,740 +133117,593 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [38458] = 20, + [40017] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3231), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3235), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [38528] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - ACTIONS(3339), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2713), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2715), 12, + ACTIONS(2805), 5, 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, - [38580] = 21, + [40083] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3341), 1, - anon_sym_SEMI, - STATE(856), 1, + ACTIONS(3435), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38652] = 21, + [40155] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3343), 1, - anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [38724] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - ACTIONS(3339), 1, - anon_sym_SLASH, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2713), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - [38786] = 21, + ACTIONS(3437), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [40225] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3355), 1, - anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38858] = 21, + ACTIONS(3439), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [40295] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3357), 1, - anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [38930] = 21, + ACTIONS(3441), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [40365] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3359), 1, - anon_sym_COLON, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [39002] = 21, + ACTIONS(3443), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [40435] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3361), 1, - anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [39074] = 21, + ACTIONS(3445), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [40505] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2953), 2, + ACTIONS(3136), 2, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [39146] = 21, + [40577] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3375), 1, + ACTIONS(3453), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [39218] = 21, + [40649] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3377), 1, + ACTIONS(3455), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [39290] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3379), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [39360] = 21, + [40721] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3381), 1, + ACTIONS(3457), 1, anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [39432] = 13, + [40793] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(2803), 6, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2713), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2715), 10, + ACTIONS(2805), 12, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -129875,875 +133712,635 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, - [39488] = 17, + [40845] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(2713), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3371), 1, + ACTIONS(3421), 1, + anon_sym_PIPE, + ACTIONS(3423), 1, + anon_sym_CARET, + ACTIONS(3425), 1, anon_sym_AMP, - STATE(856), 1, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 6, + ACTIONS(2805), 4, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [39552] = 20, + [40913] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3383), 2, + ACTIONS(3393), 1, anon_sym_COMMA, + ACTIONS(3459), 1, anon_sym_RPAREN, - [39622] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3385), 1, - anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [39694] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(2713), 1, - anon_sym_PIPE, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - ACTIONS(3339), 1, - anon_sym_SLASH, - ACTIONS(3369), 1, - anon_sym_CARET, - ACTIONS(3371), 1, - anon_sym_AMP, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2715), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [39760] = 21, + [40985] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3387), 1, - anon_sym_COLON, - STATE(856), 1, + ACTIONS(3461), 1, + anon_sym_RPAREN, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [39832] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3389), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [39902] = 18, + [41057] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(2803), 1, + anon_sym_PIPE, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3367), 1, - anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 5, + ACTIONS(2805), 5, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, - [39968] = 20, + [41123] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3237), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3391), 2, + ACTIONS(3393), 1, anon_sym_COMMA, + ACTIONS(3463), 1, anon_sym_SEMI, - [40038] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3393), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [40108] = 21, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [41195] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3395), 1, - anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40180] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(3077), 1, - anon_sym_LBRACE, - ACTIONS(3397), 1, - anon_sym_COLON, - STATE(962), 1, - sym_attribute_specifier, - STATE(1227), 1, - sym_enumerator_list, - ACTIONS(3072), 5, + ACTIONS(3465), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - ACTIONS(3070), 18, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [40226] = 19, + [41265] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(2803), 1, + anon_sym_PIPE, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, - anon_sym_PIPE, - ACTIONS(3369), 1, - anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 4, + ACTIONS(2805), 6, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [40294] = 21, + [41329] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, - anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3399), 1, - anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(2803), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [40366] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3239), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(2805), 6, + anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, - anon_sym_PIPE, - ACTIONS(3247), 1, anon_sym_CARET, - ACTIONS(3249), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + anon_sym_RBRACK, anon_sym_QMARK, - STATE(856), 1, + [41391] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3419), 1, + anon_sym_SLASH, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(2803), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3401), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [40436] = 21, + ACTIONS(2805), 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, + [41451] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3403), 1, - anon_sym_COLON, - STATE(856), 1, + ACTIONS(3467), 1, + anon_sym_SEMI, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40508] = 21, + [41523] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3405), 1, + ACTIONS(3469), 1, anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40580] = 21, + [41595] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3407), 1, - anon_sym_COLON, - STATE(856), 1, + ACTIONS(3471), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3473), 1, + anon_sym_RBRACK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [40652] = 12, + [41669] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2713), 4, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3433), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2803), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2715), 12, + ACTIONS(2805), 10, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -130752,2009 +134349,2094 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, - [40706] = 21, + [41725] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, - anon_sym_COMMA, - ACTIONS(3409), 1, - anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40778] = 15, + ACTIONS(3475), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [41795] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - STATE(856), 1, + ACTIONS(3421), 1, + anon_sym_PIPE, + ACTIONS(3423), 1, + anon_sym_CARET, + ACTIONS(3425), 1, + anon_sym_AMP, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2713), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3110), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3349), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2715), 8, + [41867] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3419), 1, + anon_sym_SLASH, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3415), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2803), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2805), 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, - [40838] = 20, + [41921] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3477), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3411), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [40908] = 21, + [41993] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3413), 1, + ACTIONS(3479), 1, anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40980] = 21, + [42065] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3415), 1, + ACTIONS(3481), 1, anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41052] = 21, + [42137] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3417), 1, + ACTIONS(3483), 1, anon_sym_COLON, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41124] = 21, + [42209] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3419), 1, + ACTIONS(3485), 1, anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41196] = 21, + [42281] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3421), 1, - anon_sym_COLON, - STATE(856), 1, + ACTIONS(3487), 1, + anon_sym_RPAREN, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3253), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3255), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3331), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [41268] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, - anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - ACTIONS(3339), 1, - anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, - anon_sym_PIPE, - ACTIONS(3369), 1, - anon_sym_CARET, - ACTIONS(3371), 1, - anon_sym_AMP, - ACTIONS(3373), 1, - anon_sym_QMARK, - ACTIONS(3423), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3425), 1, - anon_sym_RBRACK, - STATE(856), 1, - sym_argument_list, - ACTIONS(2693), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41342] = 21, + [42353] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3427), 1, + ACTIONS(3489), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41414] = 21, + [42425] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3429), 1, + ACTIONS(3491), 1, anon_sym_SEMI, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41486] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(3077), 1, - anon_sym_LBRACE, - STATE(955), 1, - sym_attribute_specifier, - STATE(1230), 1, - sym_enumerator_list, - ACTIONS(3095), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3093), 18, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [41530] = 21, + [42497] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3431), 1, - anon_sym_SEMI, - STATE(856), 1, + ACTIONS(3493), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41602] = 21, + [42569] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3287), 1, + ACTIONS(3393), 1, anon_sym_COMMA, - ACTIONS(3433), 1, - anon_sym_RPAREN, - STATE(856), 1, + ACTIONS(3495), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41674] = 21, + [42641] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(2695), 1, - anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, - anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3497), 1, + anon_sym_RPAREN, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2927), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41746] = 20, + [42713] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3499), 1, + anon_sym_SEMI, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3435), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [41816] = 21, + [42785] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(2695), 1, + ACTIONS(2789), 1, anon_sym_DASH_GT, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3120), 1, + ACTIONS(3223), 1, anon_sym_DOT, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2868), 2, + ACTIONS(3104), 2, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [41888] = 20, + [42857] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(2789), 1, + anon_sym_DASH_GT, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3223), 1, + anon_sym_DOT, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - ACTIONS(3437), 1, - anon_sym_COLON, - STATE(856), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [41957] = 20, + ACTIONS(3074), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + anon_sym_QMARK, + [42927] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3439), 1, - anon_sym_COLON, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3501), 1, + anon_sym_SEMI, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42026] = 20, + [42999] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3441), 1, - anon_sym_RBRACK, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3503), 1, + anon_sym_RPAREN, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42095] = 20, + [43071] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3505), 1, + anon_sym_SEMI, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42164] = 20, + [43143] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2476), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3321), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42233] = 20, + [43213] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3443), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3507), 1, anon_sym_COLON, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42302] = 20, + [43285] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3393), 1, + anon_sym_COMMA, + ACTIONS(3509), 1, + anon_sym_SEMI, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42371] = 20, + [43357] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2474), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3511), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42440] = 20, + [43426] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3445), 1, + ACTIONS(3513), 1, anon_sym_COLON, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42509] = 20, + [43495] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2570), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, ACTIONS(3447), 1, - anon_sym_COMMA, - STATE(856), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, + anon_sym_QMARK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [42578] = 20, + [43564] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2472), 1, + ACTIONS(2552), 1, anon_sym_RBRACK, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [42647] = 20, + [43633] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2146), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2148), 1, + anon_sym_STAR, + ACTIONS(3128), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1739), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + ACTIONS(3271), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3515), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3265), 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, + [43688] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2146), 1, + anon_sym_LPAREN2, + ACTIONS(2148), 1, + anon_sym_STAR, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1748), 1, + sym_parameter_list, + STATE(1757), 1, + sym__abstract_declarator, + ACTIONS(3271), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1220), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3517), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3265), 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, + [43743] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3449), 1, - anon_sym_RPAREN, - STATE(856), 1, + ACTIONS(3519), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42716] = 20, + [43812] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2490), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, - anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3521), 1, + anon_sym_RPAREN, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42785] = 20, + [43881] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2146), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2148), 1, + anon_sym_STAR, + ACTIONS(3128), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1748), 1, + sym_parameter_list, + STATE(1770), 1, + sym__abstract_declarator, + ACTIONS(3271), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1237), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3523), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3265), 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, + [43936] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3451), 1, + ACTIONS(3525), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42854] = 20, + [44005] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2480), 1, + ACTIONS(2556), 1, anon_sym_RBRACK, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [42923] = 20, + [44074] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(53), 1, + anon_sym_const, + ACTIONS(2146), 1, + anon_sym_LPAREN2, + ACTIONS(2148), 1, + anon_sym_STAR, + ACTIONS(3128), 1, anon_sym_LBRACK, - ACTIONS(3100), 1, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1700), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + ACTIONS(3271), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3118), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3265), 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, + [44129] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3363), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3453), 1, - anon_sym_RBRACK, - STATE(856), 1, + ACTIONS(3527), 1, + anon_sym_COMMA, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42992] = 20, + [44198] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2554), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - ACTIONS(3455), 1, - anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43061] = 20, + [44267] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2484), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, - anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3419), 1, + anon_sym_SLASH, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3529), 1, + anon_sym_RBRACK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43130] = 20, + [44336] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2488), 1, + ACTIONS(2558), 1, anon_sym_RBRACK, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43199] = 20, + [44405] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2562), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, - anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - ACTIONS(3457), 1, - anon_sym_COLON, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3417), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43268] = 20, + [44474] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - ACTIONS(3459), 1, + ACTIONS(3531), 1, anon_sym_RPAREN, - STATE(856), 1, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [43337] = 20, + [44543] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, - anon_sym_RBRACK, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3100), 1, + ACTIONS(3207), 1, anon_sym_LPAREN2, - ACTIONS(3339), 1, + ACTIONS(3419), 1, anon_sym_SLASH, - ACTIONS(3363), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3365), 1, - anon_sym_AMP_AMP, - ACTIONS(3367), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3369), 1, + ACTIONS(3423), 1, anon_sym_CARET, - ACTIONS(3371), 1, + ACTIONS(3425), 1, anon_sym_AMP, - ACTIONS(3373), 1, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3533), 1, + anon_sym_RBRACK, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3337), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3345), 2, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3347), 2, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3349), 2, + ACTIONS(3429), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3351), 2, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3353), 2, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43406] = 13, + [44612] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2109), 1, - anon_sym_LPAREN2, - ACTIONS(2111), 1, - anon_sym_STAR, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1718), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - ACTIONS(3183), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1233), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3461), 3, + ACTIONS(39), 1, + anon_sym___attribute__, + STATE(952), 1, + sym_attribute_specifier, + ACTIONS(3195), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3177), 8, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [43460] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2109), 1, anon_sym_LPAREN2, - ACTIONS(2111), 1, anon_sym_STAR, - ACTIONS(3089), 1, anon_sym_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1697), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - ACTIONS(3183), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1228), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3463), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_COLON, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3177), 8, + ACTIONS(3193), 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, @@ -132762,62 +136444,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [43514] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2109), 1, - anon_sym_LPAREN2, - ACTIONS(2111), 1, - anon_sym_STAR, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1726), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - ACTIONS(3183), 2, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3091), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3177), 8, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [43568] = 5, + sym_primitive_type, + sym_identifier, + [44651] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(953), 1, + STATE(950), 1, sym_attribute_specifier, - ACTIONS(3140), 6, + ACTIONS(3202), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3138), 18, + ACTIONS(3200), 19, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -132832,43 +136478,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [43606] = 13, + [44690] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2109), 1, + ACTIONS(2146), 1, anon_sym_LPAREN2, - ACTIONS(2111), 1, + ACTIONS(2148), 1, anon_sym_STAR, - ACTIONS(3089), 1, + ACTIONS(3128), 1, anon_sym_LBRACK, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1706), 1, - sym__abstract_declarator, - STATE(1753), 1, + STATE(1748), 1, sym_parameter_list, - ACTIONS(3183), 2, + STATE(1771), 1, + sym__abstract_declarator, + ACTIONS(3271), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3465), 3, + ACTIONS(3535), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1751), 4, + STATE(1741), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3177), 8, + ACTIONS(3265), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -132877,39 +136524,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [43660] = 13, + anon_sym__Nonnull, + [44745] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_const, - ACTIONS(2109), 1, + ACTIONS(2146), 1, anon_sym_LPAREN2, - ACTIONS(2111), 1, + ACTIONS(2148), 1, anon_sym_STAR, - ACTIONS(3089), 1, + ACTIONS(3128), 1, anon_sym_LBRACK, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1719), 1, + STATE(1706), 1, sym__abstract_declarator, - STATE(1753), 1, + STATE(1748), 1, sym_parameter_list, - ACTIONS(3183), 2, + ACTIONS(3271), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3191), 3, + ACTIONS(3261), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1751), 4, + STATE(1741), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3177), 8, + ACTIONS(3265), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -132918,86 +136566,316 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [43714] = 5, + anon_sym__Nonnull, + [44800] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - STATE(984), 1, - sym_attribute_specifier, - ACTIONS(3124), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2566), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3207), 1, anon_sym_LPAREN2, + ACTIONS(3419), 1, + anon_sym_SLASH, + ACTIONS(3421), 1, + anon_sym_PIPE, + ACTIONS(3423), 1, + anon_sym_CARET, + ACTIONS(3425), 1, + anon_sym_AMP, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3415), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3417), 2, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3122), 18, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [43752] = 4, + anon_sym_PERCENT, + ACTIONS(3427), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3429), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3431), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3433), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44869] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 1, - anon_sym_SEMI, - ACTIONS(2147), 7, + ACTIONS(2568), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3419), 1, + anon_sym_SLASH, + ACTIONS(3421), 1, + anon_sym_PIPE, + ACTIONS(3423), 1, + anon_sym_CARET, + ACTIONS(3425), 1, + anon_sym_AMP, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3415), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3429), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3431), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3433), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44938] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, anon_sym_SLASH, + ACTIONS(3349), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3351), 1, + anon_sym_AMP_AMP, + ACTIONS(3353), 1, anon_sym_PIPE, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, anon_sym_AMP, + ACTIONS(3365), 1, + anon_sym_QMARK, + ACTIONS(3537), 1, + anon_sym_COLON, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2141), 18, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [45007] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3349), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3351), 1, + anon_sym_AMP_AMP, + ACTIONS(3353), 1, + anon_sym_PIPE, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, + anon_sym_AMP, + ACTIONS(3365), 1, + anon_sym_QMARK, + ACTIONS(3539), 1, + anon_sym_RPAREN, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [45076] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2560), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3419), 1, + anon_sym_SLASH, + ACTIONS(3421), 1, + anon_sym_PIPE, + ACTIONS(3423), 1, + anon_sym_CARET, + ACTIONS(3425), 1, + anon_sym_AMP, + ACTIONS(3447), 1, anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3451), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3415), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3429), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3431), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3433), 2, anon_sym_LT_LT, anon_sym_GT_GT, + [45145] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2564), 1, + anon_sym_RBRACK, + ACTIONS(2785), 1, anon_sym_LBRACK, + ACTIONS(3207), 1, + anon_sym_LPAREN2, + ACTIONS(3419), 1, + anon_sym_SLASH, + ACTIONS(3421), 1, + anon_sym_PIPE, + ACTIONS(3423), 1, + anon_sym_CARET, + ACTIONS(3425), 1, + anon_sym_AMP, + ACTIONS(3447), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3449), 1, + anon_sym_AMP_AMP, + ACTIONS(3451), 1, anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - [43788] = 5, + ACTIONS(3415), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3417), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3427), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3429), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3431), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3433), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45214] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - STATE(971), 1, + STATE(959), 1, sym_attribute_specifier, - ACTIONS(3133), 6, + ACTIONS(3188), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3131), 18, + ACTIONS(3186), 19, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -133012,128 +136890,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [43826] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(53), 1, - anon_sym_const, - ACTIONS(2109), 1, - anon_sym_LPAREN2, - ACTIONS(2111), 1, - anon_sym_STAR, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(904), 1, - sym_alignas_qualifier, - STATE(1728), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - ACTIONS(3183), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1137), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3467), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3177), 8, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [43880] = 19, + [45253] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(2691), 1, + ACTIONS(2785), 1, anon_sym_LBRACK, - ACTIONS(3239), 1, + ACTIONS(3329), 1, anon_sym_SLASH, - ACTIONS(3241), 1, + ACTIONS(3349), 1, anon_sym_PIPE_PIPE, - ACTIONS(3243), 1, + ACTIONS(3351), 1, anon_sym_AMP_AMP, - ACTIONS(3245), 1, + ACTIONS(3353), 1, anon_sym_PIPE, - ACTIONS(3247), 1, + ACTIONS(3355), 1, anon_sym_CARET, - ACTIONS(3249), 1, + ACTIONS(3357), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3365), 1, anon_sym_QMARK, - STATE(856), 1, + ACTIONS(3541), 1, + anon_sym_COLON, + STATE(875), 1, sym_argument_list, - ACTIONS(2693), 2, + ACTIONS(2787), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2695), 2, + ACTIONS(2789), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3235), 2, + ACTIONS(3325), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3237), 2, + ACTIONS(3327), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3253), 2, + ACTIONS(3361), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3255), 2, + ACTIONS(3363), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [43946] = 12, + [45322] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1536), 1, + STATE(1509), 1, sym__field_declarator, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133143,36 +136983,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [43997] = 12, + anon_sym__Nonnull, + [45374] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1510), 1, + STATE(1461), 1, + sym__declarator, + STATE(2268), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [45426] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3283), 1, + sym_identifier, + ACTIONS(3285), 1, + anon_sym_LPAREN2, + ACTIONS(3287), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1529), 1, sym__field_declarator, - STATE(2282), 1, + STATE(2158), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(53), 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, + [45478] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1466), 1, + sym__declarator, + STATE(2268), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(53), 9, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133182,36 +137103,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44048] = 12, + anon_sym__Nonnull, + [45530] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1463), 1, + STATE(1460), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133221,36 +137143,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44099] = 12, + anon_sym__Nonnull, + [45582] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3293), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1449), 1, + STATE(1582), 1, sym__declarator, - STATE(2145), 1, + STATE(2338), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133260,36 +137183,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44150] = 12, + anon_sym__Nonnull, + [45634] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3249), 1, + anon_sym_SEMI, + ACTIONS(2188), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2182), 18, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [45670] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3293), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1451), 1, + STATE(1586), 1, sym__declarator, - STATE(2145), 1, + STATE(2338), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133299,36 +137255,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44201] = 12, + anon_sym__Nonnull, + [45722] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, - STATE(1524), 1, + STATE(1535), 1, sym__field_declarator, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133338,27 +137295,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44252] = 6, + anon_sym__Nonnull, + [45774] = 12, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2823), 2, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3293), 1, + anon_sym_STAR, + STATE(917), 1, + sym_alignas_qualifier, + STATE(1594), 1, + sym__declarator, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(55), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1123), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(53), 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, + [45826] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + ACTIONS(2785), 1, + anon_sym_LBRACK, + ACTIONS(3329), 1, + anon_sym_SLASH, + ACTIONS(3349), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3351), 1, + anon_sym_AMP_AMP, + ACTIONS(3353), 1, + anon_sym_PIPE, + ACTIONS(3355), 1, + anon_sym_CARET, + ACTIONS(3357), 1, + anon_sym_AMP, + ACTIONS(3365), 1, + anon_sym_QMARK, + STATE(875), 1, + sym_argument_list, + ACTIONS(2787), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2789), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3325), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3327), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3331), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3359), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3361), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3363), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [45892] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3058), 1, sym_primitive_type, + ACTIONS(3543), 1, sym_identifier, - ACTIONS(2827), 4, + STATE(1259), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3545), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2912), 6, + ACTIONS(3052), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2909), 11, + ACTIONS(3054), 12, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133368,30 +137414,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - [44290] = 7, + [45933] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3004), 1, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2883), 2, sym_primitive_type, - ACTIONS(3469), 1, sym_identifier, - STATE(1241), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3471), 4, + ACTIONS(2887), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2998), 6, + ACTIONS(2935), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3000), 11, + ACTIONS(2932), 12, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133401,23 +137447,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - [44330] = 7, + [45972] = 7, ACTIONS(3), 1, sym_comment, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3475), 2, + ACTIONS(3549), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1137), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3473), 7, + ACTIONS(3547), 7, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -133425,7 +137472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_short, sym_primitive_type, sym_identifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133435,21 +137482,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44369] = 7, + anon_sym__Nonnull, + [46012] = 7, ACTIONS(3), 1, sym_comment, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3479), 2, + ACTIONS(3553), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1243), 2, + STATE(1123), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3477), 7, + ACTIONS(3551), 7, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -133457,7 +137505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_short, sym_primitive_type, sym_identifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133467,21 +137515,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44408] = 7, + anon_sym__Nonnull, + [46052] = 7, ACTIONS(3), 1, sym_comment, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3483), 2, + ACTIONS(3557), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1137), 2, + STATE(1260), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3481), 7, + ACTIONS(3555), 7, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -133489,7 +137538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_short, sym_primitive_type, sym_identifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133499,21 +137548,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44447] = 7, + anon_sym__Nonnull, + [46092] = 7, ACTIONS(3), 1, sym_comment, - STATE(904), 1, + STATE(917), 1, sym_alignas_qualifier, ACTIONS(55), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3487), 2, + ACTIONS(3561), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1245), 2, + STATE(1261), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3485), 7, + ACTIONS(3559), 7, anon_sym___based, anon_sym_signed, anon_sym_unsigned, @@ -133521,7 +137571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_short, sym_primitive_type, sym_identifier, - ACTIONS(53), 9, + ACTIONS(53), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -133531,31 +137581,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [44486] = 12, + anon_sym__Nonnull, + [46132] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(1750), 1, + anon_sym_LPAREN2, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3120), 1, + anon_sym_STAR, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(1541), 1, + sym__declarator, + STATE(1667), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(3563), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1789), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [46187] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1422), 1, + STATE(1446), 1, sym_ms_call_modifier, - STATE(1678), 1, + STATE(1712), 1, sym__type_declarator, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -133568,49 +137659,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [44535] = 5, + [46236] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(1750), 1, anon_sym_LPAREN2, - STATE(1139), 1, - sym_preproc_argument_list, - ACTIONS(3493), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3489), 15, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3120), 1, + anon_sym_STAR, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(1530), 1, + sym__declarator, + STATE(1661), 1, + sym__abstract_declarator, + STATE(1748), 1, + sym_parameter_list, + STATE(2338), 1, + sym_ms_based_modifier, + ACTIONS(3565), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + STATE(1780), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [46291] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3047), 2, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [44569] = 5, + ACTIONS(3567), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3045), 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, + sym_identifier, + [46325] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2193), 1, + anon_sym_STAR, + ACTIONS(2944), 1, + anon_sym_LPAREN2, + STATE(1275), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3570), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2180), 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, + sym_identifier, + [46361] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1274), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2912), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3573), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2910), 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, + sym_identifier, + [46395] = 5, ACTIONS(3), 1, sym_comment, STATE(931), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2893), 2, + ACTIONS(2935), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3495), 4, + ACTIONS(3576), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2891), 14, + ACTIONS(2932), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -133621,100 +137811,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [44602] = 14, + [46429] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + STATE(1267), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2977), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3580), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2975), 15, + anon_sym___extension__, anon_sym___based, - ACTIONS(3195), 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, + [46463] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3583), 1, + sym_identifier, + ACTIONS(3589), 1, + sym_primitive_type, + STATE(1270), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3052), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3586), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(3054), 13, + 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, + [46501] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2940), 2, anon_sym_LPAREN2, - ACTIONS(3197), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3592), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2938), 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, sym_identifier, - STATE(1445), 1, - sym_ms_call_modifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1662), 1, - sym__declarator, - STATE(1722), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(1985), 1, - sym_init_declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1557), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(45), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [44653] = 16, + [46535] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, - anon_sym_COMMA, - ACTIONS(3502), 1, - anon_sym_RPAREN, - ACTIONS(3508), 1, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2928), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3595), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2926), 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, + sym_identifier, + [46569] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(931), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2969), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3598), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2967), 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, + sym_identifier, + [46603] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3603), 1, + anon_sym_LPAREN2, + STATE(1151), 1, + sym_preproc_argument_list, + ACTIONS(3605), 5, anon_sym_SLASH, - ACTIONS(3510), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3512), 1, - anon_sym_AMP_AMP, - ACTIONS(3514), 1, anon_sym_PIPE, - ACTIONS(3516), 1, - anon_sym_CARET, - ACTIONS(3518), 1, anon_sym_AMP, - STATE(1945), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(3504), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3601), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3524), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [44708] = 5, + [46637] = 5, ACTIONS(3), 1, sym_comment, - STATE(1265), 1, + STATE(1273), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2844), 2, + ACTIONS(2922), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3528), 4, + ACTIONS(3607), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2842), 14, + ACTIONS(2920), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -133725,73 +138016,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, sym_identifier, - [44741] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - ACTIONS(3498), 1, - sym_identifier, - STATE(1455), 1, - sym_ms_call_modifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1662), 1, - sym__declarator, - STATE(1717), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(1993), 1, - sym_init_declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1557), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(45), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [44792] = 14, + [46671] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1461), 1, + STATE(1472), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1556), 1, + STATE(1592), 1, sym__declarator, - STATE(1710), 1, + STATE(1728), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1867), 1, + STATE(2001), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -133803,97 +138058,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [44843] = 14, + [46722] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1459), 1, + STATE(1469), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, + STATE(1707), 1, sym__declarator, - STATE(1709), 1, + STATE(1732), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1871), 1, + STATE(1992), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, ACTIONS(45), 6, anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [44894] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(1266), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2937), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3531), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2935), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [44927] = 14, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [46773] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1452), 1, + STATE(1471), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, + STATE(1578), 1, sym__declarator, STATE(1695), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1894), 1, + STATE(1919), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -133905,32 +138132,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [44978] = 14, + [46824] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1465), 1, + STATE(1481), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, - sym__declarator, - STATE(1730), 1, + STATE(1695), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1707), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2009), 1, + STATE(1919), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -133942,94 +138169,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45029] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2152), 1, - anon_sym_STAR, - ACTIONS(2876), 1, - anon_sym_LPAREN2, - STATE(1274), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3534), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2139), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [45064] = 10, + [46875] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3539), 1, + ACTIONS(3614), 1, anon_sym_RPAREN, - ACTIONS(3541), 1, - anon_sym_LPAREN2, - ACTIONS(3543), 1, - anon_sym_defined, - ACTIONS(3549), 1, - sym_number_literal, - ACTIONS(3545), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1278), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [45107] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3537), 1, - sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3553), 1, - anon_sym_RPAREN, - ACTIONS(3555), 1, + ACTIONS(3624), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1251), 7, + STATE(1284), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -134037,32 +138202,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [45150] = 14, + [46918] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1443), 1, + STATE(1468), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1560), 1, + STATE(1707), 1, sym__declarator, - STATE(1695), 1, + STATE(1727), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1894), 1, + STATE(1883), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134074,60 +138239,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45201] = 5, + [46969] = 16, ACTIONS(3), 1, sym_comment, - STATE(1249), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2963), 2, - anon_sym_LPAREN2, + ACTIONS(3628), 1, + anon_sym_COMMA, + ACTIONS(3630), 1, + anon_sym_RPAREN, + ACTIONS(3636), 1, + anon_sym_SLASH, + ACTIONS(3638), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3640), 1, + anon_sym_AMP_AMP, + ACTIONS(3642), 1, + anon_sym_PIPE, + ACTIONS(3644), 1, + anon_sym_CARET, + ACTIONS(3646), 1, + anon_sym_AMP, + STATE(2022), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(3632), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3634), 2, anon_sym_STAR, - ACTIONS(3557), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2961), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [45234] = 14, + anon_sym_PERCENT, + ACTIONS(3648), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3650), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3652), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3654), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47024] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1464), 1, + STATE(1473), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1566), 1, - sym__declarator, - STATE(1722), 1, + STATE(1702), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1707), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1985), 1, + STATE(2021), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134139,88 +138315,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45285] = 5, + [47075] = 10, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3016), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3560), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3014), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, + ACTIONS(3612), 1, sym_identifier, - [45318] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3028), 2, + ACTIONS(3616), 1, anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3563), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3026), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [45351] = 10, + ACTIONS(3618), 1, + anon_sym_defined, + ACTIONS(3656), 1, + anon_sym_RPAREN, + ACTIONS(3658), 1, + sym_number_literal, + ACTIONS(3620), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3622), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3626), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1291), 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, + [47118] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3566), 1, + ACTIONS(3660), 1, anon_sym_RPAREN, - ACTIONS(3568), 1, + ACTIONS(3662), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1273), 7, + STATE(1293), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -134228,32 +138381,32 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [45394] = 14, + [47161] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1442), 1, + STATE(1478), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1561), 1, + STATE(1707), 1, sym__declarator, - STATE(1705), 1, + STATE(1729), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1950), 1, + STATE(1877), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134265,97 +138418,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45445] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2912), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3570), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2909), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [45478] = 14, + [47212] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1457), 1, + STATE(1477), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, - sym__declarator, - STATE(1754), 1, + STATE(1692), 1, sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2048), 1, - sym_init_declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1557), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(45), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [45529] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - ACTIONS(3498), 1, - sym_identifier, - STATE(1454), 1, - sym_ms_call_modifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1662), 1, + STATE(1707), 1, sym__declarator, - STATE(1685), 1, - sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1930), 1, + STATE(1990), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134367,32 +138455,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45580] = 14, + [47263] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1441), 1, + STATE(1475), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, + STATE(1707), 1, sym__declarator, - STATE(1705), 1, + STATE(1728), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1950), 1, + STATE(2001), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134404,99 +138492,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45631] = 16, + [47314] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(3628), 1, anon_sym_COMMA, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3510), 1, + ACTIONS(3638), 1, anon_sym_PIPE_PIPE, - ACTIONS(3512), 1, + ACTIONS(3640), 1, anon_sym_AMP_AMP, - ACTIONS(3514), 1, + ACTIONS(3642), 1, anon_sym_PIPE, - ACTIONS(3516), 1, + ACTIONS(3644), 1, anon_sym_CARET, - ACTIONS(3518), 1, + ACTIONS(3646), 1, anon_sym_AMP, - ACTIONS(3574), 1, + ACTIONS(3664), 1, anon_sym_RPAREN, - STATE(1975), 1, + STATE(1984), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3652), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3654), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47369] = 5, + ACTIONS(3601), 1, + anon_sym_LF, + ACTIONS(3666), 1, + anon_sym_LPAREN2, + ACTIONS(3668), 1, + sym_comment, + STATE(1387), 1, + sym_preproc_argument_list, + ACTIONS(3605), 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(3526), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [45686] = 5, + [47402] = 16, ACTIONS(3), 1, sym_comment, - STATE(931), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3020), 2, - anon_sym_LPAREN2, + ACTIONS(3628), 1, + anon_sym_COMMA, + ACTIONS(3636), 1, + anon_sym_SLASH, + ACTIONS(3638), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3640), 1, + anon_sym_AMP_AMP, + ACTIONS(3642), 1, + anon_sym_PIPE, + ACTIONS(3644), 1, + anon_sym_CARET, + ACTIONS(3646), 1, + anon_sym_AMP, + ACTIONS(3670), 1, + anon_sym_RPAREN, + STATE(1906), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(3632), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3634), 2, anon_sym_STAR, - ACTIONS(3576), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3018), 14, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [45719] = 14, + anon_sym_PERCENT, + ACTIONS(3648), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3650), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3652), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3654), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [47457] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1446), 1, + STATE(1470), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, - sym__declarator, - STATE(1710), 1, + STATE(1699), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1707), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1867), 1, + STATE(1887), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134508,32 +138635,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45770] = 14, + [47508] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1450), 1, + STATE(1474), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, + STATE(1707), 1, sym__declarator, - STATE(1704), 1, + STATE(1752), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1972), 1, + STATE(2061), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134545,32 +138672,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45821] = 14, + [47559] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1447), 1, + STATE(1476), 1, sym_ms_call_modifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1662), 1, - sym__declarator, - STATE(1692), 1, + STATE(1697), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1707), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(1859), 1, + STATE(2011), 1, sym_init_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -134582,181 +138709,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [45872] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3500), 1, - anon_sym_COMMA, - ACTIONS(3508), 1, - anon_sym_SLASH, - ACTIONS(3510), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3512), 1, - anon_sym_AMP_AMP, - ACTIONS(3514), 1, - anon_sym_PIPE, - ACTIONS(3516), 1, - anon_sym_CARET, - ACTIONS(3518), 1, - anon_sym_AMP, - ACTIONS(3579), 1, - anon_sym_RPAREN, - STATE(1890), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(3504), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3506), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3520), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3522), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3524), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3526), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [45927] = 7, + [47610] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3581), 1, - sym_identifier, - ACTIONS(3587), 1, - sym_primitive_type, - STATE(1269), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2998), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3584), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3000), 12, - anon_sym___extension__, + ACTIONS(1756), 1, 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_alignas, - anon_sym__Alignas, - [45964] = 5, - ACTIONS(3489), 1, - anon_sym_LF, - ACTIONS(3590), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3592), 1, - sym_comment, - STATE(1357), 1, - sym_preproc_argument_list, - ACTIONS(3493), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(3291), 1, 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, - [45997] = 3, + ACTIONS(3610), 1, + sym_identifier, + STATE(1480), 1, + sym_ms_call_modifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1707), 1, + sym__declarator, + STATE(1734), 1, + sym__declaration_declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(1973), 1, + sym_init_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(45), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [47661] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3596), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3594), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [46025] = 7, + ACTIONS(3610), 1, + sym_identifier, + STATE(1482), 1, + sym_ms_call_modifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1585), 1, + sym__declarator, + STATE(1732), 1, + sym__declaration_declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(1992), 1, + sym_init_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(45), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [47712] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, - anon_sym_SLASH, - ACTIONS(3504), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3526), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3600), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3598), 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, - [46061] = 9, + ACTIONS(3610), 1, + sym_identifier, + STATE(1483), 1, + sym_ms_call_modifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1581), 1, + sym__declarator, + STATE(1727), 1, + sym__declaration_declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(1883), 1, + sym_init_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(45), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [47763] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3612), 1, + ACTIONS(3682), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1360), 7, + STATE(1369), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -134764,16 +138851,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46101] = 3, + [47803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 5, + ACTIONS(3688), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3616), 15, + ACTIONS(3686), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -134789,247 +138876,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [46129] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, - ACTIONS(3620), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1363), 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, - [46169] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, - ACTIONS(3622), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1373), 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, - [46209] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3537), 1, - sym_identifier, - ACTIONS(3541), 1, - anon_sym_LPAREN2, - ACTIONS(3543), 1, - anon_sym_defined, - ACTIONS(3624), 1, - sym_number_literal, - ACTIONS(3545), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1334), 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, - [46249] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, - ACTIONS(3626), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1356), 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, - [46289] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, - ACTIONS(3628), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1344), 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, - [46329] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3537), 1, - sym_identifier, - ACTIONS(3541), 1, - anon_sym_LPAREN2, - ACTIONS(3543), 1, - anon_sym_defined, - ACTIONS(3630), 1, - sym_number_literal, - ACTIONS(3545), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3547), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3551), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1370), 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, - [46369] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, - ACTIONS(3632), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1366), 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, - [46409] = 9, + [47831] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3634), 1, + ACTIONS(3690), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1361), 7, + STATE(1351), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135037,30 +138907,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46449] = 9, + [47871] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3636), 1, + ACTIONS(3692), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1338), 7, + STATE(1378), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135068,61 +138938,60 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46489] = 9, + [47911] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3166), 1, + anon_sym_const, + ACTIONS(3173), 1, + anon_sym_LBRACE, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(3696), 1, + anon_sym_COLON, + STATE(949), 1, + sym_attribute_specifier, + STATE(1245), 1, + sym_enumerator_list, + ACTIONS(3168), 14, anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, - ACTIONS(3638), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1351), 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, - [46529] = 9, + anon_sym_STAR, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + [47949] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3640), 1, + ACTIONS(3699), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1335), 7, + STATE(1377), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135130,30 +138999,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46569] = 9, + [47989] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3642), 1, + ACTIONS(3701), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1337), 7, + STATE(1336), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135161,30 +139030,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46609] = 9, + [48029] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3644), 1, + ACTIONS(3703), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1336), 7, + STATE(1334), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135192,30 +139061,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46649] = 9, + [48069] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3646), 1, + ACTIONS(3705), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1343), 7, + STATE(1333), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135223,30 +139092,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46689] = 9, + [48109] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3648), 1, + ACTIONS(3707), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1364), 7, + STATE(1385), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135254,16 +139123,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46729] = 3, + [48149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3652), 5, + ACTIONS(3711), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3650), 15, + ACTIONS(3709), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -135279,30 +139148,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [46757] = 9, + [48177] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3654), 1, + ACTIONS(3713), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1358), 7, + STATE(1382), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135310,30 +139179,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46797] = 9, + [48217] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3656), 1, + ACTIONS(3715), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1359), 7, + STATE(1376), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135341,30 +139210,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46837] = 9, + [48257] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3658), 1, + ACTIONS(3717), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1347), 7, + STATE(1383), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135372,30 +139241,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46877] = 9, + [48297] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3660), 1, + ACTIONS(3719), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1365), 7, + STATE(1384), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135403,30 +139272,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46917] = 9, + [48337] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3662), 1, + ACTIONS(3721), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1368), 7, + STATE(1345), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135434,30 +139303,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46957] = 9, + [48377] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3664), 1, + ACTIONS(3723), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1354), 7, + STATE(1359), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135465,30 +139334,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [46997] = 9, + [48417] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3666), 1, + ACTIONS(3725), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1350), 7, + STATE(1362), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135496,30 +139365,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47037] = 9, + [48457] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3668), 1, + ACTIONS(3727), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1371), 7, + STATE(1356), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135527,30 +139396,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47077] = 9, + [48497] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3670), 1, + ACTIONS(3729), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1332), 7, + STATE(1360), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135558,127 +139427,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47117] = 9, + [48537] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, ACTIONS(3672), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1346), 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, - [47157] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1748), 1, - anon_sym_LPAREN2, - ACTIONS(1750), 1, - anon_sym_STAR, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(1586), 1, - sym__declarator, - STATE(1743), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - STATE(2145), 1, - sym_ms_based_modifier, - ACTIONS(3674), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [47205] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, - anon_sym_defined, ACTIONS(3676), 1, - sym_number_literal, - ACTIONS(3608), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3610), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3614), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1352), 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, - [47245] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3602), 1, - sym_identifier, - ACTIONS(3604), 1, - anon_sym_LPAREN2, - ACTIONS(3606), 1, anon_sym_defined, - ACTIONS(3678), 1, + ACTIONS(3731), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1372), 7, + STATE(1361), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135686,65 +139458,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47285] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1748), 1, - anon_sym_LPAREN2, - ACTIONS(1750), 1, - anon_sym_STAR, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(1629), 1, - sym__declarator, - STATE(1742), 1, - sym__abstract_declarator, - STATE(1753), 1, - sym_parameter_list, - STATE(2145), 1, - sym_ms_based_modifier, - ACTIONS(3680), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [47333] = 9, + [48577] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3682), 1, + ACTIONS(3733), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1331), 7, + STATE(1340), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135752,30 +139489,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47373] = 9, + [48617] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3684), 1, + ACTIONS(3735), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1330), 7, + STATE(1381), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135783,30 +139520,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47413] = 9, + [48657] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3686), 1, + ACTIONS(3737), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1329), 7, + STATE(1390), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135814,30 +139551,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47453] = 9, + [48697] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3688), 1, + ACTIONS(3739), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1282), 7, + STATE(1389), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135845,16 +139582,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47493] = 3, + [48737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 5, + ACTIONS(2759), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2631), 15, + ACTIONS(2761), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -135870,30 +139607,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [47521] = 9, + [48765] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3690), 1, + ACTIONS(3741), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1355), 7, + STATE(1364), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135901,30 +139638,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47561] = 9, + [48805] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3692), 1, + ACTIONS(3743), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1369), 7, + STATE(1339), 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, + [48845] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3612), 1, + sym_identifier, + ACTIONS(3616), 1, + anon_sym_LPAREN2, + ACTIONS(3618), 1, + anon_sym_defined, + ACTIONS(3745), 1, + sym_number_literal, + ACTIONS(3620), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3622), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3626), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1301), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135932,16 +139700,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47601] = 3, + [48885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 5, + ACTIONS(3749), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3694), 15, + ACTIONS(3747), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -135957,30 +139725,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [47629] = 9, + [48913] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3698), 1, + ACTIONS(3751), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1349), 7, + STATE(1363), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -135988,30 +139756,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47669] = 9, + [48953] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3700), 1, + ACTIONS(3753), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1327), 7, + STATE(1370), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -136019,30 +139787,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47709] = 9, + [48993] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3604), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3606), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3702), 1, + ACTIONS(3755), 1, sym_number_literal, - ACTIONS(3608), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3610), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3614), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1339), 7, + STATE(1367), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -136050,59 +139818,54 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47749] = 14, + [49033] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3510), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3512), 1, - anon_sym_AMP_AMP, - ACTIONS(3514), 1, - anon_sym_PIPE, - ACTIONS(3516), 1, - anon_sym_CARET, - ACTIONS(3518), 1, - anon_sym_AMP, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3759), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3757), 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, - ACTIONS(3526), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3704), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47799] = 6, + [49067] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3600), 4, + ACTIONS(3654), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3759), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3598), 11, + ACTIONS(3757), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -136112,32 +139875,30 @@ 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, - [47833] = 9, + [49103] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3612), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3616), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3618), 1, anon_sym_defined, - ACTIONS(3706), 1, + ACTIONS(3761), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3620), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3626), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1326), 7, + STATE(1346), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -136145,30 +139906,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [47873] = 9, + [49143] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3600), 2, + ACTIONS(3759), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(3598), 7, + ACTIONS(3757), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -136176,129 +139937,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [47913] = 10, + [49183] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3672), 1, + sym_identifier, + ACTIONS(3674), 1, + anon_sym_LPAREN2, + ACTIONS(3676), 1, + anon_sym_defined, + ACTIONS(3763), 1, + sym_number_literal, + ACTIONS(3678), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3680), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3684), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1374), 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, + [49223] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3672), 1, + sym_identifier, + ACTIONS(3674), 1, + anon_sym_LPAREN2, + ACTIONS(3676), 1, + anon_sym_defined, + ACTIONS(3765), 1, + sym_number_literal, + ACTIONS(3678), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3680), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3684), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1371), 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, + [49263] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3600), 2, + ACTIONS(3759), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(3598), 5, + ACTIONS(3757), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [47955] = 11, + [49305] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3518), 1, + ACTIONS(3646), 1, anon_sym_AMP, - ACTIONS(3600), 1, + ACTIONS(3759), 1, anon_sym_PIPE, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3598), 5, + ACTIONS(3757), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [47999] = 12, + [49349] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, - anon_sym_SLASH, - ACTIONS(3516), 1, - anon_sym_CARET, - ACTIONS(3518), 1, - anon_sym_AMP, - ACTIONS(3600), 1, - anon_sym_PIPE, - ACTIONS(3504), 2, + ACTIONS(3612), 1, + sym_identifier, + ACTIONS(3616), 1, + anon_sym_LPAREN2, + ACTIONS(3618), 1, + anon_sym_defined, + ACTIONS(3767), 1, + sym_number_literal, + ACTIONS(3620), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3622), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3520), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3522), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3524), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3526), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3598), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [48045] = 9, + ACTIONS(3626), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1347), 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, + [49389] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, + ACTIONS(3672), 1, sym_identifier, - ACTIONS(3541), 1, + ACTIONS(3674), 1, anon_sym_LPAREN2, - ACTIONS(3543), 1, + ACTIONS(3676), 1, anon_sym_defined, - ACTIONS(3708), 1, + ACTIONS(3769), 1, sym_number_literal, - ACTIONS(3545), 2, + ACTIONS(3678), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3547), 2, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3551), 5, + ACTIONS(3684), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1284), 7, + STATE(1386), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -136306,112 +140126,119 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [48085] = 5, + [49429] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3506), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3600), 4, - anon_sym_PIPE, + ACTIONS(3644), 1, + anon_sym_CARET, + ACTIONS(3646), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3598), 13, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3759), 1, + anon_sym_PIPE, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3634), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3650), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48117] = 12, + ACTIONS(3757), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [49475] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3514), 1, + ACTIONS(3642), 1, anon_sym_PIPE, - ACTIONS(3516), 1, + ACTIONS(3644), 1, anon_sym_CARET, - ACTIONS(3518), 1, + ACTIONS(3646), 1, anon_sym_AMP, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3598), 4, + ACTIONS(3757), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [48163] = 13, + [49521] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3512), 1, + ACTIONS(3640), 1, anon_sym_AMP_AMP, - ACTIONS(3514), 1, + ACTIONS(3642), 1, anon_sym_PIPE, - ACTIONS(3516), 1, + ACTIONS(3644), 1, anon_sym_CARET, - ACTIONS(3518), 1, + ACTIONS(3646), 1, anon_sym_AMP, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3598), 3, + ACTIONS(3757), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - [48211] = 3, + [49569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3600), 5, + ACTIONS(3759), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3598), 15, + ACTIONS(3757), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -136427,216 +140254,374 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [48239] = 5, - ACTIONS(3592), 1, + [49597] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LF, - ACTIONS(3710), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3712), 3, - anon_sym_STAR, + ACTIONS(3636), 1, anon_sym_SLASH, + ACTIONS(3634), 2, + anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3600), 13, + ACTIONS(3759), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3757), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + 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, - [48270] = 12, - ACTIONS(3592), 1, + [49629] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(3714), 1, - anon_sym_LF, - ACTIONS(3716), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, - anon_sym_AMP_AMP, - ACTIONS(3720), 1, - anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3710), 2, + ACTIONS(3672), 1, + sym_identifier, + ACTIONS(3674), 1, + anon_sym_LPAREN2, + ACTIONS(3676), 1, + anon_sym_defined, + ACTIONS(3771), 1, + sym_number_literal, + ACTIONS(3678), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3680), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3730), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3712), 3, - anon_sym_STAR, + ACTIONS(3684), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1388), 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, + [49669] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3672), 1, + sym_identifier, + ACTIONS(3674), 1, + anon_sym_LPAREN2, + ACTIONS(3676), 1, + anon_sym_defined, + ACTIONS(3773), 1, + sym_number_literal, + ACTIONS(3678), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3680), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3684), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1366), 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, + [49709] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3777), 5, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3728), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_LT, - [48315] = 3, - ACTIONS(3293), 1, - anon_sym_LF, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(3291), 18, + ACTIONS(3775), 15, + anon_sym_COMMA, + anon_sym_RPAREN, 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, - [48342] = 3, - ACTIONS(3592), 1, + [49737] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(3694), 1, - anon_sym_LF, - ACTIONS(3696), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(3636), 1, anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3638), 1, anon_sym_PIPE_PIPE, + ACTIONS(3640), 1, anon_sym_AMP_AMP, + ACTIONS(3642), 1, anon_sym_PIPE, + ACTIONS(3644), 1, anon_sym_CARET, + ACTIONS(3646), 1, anon_sym_AMP, + ACTIONS(3632), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3634), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3650), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48369] = 8, + ACTIONS(3779), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [49787] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3070), 1, - anon_sym_const, - ACTIONS(3077), 1, - anon_sym_LBRACE, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(3734), 1, - anon_sym_COLON, - STATE(962), 1, - sym_attribute_specifier, - STATE(1227), 1, - sym_enumerator_list, - ACTIONS(3072), 13, + ACTIONS(3612), 1, + sym_identifier, + ACTIONS(3616), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym___extension__, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_alignas, - anon_sym__Alignas, - [48406] = 14, + ACTIONS(3618), 1, + anon_sym_defined, + ACTIONS(3781), 1, + sym_number_literal, + ACTIONS(3620), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3622), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3626), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1343), 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, + [49827] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, - anon_sym_SLASH, - ACTIONS(3510), 1, + ACTIONS(3672), 1, + sym_identifier, + ACTIONS(3674), 1, + anon_sym_LPAREN2, + ACTIONS(3676), 1, + anon_sym_defined, + ACTIONS(3783), 1, + sym_number_literal, + ACTIONS(3678), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3680), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3684), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1358), 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, + [49867] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3672), 1, + sym_identifier, + ACTIONS(3674), 1, + anon_sym_LPAREN2, + ACTIONS(3676), 1, + anon_sym_defined, + ACTIONS(3785), 1, + sym_number_literal, + ACTIONS(3678), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3680), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3684), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1375), 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, + [49907] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3612), 1, + sym_identifier, + ACTIONS(3616), 1, + anon_sym_LPAREN2, + ACTIONS(3618), 1, + anon_sym_defined, + ACTIONS(3787), 1, + sym_number_literal, + ACTIONS(3620), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3622), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3626), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1344), 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, + [49947] = 10, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3757), 1, + anon_sym_LF, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3797), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3801), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3759), 3, anon_sym_PIPE_PIPE, - ACTIONS(3512), 1, anon_sym_AMP_AMP, - ACTIONS(3514), 1, anon_sym_PIPE, - ACTIONS(3516), 1, - anon_sym_CARET, - ACTIONS(3518), 1, - anon_sym_AMP, - ACTIONS(3737), 1, - anon_sym_RPAREN, - ACTIONS(3504), 2, + ACTIONS(3791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3799), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [49988] = 3, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3747), 1, + anon_sym_LF, + ACTIONS(3749), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3520), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(3524), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3526), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [48455] = 12, - ACTIONS(3592), 1, + [50015] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, - anon_sym_AMP_AMP, - ACTIONS(3720), 1, - anon_sym_PIPE, - ACTIONS(3722), 1, + ACTIONS(3793), 1, anon_sym_CARET, - ACTIONS(3724), 1, + ACTIONS(3795), 1, anon_sym_AMP, - ACTIONS(3739), 1, + ACTIONS(3803), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48500] = 3, - ACTIONS(3285), 1, - anon_sym_LF, - ACTIONS(3592), 1, + [50060] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3283), 18, + ACTIONS(3686), 1, + anon_sym_LF, + ACTIONS(3688), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -136655,132 +140640,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [48527] = 12, - ACTIONS(3592), 1, + [50087] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3741), 1, + ACTIONS(3811), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48572] = 9, - ACTIONS(3592), 1, + [50132] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LF, - ACTIONS(3724), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, anon_sym_AMP, - ACTIONS(3710), 2, + ACTIONS(3805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3813), 1, + anon_sym_LF, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3600), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48611] = 3, - ACTIONS(2631), 1, - anon_sym_LF, - ACTIONS(3592), 1, + [50177] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(2629), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(3636), 1, anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3638), 1, anon_sym_PIPE_PIPE, + ACTIONS(3640), 1, anon_sym_AMP_AMP, + ACTIONS(3642), 1, anon_sym_PIPE, + ACTIONS(3644), 1, anon_sym_CARET, + ACTIONS(3646), 1, anon_sym_AMP, + ACTIONS(3815), 1, + anon_sym_RPAREN, + ACTIONS(3632), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3634), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3650), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48638] = 12, - ACTIONS(3592), 1, + [50226] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, + ACTIONS(3817), 1, + anon_sym_LF, + ACTIONS(3789), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3797), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3801), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3799), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [50271] = 12, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3793), 1, anon_sym_CARET, - ACTIONS(3724), 1, + ACTIONS(3795), 1, anon_sym_AMP, - ACTIONS(3743), 1, + ACTIONS(3805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3819), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48683] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(3598), 1, + [50316] = 3, + ACTIONS(3387), 1, anon_sym_LF, - ACTIONS(3600), 18, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3385), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -136799,72 +140831,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [48710] = 6, - ACTIONS(3592), 1, + [50343] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3821), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3730), 2, + ACTIONS(3797), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3600), 11, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48743] = 12, - ACTIONS(3592), 1, + [50388] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3745), 1, + ACTIONS(3823), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48788] = 3, - ACTIONS(3281), 1, + [50433] = 3, + ACTIONS(2761), 1, anon_sym_LF, - ACTIONS(3592), 1, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3279), 18, + ACTIONS(2759), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -136883,111 +140921,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [48815] = 12, - ACTIONS(3592), 1, + [50460] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LF, - ACTIONS(3600), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3710), 2, + ACTIONS(3825), 1, + anon_sym_LF, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48860] = 12, - ACTIONS(3592), 1, + [50505] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3747), 1, + ACTIONS(3827), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48905] = 12, - ACTIONS(3592), 1, + [50550] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3749), 1, + ACTIONS(3829), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [48950] = 3, - ACTIONS(3307), 1, + [50595] = 3, + ACTIONS(3383), 1, anon_sym_LF, - ACTIONS(3592), 1, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3381), 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, + [50622] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3305), 18, + ACTIONS(3775), 1, + anon_sym_LF, + ACTIONS(3777), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -137006,107 +141068,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [48977] = 8, - ACTIONS(3592), 1, + [50649] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3831), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3600), 5, + [50694] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3757), 1, + anon_sym_LF, + ACTIONS(3791), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3759), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - [49014] = 12, - ACTIONS(3592), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [50723] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3757), 1, + anon_sym_LF, + ACTIONS(3759), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, anon_sym_PIPE, - ACTIONS(3722), 1, anon_sym_CARET, - ACTIONS(3724), 1, anon_sym_AMP, - ACTIONS(3751), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [50750] = 12, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3757), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49059] = 12, - ACTIONS(3592), 1, + [50795] = 11, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, - anon_sym_AMP_AMP, - ACTIONS(3720), 1, - anon_sym_PIPE, - ACTIONS(3722), 1, + ACTIONS(3757), 1, + anon_sym_LF, + ACTIONS(3793), 1, anon_sym_CARET, - ACTIONS(3724), 1, + ACTIONS(3795), 1, anon_sym_AMP, - ACTIONS(3753), 1, - anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3759), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49104] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(3616), 1, + [50838] = 3, + ACTIONS(3379), 1, anon_sym_LF, - ACTIONS(3618), 18, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3377), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -137125,12 +141239,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [49131] = 3, - ACTIONS(3592), 1, + [50865] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3594), 1, + ACTIONS(3709), 1, anon_sym_LF, - ACTIONS(3596), 18, + ACTIONS(3711), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -137149,142 +141263,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [49158] = 12, - ACTIONS(3592), 1, + [50892] = 9, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, - anon_sym_AMP_AMP, - ACTIONS(3720), 1, - anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3755), 1, + ACTIONS(3757), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3759), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49203] = 7, - ACTIONS(3592), 1, + [50931] = 8, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3757), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3730), 2, + ACTIONS(3797), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3600), 7, + ACTIONS(3759), 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, - [49238] = 10, - ACTIONS(3592), 1, + [50968] = 7, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3757), 1, anon_sym_LF, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3600), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49279] = 12, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(3716), 1, + ACTIONS(3759), 7, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, anon_sym_PIPE, - ACTIONS(3722), 1, anon_sym_CARET, - ACTIONS(3724), 1, anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [51003] = 6, + ACTIONS(3668), 1, + sym_comment, ACTIONS(3757), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3759), 11, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49324] = 3, - ACTIONS(3592), 1, + [51036] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3650), 1, + ACTIONS(3757), 1, anon_sym_LF, - ACTIONS(3652), 18, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3759), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -137298,215 +141403,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [49351] = 11, - ACTIONS(3592), 1, + [51067] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LF, - ACTIONS(3720), 1, - anon_sym_PIPE, - ACTIONS(3722), 1, + ACTIONS(3793), 1, anon_sym_CARET, - ACTIONS(3724), 1, + ACTIONS(3795), 1, anon_sym_AMP, - ACTIONS(3600), 2, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3710), 2, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3833), 1, + anon_sym_LF, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49394] = 12, - ACTIONS(3592), 1, + [51112] = 3, + ACTIONS(3371), 1, + anon_sym_LF, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3369), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, anon_sym_PIPE, - ACTIONS(3722), 1, anon_sym_CARET, - ACTIONS(3724), 1, anon_sym_AMP, - ACTIONS(3759), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [51139] = 12, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(3793), 1, + anon_sym_CARET, + ACTIONS(3795), 1, + anon_sym_AMP, + ACTIONS(3805), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3807), 1, + anon_sym_AMP_AMP, + ACTIONS(3809), 1, + anon_sym_PIPE, + ACTIONS(3835), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49439] = 14, + [51184] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3508), 1, + ACTIONS(3636), 1, anon_sym_SLASH, - ACTIONS(3510), 1, + ACTIONS(3638), 1, anon_sym_PIPE_PIPE, - ACTIONS(3512), 1, + ACTIONS(3640), 1, anon_sym_AMP_AMP, - ACTIONS(3514), 1, + ACTIONS(3642), 1, anon_sym_PIPE, - ACTIONS(3516), 1, + ACTIONS(3644), 1, anon_sym_CARET, - ACTIONS(3518), 1, + ACTIONS(3646), 1, anon_sym_AMP, - ACTIONS(3761), 1, + ACTIONS(3837), 1, anon_sym_RPAREN, - ACTIONS(3504), 2, + ACTIONS(3632), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3506), 2, + ACTIONS(3634), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3520), 2, + ACTIONS(3648), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3522), 2, + ACTIONS(3650), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3524), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3526), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [49488] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LF, - ACTIONS(3712), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3600), 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, + ACTIONS(3652), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(3654), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [49517] = 12, - ACTIONS(3592), 1, + [51233] = 12, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3716), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, - anon_sym_AMP_AMP, - ACTIONS(3720), 1, - anon_sym_PIPE, - ACTIONS(3722), 1, + ACTIONS(3793), 1, anon_sym_CARET, - ACTIONS(3724), 1, + ACTIONS(3795), 1, anon_sym_AMP, - ACTIONS(3763), 1, - anon_sym_LF, - ACTIONS(3710), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3726), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3730), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3712), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3728), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [49562] = 12, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(3716), 1, + ACTIONS(3805), 1, anon_sym_PIPE_PIPE, - ACTIONS(3718), 1, + ACTIONS(3807), 1, anon_sym_AMP_AMP, - ACTIONS(3720), 1, + ACTIONS(3809), 1, anon_sym_PIPE, - ACTIONS(3722), 1, - anon_sym_CARET, - ACTIONS(3724), 1, - anon_sym_AMP, - ACTIONS(3765), 1, + ACTIONS(3839), 1, anon_sym_LF, - ACTIONS(3710), 2, + ACTIONS(3789), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3726), 2, + ACTIONS(3797), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3730), 2, + ACTIONS(3801), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3712), 3, + ACTIONS(3791), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3728), 4, + ACTIONS(3799), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [49607] = 10, + [51278] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1533), 1, + STATE(1543), 1, sym_ms_call_modifier, - STATE(1591), 1, + STATE(1684), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137519,24 +141591,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49647] = 10, + [51318] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1526), 1, + STATE(1545), 1, sym_ms_call_modifier, - STATE(1623), 1, + STATE(1672), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137549,24 +141621,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49687] = 10, + [51358] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1483), 1, + STATE(1508), 1, sym_ms_call_modifier, - STATE(1609), 1, + STATE(1619), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137579,24 +141651,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49727] = 10, + [51398] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1535), 1, + STATE(1517), 1, sym_ms_call_modifier, - STATE(1610), 1, + STATE(1624), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137609,24 +141681,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49767] = 10, + [51438] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1531), 1, + STATE(1515), 1, sym_ms_call_modifier, - STATE(1578), 1, + STATE(1602), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137639,24 +141711,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49807] = 10, + [51478] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1512), 1, + STATE(1519), 1, sym_ms_call_modifier, - STATE(1650), 1, + STATE(1628), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137669,24 +141741,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49847] = 10, + [51518] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1518), 1, + STATE(1531), 1, sym_ms_call_modifier, - STATE(1637), 1, + STATE(1606), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137699,24 +141771,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49887] = 10, + [51558] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1511), 1, + STATE(1525), 1, sym_ms_call_modifier, - STATE(1603), 1, + STATE(1638), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137729,24 +141801,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49927] = 10, + [51598] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1522), 1, + STATE(1516), 1, sym_ms_call_modifier, - STATE(1653), 1, + STATE(1630), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137759,24 +141831,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49967] = 10, + [51638] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1494), 1, + STATE(1513), 1, sym_ms_call_modifier, - STATE(1645), 1, + STATE(1690), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137789,54 +141861,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50007] = 10, + [51678] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3195), 1, + ACTIONS(1750), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(1752), 1, anon_sym_STAR, - STATE(1487), 1, - sym_ms_call_modifier, - STATE(1643), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(1719), 1, sym__declarator, - STATE(2145), 1, + STATE(1748), 1, + sym_parameter_list, + STATE(1796), 1, + sym__abstract_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - ACTIONS(45), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [50047] = 10, + [51722] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1488), 1, + STATE(1528), 1, sym_ms_call_modifier, - STATE(1613), 1, + STATE(1609), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137849,24 +141923,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50087] = 10, + [51762] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1491), 1, + STATE(1511), 1, sym_ms_call_modifier, - STATE(1583), 1, + STATE(1715), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137879,24 +141953,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50127] = 10, + [51802] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1508), 1, + STATE(1537), 1, sym_ms_call_modifier, - STATE(1580), 1, + STATE(1608), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137909,24 +141983,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50167] = 10, + [51842] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1534), 1, + STATE(1504), 1, sym_ms_call_modifier, - STATE(1589), 1, + STATE(1639), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137939,24 +142013,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50207] = 10, + [51882] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1525), 1, + STATE(1548), 1, sym_ms_call_modifier, - STATE(1625), 1, + STATE(1622), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137969,24 +142043,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50247] = 10, + [51922] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1498), 1, + STATE(1514), 1, sym_ms_call_modifier, - STATE(1626), 1, + STATE(1645), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -137999,24 +142073,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50287] = 10, + [51962] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1499), 1, + STATE(1520), 1, sym_ms_call_modifier, - STATE(1616), 1, + STATE(1651), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138029,24 +142103,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50327] = 10, + [52002] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1500), 1, + STATE(1559), 1, sym_ms_call_modifier, - STATE(1576), 1, + STATE(1657), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138059,56 +142133,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50367] = 12, + [52042] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1748), 1, - anon_sym_LPAREN2, - ACTIONS(1750), 1, - anon_sym_STAR, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3089), 1, - anon_sym_LBRACK, - STATE(1684), 1, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + STATE(1557), 1, + sym_ms_call_modifier, + STATE(1659), 1, sym__declarator, - STATE(1753), 1, - sym_parameter_list, - STATE(1791), 1, - sym__abstract_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [50411] = 10, + ACTIONS(45), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [52082] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1497), 1, + STATE(1549), 1, sym_ms_call_modifier, - STATE(1635), 1, + STATE(1626), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138121,24 +142193,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50451] = 10, + [52122] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1528), 1, + STATE(1563), 1, sym_ms_call_modifier, - STATE(1673), 1, + STATE(1629), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138151,24 +142223,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50491] = 10, + [52162] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1492), 1, + STATE(1510), 1, sym_ms_call_modifier, - STATE(1615), 1, + STATE(1600), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138181,24 +142253,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50531] = 10, + [52202] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1479), 1, + STATE(1562), 1, sym_ms_call_modifier, - STATE(1595), 1, + STATE(1676), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138211,24 +142283,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50571] = 10, + [52242] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1517), 1, + STATE(1547), 1, sym_ms_call_modifier, - STATE(1579), 1, + STATE(1681), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138241,24 +142313,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50611] = 10, + [52282] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1538), 1, + STATE(1551), 1, sym_ms_call_modifier, - STATE(1574), 1, + STATE(1627), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138271,24 +142343,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50651] = 10, + [52322] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1506), 1, + STATE(1552), 1, sym_ms_call_modifier, - STATE(1641), 1, + STATE(1643), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138301,24 +142373,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50691] = 10, + [52362] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1496), 1, + STATE(1558), 1, sym_ms_call_modifier, - STATE(1620), 1, + STATE(1680), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138331,24 +142403,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50731] = 10, + [52402] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1502), 1, + STATE(1561), 1, sym_ms_call_modifier, - STATE(1601), 1, + STATE(1637), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138361,29 +142433,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50771] = 10, + [52442] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1516), 1, + STATE(1522), 1, sym_ms_call_modifier, - STATE(1670), 1, - sym__field_declarator, - STATE(2282), 1, + STATE(1604), 1, + sym__declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1485), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(45), 6, anon_sym___cdecl, anon_sym___clrcall, @@ -138391,24 +142463,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50811] = 10, + [52482] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1480), 1, + STATE(1560), 1, sym_ms_call_modifier, - STATE(1621), 1, + STATE(1677), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138421,29 +142493,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50851] = 10, + [52522] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(1515), 1, + STATE(1542), 1, sym_ms_call_modifier, - STATE(1585), 1, - sym__declarator, - STATE(2145), 1, + STATE(1696), 1, + sym__field_declarator, + STATE(2158), 1, sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(45), 6, anon_sym___cdecl, anon_sym___clrcall, @@ -138451,24 +142523,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50891] = 10, + [52562] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1520), 1, + STATE(1564), 1, sym_ms_call_modifier, - STATE(1630), 1, + STATE(1641), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138481,24 +142553,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50931] = 10, + [52602] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1493), 1, + STATE(1550), 1, sym_ms_call_modifier, - STATE(1582), 1, + STATE(1640), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138511,24 +142583,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50971] = 10, + [52642] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1503), 1, + STATE(1524), 1, sym_ms_call_modifier, - STATE(1597), 1, + STATE(1669), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138541,24 +142613,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51011] = 10, + [52682] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1513), 1, + STATE(1553), 1, sym_ms_call_modifier, - STATE(1659), 1, + STATE(1649), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138571,24 +142643,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51051] = 10, + [52722] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1523), 1, + STATE(1546), 1, sym_ms_call_modifier, - STATE(1596), 1, + STATE(1656), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138601,24 +142673,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51091] = 10, + [52762] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, STATE(1505), 1, sym_ms_call_modifier, - STATE(1658), 1, + STATE(1662), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138631,24 +142703,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51131] = 10, + [52802] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1501), 1, + STATE(1512), 1, sym_ms_call_modifier, - STATE(1660), 1, + STATE(1687), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -138661,350 +142733,448 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51171] = 11, + [52842] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1780), 1, + STATE(1859), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51212] = 11, + [52883] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1810), 1, + STATE(1824), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51253] = 11, + [52924] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1807), 1, + STATE(1840), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51294] = 11, + [52965] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3841), 1, + sym_identifier, + ACTIONS(3847), 1, + anon_sym_LBRACK, + STATE(1443), 1, + sym_gnu_asm_expression, + STATE(1495), 1, + sym_attribute_specifier, + STATE(1660), 1, + aux_sym_type_definition_repeat1, + ACTIONS(3843), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1442), 2, + sym_preproc_call_expression, + aux_sym_function_declarator_repeat1, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3845), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [53006] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3841), 1, + sym_identifier, + ACTIONS(3847), 1, + anon_sym_LBRACK, + STATE(1444), 1, + sym_gnu_asm_expression, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + STATE(1442), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3845), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [53041] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1800), 1, + STATE(1807), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51335] = 11, + [53082] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1824), 1, + STATE(1846), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51376] = 11, + [53123] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1790), 1, + STATE(1828), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51417] = 11, + [53164] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1829), 1, + STATE(1801), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51458] = 11, + [53205] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1541), 1, + STATE(1572), 1, sym__type_declarator, - STATE(1825), 1, + STATE(1845), 1, sym__type_definition_declarators, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51499] = 10, + [53246] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3841), 1, sym_identifier, - ACTIONS(3153), 1, + STATE(1445), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3851), 4, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3849), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3155), 1, - anon_sym_STAR, - ACTIONS(3159), 1, - sym_primitive_type, - STATE(1558), 1, - sym__type_declarator, - STATE(2260), 1, - sym_ms_based_modifier, - ACTIONS(3157), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1669), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [51537] = 10, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [53276] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3151), 1, + ACTIONS(3235), 1, sym_identifier, - ACTIONS(3153), 1, + ACTIONS(3237), 1, anon_sym_LPAREN2, - ACTIONS(3155), 1, + ACTIONS(3239), 1, anon_sym_STAR, - ACTIONS(3159), 1, + ACTIONS(3243), 1, sym_primitive_type, - STATE(1675), 1, + STATE(1579), 1, sym__type_declarator, - STATE(2260), 1, + STATE(2333), 1, sym_ms_based_modifier, - ACTIONS(3157), 4, + ACTIONS(3241), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1669), 5, + STATE(1709), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [51575] = 11, + [53314] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(3767), 1, + ACTIONS(3841), 1, sym_identifier, - ACTIONS(3773), 1, - anon_sym_LBRACK, - STATE(1432), 1, - sym_gnu_asm_expression, - STATE(1507), 1, + STATE(1445), 3, + sym_preproc_call_expression, sym_attribute_specifier, - STATE(1682), 1, - aux_sym_type_definition_repeat1, - ACTIONS(97), 2, + aux_sym_function_declarator_repeat1, + ACTIONS(3855), 4, + anon_sym_LBRACK, anon_sym_asm, anon_sym___asm__, - ACTIONS(3769), 2, + anon_sym___asm, + ACTIONS(3853), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [53344] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3841), 1, + sym_identifier, + ACTIONS(3855), 1, + anon_sym_LBRACK, + STATE(1495), 1, + sym_attribute_specifier, + STATE(1616), 1, + aux_sym_type_definition_repeat1, + ACTIONS(3857), 2, anon_sym_COMMA, anon_sym_SEMI, - STATE(1437), 2, + STATE(1440), 2, sym_preproc_call_expression, aux_sym_function_declarator_repeat1, - ACTIONS(3771), 4, + ACTIONS(3859), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3853), 4, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [51615] = 8, + [53382] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(3767), 1, + ACTIONS(3841), 1, sym_identifier, - ACTIONS(3773), 1, + STATE(1440), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3855), 4, anon_sym_LBRACK, - STATE(1439), 1, - sym_gnu_asm_expression, - ACTIONS(97), 2, anon_sym_asm, anon_sym___asm__, - STATE(1437), 3, + anon_sym___asm, + ACTIONS(3853), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [53412] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3861), 1, + sym_identifier, + ACTIONS(3866), 1, + anon_sym___attribute__, + STATE(1445), 3, sym_preproc_call_expression, sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(3771), 7, + ACTIONS(3869), 4, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3864), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -139012,352 +143182,444 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [51649] = 11, + [53442] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3235), 1, + sym_identifier, + ACTIONS(3237), 1, + anon_sym_LPAREN2, + ACTIONS(3239), 1, + anon_sym_STAR, + ACTIONS(3243), 1, + sym_primitive_type, + STATE(1730), 1, + sym__type_declarator, + STATE(2333), 1, + sym_ms_based_modifier, + ACTIONS(3241), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1709), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [53480] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3777), 1, + ACTIONS(3873), 1, aux_sym_preproc_if_token2, - ACTIONS(3779), 1, + ACTIONS(3875), 1, aux_sym_preproc_else_token1, - ACTIONS(3781), 1, + ACTIONS(3877), 1, aux_sym_preproc_elif_token1, - STATE(1490), 1, + STATE(1554), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1532), 1, + STATE(1556), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1672), 1, + STATE(1710), 1, + sym_enumerator, + ACTIONS(3879), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2203), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + STATE(2208), 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, + [53519] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3871), 1, + sym_identifier, + ACTIONS(3875), 1, + aux_sym_preproc_else_token1, + ACTIONS(3877), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3881), 1, + aux_sym_preproc_if_token2, + STATE(1518), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1521), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1710), 1, sym_enumerator, - ACTIONS(3783), 2, + ACTIONS(3879), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2150), 3, + STATE(2361), 3, sym_preproc_else_in_enumerator_list_no_comma, sym_preproc_elif_in_enumerator_list_no_comma, sym_preproc_elifdef_in_enumerator_list_no_comma, - STATE(2151), 3, + STATE(2367), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [51688] = 12, + [53558] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - ACTIONS(3785), 1, + ACTIONS(3883), 1, anon_sym_SEMI, - STATE(1468), 1, + STATE(1493), 1, sym__field_declarator, - STATE(1916), 1, + STATE(2008), 1, sym__field_declaration_declarator, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, - STATE(2289), 1, + STATE(2225), 1, sym_attribute_specifier, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [51729] = 11, + [53599] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3779), 1, + ACTIONS(3875), 1, aux_sym_preproc_else_token1, - ACTIONS(3781), 1, + ACTIONS(3877), 1, aux_sym_preproc_elif_token1, - ACTIONS(3787), 1, + ACTIONS(3885), 1, aux_sym_preproc_if_token2, - STATE(1481), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1482), 1, + STATE(1533), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1672), 1, + STATE(1538), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1710), 1, sym_enumerator, - ACTIONS(3783), 2, + ACTIONS(3879), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2272), 3, + STATE(2341), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - STATE(2273), 3, + STATE(2342), 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, - [51768] = 12, + [53638] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - ACTIONS(3789), 1, + ACTIONS(3887), 1, anon_sym_SEMI, - STATE(1468), 1, + STATE(1493), 1, sym__field_declarator, - STATE(1976), 1, + STATE(2004), 1, sym__field_declaration_declarator, - STATE(2225), 1, - sym_attribute_specifier, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, - STATE(1646), 5, + STATE(2221), 1, + sym_attribute_specifier, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [51809] = 12, + [53679] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - ACTIONS(3791), 1, + ACTIONS(3889), 1, anon_sym_SEMI, - STATE(1468), 1, + STATE(1493), 1, sym__field_declarator, - STATE(1901), 1, + STATE(1917), 1, sym__field_declaration_declarator, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, - STATE(2310), 1, + STATE(2336), 1, sym_attribute_specifier, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [51850] = 6, + [53720] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(3767), 1, - sym_identifier, - ACTIONS(3795), 3, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - STATE(1431), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3793), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(3893), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [51879] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3797), 1, - sym_identifier, - ACTIONS(3802), 1, - anon_sym___attribute__, - ACTIONS(3805), 3, + ACTIONS(3896), 2, anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - STATE(1431), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3800), 7, + anon_sym___asm, + STATE(1453), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3891), 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, - [51908] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___attribute__, - ACTIONS(3767), 1, - sym_identifier, - ACTIONS(3811), 1, - anon_sym_LBRACK, - STATE(1507), 1, - sym_attribute_specifier, - STATE(1683), 1, - aux_sym_type_definition_repeat1, - ACTIONS(3807), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3813), 2, + anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - STATE(1430), 2, - sym_preproc_call_expression, - aux_sym_function_declarator_repeat1, - ACTIONS(3809), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [51945] = 11, + [53747] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3779), 1, + ACTIONS(3875), 1, aux_sym_preproc_else_token1, - ACTIONS(3781), 1, + ACTIONS(3877), 1, aux_sym_preproc_elif_token1, - ACTIONS(3815), 1, + ACTIONS(3898), 1, aux_sym_preproc_if_token2, - STATE(1478), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1504), 1, + STATE(1555), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1672), 1, + STATE(1565), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1710), 1, sym_enumerator, - ACTIONS(3783), 2, + ACTIONS(3879), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2161), 3, + STATE(2260), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - STATE(2162), 3, + STATE(2261), 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, - [51984] = 12, + [53786] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - ACTIONS(3817), 1, + ACTIONS(3900), 1, anon_sym_SEMI, - STATE(1468), 1, + STATE(1493), 1, sym__field_declarator, - STATE(1849), 1, + STATE(1929), 1, sym__field_declaration_declarator, - STATE(2114), 1, + STATE(2156), 1, sym_attribute_specifier, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [52025] = 12, + [53827] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___attribute__, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3225), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3227), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3229), 1, + ACTIONS(3287), 1, anon_sym_STAR, - ACTIONS(3819), 1, + ACTIONS(3902), 1, anon_sym_SEMI, - STATE(1468), 1, + STATE(1493), 1, sym__field_declarator, - STATE(1874), 1, + STATE(1966), 1, sym__field_declaration_declarator, - STATE(2282), 1, + STATE(2158), 1, sym_ms_based_modifier, - STATE(2325), 1, + STATE(2270), 1, sym_attribute_specifier, - STATE(1646), 5, + STATE(1653), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [52066] = 11, + [53868] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3779), 1, - aux_sym_preproc_else_token1, - ACTIONS(3781), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3821), 1, - aux_sym_preproc_if_token2, - STATE(1489), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1495), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1672), 1, - sym_enumerator, - ACTIONS(3783), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(2148), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - STATE(2241), 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, - [52105] = 6, + ACTIONS(3285), 1, + anon_sym_LPAREN2, + ACTIONS(3287), 1, + anon_sym_STAR, + ACTIONS(3904), 1, + anon_sym_SEMI, + STATE(1493), 1, + sym__field_declarator, + STATE(1890), 1, + sym__field_declaration_declarator, + STATE(2158), 1, + sym_ms_based_modifier, + STATE(2385), 1, + sym_attribute_specifier, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [53909] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3841), 1, + sym_identifier, + ACTIONS(3847), 1, + anon_sym_LBRACK, + STATE(1574), 1, + sym_gnu_asm_expression, + ACTIONS(97), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + STATE(1573), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3845), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [53941] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3906), 6, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + ACTIONS(3908), 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, + [53963] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + ACTIONS(3916), 1, + anon_sym___asm, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3910), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [53995] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + ACTIONS(3920), 1, + anon_sym___asm, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3918), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [54027] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3922), 6, anon_sym___attribute__, - ACTIONS(3767), 1, - sym_identifier, - ACTIONS(3811), 3, anon_sym_LBRACK, anon_sym_asm, anon_sym___asm__, - STATE(1431), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3809), 7, + anon_sym___asm, + sym_identifier, + ACTIONS(3924), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -139365,51 +143627,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [52134] = 12, + anon_sym_COLON, + [54049] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(3603), 1, + anon_sym_LPAREN2, + STATE(1151), 1, + sym_preproc_argument_list, + ACTIONS(3926), 6, anon_sym___attribute__, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3225), 1, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, sym_identifier, - ACTIONS(3227), 1, - anon_sym_LPAREN2, - ACTIONS(3229), 1, - anon_sym_STAR, - ACTIONS(3823), 1, + ACTIONS(3928), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(1468), 1, - sym__field_declarator, - STATE(1910), 1, - sym__field_declaration_declarator, - STATE(2282), 1, - sym_ms_based_modifier, - STATE(2290), 1, - sym_attribute_specifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [52175] = 6, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [54075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, + ACTIONS(3930), 6, anon_sym___attribute__, - ACTIONS(3767), 1, - sym_identifier, - ACTIONS(3811), 3, anon_sym_LBRACK, anon_sym_asm, anon_sym___asm__, - STATE(1430), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3809), 7, + anon_sym___asm, + sym_identifier, + ACTIONS(3932), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -139417,17 +143667,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [52204] = 5, + anon_sym_COLON, + [54097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3827), 1, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3830), 1, + ACTIONS(3936), 2, anon_sym_LBRACK, - STATE(1440), 2, + anon_sym___asm, + STATE(1453), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3825), 10, + ACTIONS(3934), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -139435,2362 +143687,2416 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [52230] = 11, + [54123] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + ACTIONS(3940), 1, + anon_sym___asm, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3938), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [54155] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + ACTIONS(3944), 1, + anon_sym___asm, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3942), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [54187] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1688), 1, - sym__declarator, - STATE(1698), 1, + STATE(1725), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52267] = 11, + [54224] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1584), 1, + STATE(1733), 1, + sym__declaration_declarator, + STATE(1743), 1, sym__declarator, - STATE(1698), 1, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54261] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, + sym_identifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1714), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52304] = 11, + [54298] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1575), 1, + STATE(1617), 1, sym__declarator, - STATE(1689), 1, + STATE(1726), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52341] = 9, + [54335] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, sym_identifier, - ACTIONS(3834), 1, - aux_sym_preproc_if_token1, - ACTIONS(3838), 1, - sym_preproc_directive, - ACTIONS(3840), 1, - anon_sym_RBRACE, - ACTIONS(3836), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(2063), 2, - sym_preproc_call, - sym_enumerator, - STATE(2297), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(1529), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [52374] = 11, + STATE(1485), 1, + sym_function_declarator, + STATE(1646), 1, + sym__declarator, + STATE(1716), 1, + sym__declaration_declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54372] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1686), 1, + STATE(1705), 1, sym__declaration_declarator, - STATE(1688), 1, + STATE(1743), 1, sym__declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52411] = 11, + [54409] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1688), 1, + STATE(1743), 1, sym__declarator, - STATE(1723), 1, + STATE(1768), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52448] = 11, + [54446] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1688), 1, + STATE(1716), 1, + sym__declaration_declarator, + STATE(1743), 1, sym__declarator, - STATE(1694), 1, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54483] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, + sym_identifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1722), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54520] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, + sym_identifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1713), 1, + sym__declaration_declarator, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54557] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, + sym_identifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1737), 1, + sym__declaration_declarator, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52485] = 9, + [54594] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(3834), 1, + ACTIONS(3948), 1, aux_sym_preproc_if_token1, - ACTIONS(3838), 1, + ACTIONS(3952), 1, sym_preproc_directive, - ACTIONS(3842), 1, + ACTIONS(3954), 1, anon_sym_RBRACE, - ACTIONS(3836), 2, + ACTIONS(3950), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(2071), 2, + STATE(2087), 2, sym_preproc_call, sym_enumerator, - STATE(2322), 2, + STATE(2300), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(1444), 3, + STATE(1484), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [52518] = 7, + [54627] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, - anon_sym_LBRACK, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3844), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [52547] = 11, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, + sym_identifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1735), 1, + sym__declaration_declarator, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54664] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1688), 1, - sym__declarator, - STATE(1713), 1, + STATE(1726), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1743), 1, + sym__declarator, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52584] = 7, + [54701] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, - anon_sym_LBRACK, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3850), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [52613] = 11, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3610), 1, + sym_identifier, + STATE(1485), 1, + sym_function_declarator, + STATE(1688), 1, + sym__declarator, + STATE(1733), 1, + sym__declaration_declarator, + STATE(1776), 1, + sym__function_declaration_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1576), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + [54738] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3610), 1, sym_identifier, - STATE(1550), 1, + STATE(1485), 1, sym_function_declarator, - STATE(1688), 1, + STATE(1621), 1, sym__declarator, - STATE(1689), 1, + STATE(1725), 1, sym__declaration_declarator, - STATE(1770), 1, + STATE(1776), 1, sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1576), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [52650] = 3, + [54775] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3852), 5, - anon_sym___attribute__, + ACTIONS(3946), 1, + sym_identifier, + ACTIONS(3948), 1, + aux_sym_preproc_if_token1, + ACTIONS(3952), 1, + sym_preproc_directive, + ACTIONS(3956), 1, + anon_sym_RBRACE, + ACTIONS(3950), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(2100), 2, + sym_preproc_call, + sym_enumerator, + STATE(2155), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(1544), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [54808] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3960), 2, anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3958), 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__, - sym_identifier, - ACTIONS(3854), 8, + [54828] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3964), 2, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3962), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [52671] = 11, + anon_sym_asm, + anon_sym___asm__, + [54848] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3966), 1, sym_identifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1688), 1, + ACTIONS(3968), 1, + anon_sym_SEMI, + STATE(1769), 1, sym__declarator, - STATE(1720), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(1810), 1, + sym_array_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, - sym_array_declarator, - [52708] = 11, + sym_function_declarator, + [54882] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3970), 1, sym_identifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1688), 1, + ACTIONS(3972), 1, + anon_sym_SEMI, + STATE(1769), 1, sym__declarator, - STATE(1724), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(1816), 1, + sym_array_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, - sym_array_declarator, - [52745] = 5, + sym_function_declarator, + [54916] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3491), 1, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, anon_sym_LPAREN2, - STATE(1139), 1, - sym_preproc_argument_list, - ACTIONS(3856), 5, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3974), 1, sym_identifier, - ACTIONS(3858), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3976), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [52770] = 11, + STATE(1769), 1, + sym__declarator, + STATE(1855), 1, + sym_array_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1485), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + [54950] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(3978), 1, sym_identifier, - STATE(1550), 1, + ACTIONS(3980), 1, + anon_sym_SEMI, + STATE(1769), 1, + sym__declarator, + STATE(1817), 1, + sym_array_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1485), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, sym_function_declarator, - STATE(1688), 1, + [54984] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3982), 1, + sym_identifier, + ACTIONS(3984), 1, + anon_sym_SEMI, + STATE(1769), 1, sym__declarator, - STATE(1749), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(1837), 1, + sym_array_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, + sym_function_declarator, + [55018] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(3986), 1, + sym_identifier, + ACTIONS(3988), 1, + anon_sym_SEMI, + STATE(1769), 1, + sym__declarator, + STATE(1795), 1, sym_array_declarator, - [52807] = 7, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1485), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + [55052] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3990), 1, + anon_sym_COMMA, + ACTIONS(3994), 1, anon_sym_LBRACK, - STATE(1424), 1, + ACTIONS(3996), 1, + anon_sym_COLON, + STATE(1658), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1805), 1, + sym_bitfield_clause, + STATE(1806), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(3992), 2, + anon_sym_SEMI, + anon_sym___attribute__, + STATE(1569), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3860), 7, + [55088] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4000), 2, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3998), 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__, - [52836] = 11, + [55108] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(4004), 1, + anon_sym___attribute__, + ACTIONS(3926), 2, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(4002), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(4007), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3928), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [55134] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(4009), 1, sym_identifier, - STATE(1550), 1, + ACTIONS(4011), 1, + anon_sym_SEMI, + STATE(1769), 1, + sym__declarator, + STATE(1825), 1, + sym_array_declarator, + STATE(2268), 1, + sym_ms_based_modifier, + STATE(1485), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, sym_function_declarator, - STATE(1688), 1, + [55168] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, + anon_sym___based, + ACTIONS(3289), 1, + anon_sym_LPAREN2, + ACTIONS(3291), 1, + anon_sym_STAR, + ACTIONS(4013), 1, + sym_identifier, + ACTIONS(4015), 1, + anon_sym_SEMI, + STATE(1769), 1, sym__declarator, - STATE(1703), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(1860), 1, + sym_array_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, - sym_array_declarator, - [52873] = 3, + sym_function_declarator, + [55202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3862), 5, - anon_sym___attribute__, + ACTIONS(4019), 2, anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - sym_identifier, - ACTIONS(3864), 8, + anon_sym___asm, + ACTIONS(4017), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [52894] = 11, + anon_sym_asm, + anon_sym___asm__, + [55222] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(4021), 1, sym_identifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1604), 1, + ACTIONS(4023), 1, + anon_sym_SEMI, + STATE(1769), 1, sym__declarator, - STATE(1723), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(1835), 1, + sym_array_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, - sym_array_declarator, - [52931] = 3, + sym_function_declarator, + [55256] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3866), 5, - anon_sym___attribute__, + ACTIONS(4027), 2, anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - sym_identifier, - ACTIONS(3868), 8, + anon_sym___asm, + ACTIONS(4025), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [52952] = 7, + anon_sym_asm, + anon_sym___asm__, + [55276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(4031), 2, anon_sym_LBRACK, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3870), 7, + anon_sym___asm, + ACTIONS(4029), 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__, - [52981] = 11, + [55296] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, + ACTIONS(4033), 1, sym_identifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1638), 1, + ACTIONS(4035), 1, + anon_sym_SEMI, + STATE(1769), 1, sym__declarator, - STATE(1686), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(1853), 1, + sym_array_declarator, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, - sym_array_declarator, - [53018] = 11, + sym_function_declarator, + [55330] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4039), 2, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(4037), 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__, + [55350] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3498), 1, - sym_identifier, - STATE(1550), 1, - sym_function_declarator, - STATE(1688), 1, + STATE(1666), 1, sym__declarator, - STATE(1707), 1, - sym__declaration_declarator, - STATE(1770), 1, - sym__function_declaration_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1557), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, + sym_function_declarator, sym_array_declarator, - [53055] = 10, + [55379] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3872), 1, - sym_identifier, - ACTIONS(3874), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1655), 1, sym__declarator, - STATE(1806), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53089] = 10, + sym_array_declarator, + [55408] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(3871), 1, + sym_identifier, + ACTIONS(4041), 1, + aux_sym_preproc_if_token2, + ACTIONS(4043), 1, + aux_sym_preproc_else_token1, + ACTIONS(4045), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4047), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1533), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(2342), 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, + [55437] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3946), 1, + sym_identifier, + ACTIONS(4049), 1, + aux_sym_preproc_if_token2, + ACTIONS(4051), 1, + aux_sym_preproc_else_token1, + ACTIONS(4053), 1, + aux_sym_preproc_elif_token1, + STATE(1565), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + ACTIONS(4055), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2260), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [55468] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3876), 1, - sym_identifier, - ACTIONS(3878), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1686), 1, sym__declarator, - STATE(1832), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53123] = 11, + sym_array_declarator, + [55497] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3880), 1, - anon_sym_COMMA, - ACTIONS(3884), 1, + ACTIONS(3994), 1, anon_sym_LBRACK, - ACTIONS(3886), 1, - anon_sym_COLON, - STATE(1618), 1, + STATE(1658), 1, sym_parameter_list, - STATE(1766), 1, - sym_bitfield_clause, - STATE(1767), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3882), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1548), 2, + STATE(1569), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [53159] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3890), 1, - anon_sym_LBRACK, - STATE(1440), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3888), 8, + ACTIONS(4057), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [53183] = 10, + anon_sym___attribute__, + anon_sym_COLON, + [55524] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3892), 1, - sym_identifier, - ACTIONS(3894), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1615), 1, sym__declarator, - STATE(1761), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53217] = 10, + sym_array_declarator, + [55553] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3896), 1, - sym_identifier, - ACTIONS(3898), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1719), 1, sym__declarator, - STATE(1822), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53251] = 10, + sym_array_declarator, + [55582] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3900), 1, - sym_identifier, - ACTIONS(3902), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1664), 1, sym__declarator, - STATE(1764), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53285] = 10, + sym_array_declarator, + [55611] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3904), 1, - sym_identifier, - ACTIONS(3906), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1618), 1, sym__declarator, - STATE(1799), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53319] = 10, + sym_array_declarator, + [55640] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3908), 1, - sym_identifier, - ACTIONS(3910), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1671), 1, sym__declarator, - STATE(1805), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53353] = 10, + sym_array_declarator, + [55669] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3912), 1, - sym_identifier, - ACTIONS(3914), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1647), 1, sym__declarator, - STATE(1758), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53387] = 10, + sym_array_declarator, + [55698] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3916), 1, - sym_identifier, - ACTIONS(3918), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1644), 1, sym__declarator, - STATE(1782), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53421] = 10, + sym_array_declarator, + [55727] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3195), 1, + ACTIONS(3116), 1, + sym_identifier, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - ACTIONS(3920), 1, - sym_identifier, - ACTIONS(3922), 1, - anon_sym_SEMI, - STATE(1699), 1, + STATE(1612), 1, sym__declarator, - STATE(1772), 1, - sym_array_declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 4, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, - [53455] = 9, + sym_array_declarator, + [55756] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(3924), 1, - aux_sym_preproc_if_token2, - ACTIONS(3926), 1, + ACTIONS(4051), 1, aux_sym_preproc_else_token1, - ACTIONS(3928), 1, + ACTIONS(4053), 1, aux_sym_preproc_elif_token1, - STATE(1647), 1, + ACTIONS(4059), 1, + aux_sym_preproc_if_token2, + STATE(1632), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, + STATE(2267), 1, sym_enumerator, - ACTIONS(3930), 2, + ACTIONS(4055), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2234), 3, + STATE(2331), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [53486] = 8, + [55787] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1598), 1, + STATE(1689), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53515] = 8, + [55816] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1617), 1, + STATE(1670), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53544] = 9, + [55845] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3926), 1, + ACTIONS(4043), 1, aux_sym_preproc_else_token1, - ACTIONS(3928), 1, + ACTIONS(4045), 1, aux_sym_preproc_elif_token1, - ACTIONS(3932), 1, - aux_sym_preproc_if_token2, - STATE(1647), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - ACTIONS(3930), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(2302), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [53575] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3934), 1, + ACTIONS(4061), 1, aux_sym_preproc_if_token2, - ACTIONS(3936), 1, - aux_sym_preproc_else_token1, - ACTIONS(3938), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3940), 2, + ACTIONS(4047), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1649), 2, + STATE(1599), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2306), 3, + STATE(2330), 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, - [53604] = 8, + [55874] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1569), 1, + STATE(1679), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53633] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3821), 1, - aux_sym_preproc_if_token2, - ACTIONS(3832), 1, - sym_identifier, - ACTIONS(3926), 1, - aux_sym_preproc_else_token1, - ACTIONS(3928), 1, - aux_sym_preproc_elif_token1, - STATE(1495), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - ACTIONS(3930), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(2148), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [53664] = 9, + [55903] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 1, + ACTIONS(3881), 1, aux_sym_preproc_if_token2, - ACTIONS(3832), 1, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(3926), 1, + ACTIONS(4051), 1, aux_sym_preproc_else_token1, - ACTIONS(3928), 1, + ACTIONS(4053), 1, aux_sym_preproc_elif_token1, - STATE(1481), 1, + STATE(1518), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, + STATE(2267), 1, sym_enumerator, - ACTIONS(3930), 2, + ACTIONS(4055), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2272), 3, + STATE(2367), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [53695] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3936), 1, - aux_sym_preproc_else_token1, - ACTIONS(3938), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3942), 1, - aux_sym_preproc_if_token2, - ACTIONS(3940), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1482), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2273), 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, - [53724] = 8, + [55934] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1633), 1, + STATE(1673), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53753] = 8, + [55963] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1614), 1, + STATE(1665), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53782] = 8, + [55992] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3936), 1, - aux_sym_preproc_else_token1, - ACTIONS(3938), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3944), 1, - aux_sym_preproc_if_token2, - ACTIONS(3940), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1649), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2275), 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, - [53811] = 8, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3994), 1, + anon_sym_LBRACK, + ACTIONS(3996), 1, + anon_sym_COLON, + STATE(1658), 1, + sym_parameter_list, + STATE(1878), 1, + sym_bitfield_clause, + STATE(1569), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(4063), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [56023] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3936), 1, + ACTIONS(4043), 1, aux_sym_preproc_else_token1, - ACTIONS(3938), 1, + ACTIONS(4045), 1, aux_sym_preproc_elif_token1, - ACTIONS(3946), 1, + ACTIONS(4065), 1, aux_sym_preproc_if_token2, - ACTIONS(3940), 2, + ACTIONS(4047), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1649), 2, + STATE(1521), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2198), 3, + STATE(2361), 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, - [53840] = 8, + [56052] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1588), 1, + STATE(1598), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53869] = 8, + [56081] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3195), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1639), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [53898] = 8, + ACTIONS(3994), 1, + anon_sym_LBRACK, + STATE(1658), 1, + sym_parameter_list, + STATE(1569), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(4067), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_COLON, + [56108] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(1458), 1, + sym_parameter_list, + ACTIONS(4069), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(1785), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [56139] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1632), 1, + STATE(1675), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [53927] = 8, + [56168] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(1636), 1, - sym__declarator, - STATE(2145), 1, + STATE(1526), 1, + sym__field_declarator, + STATE(2158), 1, sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [53956] = 9, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [56197] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3926), 1, + ACTIONS(4043), 1, aux_sym_preproc_else_token1, - ACTIONS(3928), 1, + ACTIONS(4045), 1, aux_sym_preproc_elif_token1, - ACTIONS(3948), 1, + ACTIONS(4071), 1, aux_sym_preproc_if_token2, - STATE(1647), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - ACTIONS(3930), 2, + ACTIONS(4047), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2274), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [53987] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1573), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54016] = 8, + STATE(1599), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(2356), 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, + [56226] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3195), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1656), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54045] = 8, + ACTIONS(3994), 1, + anon_sym_LBRACK, + STATE(1658), 1, + sym_parameter_list, + STATE(1569), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(4073), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_COLON, + [56253] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3195), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1571), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54074] = 8, + ACTIONS(3994), 1, + anon_sym_LBRACK, + STATE(1658), 1, + sym_parameter_list, + STATE(1569), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(4075), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_COLON, + [56280] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1619), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54103] = 8, + ACTIONS(4051), 1, + aux_sym_preproc_else_token1, + ACTIONS(4053), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4077), 1, + aux_sym_preproc_if_token2, + STATE(1556), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + ACTIONS(4055), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2203), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [56311] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1612), 1, + STATE(1663), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54132] = 8, + [56340] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3946), 1, + sym_identifier, + ACTIONS(4051), 1, + aux_sym_preproc_else_token1, + ACTIONS(4053), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4079), 1, + aux_sym_preproc_if_token2, + STATE(1632), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + ACTIONS(4055), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2357), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [56371] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4081), 1, + sym_identifier, + STATE(857), 1, + sym_string_literal, + ACTIONS(4083), 2, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1856), 2, + sym__string, + sym_concatenated_string, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [56396] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3885), 1, + aux_sym_preproc_if_token2, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(4051), 1, + aux_sym_preproc_else_token1, + ACTIONS(4053), 1, + aux_sym_preproc_elif_token1, + STATE(1538), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + ACTIONS(4055), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2341), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [56427] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1644), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54161] = 8, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(1458), 1, + sym_parameter_list, + ACTIONS(4085), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(1777), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [56458] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3283), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3285), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3287), 1, anon_sym_STAR, - STATE(1634), 1, - sym__declarator, - STATE(2145), 1, + STATE(1736), 1, + sym__field_declarator, + STATE(2158), 1, sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54190] = 8, + STATE(1653), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [56487] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1602), 1, + STATE(1654), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54219] = 8, + [56516] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(4087), 1, sym_identifier, - ACTIONS(3936), 1, - aux_sym_preproc_else_token1, - ACTIONS(3938), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3950), 1, - aux_sym_preproc_if_token2, - ACTIONS(3940), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1649), 2, + ACTIONS(4090), 1, + aux_sym_preproc_if_token1, + ACTIONS(4096), 1, + sym_preproc_directive, + ACTIONS(4099), 1, + anon_sym_RBRACE, + ACTIONS(4093), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(2211), 2, + sym_preproc_call, sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2236), 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, - [54248] = 8, + STATE(1544), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [56545] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1642), 1, + STATE(1648), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54277] = 8, + [56574] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1640), 1, + STATE(1610), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54306] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3954), 1, - anon_sym___attribute__, - ACTIONS(3856), 2, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(3952), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3957), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(3858), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [54331] = 8, + [56603] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1622), 1, + STATE(1674), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54360] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3936), 1, - aux_sym_preproc_else_token1, - ACTIONS(3938), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3959), 1, - aux_sym_preproc_if_token2, - ACTIONS(3940), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1489), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2241), 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, - [54389] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3884), 1, - anon_sym_LBRACK, - STATE(1618), 1, - sym_parameter_list, - STATE(1548), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3961), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [54416] = 8, + [56632] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1611), 1, + STATE(1597), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54445] = 8, + [56661] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1587), 1, + STATE(1623), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54474] = 8, + [56690] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1594), 1, + STATE(1611), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54503] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3225), 1, - sym_identifier, - ACTIONS(3227), 1, - anon_sym_LPAREN2, - ACTIONS(3229), 1, - anon_sym_STAR, - STATE(1527), 1, - sym__field_declarator, - STATE(2282), 1, - sym_ms_based_modifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [54532] = 8, + [56719] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1590), 1, + STATE(1625), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54561] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3225), 1, - sym_identifier, - ACTIONS(3227), 1, - anon_sym_LPAREN2, - ACTIONS(3229), 1, - anon_sym_STAR, - STATE(1671), 1, - sym__field_declarator, - STATE(2282), 1, - sym_ms_based_modifier, - STATE(1646), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [54590] = 8, + [56748] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1655), 1, + STATE(1634), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54619] = 8, + [56777] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1608), 1, + STATE(1642), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54648] = 9, + [56806] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3926), 1, + ACTIONS(4043), 1, aux_sym_preproc_else_token1, - ACTIONS(3928), 1, + ACTIONS(4045), 1, aux_sym_preproc_elif_token1, - ACTIONS(3963), 1, + ACTIONS(4101), 1, aux_sym_preproc_if_token2, - STATE(1532), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - ACTIONS(3930), 2, + ACTIONS(4047), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2151), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [54679] = 8, + STATE(1599), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(2257), 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, + [56835] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1648), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [54708] = 9, + ACTIONS(4043), 1, + aux_sym_preproc_else_token1, + ACTIONS(4045), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4103), 1, + aux_sym_preproc_if_token2, + ACTIONS(4047), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1599), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(2335), 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, + [56864] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3832), 1, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(3926), 1, + ACTIONS(4051), 1, aux_sym_preproc_else_token1, - ACTIONS(3928), 1, + ACTIONS(4053), 1, aux_sym_preproc_elif_token1, - ACTIONS(3965), 1, + ACTIONS(4105), 1, aux_sym_preproc_if_token2, - STATE(1478), 1, + STATE(1632), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, + STATE(2267), 1, sym_enumerator, - ACTIONS(3930), 2, + ACTIONS(4055), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2161), 3, + STATE(2264), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [54739] = 8, + [56895] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1657), 1, + STATE(1635), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54768] = 8, + [56924] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1600), 1, + STATE(1652), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54797] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3884), 1, - anon_sym_LBRACK, - STATE(1618), 1, - sym_parameter_list, - STATE(1548), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3967), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [54824] = 8, + [56953] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1628), 1, + STATE(1631), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54853] = 8, + [56982] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1570), 1, + STATE(1682), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54882] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3884), 1, - anon_sym_LBRACK, - ACTIONS(3886), 1, - anon_sym_COLON, - STATE(1618), 1, - sym_parameter_list, - STATE(1942), 1, - sym_bitfield_clause, - STATE(1548), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3969), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [54913] = 8, + [57011] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1684), 1, + STATE(1633), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [54942] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3971), 1, - sym_identifier, - ACTIONS(3974), 1, - aux_sym_preproc_if_token1, - ACTIONS(3980), 1, - sym_preproc_directive, - ACTIONS(3983), 1, - anon_sym_RBRACE, - ACTIONS(3977), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(2123), 2, - sym_preproc_call, - sym_enumerator, - STATE(1529), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [54971] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3884), 1, - anon_sym_LBRACK, - STATE(1618), 1, - sym_parameter_list, - STATE(1548), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3985), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [54998] = 8, + [57040] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1572), 1, + STATE(1683), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [55027] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 1, - sym_identifier, - ACTIONS(3926), 1, - aux_sym_preproc_else_token1, - ACTIONS(3928), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3987), 1, - aux_sym_preproc_if_token2, - STATE(1647), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - ACTIONS(3930), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(2179), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [55058] = 8, + [57069] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1593), 1, + STATE(1678), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [55087] = 8, + [57098] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, + ACTIONS(1756), 1, anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3116), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3289), 1, anon_sym_LPAREN2, - ACTIONS(3197), 1, + ACTIONS(3291), 1, anon_sym_STAR, - STATE(1592), 1, + STATE(1636), 1, sym__declarator, - STATE(2145), 1, + STATE(2268), 1, sym_ms_based_modifier, - STATE(1550), 5, + STATE(1485), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [55116] = 8, + [57127] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, + ACTIONS(3946), 1, + sym_identifier, + ACTIONS(4051), 1, + aux_sym_preproc_else_token1, + ACTIONS(4053), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4107), 1, + aux_sym_preproc_if_token2, + STATE(1632), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + ACTIONS(4055), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(2324), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [57158] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3841), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3851), 2, + anon_sym___attribute__, + anon_sym_LBRACK, + STATE(1445), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3849), 4, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1581), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [55145] = 7, + anon_sym_LBRACK_LBRACK, + [57180] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3884), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - STATE(1618), 1, + STATE(1698), 1, sym_parameter_list, - STATE(1548), 2, + STATE(1588), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3989), 5, + ACTIONS(4109), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_COLON, - [55172] = 6, + [57206] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 1, - sym_identifier, - STATE(849), 1, + ACTIONS(4115), 1, + anon_sym_LBRACK, + STATE(1820), 1, + sym_gnu_asm_input_operand, + STATE(2273), 1, sym_string_literal, - ACTIONS(3993), 2, + ACTIONS(4113), 2, anon_sym_RPAREN, anon_sym_COLON, - STATE(1804), 2, - sym__string, - sym_concatenated_string, ACTIONS(103), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55197] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - anon_sym___based, - ACTIONS(3081), 1, - sym_identifier, - ACTIONS(3195), 1, - anon_sym_LPAREN2, - ACTIONS(3197), 1, - anon_sym_STAR, - STATE(1624), 1, - sym__declarator, - STATE(2145), 1, - sym_ms_based_modifier, - STATE(1550), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [55226] = 7, + [57230] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(4119), 1, anon_sym_LBRACK, - STATE(1681), 1, - sym_parameter_list, - STATE(1563), 2, + STATE(1453), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3995), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [55252] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4001), 1, - anon_sym_LBRACK, - ACTIONS(3999), 9, + ACTIONS(4117), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55270] = 9, + anon_sym___attribute__, + anon_sym_COLON, + [57252] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - ACTIONS(4003), 1, - anon_sym_COMMA, - STATE(1681), 1, + STATE(1698), 1, sym_parameter_list, - STATE(1828), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(4005), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1563), 2, + STATE(1588), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4009), 1, - anon_sym_LBRACK, - ACTIONS(4007), 9, + ACTIONS(4121), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55318] = 7, + anon_sym___attribute__, + [57278] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - STATE(1681), 1, + STATE(1698), 1, sym_parameter_list, - STATE(1563), 2, + STATE(1588), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4011), 4, + ACTIONS(4123), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [55344] = 7, + [57304] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - STATE(1681), 1, + ACTIONS(4125), 1, + anon_sym_COMMA, + STATE(1698), 1, sym_parameter_list, - STATE(1563), 2, + STATE(1792), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(4127), 2, + anon_sym_SEMI, + anon_sym___attribute__, + STATE(1588), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4013), 4, + [57334] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3841), 1, + sym_identifier, + ACTIONS(3855), 2, + anon_sym___attribute__, + anon_sym_LBRACK, + STATE(1445), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3853), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [55370] = 6, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [57356] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4017), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(3841), 1, + sym_identifier, + ACTIONS(3855), 1, anon_sym_LBRACK, - STATE(1768), 1, - sym_gnu_asm_output_operand, - STATE(2109), 1, - sym_string_literal, - ACTIONS(4015), 2, + STATE(1566), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3853), 4, + anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [55394] = 7, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [57380] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - STATE(1681), 1, + STATE(1698), 1, sym_parameter_list, - STATE(1563), 2, + STATE(1588), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4019), 4, + ACTIONS(4129), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [55420] = 3, + [57406] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 1, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4021), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4133), 1, + anon_sym___asm, + ACTIONS(3958), 4, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55438] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4027), 1, - anon_sym_LBRACK, - STATE(1440), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(4025), 6, + ACTIONS(4131), 4, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [55460] = 6, + anon_sym_asm, + anon_sym___asm__, + [57428] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4031), 1, + ACTIONS(4137), 1, anon_sym_LBRACK, - STATE(1795), 1, - sym_gnu_asm_input_operand, - STATE(2218), 1, + STATE(1809), 1, + sym_gnu_asm_output_operand, + STATE(2233), 1, sym_string_literal, - ACTIONS(4029), 2, + ACTIONS(4135), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(103), 5, @@ -141799,217 +146105,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55484] = 3, + [57452] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4033), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(47), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55502] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4039), 1, - anon_sym_LBRACK, - ACTIONS(4037), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3912), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55520] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4043), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4041), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(4139), 1, anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55538] = 3, + STATE(417), 1, + sym_compound_statement, + STATE(1433), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [57481] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4047), 1, - anon_sym_LBRACK, - ACTIONS(4045), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [55556] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2109), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(2111), 1, - anon_sym_STAR, - ACTIONS(3089), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - STATE(1753), 1, + STATE(1698), 1, sym_parameter_list, - STATE(1791), 1, - sym__abstract_declarator, - STATE(1751), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - [55581] = 5, + STATE(1588), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(4141), 3, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym___attribute__, + [57506] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 1, + ACTIONS(4143), 1, sym_identifier, - STATE(849), 1, + ACTIONS(4147), 1, + sym_system_lib_string, + STATE(2146), 2, + sym_preproc_call_expression, sym_string_literal, - STATE(1879), 2, - sym__string, - sym_concatenated_string, - ACTIONS(103), 5, + ACTIONS(4145), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55602] = 9, + [57527] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4049), 1, + ACTIONS(4139), 1, anon_sym_EQ, - STATE(420), 1, + STATE(133), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1433), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55631] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4033), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(4051), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_asm, - anon_sym___asm__, - [55650] = 7, + [57556] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(1681), 1, + STATE(1458), 1, sym_parameter_list, - STATE(1563), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4053), 3, + ACTIONS(3910), 3, anon_sym_COMMA, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym___attribute__, - [55675] = 5, + [57581] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4055), 1, + ACTIONS(4149), 1, sym_identifier, - ACTIONS(4059), 1, + ACTIONS(4151), 1, sym_system_lib_string, - STATE(2359), 2, + STATE(2339), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(4057), 5, + ACTIONS(4145), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55696] = 9, + [57602] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4155), 1, + anon_sym___attribute__, + ACTIONS(4158), 1, + anon_sym___asm, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(4153), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [57623] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4049), 1, + ACTIONS(4139), 1, anon_sym_EQ, - STATE(150), 1, + STATE(366), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1433), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55725] = 9, + [57652] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, - anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4049), 1, - anon_sym_EQ, - STATE(359), 1, - sym_compound_statement, - STATE(1423), 1, + STATE(1458), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55754] = 5, + ACTIONS(3918), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [57677] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 1, + ACTIONS(4081), 1, sym_identifier, - STATE(849), 1, + STATE(857), 1, sym_string_literal, - STATE(1836), 2, + STATE(1865), 2, sym__string, sym_concatenated_string, ACTIONS(103), 5, @@ -142018,256 +146283,328 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55775] = 5, + [57698] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(4063), 1, + ACTIONS(4162), 1, anon_sym_LBRACK, - STATE(1440), 2, + STATE(1453), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4061), 5, + ACTIONS(4160), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - [55796] = 5, + [57719] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4065), 1, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(1458), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3942), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [57744] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4081), 1, sym_identifier, - ACTIONS(4067), 1, - sym_system_lib_string, - STATE(2192), 2, - sym_preproc_call_expression, + STATE(857), 1, sym_string_literal, - ACTIONS(4057), 5, + STATE(1936), 2, + sym__string, + sym_concatenated_string, + ACTIONS(103), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55817] = 5, + [57765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3991), 1, + ACTIONS(4164), 1, sym_identifier, - STATE(849), 1, + ACTIONS(4166), 1, + sym_system_lib_string, + STATE(2234), 2, + sym_preproc_call_expression, sym_string_literal, - STATE(1923), 2, - sym__string, - sym_concatenated_string, - ACTIONS(103), 5, + ACTIONS(4145), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55838] = 9, + [57786] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4049), 1, + ACTIONS(4139), 1, anon_sym_EQ, - STATE(331), 1, + STATE(362), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1433), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [57815] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2146), 1, + anon_sym_LPAREN2, + ACTIONS(2148), 1, + anon_sym_STAR, + ACTIONS(3128), 1, + anon_sym_LBRACK, + STATE(1748), 1, + sym_parameter_list, + STATE(1796), 1, + sym__abstract_declarator, + STATE(1741), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + [57840] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(1458), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55867] = 5, + ACTIONS(3938), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [57865] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4069), 1, + ACTIONS(4081), 1, sym_identifier, - ACTIONS(4071), 1, - sym_system_lib_string, - STATE(2226), 2, - sym_preproc_call_expression, + STATE(857), 1, sym_string_literal, - ACTIONS(4057), 5, + STATE(1928), 2, + sym__string, + sym_concatenated_string, + ACTIONS(103), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55888] = 5, + [57886] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 1, + ACTIONS(4168), 1, sym_identifier, - ACTIONS(4075), 1, + ACTIONS(4170), 1, sym_system_lib_string, - STATE(2315), 2, + STATE(2350), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(4057), 5, + ACTIONS(4145), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [55909] = 8, + [57907] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(339), 1, + STATE(329), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55935] = 8, + [57933] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(167), 1, + STATE(364), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [55961] = 8, + [57959] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, - anon_sym_LBRACE, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3848), 1, - anon_sym_LBRACK, - STATE(142), 1, - sym_compound_statement, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [55987] = 8, + ACTIONS(4172), 1, + sym_identifier, + ACTIONS(4177), 1, + aux_sym_preproc_elif_token1, + STATE(1599), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + ACTIONS(4175), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [57979] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(403), 1, + STATE(409), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56013] = 8, + [58005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, - anon_sym_LBRACE, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(4181), 1, anon_sym_LBRACK, - STATE(384), 1, - sym_compound_statement, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [56039] = 8, + ACTIONS(4179), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58021] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(164), 1, + STATE(170), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56065] = 8, + [58047] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4185), 1, + anon_sym_LBRACK, + ACTIONS(4183), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58063] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(166), 1, + STATE(434), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56091] = 8, + [58089] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4189), 1, + anon_sym_LBRACK, + ACTIONS(4187), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58105] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(139), 1, + STATE(389), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56117] = 3, + [58131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4193), 1, anon_sym_LBRACK, - ACTIONS(4077), 7, + ACTIONS(4191), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -142275,713 +146612,800 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [56133] = 8, + [58147] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(404), 1, + STATE(158), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56159] = 8, + [58173] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(383), 1, + STATE(391), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56185] = 8, + [58199] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(158), 1, + STATE(392), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56211] = 8, + [58225] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(410), 1, + STATE(414), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56237] = 8, + [58251] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(407), 1, + STATE(154), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56263] = 8, + [58277] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4195), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58293] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4201), 1, + anon_sym_LBRACK, + ACTIONS(4199), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58309] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(353), 1, + STATE(424), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56289] = 8, + [58335] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4205), 1, + anon_sym___asm, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(4203), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [58355] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(349), 1, + STATE(442), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1433), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56315] = 8, + [58381] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(348), 1, + STATE(146), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56341] = 7, + [58407] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(1424), 1, + STATE(433), 1, + sym_compound_statement, + STATE(1434), 1, sym_parameter_list, - ACTIONS(4081), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56365] = 8, + [58433] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + anon_sym_LBRACK, + STATE(1912), 1, + sym_gnu_asm_input_operand, + STATE(2273), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [58453] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(405), 1, + STATE(164), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1433), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56391] = 8, + [58479] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(330), 1, + STATE(328), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56417] = 8, + [58505] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(329), 1, + STATE(339), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56443] = 8, + [58531] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(322), 1, + STATE(160), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56469] = 8, + [58557] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(320), 1, + STATE(342), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56495] = 8, + [58583] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(357), 1, + STATE(347), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56521] = 8, + [58609] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(323), 1, + STATE(348), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56547] = 8, + [58635] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(406), 1, + STATE(168), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56573] = 8, + [58661] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(324), 1, + STATE(380), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56599] = 8, + [58687] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(328), 1, + STATE(145), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56625] = 8, + [58713] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(426), 1, + STATE(441), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56651] = 8, + [58739] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4207), 1, + sym_identifier, + ACTIONS(4212), 1, + aux_sym_preproc_elif_token1, + STATE(1632), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + ACTIONS(4210), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [58761] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(334), 1, + STATE(359), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56677] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4031), 1, - anon_sym_LBRACK, - STATE(1911), 1, - sym_gnu_asm_input_operand, - STATE(2218), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [56697] = 8, + [58787] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(335), 1, + STATE(134), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56723] = 8, + [58813] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(436), 1, + STATE(440), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56749] = 8, + [58839] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(400), 1, + STATE(376), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56775] = 8, + [58865] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(356), 1, + STATE(379), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56801] = 8, + [58891] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(423), 1, + STATE(137), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56827] = 3, + [58917] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 1, - anon_sym_LBRACK, - ACTIONS(4083), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [56843] = 3, + ACTIONS(147), 1, + anon_sym_LBRACE, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(156), 1, + sym_compound_statement, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [58943] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4087), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [56859] = 3, + ACTIONS(47), 1, + anon_sym_LBRACE, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(408), 1, + sym_compound_statement, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [58969] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4093), 1, - anon_sym_LBRACK, - ACTIONS(4091), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [56875] = 8, + ACTIONS(657), 1, + anon_sym_LBRACE, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(385), 1, + sym_compound_statement, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [58995] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(145), 1, + STATE(394), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56901] = 8, + [59021] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(337), 1, + STATE(136), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56927] = 8, + [59047] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(439), 1, + STATE(152), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56953] = 8, + [59073] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(338), 1, + STATE(439), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [56979] = 8, + [59099] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(131), 1, + STATE(398), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1433), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57005] = 8, + [59125] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(340), 1, + STATE(159), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57031] = 8, + [59151] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(483), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(343), 1, + STATE(399), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57057] = 8, + [59177] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(373), 1, + STATE(400), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57083] = 8, + [59203] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4216), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4218), 1, + anon_sym_EQ, + ACTIONS(4214), 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, + [59221] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(137), 1, + STATE(390), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57109] = 8, + [59247] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(372), 1, + STATE(365), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57135] = 3, + [59273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(4222), 1, anon_sym_LBRACK, - ACTIONS(4095), 7, + ACTIONS(4220), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -142989,581 +147413,557 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [57151] = 8, + [59289] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(135), 1, + STATE(430), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57177] = 8, + [59315] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(382), 1, + STATE(431), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57203] = 8, + [59341] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(358), 1, + STATE(361), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57229] = 8, + [59367] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(149), 1, + STATE(444), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57255] = 8, + [59393] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4226), 1, + anon_sym_LBRACK, + ACTIONS(4224), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [59409] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(127), 1, + STATE(443), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57281] = 8, + [59435] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, - anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(3859), 1, + anon_sym___asm, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3857), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [59455] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(4228), 1, anon_sym_LBRACK, - STATE(159), 1, - sym_compound_statement, - STATE(1424), 1, + STATE(1772), 1, sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [57307] = 8, + ACTIONS(4069), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1786), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [59479] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(165), 1, + STATE(437), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57333] = 8, + [59505] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(141), 1, + STATE(155), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57359] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4101), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4103), 1, - anon_sym_EQ, - ACTIONS(4099), 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, - [57377] = 8, + [59531] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(163), 1, + STATE(402), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57403] = 7, + [59557] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(147), 1, + anon_sym_LBRACE, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(1424), 1, + STATE(169), 1, + sym_compound_statement, + STATE(1434), 1, sym_parameter_list, - ACTIONS(4105), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57427] = 8, + [59583] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(144), 1, + STATE(141), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57453] = 3, + [59609] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4109), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4228), 1, anon_sym_LBRACK, - ACTIONS(4107), 7, + STATE(1772), 1, + sym_parameter_list, + ACTIONS(4085), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [57469] = 8, + STATE(1779), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [59633] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4137), 1, + anon_sym_LBRACK, + STATE(1886), 1, + sym_gnu_asm_output_operand, + STATE(2233), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [59653] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(401), 1, + STATE(372), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57495] = 8, + [59679] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(377), 1, + STATE(355), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57521] = 8, + [59705] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(425), 1, + STATE(438), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57547] = 8, + [59731] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(433), 1, + STATE(396), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57573] = 8, + [59757] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(381), 1, + STATE(395), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57599] = 8, + [59783] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(134), 1, + STATE(340), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57625] = 8, + [59809] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(360), 1, + STATE(363), 1, sym_compound_statement, - STATE(1423), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57651] = 8, + [59835] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(380), 1, + STATE(358), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57677] = 8, + [59861] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(376), 1, + STATE(357), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57703] = 8, + [59887] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(397), 1, + STATE(335), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57729] = 8, + [59913] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(396), 1, + STATE(410), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57755] = 8, + [59939] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(366), 1, + STATE(336), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57781] = 8, + [59965] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(394), 1, + STATE(343), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57807] = 8, + [59991] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(379), 1, + STATE(344), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57833] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4113), 1, - anon_sym_LBRACK, - ACTIONS(4111), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [57849] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4115), 1, - sym_identifier, - ACTIONS(4120), 1, - aux_sym_preproc_elif_token1, - STATE(1647), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - ACTIONS(4118), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [57871] = 8, + [60017] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(147), 1, + ACTIONS(413), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(152), 1, + STATE(353), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57897] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4122), 1, - sym_identifier, - ACTIONS(4127), 1, - aux_sym_preproc_elif_token1, - STATE(1649), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - ACTIONS(4125), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [57917] = 8, + [60043] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(438), 1, + STATE(435), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57943] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4131), 1, - anon_sym_LBRACK, - ACTIONS(4129), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [57959] = 3, + [60069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4135), 1, + ACTIONS(4232), 1, anon_sym_LBRACK, - ACTIONS(4133), 7, + ACTIONS(4230), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -143571,7387 +147971,7418 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [57975] = 8, + [60085] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, ACTIONS(47), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(434), 1, + STATE(432), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58001] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4017), 1, - anon_sym_LBRACK, - STATE(1933), 1, - sym_gnu_asm_output_operand, - STATE(2109), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [58021] = 8, + [60111] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(386), 1, + STATE(381), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58047] = 8, + [60137] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(427), 1, + STATE(378), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1433), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58073] = 8, + [60163] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(429), 1, + STATE(172), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58099] = 8, + [60189] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(392), 1, + STATE(151), 1, sym_compound_statement, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58125] = 8, + [60215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(47), 1, - anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(4236), 1, + anon_sym_LBRACK, + ACTIONS(4234), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3848), 1, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [60230] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(4240), 1, + anon_sym_SEMI, + STATE(2005), 1, + sym_gnu_asm_expression, + STATE(2006), 1, + aux_sym_declaration_repeat2, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60253] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4244), 1, anon_sym_LBRACK, - STATE(432), 1, - sym_compound_statement, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [58151] = 8, + ACTIONS(4247), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT, + STATE(1693), 4, + sym_subscript_designator, + sym_subscript_range_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [60272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(413), 1, - anon_sym_LBRACE, - ACTIONS(3846), 1, + ACTIONS(4252), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, - anon_sym_LBRACK, - STATE(390), 1, - sym_compound_statement, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [58177] = 4, + STATE(1694), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(4254), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [60289] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4139), 1, - anon_sym___attribute__, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(4137), 4, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, + ACTIONS(4257), 1, anon_sym_SEMI, + STATE(1982), 1, + aux_sym_declaration_repeat2, + STATE(1983), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58194] = 7, + [60312] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3994), 1, anon_sym_LBRACK, - ACTIONS(4049), 1, - anon_sym_EQ, - STATE(1423), 1, + ACTIONS(4259), 1, + anon_sym_RPAREN, + STATE(1658), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1569), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58217] = 3, + [60335] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 1, - anon_sym_LBRACK, - ACTIONS(4142), 6, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(4261), 1, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [58232] = 3, + STATE(2030), 1, + sym_gnu_asm_expression, + STATE(2031), 1, + aux_sym_declaration_repeat2, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60358] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4148), 1, + ACTIONS(4265), 1, anon_sym_LBRACK, - ACTIONS(4146), 6, + ACTIONS(4263), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [58247] = 3, + [60373] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4152), 1, - anon_sym_LBRACK, - ACTIONS(4150), 6, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(4267), 1, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [58262] = 3, + STATE(2013), 1, + sym_gnu_asm_expression, + STATE(2015), 1, + aux_sym_declaration_repeat2, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60396] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4156), 1, - anon_sym_LBRACK, - ACTIONS(4154), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3912), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [58277] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4160), 1, + ACTIONS(4228), 1, anon_sym_LBRACK, - ACTIONS(4158), 6, + STATE(1772), 1, + sym_parameter_list, + ACTIONS(4269), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [58292] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4162), 1, - anon_sym_LBRACK, - ACTIONS(4165), 1, - anon_sym_EQ, - ACTIONS(4167), 1, - anon_sym_DOT, - STATE(1668), 4, - sym_subscript_designator, - sym_subscript_range_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [58311] = 3, + anon_sym_COLON, + [60415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4172), 1, + ACTIONS(4273), 1, anon_sym_LBRACK, - ACTIONS(4170), 6, + ACTIONS(4271), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [58326] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3884), 1, - anon_sym_LBRACK, - ACTIONS(4174), 1, - anon_sym_RPAREN, - STATE(1618), 1, - sym_parameter_list, - STATE(1548), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [58349] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3884), 1, - anon_sym_LBRACK, - ACTIONS(4176), 1, - anon_sym_RPAREN, - STATE(1618), 1, - sym_parameter_list, - STATE(1548), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [58372] = 4, + [60430] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4180), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4182), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4178), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_identifier, - [58389] = 7, + ACTIONS(4275), 1, + anon_sym_SEMI, + STATE(1988), 1, + aux_sym_declaration_repeat2, + STATE(1989), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(4277), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, - anon_sym_LBRACK, - ACTIONS(4184), 1, - anon_sym_RPAREN, - STATE(1424), 1, - sym_parameter_list, - STATE(1469), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [58412] = 3, + STATE(1723), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(4279), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [60470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4188), 1, + ACTIONS(4283), 1, anon_sym_LBRACK, - ACTIONS(4186), 6, + ACTIONS(4281), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [58427] = 7, + [60485] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(3997), 1, - anon_sym_LBRACK, - ACTIONS(4190), 1, - anon_sym_RPAREN, - STATE(1681), 1, - sym_parameter_list, - STATE(1563), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [58450] = 5, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(4285), 1, + anon_sym_SEMI, + STATE(1963), 1, + aux_sym_declaration_repeat2, + STATE(1964), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60508] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4228), 1, anon_sym_LBRACK, - ACTIONS(4192), 1, - anon_sym_EQ, - ACTIONS(4194), 1, - anon_sym_DOT, - STATE(1668), 4, - sym_subscript_designator, - sym_subscript_range_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [58469] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, + STATE(1772), 1, + sym_parameter_list, + ACTIONS(4287), 4, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym___attribute__, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(2154), 1, - anon_sym_LBRACE, - ACTIONS(4196), 1, - sym_identifier, - STATE(923), 1, - sym_field_declaration_list, - STATE(1736), 1, - sym_attribute_specifier, - STATE(1996), 1, - sym_ms_declspec_modifier, - [58494] = 7, + anon_sym_COLON, + [60527] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3997), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4198), 1, - anon_sym_RPAREN, - STATE(1681), 1, + ACTIONS(4139), 1, + anon_sym_EQ, + STATE(1433), 1, sym_parameter_list, - STATE(1563), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58517] = 3, + [60550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 1, + ACTIONS(4291), 1, anon_sym_LBRACK, - ACTIONS(4200), 6, + ACTIONS(4289), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [58532] = 3, + [60565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4206), 1, + ACTIONS(4295), 1, anon_sym_LBRACK, - ACTIONS(4204), 6, + ACTIONS(4293), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [58547] = 3, + [60580] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4299), 1, + anon_sym_COMMA, + ACTIONS(4301), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4297), 5, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [60597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, + ACTIONS(4305), 1, anon_sym_LBRACK, - ACTIONS(4208), 6, + ACTIONS(4303), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [58562] = 4, + [60612] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3807), 4, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4111), 1, + anon_sym_LBRACK, + ACTIONS(4307), 1, + anon_sym_RPAREN, + STATE(1698), 1, + sym_parameter_list, + STATE(1588), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [60635] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, + ACTIONS(4309), 1, anon_sym_SEMI, + STATE(2024), 1, + sym_gnu_asm_expression, + STATE(2025), 1, + aux_sym_declaration_repeat2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58579] = 4, + [60658] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(4212), 4, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, + ACTIONS(4311), 1, anon_sym_SEMI, + STATE(1978), 1, + aux_sym_declaration_repeat2, + STATE(1979), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58596] = 7, + [60681] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - ACTIONS(4214), 1, + ACTIONS(4313), 1, anon_sym_RPAREN, - STATE(1424), 1, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58619] = 6, + [60704] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4218), 1, + ACTIONS(4315), 1, anon_sym_SEMI, - STATE(1903), 1, + STATE(2000), 1, aux_sym_declaration_repeat2, - STATE(1908), 1, + STATE(2002), 1, sym_gnu_asm_expression, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58639] = 6, + [60727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4319), 1, + anon_sym_LBRACK, + ACTIONS(4317), 6, anon_sym_COMMA, - ACTIONS(4222), 1, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(1918), 1, - sym_gnu_asm_expression, - STATE(1919), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [58659] = 3, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [60742] = 5, ACTIONS(3), 1, sym_comment, - STATE(812), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [58673] = 6, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4228), 1, + anon_sym_LBRACK, + STATE(1772), 1, + sym_parameter_list, + ACTIONS(4321), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_COLON, + [60761] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(3914), 1, anon_sym_LBRACK, - STATE(1423), 1, + ACTIONS(4323), 1, + anon_sym_RPAREN, + STATE(1434), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1465), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58693] = 6, + [60784] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4224), 1, - anon_sym_SEMI, - STATE(1880), 1, - sym_gnu_asm_expression, - STATE(1881), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [58713] = 5, + ACTIONS(2447), 1, + anon_sym_LBRACK, + ACTIONS(4325), 1, + anon_sym_EQ, + ACTIONS(4327), 1, + anon_sym_DOT, + STATE(1693), 4, + sym_subscript_designator, + sym_subscript_range_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [60803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, + ACTIONS(4331), 1, anon_sym_LBRACK, - STATE(1752), 1, - sym_parameter_list, - ACTIONS(4226), 3, + ACTIONS(4329), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - [58731] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4230), 1, anon_sym_LPAREN2, - STATE(1727), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4232), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [58747] = 6, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [60818] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4234), 1, + ACTIONS(4333), 1, anon_sym_SEMI, - STATE(1887), 1, + STATE(2039), 1, sym_gnu_asm_expression, - STATE(1888), 1, + STATE(2040), 1, aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58767] = 4, + [60841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4236), 1, + ACTIONS(4335), 1, anon_sym_LPAREN2, - STATE(1693), 2, + STATE(1694), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4238), 3, + ACTIONS(4279), 4, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [58783] = 6, + anon_sym___volatile__, + [60858] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(39), 1, + anon_sym___attribute__, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(2195), 1, + anon_sym_LBRACE, + ACTIONS(4337), 1, + sym_identifier, + STATE(927), 1, + sym_field_declaration_list, + STATE(1787), 1, + sym_attribute_specifier, + STATE(2027), 1, + sym_ms_declspec_modifier, + [60883] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4241), 1, + ACTIONS(4339), 1, anon_sym_SEMI, - STATE(1904), 1, + STATE(1896), 1, sym_gnu_asm_expression, - STATE(1905), 1, + STATE(1897), 1, aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58803] = 6, + [60906] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4243), 1, + ACTIONS(4341), 1, anon_sym_SEMI, - STATE(1845), 1, + STATE(1971), 1, sym_gnu_asm_expression, - STATE(1846), 1, + STATE(1986), 1, aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58823] = 3, + [60929] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3983), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4245), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [58837] = 5, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(4343), 1, + anon_sym_SEMI, + STATE(1867), 1, + sym_gnu_asm_expression, + STATE(1868), 1, + aux_sym_declaration_repeat2, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60952] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - STATE(1752), 1, - sym_parameter_list, - ACTIONS(4247), 3, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [58855] = 6, + ACTIONS(4345), 1, + anon_sym_SEMI, + STATE(2035), 1, + aux_sym_declaration_repeat2, + STATE(2036), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + [60975] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4249), 1, + ACTIONS(4347), 1, anon_sym_SEMI, - STATE(1921), 1, - aux_sym_declaration_repeat2, - STATE(1927), 1, + STATE(1903), 1, sym_gnu_asm_expression, - ACTIONS(4220), 2, + STATE(1904), 1, + aux_sym_declaration_repeat2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58875] = 6, + [60998] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, - ACTIONS(3848), 1, + ACTIONS(4111), 1, anon_sym_LBRACK, - STATE(1424), 1, + ACTIONS(4349), 1, + anon_sym_RPAREN, + STATE(1698), 1, sym_parameter_list, - STATE(1469), 2, + STATE(1588), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58895] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(2316), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [58909] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4253), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [58923] = 3, + [61021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4255), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4257), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [58937] = 6, + ACTIONS(4353), 1, + anon_sym_LBRACK, + ACTIONS(4351), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [61036] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4259), 1, + ACTIONS(4355), 1, anon_sym_SEMI, - STATE(1868), 1, - sym_gnu_asm_expression, - STATE(1869), 1, + STATE(1980), 1, aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + STATE(1981), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58957] = 6, + [61059] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4261), 1, + ACTIONS(4357), 1, anon_sym_SEMI, - STATE(1987), 1, - sym_gnu_asm_expression, - STATE(1988), 1, + STATE(1962), 1, aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + STATE(1967), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58977] = 6, + [61082] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4263), 1, + ACTIONS(4359), 1, anon_sym_SEMI, - STATE(1939), 1, + STATE(1952), 1, aux_sym_declaration_repeat2, - STATE(1943), 1, + STATE(1954), 1, sym_gnu_asm_expression, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [58997] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - STATE(1752), 1, - sym_parameter_list, - ACTIONS(4265), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [59015] = 6, + [61105] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4267), 1, + ACTIONS(4361), 1, anon_sym_SEMI, - STATE(1984), 1, - sym_gnu_asm_expression, - STATE(1986), 1, + STATE(1945), 1, aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + STATE(1947), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [59035] = 3, + [61128] = 7, ACTIONS(3), 1, sym_comment, - STATE(2280), 1, - sym_string_literal, - ACTIONS(103), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [59049] = 6, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3994), 1, + anon_sym_LBRACK, + ACTIONS(4363), 1, + anon_sym_RPAREN, + STATE(1658), 1, + sym_parameter_list, + STATE(1569), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [61151] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(97), 1, + anon_sym___asm, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4269), 1, + ACTIONS(4365), 1, anon_sym_SEMI, - STATE(1965), 1, + STATE(1920), 1, sym_gnu_asm_expression, - STATE(1966), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59069] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4271), 1, - anon_sym_SEMI, - STATE(1956), 1, + STATE(1921), 1, aux_sym_declaration_repeat2, - STATE(1962), 1, - sym_gnu_asm_expression, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [59089] = 3, + [61174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 2, + ACTIONS(4367), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4275), 4, + ACTIONS(4369), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59103] = 3, + [61188] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4228), 1, + anon_sym_LBRACK, + STATE(1772), 1, + sym_parameter_list, + ACTIONS(4371), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [61206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 2, + ACTIONS(4373), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4279), 4, + ACTIONS(4375), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59117] = 6, + [61220] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4377), 6, anon_sym_COMMA, - ACTIONS(4281), 1, - anon_sym_SEMI, - STATE(2006), 1, - sym_gnu_asm_expression, - STATE(2007), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59137] = 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [61232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4283), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4285), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [59151] = 3, + STATE(2349), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [61246] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(1433), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [61266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 2, + ACTIONS(4379), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4289), 4, + ACTIONS(4381), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59165] = 3, + [61280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 2, + ACTIONS(4383), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4275), 4, + ACTIONS(4385), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59179] = 6, + [61294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4291), 1, - anon_sym_SEMI, - STATE(2012), 1, - sym_gnu_asm_expression, - STATE(2013), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59199] = 5, + STATE(821), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [61308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - STATE(1752), 1, - sym_parameter_list, - ACTIONS(4293), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [59217] = 5, + STATE(2316), 1, + sym_string_literal, + ACTIONS(103), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [61322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - STATE(1752), 1, - sym_parameter_list, - ACTIONS(4295), 3, + ACTIONS(4387), 6, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, anon_sym_COLON, - [59235] = 6, + [61334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4297), 1, - anon_sym_SEMI, - STATE(1892), 1, - aux_sym_declaration_repeat2, - STATE(1895), 1, - sym_gnu_asm_expression, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59255] = 3, + ACTIONS(4389), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4391), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [61348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4251), 2, + ACTIONS(4393), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4253), 4, + ACTIONS(4395), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59269] = 6, + [61362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4397), 6, anon_sym_COMMA, - ACTIONS(4299), 1, - anon_sym_SEMI, - STATE(1967), 1, - sym_gnu_asm_expression, - STATE(1974), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59289] = 6, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [61374] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4301), 1, - anon_sym_SEMI, - STATE(1935), 1, + ACTIONS(97), 1, + anon_sym___asm, + STATE(2065), 1, sym_gnu_asm_expression, - STATE(1936), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, + ACTIONS(4242), 2, anon_sym_asm, anon_sym___asm__, - [59309] = 6, + ACTIONS(4399), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [61392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4401), 6, anon_sym_COMMA, - ACTIONS(4303), 1, - anon_sym_SEMI, - STATE(1995), 1, - aux_sym_declaration_repeat2, - STATE(1997), 1, - sym_gnu_asm_expression, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59329] = 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [61404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4305), 2, + ACTIONS(4403), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4307), 4, + ACTIONS(4405), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59343] = 5, + [61418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - STATE(1752), 1, - sym_parameter_list, - ACTIONS(4309), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [59361] = 4, + ACTIONS(4099), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4407), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [61432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4311), 1, - anon_sym_LPAREN2, - STATE(1693), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4232), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [59377] = 5, + ACTIONS(4212), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4210), 5, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [61446] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, ACTIONS(4228), 1, anon_sym_LBRACK, - STATE(1752), 1, + STATE(1772), 1, sym_parameter_list, - ACTIONS(4313), 3, + ACTIONS(4409), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [59395] = 3, + [61464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4315), 2, + ACTIONS(4411), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4317), 4, + ACTIONS(4413), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [59409] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4319), 1, - anon_sym_SEMI, - STATE(1932), 1, - sym_gnu_asm_expression, - STATE(1938), 1, - aux_sym_declaration_repeat2, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - [59429] = 3, + [61478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4120), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4118), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + ACTIONS(4383), 2, + anon_sym_RBRACE, sym_identifier, - [59443] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4321), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [59454] = 2, + ACTIONS(4385), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [61492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4323), 5, + ACTIONS(4415), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59465] = 2, + [61504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 5, + ACTIONS(4417), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59476] = 2, + [61516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4327), 5, + ACTIONS(4419), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59487] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym___declspec, - ACTIONS(2154), 1, - anon_sym_LBRACE, - ACTIONS(4329), 1, - sym_identifier, - STATE(932), 1, - sym_field_declaration_list, - STATE(1855), 1, - sym_ms_declspec_modifier, - [59506] = 3, + [61528] = 2, ACTIONS(3), 1, sym_comment, - STATE(2329), 1, - sym_extension_behavior, - ACTIONS(4331), 4, - anon_sym_require, - anon_sym_enable, - anon_sym_warn, - anon_sym_disable, - [59519] = 2, + ACTIONS(4421), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [61540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 5, + ACTIONS(4423), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59530] = 2, + [61552] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4335), 5, + ACTIONS(4425), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59541] = 2, + [61564] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4373), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4375), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [61578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 5, + ACTIONS(4427), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59552] = 3, + [61590] = 5, ACTIONS(3), 1, sym_comment, - STATE(2343), 1, - sym_extension_behavior, - ACTIONS(4331), 4, - anon_sym_require, - anon_sym_enable, - anon_sym_warn, - anon_sym_disable, - [59565] = 5, + ACTIONS(97), 1, + anon_sym___asm, + STATE(2081), 1, + sym_gnu_asm_expression, + ACTIONS(4242), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(4429), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [61608] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(41), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(3914), 1, + anon_sym_LBRACK, + STATE(1434), 1, + sym_parameter_list, + STATE(1465), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [61628] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, ACTIONS(4228), 1, anon_sym_LBRACK, - STATE(1752), 1, + STATE(1772), 1, sym_parameter_list, - ACTIONS(4105), 2, + ACTIONS(4431), 3, anon_sym_COMMA, anon_sym_RPAREN, - [59582] = 5, + anon_sym_COLON, + [61646] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3846), 1, + ACTIONS(3912), 1, anon_sym_LPAREN2, ACTIONS(4228), 1, anon_sym_LBRACK, - STATE(1752), 1, + STATE(1772), 1, sym_parameter_list, - ACTIONS(4081), 2, + ACTIONS(4433), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [61664] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4435), 6, anon_sym_COMMA, anon_sym_RPAREN, - [59599] = 2, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [61676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4339), 5, + ACTIONS(4437), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59610] = 5, + [61688] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - ACTIONS(4343), 1, + ACTIONS(4441), 1, anon_sym_COLON_COLON, - STATE(2053), 1, + STATE(2094), 1, sym_argument_list, - ACTIONS(4341), 2, + ACTIONS(4439), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [59627] = 3, + [61705] = 3, ACTIONS(3), 1, sym_comment, - STATE(2347), 1, + STATE(2390), 1, sym_extension_behavior, - ACTIONS(4331), 4, + ACTIONS(4443), 4, anon_sym_require, anon_sym_enable, anon_sym_warn, anon_sym_disable, - [59640] = 3, + [61718] = 3, ACTIONS(3), 1, sym_comment, - STATE(2193), 1, - sym_extension_behavior, - ACTIONS(4331), 4, - anon_sym_require, - anon_sym_enable, - anon_sym_warn, - anon_sym_disable, - [59653] = 6, + ACTIONS(4447), 1, + anon_sym___asm, + ACTIONS(4445), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [61731] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3775), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4449), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61746] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3871), 1, sym_identifier, - ACTIONS(4345), 1, + ACTIONS(4451), 1, aux_sym_preproc_if_token2, - STATE(1672), 1, + STATE(1710), 1, sym_enumerator, - STATE(1775), 1, + STATE(1822), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1776), 1, + STATE(1823), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [59672] = 4, + [61765] = 4, ACTIONS(3), 1, sym_comment, - STATE(2035), 1, - sym_gnu_asm_expression, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(4347), 2, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4449), 2, anon_sym_COMMA, - anon_sym_SEMI, - [59687] = 2, + anon_sym_RPAREN, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61780] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4349), 5, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4453), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [59698] = 2, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4351), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [59709] = 2, + STATE(2141), 1, + sym_extension_behavior, + ACTIONS(4443), 4, + anon_sym_require, + anon_sym_enable, + anon_sym_warn, + anon_sym_disable, + [61808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4353), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4455), 5, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [59720] = 2, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [61819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4355), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [59731] = 4, + STATE(2220), 1, + sym_extension_behavior, + ACTIONS(4443), 4, + anon_sym_require, + anon_sym_enable, + anon_sym_warn, + anon_sym_disable, + [61832] = 3, ACTIONS(3), 1, sym_comment, - STATE(2091), 1, - sym_gnu_asm_expression, - ACTIONS(4220), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(4357), 2, + STATE(2218), 1, + sym_extension_behavior, + ACTIONS(4443), 4, + anon_sym_require, + anon_sym_enable, + anon_sym_warn, + anon_sym_disable, + [61845] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4457), 2, anon_sym_COMMA, - anon_sym_SEMI, - [59746] = 2, + anon_sym_RPAREN, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61860] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4359), 5, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4457), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [59757] = 6, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61875] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym___declspec, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(4361), 1, + ACTIONS(4459), 1, + sym_identifier, + STATE(932), 1, + sym_field_declaration_list, + STATE(1891), 1, + sym_ms_declspec_modifier, + [61894] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym___declspec, + ACTIONS(2195), 1, + anon_sym_LBRACE, + ACTIONS(4461), 1, sym_identifier, STATE(926), 1, sym_field_declaration_list, - STATE(2002), 1, + STATE(2028), 1, sym_ms_declspec_modifier, - [59776] = 4, + [61913] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - STATE(2033), 1, - sym_argument_list, - ACTIONS(4363), 2, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4463), 2, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [59790] = 4, + anon_sym_RPAREN, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61928] = 5, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4465), 1, + anon_sym_DQUOTE, + ACTIONS(4467), 1, + aux_sym_string_literal_token1, + ACTIONS(4469), 1, + sym_escape_sequence, + STATE(1819), 1, + aux_sym_string_literal_repeat1, + [61944] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3918), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4471), 1, anon_sym_SEMI, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4033), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [59804] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4365), 1, - aux_sym_preproc_include_token2, - ACTIONS(4367), 1, - anon_sym_LPAREN, - ACTIONS(4369), 1, - sym_preproc_arg, - STATE(2061), 1, - sym_preproc_params, - [59820] = 5, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [61958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4371), 1, - sym_identifier, - ACTIONS(4373), 1, + ACTIONS(4125), 1, anon_sym_COMMA, - ACTIONS(4375), 1, - anon_sym_RPAREN, - STATE(1838), 1, - aux_sym_function_definition_repeat1, - [59836] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4377), 1, + STATE(1799), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(4473), 2, anon_sym_SEMI, - ACTIONS(4033), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [59850] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4367), 1, - anon_sym_LPAREN, - ACTIONS(4379), 1, - aux_sym_preproc_include_token2, - ACTIONS(4381), 1, - sym_preproc_arg, - STATE(2075), 1, - sym_preproc_params, - [59866] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4367), 1, - anon_sym_LPAREN, - ACTIONS(4383), 1, - aux_sym_preproc_include_token2, - ACTIONS(4385), 1, - sym_preproc_arg, - STATE(2080), 1, - sym_preproc_params, - [59882] = 4, + anon_sym___attribute__, + [61972] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3894), 1, - anon_sym_SEMI, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4033), 2, + ACTIONS(2783), 1, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [59896] = 4, + STATE(2048), 1, + sym_argument_list, + ACTIONS(4475), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [61986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4387), 1, + ACTIONS(4477), 1, anon_sym___except, - ACTIONS(4389), 1, + ACTIONS(4479), 1, anon_sym___finally, - STATE(287), 2, + STATE(299), 2, sym_seh_except_clause, sym_seh_finally_clause, - [59910] = 4, + [62000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1785), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4391), 2, + ACTIONS(3960), 1, + anon_sym_LBRACK, + ACTIONS(4481), 1, anon_sym_SEMI, - anon_sym___attribute__, - [59924] = 4, + ACTIONS(3958), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [62014] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1792), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4393), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [59938] = 4, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4228), 1, + anon_sym_LBRACK, + ACTIONS(4483), 1, + anon_sym_RPAREN, + STATE(1772), 1, + sym_parameter_list, + [62030] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4395), 1, + ACTIONS(4485), 1, + sym_identifier, + ACTIONS(4487), 1, anon_sym_COMMA, - STATE(1793), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4397), 2, + ACTIONS(4489), 1, anon_sym_RPAREN, - anon_sym_COLON, - [59952] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4367), 1, - anon_sym_LPAREN, - ACTIONS(4399), 1, - aux_sym_preproc_include_token2, - ACTIONS(4401), 1, - sym_preproc_arg, - STATE(2046), 1, - sym_preproc_params, - [59968] = 2, + STATE(1888), 1, + aux_sym_function_definition_repeat1, + [62046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4403), 4, - anon_sym_COMMA, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4491), 1, anon_sym_SEMI, - anon_sym_asm, - anon_sym___asm__, - [59978] = 4, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [62060] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4405), 1, + ACTIONS(4493), 1, anon_sym_COMMA, - STATE(1771), 1, + STATE(1799), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(4408), 2, + ACTIONS(4496), 2, anon_sym_SEMI, anon_sym___attribute__, - [59992] = 4, + [62074] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3906), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4498), 1, anon_sym_SEMI, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4033), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [60006] = 4, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [62088] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4410), 1, + ACTIONS(4500), 1, anon_sym_SEMI, - STATE(1661), 2, + STATE(1804), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60020] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4412), 1, - anon_sym___except, - ACTIONS(4414), 1, - anon_sym___finally, - STATE(189), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [60034] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 1, - sym_identifier, - ACTIONS(4416), 1, - aux_sym_preproc_if_token2, - STATE(1647), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - [60050] = 4, - ACTIONS(3), 1, + [62102] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(4418), 1, - aux_sym_preproc_if_token2, - STATE(1649), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [60064] = 5, - ACTIONS(3592), 1, + ACTIONS(4502), 1, + aux_sym_preproc_include_token2, + ACTIONS(4504), 1, + anon_sym_LPAREN, + ACTIONS(4506), 1, + sym_preproc_arg, + STATE(2062), 1, + sym_preproc_params, + [62118] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4420), 1, + ACTIONS(4508), 1, anon_sym_DQUOTE, - ACTIONS(4422), 1, + ACTIONS(4510), 1, aux_sym_string_literal_token1, - ACTIONS(4424), 1, + ACTIONS(4512), 1, sym_escape_sequence, - STATE(1815), 1, + STATE(1830), 1, aux_sym_string_literal_repeat1, - [60080] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_SQUOTE, - STATE(1820), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4428), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [60094] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4430), 1, - anon_sym_SEMI, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60108] = 4, + [62134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4432), 1, + ACTIONS(4514), 1, anon_sym_SEMI, - STATE(1821), 2, + STATE(1584), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60122] = 2, + [62148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4434), 4, - anon_sym_LPAREN2, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [60132] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4035), 1, - anon_sym_LBRACK, - ACTIONS(4436), 1, - anon_sym_SEMI, - ACTIONS(4033), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [60146] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3832), 1, - sym_identifier, - ACTIONS(4345), 1, - aux_sym_preproc_if_token2, - STATE(1775), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(2181), 1, - sym_enumerator, - [60162] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(4438), 1, - aux_sym_preproc_if_token2, - STATE(1776), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [60176] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3880), 1, + ACTIONS(3990), 1, anon_sym_COMMA, - STATE(1792), 1, + STATE(1833), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4440), 2, + ACTIONS(4516), 2, anon_sym_SEMI, anon_sym___attribute__, - [60190] = 4, + [62162] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4442), 1, + ACTIONS(3990), 1, + anon_sym_COMMA, + STATE(1834), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(4518), 2, anon_sym_SEMI, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60204] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4422), 1, - aux_sym_string_literal_token1, - ACTIONS(4424), 1, - sym_escape_sequence, - ACTIONS(4444), 1, - anon_sym_DQUOTE, - STATE(1815), 1, - aux_sym_string_literal_repeat1, - [60220] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4446), 1, - anon_sym_SQUOTE, - STATE(1820), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4428), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [60234] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4448), 1, - anon_sym_DQUOTE, - ACTIONS(4450), 1, - aux_sym_string_literal_token1, - ACTIONS(4452), 1, - sym_escape_sequence, - STATE(1814), 1, - aux_sym_string_literal_repeat1, - [60250] = 4, + anon_sym___attribute__, + [62176] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4454), 1, + ACTIONS(4520), 1, anon_sym_SEMI, - STATE(1779), 2, + STATE(1798), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60264] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - ACTIONS(4456), 1, - anon_sym_RPAREN, - STATE(1752), 1, - sym_parameter_list, - [60280] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4458), 1, - anon_sym_COMMA, - STATE(1792), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4461), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [60294] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4395), 1, - anon_sym_COMMA, - STATE(1801), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4463), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [60308] = 5, - ACTIONS(3592), 1, + [62190] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4367), 1, + ACTIONS(4504), 1, anon_sym_LPAREN, - ACTIONS(4465), 1, + ACTIONS(4522), 1, aux_sym_preproc_include_token2, - ACTIONS(4467), 1, + ACTIONS(4524), 1, sym_preproc_arg, - STATE(2081), 1, + STATE(2130), 1, sym_preproc_params, - [60324] = 4, + [62206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4469), 1, + ACTIONS(4526), 1, anon_sym_COMMA, - STATE(1802), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4471), 2, + STATE(1851), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(4528), 2, anon_sym_RPAREN, anon_sym_COLON, - [60338] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3846), 1, - anon_sym_LPAREN2, - ACTIONS(4228), 1, - anon_sym_LBRACK, - ACTIONS(4473), 1, - anon_sym_RPAREN, - STATE(1752), 1, - sym_parameter_list, - [60354] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4475), 1, - anon_sym___except, - ACTIONS(4477), 1, - anon_sym___finally, - STATE(285), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [60368] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4479), 1, - anon_sym_SEMI, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60382] = 4, + [62220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4035), 1, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4481), 1, + ACTIONS(4530), 1, anon_sym_SEMI, - ACTIONS(4033), 2, + ACTIONS(3958), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - [60396] = 4, - ACTIONS(3), 1, + [62234] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4483), 1, - anon_sym_SEMI, - STATE(1786), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60410] = 4, + ACTIONS(4532), 1, + anon_sym_DQUOTE, + ACTIONS(4534), 1, + aux_sym_string_literal_token1, + ACTIONS(4536), 1, + sym_escape_sequence, + STATE(1841), 1, + aux_sym_string_literal_repeat1, + [62250] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4485), 1, - anon_sym_COMMA, - STATE(1801), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4488), 2, + ACTIONS(3912), 1, + anon_sym_LPAREN2, + ACTIONS(4228), 1, + anon_sym_LBRACK, + ACTIONS(4538), 1, anon_sym_RPAREN, - anon_sym_COLON, - [60424] = 4, - ACTIONS(3), 1, + STATE(1772), 1, + sym_parameter_list, + [62266] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4469), 1, - anon_sym_COMMA, - STATE(1808), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4490), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [60438] = 5, - ACTIONS(3592), 1, + ACTIONS(4504), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + aux_sym_preproc_include_token2, + ACTIONS(4542), 1, + sym_preproc_arg, + STATE(2052), 1, + sym_preproc_params, + [62282] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4367), 1, + ACTIONS(4504), 1, anon_sym_LPAREN, - ACTIONS(4492), 1, + ACTIONS(4544), 1, aux_sym_preproc_include_token2, - ACTIONS(4494), 1, + ACTIONS(4546), 1, sym_preproc_arg, - STATE(2030), 1, + STATE(2098), 1, sym_preproc_params, - [60454] = 4, - ACTIONS(3), 1, + [62298] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4496), 1, - anon_sym_COMMA, - STATE(1812), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4498), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [60468] = 4, + ACTIONS(4504), 1, + anon_sym_LPAREN, + ACTIONS(4548), 1, + aux_sym_preproc_include_token2, + ACTIONS(4550), 1, + sym_preproc_arg, + STATE(2093), 1, + sym_preproc_params, + [62314] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3874), 1, - anon_sym_SEMI, - ACTIONS(4035), 1, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4033), 2, + ACTIONS(4552), 1, + anon_sym_SEMI, + ACTIONS(3958), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - [60482] = 4, + [62328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4035), 1, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4500), 1, + ACTIONS(3972), 1, anon_sym_SEMI, - ACTIONS(4033), 2, + ACTIONS(3958), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - [60496] = 4, - ACTIONS(3), 1, + [62342] = 4, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4502), 1, - anon_sym_SEMI, - STATE(1773), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60510] = 4, + ACTIONS(4554), 1, + anon_sym_SQUOTE, + STATE(1852), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4556), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [62356] = 5, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4534), 1, + aux_sym_string_literal_token1, + ACTIONS(4536), 1, + sym_escape_sequence, + ACTIONS(4558), 1, + anon_sym_DQUOTE, + STATE(1841), 1, + aux_sym_string_literal_repeat1, + [62372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4504), 1, + ACTIONS(4560), 1, anon_sym_COMMA, - STATE(1808), 1, + STATE(1857), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4507), 2, + ACTIONS(4562), 2, anon_sym_RPAREN, anon_sym_COLON, - [60524] = 5, + [62386] = 5, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4504), 1, + anon_sym_LPAREN, + ACTIONS(4564), 1, + aux_sym_preproc_include_token2, + ACTIONS(4566), 1, + sym_preproc_arg, + STATE(2064), 1, + sym_preproc_params, + [62402] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, - anon_sym_COMMA, - ACTIONS(4509), 1, + ACTIONS(3946), 1, sym_identifier, - ACTIONS(4511), 1, - anon_sym_RPAREN, - STATE(1954), 1, - aux_sym_function_definition_repeat1, - [60540] = 4, + ACTIONS(4568), 1, + aux_sym_preproc_if_token2, + STATE(1632), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + [62418] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3871), 1, + sym_identifier, + ACTIONS(4570), 1, + aux_sym_preproc_if_token2, + STATE(1599), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [62432] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4513), 1, + ACTIONS(4572), 1, anon_sym_SEMI, - STATE(1816), 2, + STATE(1848), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60554] = 4, + [62446] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3960), 1, + anon_sym_LBRACK, + ACTIONS(3988), 1, + anon_sym_SEMI, + ACTIONS(3958), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [62460] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4515), 1, + ACTIONS(4574), 1, anon_sym___except, - ACTIONS(4517), 1, + ACTIONS(4576), 1, anon_sym___finally, - STATE(189), 2, + STATE(294), 2, sym_seh_except_clause, sym_seh_finally_clause, - [60568] = 4, + [62474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4496), 1, - anon_sym_COMMA, - STATE(1826), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4519), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [60582] = 4, - ACTIONS(3592), 1, + ACTIONS(4578), 1, + anon_sym___except, + ACTIONS(4580), 1, + anon_sym___finally, + STATE(299), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [62488] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4582), 1, + anon_sym_SEMI, + STATE(1800), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [62502] = 4, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4521), 1, + ACTIONS(4584), 1, anon_sym_SQUOTE, - STATE(1820), 1, + STATE(1852), 1, aux_sym_char_literal_repeat1, - ACTIONS(4428), 2, + ACTIONS(4556), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [60596] = 5, - ACTIONS(3592), 1, + [62516] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4422), 1, + ACTIONS(4534), 1, aux_sym_string_literal_token1, - ACTIONS(4424), 1, + ACTIONS(4536), 1, sym_escape_sequence, - ACTIONS(4523), 1, + ACTIONS(4586), 1, anon_sym_DQUOTE, - STATE(1815), 1, + STATE(1841), 1, aux_sym_string_literal_repeat1, - [60612] = 5, - ACTIONS(3592), 1, + [62532] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4525), 1, - anon_sym_DQUOTE, - ACTIONS(4527), 1, - aux_sym_string_literal_token1, - ACTIONS(4530), 1, - sym_escape_sequence, - STATE(1815), 1, - aux_sym_string_literal_repeat1, - [60628] = 4, + ACTIONS(3946), 1, + sym_identifier, + ACTIONS(4451), 1, + aux_sym_preproc_if_token2, + STATE(1822), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(2267), 1, + sym_enumerator, + [62548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4533), 1, - anon_sym_SEMI, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60642] = 4, + ACTIONS(3871), 1, + sym_identifier, + ACTIONS(4588), 1, + aux_sym_preproc_if_token2, + STATE(1823), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [62562] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4535), 1, + ACTIONS(3990), 1, + anon_sym_COMMA, + STATE(1834), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(4590), 2, anon_sym_SEMI, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60656] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4367), 1, - anon_sym_LPAREN, - ACTIONS(4537), 1, - aux_sym_preproc_include_token2, - ACTIONS(4539), 1, - sym_preproc_arg, - STATE(2087), 1, - sym_preproc_params, - [60672] = 5, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4541), 1, - anon_sym_DQUOTE, - ACTIONS(4543), 1, - aux_sym_string_literal_token1, - ACTIONS(4545), 1, - sym_escape_sequence, - STATE(1777), 1, - aux_sym_string_literal_repeat1, - [60688] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4547), 1, - anon_sym_SQUOTE, - STATE(1820), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4549), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [60702] = 4, + anon_sym___attribute__, + [62576] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4552), 1, + ACTIONS(4592), 1, + anon_sym_COMMA, + STATE(1834), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(4595), 2, anon_sym_SEMI, - STATE(1661), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60716] = 4, + anon_sym___attribute__, + [62590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4035), 1, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4554), 1, + ACTIONS(4015), 1, anon_sym_SEMI, - ACTIONS(4033), 2, + ACTIONS(3958), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - [60730] = 4, + [62604] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4556), 1, + ACTIONS(4597), 1, anon_sym_SEMI, - STATE(1661), 2, + STATE(1584), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60744] = 4, + [62618] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3960), 1, + anon_sym_LBRACK, + ACTIONS(4599), 1, + anon_sym_SEMI, + ACTIONS(3958), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [62632] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4601), 1, + anon_sym_SQUOTE, + STATE(1852), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4556), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [62646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4558), 1, + ACTIONS(4603), 1, anon_sym_SEMI, - STATE(1817), 2, + STATE(1584), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60758] = 4, + [62660] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4560), 1, + ACTIONS(4605), 1, anon_sym_SEMI, - STATE(1798), 2, + STATE(1836), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60772] = 4, + [62674] = 5, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4607), 1, + anon_sym_DQUOTE, + ACTIONS(4609), 1, + aux_sym_string_literal_token1, + ACTIONS(4612), 1, + sym_escape_sequence, + STATE(1841), 1, + aux_sym_string_literal_repeat1, + [62690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4562), 1, + ACTIONS(4615), 1, anon_sym_COMMA, - STATE(1826), 1, + STATE(1842), 1, aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4565), 2, + ACTIONS(4618), 2, anon_sym_RPAREN, anon_sym_COLON, - [60786] = 5, + [62704] = 5, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4504), 1, + anon_sym_LPAREN, + ACTIONS(4620), 1, + aux_sym_preproc_include_token2, + ACTIONS(4622), 1, + sym_preproc_arg, + STATE(2066), 1, + sym_preproc_params, + [62720] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4624), 1, anon_sym_COMMA, - ACTIONS(4567), 1, - sym_identifier, - ACTIONS(4569), 1, + STATE(1842), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(4626), 2, anon_sym_RPAREN, - STATE(1852), 1, - aux_sym_function_definition_repeat1, - [60802] = 4, + anon_sym_COLON, + [62734] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4003), 1, - anon_sym_COMMA, - STATE(1771), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(4571), 2, - anon_sym_SEMI, + ACTIONS(3694), 1, anon_sym___attribute__, - [60816] = 4, + ACTIONS(4628), 1, + anon_sym_SEMI, + STATE(1791), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [62748] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4573), 1, + ACTIONS(4630), 1, anon_sym_SEMI, - STATE(1823), 2, + STATE(1863), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60830] = 5, + [62762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4632), 1, anon_sym_COMMA, - ACTIONS(4575), 1, - sym_identifier, - ACTIONS(4577), 1, + STATE(1847), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(4635), 2, anon_sym_RPAREN, - STATE(1843), 1, - aux_sym_function_definition_repeat1, - [60846] = 5, - ACTIONS(3592), 1, + anon_sym_COLON, + [62776] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4637), 1, + anon_sym_SEMI, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [62790] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4639), 1, + anon_sym___except, + ACTIONS(4641), 1, + anon_sym___finally, + STATE(119), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [62804] = 5, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4579), 1, + ACTIONS(4643), 1, anon_sym_DQUOTE, - ACTIONS(4581), 1, + ACTIONS(4645), 1, aux_sym_string_literal_token1, - ACTIONS(4583), 1, + ACTIONS(4647), 1, sym_escape_sequence, - STATE(1787), 1, + STATE(1811), 1, aux_sym_string_literal_repeat1, - [60862] = 4, + [62820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3898), 1, - anon_sym_SEMI, - ACTIONS(4035), 1, + ACTIONS(4526), 1, + anon_sym_COMMA, + STATE(1858), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(4649), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [62834] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4651), 1, + anon_sym_SQUOTE, + STATE(1852), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4653), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [62848] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3960), 1, anon_sym_LBRACK, - ACTIONS(4033), 2, + ACTIONS(3984), 1, + anon_sym_SEMI, + ACTIONS(3958), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - [60876] = 4, + [62862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(4656), 1, anon_sym___except, - ACTIONS(4587), 1, + ACTIONS(4658), 1, anon_sym___finally, - STATE(93), 2, + STATE(301), 2, sym_seh_except_clause, sym_seh_finally_clause, - [60890] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3325), 1, - anon_sym_COMMA, - ACTIONS(3327), 1, - anon_sym_RBRACE, - STATE(1961), 1, - aux_sym_initializer_list_repeat1, - [60903] = 4, + [62876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4589), 1, + ACTIONS(3960), 1, + anon_sym_LBRACK, + ACTIONS(3968), 1, anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [60916] = 4, + ACTIONS(3958), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [62890] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4591), 1, + ACTIONS(4624), 1, + anon_sym_COMMA, + STATE(1844), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(4660), 2, anon_sym_RPAREN, - ACTIONS(4593), 1, anon_sym_COLON, - STATE(1922), 1, - sym_gnu_asm_output_operand_list, - [60929] = 4, + [62904] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4560), 1, anon_sym_COMMA, - ACTIONS(4595), 1, + STATE(1847), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(4662), 2, anon_sym_RPAREN, - STATE(1981), 1, - aux_sym_function_definition_repeat1, - [60942] = 4, + anon_sym_COLON, + [62918] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4664), 1, anon_sym_COMMA, - ACTIONS(4597), 1, + STATE(1858), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(4667), 2, anon_sym_RPAREN, - STATE(1981), 1, - aux_sym_function_definition_repeat1, - [60955] = 4, + anon_sym_COLON, + [62932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 1, - anon_sym_COMMA, - ACTIONS(4601), 1, - anon_sym_RBRACK_RBRACK, - STATE(1877), 1, - aux_sym_attribute_declaration_repeat1, - [60968] = 4, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4669), 1, + anon_sym_SEMI, + STATE(1839), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [62946] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3960), 1, + anon_sym_LBRACK, + ACTIONS(4671), 1, + anon_sym_SEMI, + ACTIONS(3958), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [62960] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4597), 1, + ACTIONS(4673), 1, + sym_identifier, + ACTIONS(4675), 1, anon_sym_RPAREN, - STATE(1837), 1, + STATE(1881), 1, aux_sym_function_definition_repeat1, - [60981] = 4, + [62976] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4603), 1, + ACTIONS(4487), 1, + anon_sym_COMMA, + ACTIONS(4677), 1, + sym_identifier, + ACTIONS(4679), 1, anon_sym_RPAREN, - ACTIONS(4605), 1, - anon_sym_COLON, - STATE(1973), 1, - sym_gnu_asm_clobber_list, - [60994] = 4, + STATE(1875), 1, + aux_sym_function_definition_repeat1, + [62992] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4681), 1, + anon_sym_SEMI, + STATE(1584), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [63006] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4607), 1, + ACTIONS(4683), 1, + sym_identifier, + ACTIONS(4685), 1, anon_sym_RPAREN, - STATE(1981), 1, + STATE(1872), 1, aux_sym_function_definition_repeat1, - [61007] = 4, + [63022] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, - anon_sym_COMMA, - ACTIONS(4609), 1, + ACTIONS(4687), 1, anon_sym_RPAREN, - STATE(1981), 1, - aux_sym_function_definition_repeat1, - [61020] = 4, + ACTIONS(4689), 1, + anon_sym_COLON, + STATE(1934), 1, + sym_gnu_asm_output_operand_list, + [63035] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, - anon_sym_COMMA, - ACTIONS(4609), 1, + ACTIONS(4691), 1, anon_sym_RPAREN, - STATE(1842), 1, - aux_sym_function_definition_repeat1, - [61033] = 4, + ACTIONS(4693), 1, + anon_sym_COLON, + STATE(1957), 1, + sym_gnu_asm_clobber_list, + [63048] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4611), 1, + ACTIONS(4695), 1, anon_sym_SEMI, - STATE(1882), 1, + STATE(1898), 1, aux_sym_declaration_repeat2, - [61046] = 4, + [63061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4613), 1, + ACTIONS(4697), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61059] = 4, + [63074] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4615), 1, + ACTIONS(4699), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61072] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4617), 1, - aux_sym_preproc_include_token2, - ACTIONS(4619), 1, - anon_sym_LPAREN2, - STATE(2121), 1, - sym_preproc_argument_list, - [61085] = 4, + [63087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4621), 1, - anon_sym_SEMI, - STATE(2205), 1, - sym_attribute_specifier, - [61098] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4623), 1, + ACTIONS(4701), 1, sym_identifier, - ACTIONS(4625), 1, - aux_sym_preproc_include_token2, - ACTIONS(4627), 1, - sym_preproc_arg, - [61111] = 4, + ACTIONS(4703), 1, + anon_sym_shared, + STATE(2042), 1, + sym_qualifier, + [63100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4629), 1, + ACTIONS(4705), 1, anon_sym_RPAREN, - STATE(1981), 1, + STATE(1900), 1, aux_sym_function_definition_repeat1, - [61124] = 4, + [63113] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4631), 1, + ACTIONS(4707), 1, anon_sym_RPAREN, - STATE(1981), 1, + STATE(1900), 1, aux_sym_function_definition_repeat1, - [61137] = 4, + [63126] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4631), 1, + ACTIONS(4707), 1, anon_sym_RPAREN, - STATE(1851), 1, + STATE(1871), 1, aux_sym_function_definition_repeat1, - [61150] = 4, + [63139] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4633), 1, + ACTIONS(4487), 1, + anon_sym_COMMA, + ACTIONS(4709), 1, anon_sym_RPAREN, - ACTIONS(4635), 1, - anon_sym_COLON, - STATE(1971), 1, - sym_gnu_asm_input_operand_list, - [61163] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2154), 1, - anon_sym_LBRACE, - ACTIONS(4637), 1, - sym_identifier, - STATE(930), 1, - sym_field_declaration_list, - [61176] = 4, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63152] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4639), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4642), 1, + ACTIONS(4711), 1, anon_sym_RPAREN, - STATE(1856), 1, - aux_sym_layout_qualifiers_repeat1, - [61189] = 2, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63165] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4644), 3, + ACTIONS(4487), 1, anon_sym_COMMA, + ACTIONS(4711), 1, anon_sym_RPAREN, - anon_sym_COLON, - [61198] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4646), 1, - sym_identifier, - ACTIONS(4648), 1, - anon_sym_shared, - STATE(1955), 1, - sym_qualifier, - [61211] = 4, + STATE(1874), 1, + aux_sym_function_definition_repeat1, + [63178] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4650), 1, + ACTIONS(4713), 1, anon_sym_SEMI, - STATE(1889), 1, + STATE(1905), 1, aux_sym_declaration_repeat2, - [61224] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3077), 1, - anon_sym_LBRACE, - ACTIONS(4652), 1, - sym_identifier, - STATE(1024), 1, - sym_enumerator_list, - [61237] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4654), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [61246] = 4, + [63191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4715), 3, anon_sym_COMMA, - ACTIONS(4656), 1, anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61259] = 3, - ACTIONS(3592), 1, + anon_sym___attribute__, + [63200] = 4, + ACTIONS(3668), 1, sym_comment, - STATE(1788), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4658), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [61270] = 4, + ACTIONS(4717), 1, + sym_identifier, + ACTIONS(4719), 1, + aux_sym_preproc_include_token2, + ACTIONS(4721), 1, + sym_preproc_arg, + [63213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4660), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4663), 1, + ACTIONS(4723), 1, anon_sym_RPAREN, - STATE(1864), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [61283] = 3, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4667), 1, + ACTIONS(4487), 1, + anon_sym_COMMA, + ACTIONS(4725), 1, anon_sym_RPAREN, - ACTIONS(4665), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [61294] = 4, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63239] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, - anon_sym_RPAREN, - ACTIONS(4669), 1, + ACTIONS(4727), 1, anon_sym_COMMA, - STATE(1866), 1, - aux_sym_argument_list_repeat1, - [61307] = 4, + ACTIONS(4729), 1, + anon_sym_RPAREN, + STATE(2037), 1, + aux_sym_preproc_params_repeat1, + [63252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4672), 1, + ACTIONS(4731), 1, anon_sym_SEMI, - STATE(1953), 1, + STATE(1869), 1, aux_sym_declaration_repeat2, - [61320] = 4, + [63265] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4674), 1, - anon_sym_SEMI, - STATE(1835), 1, - aux_sym_declaration_repeat2, - [61333] = 4, + ACTIONS(4733), 1, + anon_sym_RPAREN, + STATE(1916), 1, + aux_sym_function_definition_repeat1, + [63278] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4676), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61346] = 4, + ACTIONS(4725), 1, + anon_sym_RPAREN, + STATE(1880), 1, + aux_sym_function_definition_repeat1, + [63291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4678), 1, + ACTIONS(4735), 3, anon_sym_COMMA, - ACTIONS(4680), 1, anon_sym_RPAREN, - STATE(1864), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [61359] = 4, + anon_sym_COLON, + [63300] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4682), 1, + ACTIONS(4737), 1, anon_sym_SEMI, - STATE(1969), 1, + STATE(2016), 1, aux_sym_declaration_repeat2, - [61372] = 3, - ACTIONS(3592), 1, - sym_comment, - STATE(1778), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4684), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [61383] = 4, + [63313] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4686), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61396] = 4, + ACTIONS(4733), 1, + anon_sym_RPAREN, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63326] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4739), 1, + sym_identifier, + ACTIONS(4741), 1, + aux_sym_preproc_include_token2, + ACTIONS(4743), 1, + sym_preproc_arg, + [63339] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4688), 1, + ACTIONS(4745), 1, anon_sym_SEMI, - STATE(2314), 1, + STATE(2337), 1, sym_attribute_specifier, - [61409] = 4, + [63352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 1, - anon_sym_COMMA, - ACTIONS(4690), 1, - anon_sym_RBRACK_RBRACK, - STATE(1877), 1, - aux_sym_attribute_declaration_repeat1, - [61422] = 4, + ACTIONS(2195), 1, + anon_sym_LBRACE, + ACTIONS(4747), 1, + sym_identifier, + STATE(930), 1, + sym_field_declaration_list, + [63365] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, + ACTIONS(3173), 1, anon_sym_LBRACE, - ACTIONS(4692), 1, + ACTIONS(4749), 1, sym_identifier, - STATE(1232), 1, + STATE(1032), 1, sym_enumerator_list, - [61435] = 4, + [63378] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4694), 1, - anon_sym_COMMA, - ACTIONS(4697), 1, - anon_sym_RBRACK_RBRACK, - STATE(1877), 1, - aux_sym_attribute_declaration_repeat1, - [61448] = 4, + ACTIONS(3173), 1, + anon_sym_LBRACE, + ACTIONS(4751), 1, + sym_identifier, + STATE(1235), 1, + sym_enumerator_list, + [63391] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3704), 1, + ACTIONS(4753), 1, anon_sym_RPAREN, - ACTIONS(4699), 1, - anon_sym_COMMA, - STATE(1878), 1, - aux_sym_preproc_argument_list_repeat1, - [61461] = 2, + ACTIONS(4755), 1, + anon_sym_COLON, + STATE(2340), 1, + sym_gnu_asm_goto_list, + [63404] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4702), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [61470] = 4, + ACTIONS(4701), 1, + sym_identifier, + ACTIONS(4703), 1, + anon_sym_shared, + STATE(2014), 1, + sym_qualifier, + [63417] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4704), 1, + ACTIONS(4757), 1, anon_sym_SEMI, - STATE(1902), 1, + STATE(1918), 1, aux_sym_declaration_repeat2, - [61483] = 4, + [63430] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4706), 1, + ACTIONS(4759), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61496] = 4, + [63443] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4708), 1, + ACTIONS(4761), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61509] = 4, + [63456] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4710), 1, + ACTIONS(4763), 1, anon_sym_COMMA, - ACTIONS(4712), 1, - anon_sym_RPAREN, - STATE(2003), 1, - aux_sym_parameter_list_repeat1, - [61522] = 4, + ACTIONS(4765), 1, + anon_sym_RBRACK_RBRACK, + STATE(1998), 1, + aux_sym_attribute_declaration_repeat1, + [63469] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4767), 1, anon_sym_COMMA, - ACTIONS(4714), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61535] = 4, - ACTIONS(3), 1, + ACTIONS(4770), 1, + anon_sym_RPAREN, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63482] = 4, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4716), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61548] = 4, - ACTIONS(3), 1, + ACTIONS(4772), 1, + aux_sym_preproc_include_token2, + ACTIONS(4774), 1, + anon_sym_LPAREN2, + STATE(2235), 1, + sym_preproc_argument_list, + [63495] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4599), 1, - anon_sym_COMMA, - ACTIONS(4718), 1, - anon_sym_RBRACK_RBRACK, - STATE(1875), 1, - aux_sym_attribute_declaration_repeat1, - [61561] = 4, + STATE(1838), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4776), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [63506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4720), 1, + ACTIONS(4778), 1, anon_sym_SEMI, - STATE(1906), 1, + STATE(1922), 1, aux_sym_declaration_repeat2, - [61574] = 4, + [63519] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4722), 1, + ACTIONS(4780), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61587] = 4, + [63532] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4724), 1, + ACTIONS(4782), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61600] = 4, + [63545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(3628), 1, anon_sym_COMMA, - ACTIONS(4726), 1, + ACTIONS(4784), 1, anon_sym_RPAREN, - STATE(1878), 1, + STATE(1975), 1, aux_sym_preproc_argument_list_repeat1, - [61613] = 2, + [63558] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4728), 3, + ACTIONS(3397), 1, anon_sym_COMMA, + ACTIONS(4786), 1, + anon_sym_RPAREN, + STATE(1924), 1, + aux_sym_generic_expression_repeat1, + [63571] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4774), 1, + anon_sym_LPAREN2, + ACTIONS(4788), 1, + aux_sym_preproc_include_token2, + STATE(2235), 1, + sym_preproc_argument_list, + [63584] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3395), 3, anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_COLON, - [61622] = 4, + [63593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4790), 3, anon_sym_COMMA, - ACTIONS(4730), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61635] = 4, - ACTIONS(3592), 1, + anon_sym_RPAREN, + anon_sym_COLON, + [63602] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4732), 1, - sym_identifier, - ACTIONS(4734), 1, - aux_sym_preproc_include_token2, - ACTIONS(4736), 1, - sym_preproc_arg, - [61648] = 4, + STATE(1818), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4792), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [63613] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4794), 3, anon_sym_COMMA, - ACTIONS(4738), 1, - anon_sym_SEMI, - STATE(1847), 1, - aux_sym_declaration_repeat2, - [61661] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [63622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4796), 1, anon_sym_COMMA, - ACTIONS(4740), 1, - anon_sym_SEMI, - STATE(1884), 1, - aux_sym_declaration_repeat2, - [61674] = 3, + ACTIONS(4798), 1, + anon_sym_RPAREN, + STATE(1932), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [63635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4742), 1, + ACTIONS(4800), 3, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(4099), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [61685] = 4, - ACTIONS(3592), 1, + anon_sym_DOT, + [63644] = 4, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4619), 1, + ACTIONS(4774), 1, anon_sym_LPAREN2, - ACTIONS(4744), 1, + ACTIONS(4802), 1, aux_sym_preproc_include_token2, - STATE(2121), 1, + STATE(2235), 1, sym_preproc_argument_list, - [61698] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4746), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61711] = 4, + [63657] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4748), 1, + ACTIONS(4487), 1, anon_sym_COMMA, - ACTIONS(4751), 1, + ACTIONS(4804), 1, anon_sym_RPAREN, - STATE(1899), 1, - aux_sym_generic_expression_repeat1, - [61724] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4753), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61737] = 4, + STATE(1900), 1, + aux_sym_function_definition_repeat1, + [63670] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4755), 1, + ACTIONS(4806), 1, anon_sym_SEMI, - STATE(2283), 1, + STATE(2314), 1, sym_attribute_specifier, - [61750] = 4, + [63683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4757), 1, + ACTIONS(4808), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61763] = 4, + [63696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4759), 1, + ACTIONS(4810), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1974), 1, aux_sym_declaration_repeat2, - [61776] = 4, + [63709] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4761), 1, + ACTIONS(4812), 1, anon_sym_SEMI, - STATE(1914), 1, + STATE(1930), 1, aux_sym_declaration_repeat2, - [61789] = 4, + [63722] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4763), 1, + ACTIONS(4814), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61802] = 4, + [63735] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4765), 1, + ACTIONS(4816), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61815] = 2, + [63748] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4767), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [61824] = 4, + ACTIONS(4818), 1, + anon_sym_COMMA, + ACTIONS(4820), 1, + anon_sym_RPAREN, + STATE(1959), 1, + aux_sym_parameter_list_repeat1, + [63761] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4822), 1, anon_sym_COMMA, - ACTIONS(4769), 1, - anon_sym_SEMI, - STATE(1885), 1, - aux_sym_declaration_repeat2, - [61837] = 4, + ACTIONS(4825), 1, + anon_sym_RPAREN, + STATE(1924), 1, + aux_sym_generic_expression_repeat1, + [63774] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4827), 1, + anon_sym_COMMA, + ACTIONS(4830), 1, + anon_sym_RBRACK_RBRACK, + STATE(1925), 1, + aux_sym_attribute_declaration_repeat1, + [63787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4678), 1, + ACTIONS(4832), 3, anon_sym_COMMA, - ACTIONS(4771), 1, anon_sym_RPAREN, - STATE(1870), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [61850] = 4, + anon_sym_COLON, + [63796] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4773), 1, - anon_sym_SEMI, - STATE(2231), 1, - sym_attribute_specifier, - [61863] = 2, + ACTIONS(3173), 1, + anon_sym_LBRACE, + ACTIONS(4834), 1, + sym_identifier, + STATE(1235), 1, + sym_enumerator_list, + [63809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4775), 3, + ACTIONS(4836), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [61872] = 4, + [63818] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(4838), 1, + anon_sym_SEMI, + STATE(2217), 1, + sym_attribute_specifier, + [63831] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4777), 1, + ACTIONS(4840), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61885] = 4, + [63844] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4842), 1, + sym_identifier, + ACTIONS(4844), 1, + aux_sym_preproc_include_token2, + ACTIONS(4846), 1, + sym_preproc_arg, + [63857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4779), 1, + ACTIONS(4796), 1, anon_sym_COMMA, - ACTIONS(4781), 1, + ACTIONS(4848), 1, anon_sym_RPAREN, - STATE(1856), 1, - aux_sym_layout_qualifiers_repeat1, - [61898] = 4, + STATE(1935), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [63870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4763), 1, anon_sym_COMMA, - ACTIONS(4783), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [61911] = 2, + ACTIONS(4850), 1, + anon_sym_RBRACK_RBRACK, + STATE(2020), 1, + aux_sym_attribute_declaration_repeat1, + [63883] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4852), 1, + anon_sym_RPAREN, + ACTIONS(4854), 1, + anon_sym_COLON, + STATE(1866), 1, + sym_gnu_asm_input_operand_list, + [63896] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4785), 3, + ACTIONS(4856), 1, anon_sym_COMMA, + ACTIONS(4859), 1, anon_sym_RPAREN, + STATE(1935), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [63909] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4689), 1, anon_sym_COLON, - [61920] = 4, + ACTIONS(4861), 1, + anon_sym_RPAREN, + STATE(1996), 1, + sym_gnu_asm_output_operand_list, + [63922] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - anon_sym___attribute__, - ACTIONS(4787), 1, - anon_sym_SEMI, - STATE(2115), 1, - sym_attribute_specifier, - [61933] = 4, + ACTIONS(4763), 1, + anon_sym_COMMA, + ACTIONS(4863), 1, + anon_sym_RBRACK_RBRACK, + STATE(1925), 1, + aux_sym_attribute_declaration_repeat1, + [63935] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 1, + ACTIONS(4865), 3, anon_sym_COMMA, - ACTIONS(4789), 1, anon_sym_RPAREN, - STATE(1899), 1, - aux_sym_generic_expression_repeat1, - [61946] = 4, + anon_sym_COLON, + [63944] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4867), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [63953] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4701), 1, + sym_identifier, + ACTIONS(4703), 1, + anon_sym_shared, + STATE(2060), 1, + sym_qualifier, + [63966] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4869), 1, + anon_sym_COMMA, + ACTIONS(4871), 1, + anon_sym_RPAREN, + STATE(1993), 1, + aux_sym_layout_qualifiers_repeat1, + [63979] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4791), 1, + ACTIONS(4873), 1, anon_sym_SEMI, - STATE(1982), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61959] = 4, + [63992] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4793), 1, + ACTIONS(4875), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61972] = 4, + [64005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4795), 1, - anon_sym_RPAREN, - ACTIONS(4797), 1, - anon_sym_COLON, - STATE(2296), 1, - sym_gnu_asm_goto_list, - [61985] = 4, + ACTIONS(4877), 1, + anon_sym_EQ, + ACTIONS(4214), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [64016] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4799), 1, + ACTIONS(4879), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [61998] = 4, + [64029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 1, - anon_sym_COLON, - ACTIONS(4801), 1, - anon_sym_RPAREN, - STATE(1841), 1, - sym_gnu_asm_input_operand_list, - [62011] = 4, + ACTIONS(3441), 1, + anon_sym_RBRACE, + ACTIONS(4881), 1, + anon_sym_COMMA, + STATE(1946), 1, + aux_sym_initializer_list_repeat1, + [64042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 1, - anon_sym_COLON, - ACTIONS(4803), 1, - anon_sym_RPAREN, - STATE(1854), 1, - sym_gnu_asm_output_operand_list, - [62024] = 4, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(4884), 1, + anon_sym_SEMI, + STATE(1942), 1, + aux_sym_declaration_repeat2, + [64055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4805), 1, + ACTIONS(4886), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62037] = 4, + [64068] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4646), 1, - sym_identifier, - ACTIONS(4648), 1, - anon_sym_shared, - STATE(2024), 1, - sym_qualifier, - [62050] = 4, + ACTIONS(4888), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [64077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(3323), 1, - anon_sym_RPAREN, - STATE(1866), 1, - aux_sym_argument_list_repeat1, - [62063] = 4, + ACTIONS(4890), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64090] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4807), 1, + ACTIONS(4892), 1, anon_sym_SEMI, - STATE(1898), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62076] = 4, + [64103] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4809), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4812), 1, - anon_sym_RPAREN, - STATE(1928), 1, - aux_sym_preproc_params_repeat1, - [62089] = 4, + ACTIONS(4894), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4814), 1, - anon_sym_RBRACK_RBRACK, - STATE(1877), 1, - aux_sym_attribute_declaration_repeat1, - [62102] = 4, + ACTIONS(4896), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64129] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4816), 1, + ACTIONS(4898), 1, anon_sym_SEMI, - STATE(1900), 1, + STATE(1943), 1, aux_sym_declaration_repeat2, - [62115] = 4, + [64142] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4818), 1, - anon_sym_COMMA, - ACTIONS(4821), 1, + ACTIONS(4693), 1, + anon_sym_COLON, + ACTIONS(4900), 1, anon_sym_RPAREN, - STATE(1931), 1, - aux_sym_parameter_list_repeat1, - [62128] = 4, + STATE(1894), 1, + sym_gnu_asm_clobber_list, + [64155] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4902), 1, + sym_identifier, + ACTIONS(4904), 1, + aux_sym_preproc_include_token2, + ACTIONS(4906), 1, + sym_preproc_arg, + [64168] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, - anon_sym_COMMA, - ACTIONS(4823), 1, - anon_sym_SEMI, - STATE(1991), 1, - aux_sym_declaration_repeat2, - [62141] = 2, + ACTIONS(4755), 1, + anon_sym_COLON, + ACTIONS(4908), 1, + anon_sym_RPAREN, + STATE(2376), 1, + sym_gnu_asm_goto_list, + [64181] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4825), 3, + ACTIONS(3403), 1, anon_sym_COMMA, + ACTIONS(3405), 1, anon_sym_RPAREN, - anon_sym_COLON, - [62150] = 4, + STATE(2012), 1, + aux_sym_argument_list_repeat1, + [64194] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4779), 1, + ACTIONS(4910), 1, anon_sym_COMMA, - ACTIONS(4827), 1, + ACTIONS(4913), 1, anon_sym_RPAREN, - STATE(1856), 1, - aux_sym_layout_qualifiers_repeat1, - [62163] = 4, + STATE(1959), 1, + aux_sym_parameter_list_repeat1, + [64207] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4829), 1, + ACTIONS(4915), 1, anon_sym_SEMI, - STATE(1862), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62176] = 4, + [64220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4831), 1, + ACTIONS(4917), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62189] = 4, + [64233] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4833), 1, + ACTIONS(4919), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62202] = 4, + [64246] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4835), 1, + ACTIONS(4921), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62215] = 4, + [64259] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4837), 1, + ACTIONS(4923), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1953), 1, aux_sym_declaration_repeat2, - [62228] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4839), 1, - sym_identifier, - ACTIONS(4841), 1, - aux_sym_preproc_include_token2, - ACTIONS(4843), 1, - sym_preproc_arg, - [62241] = 4, + [64272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4845), 1, + ACTIONS(4925), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62254] = 2, + [64285] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 3, - anon_sym_COMMA, - anon_sym_SEMI, + ACTIONS(3694), 1, anon_sym___attribute__, - [62263] = 4, + ACTIONS(4927), 1, + anon_sym_SEMI, + STATE(2292), 1, + sym_attribute_specifier, + [64298] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4849), 1, + ACTIONS(4929), 1, anon_sym_SEMI, - STATE(1912), 1, + STATE(1948), 1, aux_sym_declaration_repeat2, - [62276] = 4, + [64311] = 4, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4774), 1, + anon_sym_LPAREN2, + ACTIONS(4931), 1, + aux_sym_preproc_include_token2, + STATE(2235), 1, + sym_preproc_argument_list, + [64324] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 1, + ACTIONS(2470), 1, + anon_sym_RBRACE, + ACTIONS(4933), 1, anon_sym_COMMA, - ACTIONS(3313), 1, - anon_sym_RPAREN, - STATE(1949), 1, - aux_sym_argument_list_repeat1, - [62289] = 4, + STATE(1946), 1, + aux_sym_initializer_list_repeat1, + [64337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(4935), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [64346] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4851), 1, - anon_sym_RPAREN, - STATE(1878), 1, - aux_sym_preproc_argument_list_repeat1, - [62302] = 4, + ACTIONS(4937), 1, + anon_sym_SEMI, + STATE(1991), 1, + aux_sym_declaration_repeat2, + [64359] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 1, + ACTIONS(4939), 1, anon_sym_COMMA, - ACTIONS(4855), 1, + ACTIONS(4942), 1, anon_sym_RPAREN, - STATE(1960), 1, + STATE(1972), 1, aux_sym_preproc_params_repeat1, - [62315] = 4, + [64372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4857), 1, + ACTIONS(4944), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1950), 1, aux_sym_declaration_repeat2, - [62328] = 4, + [64385] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4859), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4862), 1, + ACTIONS(4946), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62341] = 4, + [64398] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 1, - anon_sym_COMMA, - ACTIONS(3311), 1, + ACTIONS(3779), 1, anon_sym_RPAREN, - STATE(1866), 1, - aux_sym_argument_list_repeat1, - [62354] = 4, + ACTIONS(4948), 1, + anon_sym_COMMA, + STATE(1975), 1, + aux_sym_preproc_argument_list_repeat1, + [64411] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4864), 1, + ACTIONS(4951), 1, anon_sym_SEMI, - STATE(1937), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62367] = 4, + [64424] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4866), 1, - anon_sym_RBRACK_RBRACK, - STATE(1929), 1, - aux_sym_attribute_declaration_repeat1, - [62380] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4619), 1, - anon_sym_LPAREN2, - ACTIONS(4868), 1, - aux_sym_preproc_include_token2, - STATE(2121), 1, - sym_preproc_argument_list, - [62393] = 4, + ACTIONS(4953), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64437] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4870), 1, + ACTIONS(4955), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62406] = 4, + [64450] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4872), 1, - anon_sym_RPAREN, - STATE(1981), 1, - aux_sym_function_definition_repeat1, - [62419] = 4, + ACTIONS(4957), 1, + anon_sym_SEMI, + STATE(1951), 1, + aux_sym_declaration_repeat2, + [64463] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4779), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4874), 1, - anon_sym_RPAREN, - STATE(1913), 1, - aux_sym_layout_qualifiers_repeat1, - [62432] = 4, + ACTIONS(4959), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4876), 1, + ACTIONS(4961), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1961), 1, aux_sym_declaration_repeat2, - [62445] = 2, + [64489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4878), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [62454] = 4, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(4963), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64502] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4872), 1, - anon_sym_RPAREN, - STATE(1970), 1, - aux_sym_function_definition_repeat1, - [62467] = 4, + ACTIONS(4965), 1, + anon_sym_SEMI, + STATE(1994), 1, + aux_sym_declaration_repeat2, + [64515] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3393), 1, - anon_sym_RBRACE, - ACTIONS(4880), 1, + ACTIONS(3628), 1, anon_sym_COMMA, - STATE(1959), 1, - aux_sym_initializer_list_repeat1, - [62480] = 4, + ACTIONS(4967), 1, + anon_sym_RPAREN, + STATE(1975), 1, + aux_sym_preproc_argument_list_repeat1, + [64528] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4853), 1, - anon_sym_COMMA, - ACTIONS(4883), 1, + ACTIONS(3437), 1, anon_sym_RPAREN, - STATE(1928), 1, - aux_sym_preproc_params_repeat1, - [62493] = 4, + ACTIONS(4969), 1, + anon_sym_COMMA, + STATE(1985), 1, + aux_sym_argument_list_repeat1, + [64541] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2400), 1, - anon_sym_RBRACE, - ACTIONS(4885), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - STATE(1959), 1, - aux_sym_initializer_list_repeat1, - [62506] = 4, + ACTIONS(4972), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64554] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4887), 1, + ACTIONS(4974), 1, anon_sym_SEMI, - STATE(1947), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62519] = 4, + [64567] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4889), 1, - anon_sym_RPAREN, - STATE(1866), 1, - aux_sym_argument_list_repeat1, - [62532] = 2, + ACTIONS(4976), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64580] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4891), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [62541] = 4, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(4978), 1, + anon_sym_SEMI, + STATE(1960), 1, + aux_sym_declaration_repeat2, + [64593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4893), 1, + ACTIONS(4980), 1, anon_sym_SEMI, - STATE(1873), 1, + STATE(2007), 1, aux_sym_declaration_repeat2, - [62554] = 4, + [64606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4895), 1, + ACTIONS(4982), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62567] = 4, + [64619] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4897), 1, + ACTIONS(4984), 1, anon_sym_SEMI, - STATE(1924), 1, + STATE(1976), 1, aux_sym_declaration_repeat2, - [62580] = 2, + [64632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 3, + ACTIONS(4986), 1, + anon_sym_COMMA, + ACTIONS(4989), 1, anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_COLON, - [62589] = 4, + STATE(1993), 1, + aux_sym_layout_qualifiers_repeat1, + [64645] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4899), 1, + ACTIONS(4991), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62602] = 4, + [64658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4373), 1, - anon_sym_COMMA, - ACTIONS(4901), 1, + ACTIONS(4995), 1, anon_sym_RPAREN, - STATE(1981), 1, - aux_sym_function_definition_repeat1, - [62615] = 4, + ACTIONS(4993), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [64669] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4605), 1, + ACTIONS(4854), 1, anon_sym_COLON, - ACTIONS(4903), 1, + ACTIONS(4997), 1, anon_sym_RPAREN, - STATE(1920), 1, - sym_gnu_asm_clobber_list, - [62628] = 4, + STATE(1955), 1, + sym_gnu_asm_input_operand_list, + [64682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(3403), 1, + anon_sym_COMMA, + ACTIONS(4999), 1, + anon_sym_RPAREN, + STATE(1985), 1, + aux_sym_argument_list_repeat1, + [64695] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4763), 1, + anon_sym_COMMA, + ACTIONS(5001), 1, + anon_sym_RBRACK_RBRACK, + STATE(1925), 1, + aux_sym_attribute_declaration_repeat1, + [64708] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4905), 1, + ACTIONS(5003), 1, anon_sym_SEMI, - STATE(1989), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62641] = 4, + [64721] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4797), 1, - anon_sym_COLON, - ACTIONS(4907), 1, - anon_sym_RPAREN, - STATE(2268), 1, - sym_gnu_asm_goto_list, - [62654] = 4, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(5005), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64734] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(5007), 1, + anon_sym_SEMI, + STATE(2034), 1, + aux_sym_declaration_repeat2, + [64747] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4909), 1, + ACTIONS(5009), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1965), 1, aux_sym_declaration_repeat2, - [62667] = 4, + [64760] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(4869), 1, anon_sym_COMMA, - ACTIONS(4911), 1, + ACTIONS(5011), 1, anon_sym_RPAREN, - STATE(1878), 1, - aux_sym_preproc_argument_list_repeat1, - [62680] = 4, + STATE(1993), 1, + aux_sym_layout_qualifiers_repeat1, + [64773] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3694), 1, anon_sym___attribute__, - ACTIONS(4913), 1, + ACTIONS(5013), 1, anon_sym_SEMI, - STATE(2174), 1, + STATE(2279), 1, sym_attribute_specifier, - [62693] = 4, + [64786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4915), 1, + ACTIONS(5015), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2026), 1, aux_sym_declaration_repeat2, - [62706] = 4, + [64799] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4917), 1, + ACTIONS(5017), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62719] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4919), 1, - sym_identifier, - ACTIONS(4921), 1, - aux_sym_preproc_include_token2, - ACTIONS(4923), 1, - sym_preproc_arg, - [62732] = 4, + [64812] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4925), 1, - anon_sym_RBRACK_RBRACK, - STATE(1839), 1, - aux_sym_attribute_declaration_repeat1, - [62745] = 4, + ACTIONS(5019), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64825] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4927), 1, + ACTIONS(3694), 1, + anon_sym___attribute__, + ACTIONS(5021), 1, + anon_sym_SEMI, + STATE(2259), 1, + sym_attribute_specifier, + [64838] = 3, + ACTIONS(3668), 1, + sym_comment, + STATE(1829), 1, + aux_sym_char_literal_repeat1, + ACTIONS(5023), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [64849] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5025), 1, anon_sym_COMMA, - ACTIONS(4930), 1, - anon_sym_RPAREN, - STATE(1981), 1, - aux_sym_function_definition_repeat1, - [62758] = 4, + ACTIONS(5028), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [64862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4932), 1, + ACTIONS(5030), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2032), 1, aux_sym_declaration_repeat2, - [62771] = 4, + [64875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 1, + ACTIONS(3403), 1, anon_sym_COMMA, - ACTIONS(4934), 1, + ACTIONS(5032), 1, anon_sym_RPAREN, - STATE(1866), 1, + STATE(1985), 1, aux_sym_argument_list_repeat1, - [62784] = 4, + [64888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4936), 1, + ACTIONS(5034), 1, anon_sym_SEMI, - STATE(2005), 1, + STATE(1977), 1, aux_sym_declaration_repeat2, - [62797] = 4, + [64901] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4869), 1, anon_sym_COMMA, - ACTIONS(4938), 1, - anon_sym_SEMI, - STATE(1977), 1, - aux_sym_declaration_repeat2, - [62810] = 4, + ACTIONS(5036), 1, + anon_sym_RPAREN, + STATE(1941), 1, + aux_sym_layout_qualifiers_repeat1, + [64914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4940), 1, + ACTIONS(5038), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62823] = 4, + [64927] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4942), 1, + ACTIONS(5040), 1, anon_sym_SEMI, - STATE(2008), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62836] = 4, + [64940] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4763), 1, anon_sym_COMMA, - ACTIONS(4944), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [62849] = 4, + ACTIONS(5042), 1, + anon_sym_RBRACK_RBRACK, + STATE(1937), 1, + aux_sym_attribute_declaration_repeat1, + [64953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(5046), 1, + anon_sym_EQ, + ACTIONS(5044), 2, anon_sym_COMMA, - ACTIONS(4946), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [62862] = 4, + anon_sym_RPAREN, + [64964] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4818), 1, anon_sym_COMMA, - ACTIONS(4948), 1, - anon_sym_SEMI, - STATE(1948), 1, - aux_sym_declaration_repeat2, - [62875] = 4, + ACTIONS(5048), 1, + anon_sym_RPAREN, + STATE(1923), 1, + aux_sym_parameter_list_repeat1, + [64977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4763), 1, + anon_sym_COMMA, + ACTIONS(5050), 1, + anon_sym_RBRACK_RBRACK, + STATE(1925), 1, + aux_sym_attribute_declaration_repeat1, + [64990] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4950), 1, + ACTIONS(5052), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1987), 1, aux_sym_declaration_repeat2, - [62888] = 3, + [65003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4952), 2, + ACTIONS(3628), 1, anon_sym_COMMA, + ACTIONS(5054), 1, anon_sym_RPAREN, - [62899] = 4, + STATE(1975), 1, + aux_sym_preproc_argument_list_repeat1, + [65016] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(3407), 1, anon_sym_COMMA, - ACTIONS(4956), 1, - anon_sym_SEMI, - STATE(2010), 1, - aux_sym_declaration_repeat2, - [62912] = 3, - ACTIONS(3592), 1, - sym_comment, - STATE(1813), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4958), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [62923] = 4, + ACTIONS(3409), 1, + anon_sym_RBRACE, + STATE(1969), 1, + aux_sym_initializer_list_repeat1, + [65029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4960), 1, + ACTIONS(5056), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2038), 1, aux_sym_declaration_repeat2, - [62936] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2154), 1, - anon_sym_LBRACE, - ACTIONS(4962), 1, - sym_identifier, - STATE(932), 1, - sym_field_declaration_list, - [62949] = 4, + [65042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4964), 1, + ACTIONS(5058), 1, anon_sym_SEMI, - STATE(1978), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62962] = 4, + [65055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4966), 1, + ACTIONS(5060), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [62975] = 4, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4619), 1, - anon_sym_LPAREN2, - ACTIONS(4968), 1, - aux_sym_preproc_include_token2, - STATE(2121), 1, - sym_preproc_argument_list, - [62988] = 4, + [65068] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(4970), 1, + ACTIONS(5062), 1, sym_identifier, - STATE(1232), 1, - sym_enumerator_list, - [63001] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4779), 1, - anon_sym_COMMA, - ACTIONS(4972), 1, - anon_sym_RPAREN, - STATE(1934), 1, - aux_sym_layout_qualifiers_repeat1, - [63014] = 4, + STATE(932), 1, + sym_field_declaration_list, + [65081] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2154), 1, + ACTIONS(2195), 1, anon_sym_LBRACE, - ACTIONS(4974), 1, + ACTIONS(5064), 1, sym_identifier, - STATE(918), 1, + STATE(928), 1, sym_field_declaration_list, - [63027] = 4, + [65094] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4710), 1, + ACTIONS(3403), 1, anon_sym_COMMA, - ACTIONS(4976), 1, + ACTIONS(3411), 1, anon_sym_RPAREN, - STATE(1931), 1, - aux_sym_parameter_list_repeat1, - [63040] = 4, + STATE(1997), 1, + aux_sym_argument_list_repeat1, + [65107] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4646), 1, - sym_identifier, - ACTIONS(4648), 1, - anon_sym_shared, - STATE(2001), 1, - sym_qualifier, - [63053] = 4, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(5066), 1, + anon_sym_SEMI, + STATE(2041), 1, + aux_sym_declaration_repeat2, + [65120] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4978), 1, + ACTIONS(5068), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [63066] = 4, + [65133] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4980), 1, + ACTIONS(5070), 1, anon_sym_SEMI, - STATE(1998), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [63079] = 4, + [65146] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4982), 1, + ACTIONS(5072), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [63092] = 4, + [65159] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4984), 1, + ACTIONS(5074), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [63105] = 4, + [65172] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4986), 1, + ACTIONS(5076), 1, anon_sym_SEMI, - STATE(1941), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [63118] = 4, + [65185] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4988), 1, + ACTIONS(5078), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(1999), 1, aux_sym_declaration_repeat2, - [63131] = 4, + [65198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 1, + ACTIONS(4727), 1, anon_sym_COMMA, - ACTIONS(3315), 1, + ACTIONS(5080), 1, anon_sym_RPAREN, - STATE(1926), 1, - aux_sym_argument_list_repeat1, - [63144] = 4, + STATE(1972), 1, + aux_sym_preproc_params_repeat1, + [65211] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4990), 1, + ACTIONS(5082), 1, anon_sym_SEMI, - STATE(1990), 1, + STATE(2010), 1, aux_sym_declaration_repeat2, - [63157] = 4, + [65224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4238), 1, anon_sym_COMMA, - ACTIONS(4992), 1, + ACTIONS(5084), 1, anon_sym_SEMI, - STATE(1948), 1, + STATE(2033), 1, aux_sym_declaration_repeat2, - [63170] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4994), 1, - anon_sym_LPAREN2, - STATE(498), 1, - sym_parenthesized_expression, - [63180] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(147), 1, - anon_sym_LBRACE, - STATE(104), 1, - sym_compound_statement, - [63190] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - STATE(313), 1, - sym_compound_statement, - [63200] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4994), 1, - anon_sym_LPAREN2, - STATE(500), 1, - sym_parenthesized_expression, - [63210] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4996), 1, - sym_identifier, - STATE(1980), 1, - sym_attribute, - [63220] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(147), 1, - anon_sym_LBRACE, - STATE(76), 1, - sym_compound_statement, - [63230] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4994), 1, - anon_sym_LPAREN2, - STATE(483), 1, - sym_parenthesized_expression, - [63240] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2043), 1, - sym_parenthesized_expression, - [63250] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4994), 1, - anon_sym_LPAREN2, - STATE(471), 1, - sym_parenthesized_expression, - [63260] = 3, + [65237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - STATE(1833), 1, - sym_compound_statement, - [63270] = 2, + ACTIONS(4238), 1, + anon_sym_COMMA, + ACTIONS(5086), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [65250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4642), 2, + ACTIONS(4238), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [63278] = 2, + ACTIONS(5088), 1, + anon_sym_SEMI, + STATE(2010), 1, + aux_sym_declaration_repeat2, + [65263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4952), 2, + ACTIONS(4869), 1, anon_sym_COMMA, + ACTIONS(5090), 1, anon_sym_RPAREN, - [63286] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2323), 1, - sym_parenthesized_expression, - [63296] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5000), 1, - aux_sym_preproc_include_token2, - ACTIONS(5002), 1, - sym_preproc_arg, - [63306] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5004), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [63314] = 3, + STATE(2003), 1, + aux_sym_layout_qualifiers_repeat1, + [65276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, - anon_sym_LPAREN2, - STATE(2165), 1, - sym_argument_list, - [63324] = 3, - ACTIONS(3592), 1, + ACTIONS(147), 1, + anon_sym_LBRACE, + STATE(95), 1, + sym_compound_statement, + [65286] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5006), 1, + ACTIONS(5092), 1, aux_sym_preproc_include_token2, - ACTIONS(5008), 1, + ACTIONS(5094), 1, sym_preproc_arg, - [63334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2068), 1, - sym_parenthesized_expression, - [63344] = 2, + [65296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4930), 2, + ACTIONS(3437), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63352] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5010), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [63360] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(413), 1, - anon_sym_LBRACE, - STATE(173), 1, - sym_compound_statement, - [63370] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5012), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [63378] = 3, + [65304] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - STATE(1765), 1, - sym_compound_statement, - [63388] = 3, + ACTIONS(5096), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [65312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(483), 1, + ACTIONS(147), 1, anon_sym_LBRACE, - STATE(264), 1, + STATE(116), 1, sym_compound_statement, - [63398] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3389), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [63406] = 2, + [65322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3393), 2, + ACTIONS(5098), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [63414] = 2, + anon_sym_RBRACK_RBRACK, + [65330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3401), 2, + ACTIONS(5044), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [63422] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - STATE(1811), 1, - sym_compound_statement, - [63432] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2037), 1, - sym_parenthesized_expression, - [63442] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(147), 1, - anon_sym_LBRACE, - STATE(114), 1, - sym_compound_statement, - [63452] = 3, + anon_sym_RPAREN, + [65338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(413), 1, anon_sym_LBRACE, - STATE(240), 1, + STATE(269), 1, sym_compound_statement, - [63462] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5014), 1, - aux_sym_preproc_include_token2, - ACTIONS(5016), 1, - sym_preproc_arg, - [63472] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5018), 1, - aux_sym_preproc_include_token2, - ACTIONS(5020), 1, - sym_preproc_arg, - [63482] = 3, + [65348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACE, - STATE(1797), 1, + STATE(1827), 1, sym_compound_statement, - [63492] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4357), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [63500] = 3, - ACTIONS(3), 1, + [65358] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2093), 1, - sym_parenthesized_expression, - [63510] = 3, + ACTIONS(5100), 1, + aux_sym_preproc_include_token2, + ACTIONS(5102), 1, + sym_preproc_arg, + [65368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2689), 1, + ACTIONS(2783), 1, anon_sym_LPAREN2, - STATE(2261), 1, + STATE(2311), 1, sym_argument_list, - [63520] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3391), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [63528] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2189), 1, - sym_parenthesized_expression, - [63538] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5022), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [63546] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4821), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [63554] = 3, + [65378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4996), 1, + ACTIONS(5104), 1, sym_identifier, - STATE(2084), 1, + STATE(1899), 1, sym_attribute, - [63564] = 3, + [65388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4998), 1, + ACTIONS(5106), 1, anon_sym_LPAREN2, - STATE(2019), 1, + STATE(509), 1, sym_parenthesized_expression, - [63574] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(483), 1, - anon_sym_LBRACE, - STATE(303), 1, - sym_compound_statement, - [63584] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5024), 1, - aux_sym_preproc_include_token2, - ACTIONS(5026), 1, - sym_preproc_arg, - [63594] = 3, + [65398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5028), 1, - sym_identifier, - ACTIONS(5030), 1, - anon_sym_RPAREN, - [63604] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(2066), 1, + STATE(2128), 1, sym_parenthesized_expression, - [63614] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5032), 1, - aux_sym_preproc_include_token2, - ACTIONS(5034), 1, - sym_preproc_arg, - [63624] = 3, + [65408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4998), 1, + ACTIONS(5106), 1, anon_sym_LPAREN2, - STATE(2288), 1, + STATE(495), 1, sym_parenthesized_expression, - [63634] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5036), 1, - anon_sym_COMMA, - ACTIONS(5038), 1, - anon_sym_RBRACE, - [63644] = 3, + [65418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACE, - STATE(1774), 1, + STATE(240), 1, sym_compound_statement, - [63654] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5040), 1, - sym_identifier, - ACTIONS(5042), 1, - anon_sym_LPAREN2, - [63664] = 3, + [65428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(483), 1, + ACTIONS(47), 1, anon_sym_LBRACE, - STATE(311), 1, + STATE(1849), 1, sym_compound_statement, - [63674] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4625), 1, - aux_sym_preproc_include_token2, - ACTIONS(4627), 1, - sym_preproc_arg, - [63684] = 3, + [65438] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym_LBRACE, - STATE(207), 1, - sym_compound_statement, - [63694] = 3, + ACTIONS(4989), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [65446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_LBRACE, - STATE(273), 1, - sym_compound_statement, - [63704] = 3, - ACTIONS(3592), 1, + ACTIONS(4399), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [65454] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5044), 1, + ACTIONS(5110), 1, aux_sym_preproc_include_token2, - ACTIONS(5046), 1, + ACTIONS(5112), 1, sym_preproc_arg, - [63714] = 3, + [65464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3840), 1, - anon_sym_RBRACE, - ACTIONS(5036), 1, + ACTIONS(3439), 2, anon_sym_COMMA, - [63724] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2034), 1, - sym_parenthesized_expression, - [63734] = 3, - ACTIONS(3592), 1, + anon_sym_SEMI, + [65472] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5048), 1, + ACTIONS(5114), 1, aux_sym_preproc_include_token2, - ACTIONS(5050), 1, + ACTIONS(5116), 1, sym_preproc_arg, - [63744] = 2, + [65482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4812), 2, + ACTIONS(4429), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [63752] = 3, - ACTIONS(3592), 1, + anon_sym_SEMI, + [65490] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5052), 1, + ACTIONS(5118), 1, aux_sym_preproc_include_token2, - ACTIONS(5054), 1, + ACTIONS(5120), 1, sym_preproc_arg, - [63762] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5056), 1, - anon_sym_LPAREN2, - STATE(638), 1, - sym_layout_qualifiers, - [63772] = 3, + [65500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4994), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(481), 1, + STATE(2377), 1, sym_parenthesized_expression, - [63782] = 3, + [65510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, + ACTIONS(657), 1, anon_sym_LBRACE, - STATE(273), 1, + STATE(217), 1, sym_compound_statement, - [63792] = 3, + [65520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACE, - STATE(228), 1, + STATE(269), 1, sym_compound_statement, - [63802] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5058), 1, - aux_sym_preproc_include_token2, - ACTIONS(5060), 1, - sym_preproc_arg, - [63812] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5062), 1, - aux_sym_preproc_include_token2, - ACTIONS(5064), 1, - sym_preproc_arg, - [63822] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5066), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [63830] = 3, + [65530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4994), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(475), 1, + STATE(2112), 1, sym_parenthesized_expression, - [63840] = 2, + [65540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4697), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [63848] = 2, + ACTIONS(413), 1, + anon_sym_LBRACE, + STATE(318), 1, + sym_compound_statement, + [65550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 2, + ACTIONS(4942), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63856] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4994), 1, - anon_sym_LPAREN2, - STATE(512), 1, - sym_parenthesized_expression, - [63866] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5068), 1, - aux_sym_preproc_include_token2, - ACTIONS(5070), 1, - sym_preproc_arg, - [63876] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4996), 1, - sym_identifier, - STATE(1886), 1, - sym_attribute, - [63886] = 3, - ACTIONS(3), 1, + [65558] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4994), 1, - anon_sym_LPAREN2, - STATE(510), 1, - sym_parenthesized_expression, - [63896] = 3, + ACTIONS(5122), 1, + aux_sym_preproc_include_token2, + ACTIONS(5124), 1, + sym_preproc_arg, + [65568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4998), 1, - anon_sym_LPAREN2, - STATE(2044), 1, - sym_parenthesized_expression, - [63906] = 2, + ACTIONS(4913), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [65576] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4347), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [63914] = 3, + ACTIONS(657), 1, + anon_sym_LBRACE, + STATE(289), 1, + sym_compound_statement, + [65586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4994), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(507), 1, + STATE(2068), 1, sym_parenthesized_expression, - [63924] = 3, + [65596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_LBRACE, - STATE(173), 1, + STATE(1854), 1, sym_compound_statement, - [63934] = 3, + [65606] = 3, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5126), 1, + aux_sym_preproc_include_token2, + ACTIONS(5128), 1, + sym_preproc_arg, + [65616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4998), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(2016), 1, + STATE(2069), 1, sym_parenthesized_expression, - [63944] = 3, + [65626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4994), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(473), 1, + STATE(2199), 1, sym_parenthesized_expression, - [63954] = 3, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5072), 1, - aux_sym_preproc_include_token2, - ACTIONS(5074), 1, - sym_preproc_arg, - [63964] = 3, + [65636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4996), 1, - sym_identifier, - STATE(1951), 1, - sym_attribute, - [63974] = 3, + ACTIONS(5130), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [65644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5076), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(840), 1, - sym_layout_qualifiers, - [63984] = 3, + STATE(2043), 1, + sym_parenthesized_expression, + [65654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4998), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - STATE(2281), 1, + STATE(2164), 1, sym_parenthesized_expression, - [63994] = 2, + [65664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5078), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [64002] = 3, + ACTIONS(657), 1, + anon_sym_LBRACE, + STATE(271), 1, + sym_compound_statement, + [65674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5080), 1, - sym_identifier, - ACTIONS(5082), 1, - anon_sym_LPAREN2, - [64012] = 2, + ACTIONS(3445), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [65682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_SEMI, - [64019] = 2, + ACTIONS(3441), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [65690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5084), 1, - sym_identifier, - [64026] = 2, - ACTIONS(3), 1, + ACTIONS(3956), 1, + anon_sym_RBRACE, + ACTIONS(5132), 1, + anon_sym_COMMA, + [65700] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5086), 1, - anon_sym_RPAREN, - [64033] = 2, + ACTIONS(5134), 1, + aux_sym_preproc_include_token2, + ACTIONS(5136), 1, + sym_preproc_arg, + [65710] = 3, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4719), 1, + aux_sym_preproc_include_token2, + ACTIONS(4721), 1, + sym_preproc_arg, + [65720] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5088), 1, - anon_sym_COLON, - [64040] = 2, + ACTIONS(3443), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [65728] = 3, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5138), 1, + aux_sym_preproc_include_token2, + ACTIONS(5140), 1, + sym_preproc_arg, + [65738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5090), 1, + ACTIONS(5104), 1, sym_identifier, - [64047] = 2, + STATE(2104), 1, + sym_attribute, + [65748] = 3, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5142), 1, + aux_sym_preproc_include_token2, + ACTIONS(5144), 1, + sym_preproc_arg, + [65758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5092), 1, - sym_identifier, - [64054] = 2, + ACTIONS(5146), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [65766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(5148), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64061] = 2, + [65774] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5094), 1, + ACTIONS(5108), 1, anon_sym_LPAREN2, - [64068] = 2, + STATE(2084), 1, + sym_parenthesized_expression, + [65784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3433), 1, + ACTIONS(4770), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64075] = 2, - ACTIONS(3), 1, + [65792] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3427), 1, - anon_sym_RPAREN, - [64082] = 2, + ACTIONS(5150), 1, + aux_sym_preproc_include_token2, + ACTIONS(5152), 1, + sym_preproc_arg, + [65802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3387), 1, - anon_sym_COLON, - [64089] = 2, + ACTIONS(5108), 1, + anon_sym_LPAREN2, + STATE(2230), 1, + sym_parenthesized_expression, + [65812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5096), 1, - anon_sym_RPAREN, - [64096] = 2, + ACTIONS(5132), 1, + anon_sym_COMMA, + ACTIONS(5154), 1, + anon_sym_RBRACE, + [65822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5098), 1, - anon_sym_SEMI, - [64103] = 2, + ACTIONS(413), 1, + anon_sym_LBRACE, + STATE(240), 1, + sym_compound_statement, + [65832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5100), 1, - anon_sym_SEMI, - [64110] = 2, + ACTIONS(5108), 1, + anon_sym_LPAREN2, + STATE(2050), 1, + sym_parenthesized_expression, + [65842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5102), 1, - sym_identifier, - [64117] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(481), 1, + sym_parenthesized_expression, + [65852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3409), 1, - anon_sym_SEMI, - [64124] = 2, + ACTIONS(4830), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [65860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5104), 1, - aux_sym_preproc_if_token2, - [64131] = 2, - ACTIONS(3592), 1, - sym_comment, ACTIONS(5106), 1, - aux_sym_preproc_include_token2, - [64138] = 2, + anon_sym_LPAREN2, + STATE(492), 1, + sym_parenthesized_expression, + [65870] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5108), 1, + ACTIONS(5104), 1, sym_identifier, - [64145] = 2, - ACTIONS(3307), 1, - aux_sym_preproc_include_token2, - ACTIONS(3592), 1, - sym_comment, - [64152] = 2, + STATE(1933), 1, + sym_attribute, + [65880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5110), 1, - sym_identifier, - [64159] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(507), 1, + sym_parenthesized_expression, + [65890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5036), 1, - anon_sym_COMMA, - [64166] = 2, + ACTIONS(5108), 1, + anon_sym_LPAREN2, + STATE(2071), 1, + sym_parenthesized_expression, + [65900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5112), 1, + ACTIONS(5156), 1, sym_identifier, - [64173] = 2, + ACTIONS(5158), 1, + anon_sym_LPAREN2, + [65910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5114), 1, - sym_identifier, - [64180] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(508), 1, + sym_parenthesized_expression, + [65920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5116), 1, - sym_identifier, - [64187] = 2, + ACTIONS(47), 1, + anon_sym_LBRACE, + STATE(1794), 1, + sym_compound_statement, + [65930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5118), 1, - anon_sym_RPAREN, - [64194] = 2, + ACTIONS(47), 1, + anon_sym_LBRACE, + STATE(190), 1, + sym_compound_statement, + [65940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5120), 1, - sym_identifier, - [64201] = 2, + ACTIONS(5160), 1, + anon_sym_LPAREN2, + STATE(643), 1, + sym_layout_qualifiers, + [65950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5122), 1, + ACTIONS(5162), 1, sym_identifier, - [64208] = 2, + ACTIONS(5164), 1, + anon_sym_LPAREN2, + [65960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5124), 1, - sym_identifier, - [64215] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(482), 1, + sym_parenthesized_expression, + [65970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5126), 1, - anon_sym_RPAREN, - [64222] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5128), 1, - aux_sym_preproc_include_token2, - [64229] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5130), 1, - aux_sym_preproc_include_token2, - [64236] = 2, - ACTIONS(3293), 1, - aux_sym_preproc_include_token2, - ACTIONS(3592), 1, - sym_comment, - [64243] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5132), 1, - aux_sym_preproc_include_token2, - [64250] = 2, - ACTIONS(3281), 1, - aux_sym_preproc_include_token2, - ACTIONS(3592), 1, - sym_comment, - [64257] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5134), 1, - aux_sym_preproc_include_token2, - [64264] = 2, + ACTIONS(5108), 1, + anon_sym_LPAREN2, + STATE(2117), 1, + sym_parenthesized_expression, + [65980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5136), 1, - sym_identifier, - [64271] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5138), 1, - aux_sym_preproc_include_token2, - [64278] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5140), 1, - aux_sym_preproc_include_token2, - [64285] = 2, + ACTIONS(47), 1, + anon_sym_LBRACE, + STATE(316), 1, + sym_compound_statement, + [65990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5142), 1, - anon_sym_RPAREN, - [64292] = 2, + ACTIONS(5166), 1, + anon_sym_LPAREN2, + STATE(853), 1, + sym_layout_qualifiers, + [66000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5144), 1, + ACTIONS(5168), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64299] = 2, + [66008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5146), 1, - aux_sym_preproc_if_token2, - [64306] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(484), 1, + sym_parenthesized_expression, + [66018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5148), 1, - aux_sym_preproc_if_token2, - [64313] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(499), 1, + sym_parenthesized_expression, + [66028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5150), 1, - anon_sym_STAR, - [64320] = 2, + ACTIONS(2783), 1, + anon_sym_LPAREN2, + STATE(2183), 1, + sym_argument_list, + [66038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5152), 1, - aux_sym_preproc_if_token2, - [64327] = 2, + ACTIONS(5106), 1, + anon_sym_LPAREN2, + STATE(477), 1, + sym_parenthesized_expression, + [66048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3407), 1, - anon_sym_COLON, - [64334] = 2, + ACTIONS(5170), 1, + sym_identifier, + ACTIONS(5172), 1, + anon_sym_RPAREN, + [66058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5154), 1, - aux_sym_preproc_if_token2, - [64341] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5156), 1, - aux_sym_preproc_include_token2, - [64348] = 2, + ACTIONS(47), 1, + anon_sym_LBRACE, + STATE(1826), 1, + sym_compound_statement, + [66068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5158), 1, - aux_sym_preproc_if_token2, - [64355] = 2, + ACTIONS(5104), 1, + sym_identifier, + STATE(2017), 1, + sym_attribute, + [66078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5160), 1, - aux_sym_preproc_if_token2, - [64362] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5162), 1, - aux_sym_preproc_include_token2, - [64369] = 2, + ACTIONS(47), 1, + anon_sym_LBRACE, + STATE(239), 1, + sym_compound_statement, + [66088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5164), 1, - anon_sym_RPAREN, - [64376] = 2, - ACTIONS(3592), 1, + ACTIONS(147), 1, + anon_sym_LBRACE, + STATE(117), 1, + sym_compound_statement, + [66098] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5166), 1, + ACTIONS(5174), 1, aux_sym_preproc_include_token2, - [64383] = 2, - ACTIONS(3592), 1, + ACTIONS(5176), 1, + sym_preproc_arg, + [66108] = 3, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5168), 1, + ACTIONS(5178), 1, aux_sym_preproc_include_token2, - [64390] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5170), 1, - anon_sym_RPAREN, - [64397] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5172), 1, - sym_identifier, - [64404] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3902), 1, - anon_sym_SEMI, - [64411] = 2, - ACTIONS(3592), 1, + ACTIONS(5180), 1, + sym_preproc_arg, + [66118] = 2, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5174), 1, + ACTIONS(5182), 1, aux_sym_preproc_include_token2, - [64418] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5176), 1, - aux_sym_preproc_if_token2, - [64425] = 2, + [66125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5178), 1, - aux_sym_preproc_if_token2, - [64432] = 2, + ACTIONS(4011), 1, + anon_sym_SEMI, + [66132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5180), 1, - aux_sym_preproc_if_token2, - [64439] = 2, - ACTIONS(3), 1, + ACTIONS(3493), 1, + anon_sym_COLON, + [66139] = 2, + ACTIONS(3387), 1, + aux_sym_preproc_include_token2, + ACTIONS(3668), 1, sym_comment, - ACTIONS(5182), 1, - aux_sym_preproc_if_token2, - [64446] = 2, + [66146] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5184), 1, - anon_sym_COLON, - [64453] = 2, + anon_sym_RPAREN, + [66153] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5186), 1, - anon_sym_STAR, - [64460] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5188), 1, - aux_sym_preproc_include_token2, - [64467] = 2, + aux_sym_preproc_if_token2, + [66160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 1, - anon_sym_RBRACE, - [64474] = 2, + ACTIONS(5188), 1, + sym_identifier, + [66167] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5190), 1, - anon_sym_RBRACE, - [64481] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5192), 1, aux_sym_preproc_if_token2, - [64488] = 2, - ACTIONS(3), 1, + [66174] = 2, + ACTIONS(3668), 1, sym_comment, - ACTIONS(3417), 1, - anon_sym_COLON, - [64495] = 2, + ACTIONS(5192), 1, + aux_sym_preproc_include_token2, + [66181] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5194), 1, - aux_sym_preproc_if_token2, - [64502] = 2, - ACTIONS(3), 1, + anon_sym_COLON, + [66188] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5196), 1, - anon_sym_COLON, - [64509] = 2, + aux_sym_preproc_include_token2, + [66195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, anon_sym_SEMI, - [64516] = 2, + [66202] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5048), 1, + anon_sym_RPAREN, + [66209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5200), 1, anon_sym_SEMI, - [64523] = 2, + [66216] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5202), 1, - aux_sym_preproc_if_token2, - [64530] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [66223] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4772), 1, + aux_sym_preproc_include_token2, + [66230] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5204), 1, - sym_identifier, - [64537] = 2, + aux_sym_preproc_include_token2, + [66237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5206), 1, - anon_sym_SEMI, - [64544] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3419), 1, - anon_sym_SEMI, - [64551] = 2, + anon_sym_RPAREN, + [66244] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5208), 1, - aux_sym_preproc_if_token2, - [64558] = 2, + sym_identifier, + [66251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5210), 1, - anon_sym_while, - [64565] = 2, + ACTIONS(3489), 1, + anon_sym_RPAREN, + [66258] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4180), 1, - anon_sym_COMMA, - [64572] = 2, + ACTIONS(5210), 1, + anon_sym_RPAREN, + [66265] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, - anon_sym_RBRACE, - [64579] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3403), 1, - anon_sym_COLON, - [64586] = 2, + sym_identifier, + [66272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5214), 1, - aux_sym_preproc_if_token2, - [64593] = 2, + sym_identifier, + [66279] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5216), 1, sym_identifier, - [64600] = 2, + [66286] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5154), 1, + anon_sym_RBRACE, + [66293] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5218), 1, - sym_identifier, - [64607] = 2, + anon_sym_SEMI, + [66300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5220), 1, sym_identifier, - [64614] = 2, + [66307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5222), 1, - sym_identifier, - [64621] = 2, + anon_sym_STAR, + [66314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5224), 1, + ACTIONS(4023), 1, anon_sym_SEMI, - [64628] = 2, + [66321] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5226), 1, - anon_sym_SEMI, - [64635] = 2, + ACTIONS(5224), 1, + anon_sym_RPAREN, + [66328] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5228), 1, - anon_sym_SEMI, - [64642] = 2, - ACTIONS(3592), 1, + ACTIONS(5226), 1, + anon_sym_RPAREN, + [66335] = 2, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4968), 1, + ACTIONS(5228), 1, aux_sym_preproc_include_token2, - [64649] = 2, - ACTIONS(3592), 1, + [66342] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5230), 1, aux_sym_preproc_include_token2, - [64656] = 2, + [66349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5232), 1, - aux_sym_preproc_if_token2, - [64663] = 2, + anon_sym_SEMI, + [66356] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3485), 1, + anon_sym_SEMI, + [66363] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3481), 1, + anon_sym_SEMI, + [66370] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5234), 1, sym_identifier, - [64670] = 2, - ACTIONS(3), 1, + [66377] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5236), 1, - sym_identifier, - [64677] = 2, + aux_sym_preproc_include_token2, + [66384] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(3477), 1, + anon_sym_COLON, + [66391] = 2, + ACTIONS(3668), 1, + sym_comment, ACTIONS(5238), 1, - aux_sym_preproc_if_token2, - [64684] = 2, - ACTIONS(3), 1, + aux_sym_preproc_include_token2, + [66398] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5240), 1, - aux_sym_preproc_if_token2, - [64691] = 2, - ACTIONS(3), 1, + aux_sym_preproc_include_token2, + [66405] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5242), 1, - aux_sym_preproc_if_token2, - [64698] = 2, + aux_sym_preproc_include_token2, + [66412] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5244), 1, - aux_sym_preproc_if_token2, - [64705] = 2, - ACTIONS(3592), 1, + anon_sym_SEMI, + [66419] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + anon_sym_SEMI, + [66426] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5246), 1, aux_sym_preproc_include_token2, - [64712] = 2, + [66433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5248), 1, - aux_sym_preproc_if_token2, - [64719] = 2, + anon_sym_RPAREN, + [66440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5250), 1, - aux_sym_preproc_if_token2, - [64726] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [66447] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5252), 1, - sym_primitive_type, - [64733] = 2, + aux_sym_preproc_include_token2, + [66454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5254), 1, + ACTIONS(3463), 1, anon_sym_SEMI, - [64740] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3377), 1, - anon_sym_RPAREN, - [64747] = 2, + [66461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3355), 1, + ACTIONS(5254), 1, anon_sym_SEMI, - [64754] = 2, + [66468] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3361), 1, - anon_sym_RPAREN, - [64761] = 2, - ACTIONS(3), 1, + ACTIONS(3980), 1, + anon_sym_SEMI, + [66475] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5256), 1, - anon_sym_RPAREN, - [64768] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3357), 1, - anon_sym_RPAREN, - [64775] = 2, + aux_sym_preproc_include_token2, + [66482] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5258), 1, - anon_sym_RPAREN, - [64782] = 2, + anon_sym_STAR, + [66489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, - sym_identifier, - [64789] = 2, - ACTIONS(3), 1, + anon_sym_COLON, + [66496] = 2, + ACTIONS(3383), 1, + aux_sym_preproc_include_token2, + ACTIONS(3668), 1, + sym_comment, + [66503] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5262), 1, - sym_identifier, - [64796] = 2, + aux_sym_preproc_include_token2, + [66510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5264), 1, - sym_identifier, - [64803] = 2, + ACTIONS(3531), 1, + anon_sym_RPAREN, + [66517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3878), 1, - anon_sym_SEMI, - [64810] = 2, + ACTIONS(5264), 1, + sym_primitive_type, + [66524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5266), 1, anon_sym_RPAREN, - [64817] = 2, + [66531] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5268), 1, + aux_sym_preproc_if_token2, + [66538] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3457), 1, anon_sym_SEMI, - [64824] = 2, + [66545] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5270), 1, - anon_sym_LPAREN2, - [64831] = 2, + aux_sym_preproc_if_token2, + [66552] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5272), 1, - aux_sym_preproc_if_token2, - [64838] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5274), 1, - aux_sym_preproc_include_token2, - [64845] = 2, + anon_sym_while, + [66559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3431), 1, - anon_sym_SEMI, - [64852] = 2, - ACTIONS(3285), 1, - aux_sym_preproc_include_token2, - ACTIONS(3592), 1, - sym_comment, - [64859] = 2, + ACTIONS(5274), 1, + anon_sym_RPAREN, + [66566] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5276), 1, - anon_sym_SEMI, - [64866] = 2, + sym_identifier, + [66573] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5278), 1, aux_sym_preproc_if_token2, - [64873] = 2, + [66580] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5280), 1, - anon_sym_SEMI, - [64880] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(4868), 1, - aux_sym_preproc_include_token2, - [64887] = 2, + anon_sym_RPAREN, + [66587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3429), 1, - anon_sym_SEMI, - [64894] = 2, + ACTIONS(3495), 1, + anon_sym_COLON, + [66594] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5282), 1, - sym_identifier, - [64901] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3405), 1, anon_sym_SEMI, - [64908] = 2, - ACTIONS(3), 1, + [66601] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5284), 1, - anon_sym_SEMI, - [64915] = 2, + aux_sym_preproc_include_token2, + [66608] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5286), 1, + sym_identifier, + [66615] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3501), 1, anon_sym_SEMI, - [64922] = 2, + [66622] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5288), 1, - anon_sym_RBRACE, - [64929] = 2, + aux_sym_preproc_if_token2, + [66629] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5290), 1, - aux_sym_preproc_if_token2, - [64936] = 2, + anon_sym_SEMI, + [66636] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5292), 1, - aux_sym_preproc_if_token2, - [64943] = 2, + anon_sym_RPAREN, + [66643] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5294), 1, - anon_sym_RBRACE, - [64950] = 2, + sym_identifier, + [66650] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5296), 1, aux_sym_preproc_if_token2, - [64957] = 2, + [66657] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5298), 1, aux_sym_preproc_if_token2, - [64964] = 2, + [66664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5300), 1, sym_identifier, - [64971] = 2, + [66671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5302), 1, - anon_sym_SEMI, - [64978] = 2, + ACTIONS(3507), 1, + anon_sym_COLON, + [66678] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3914), 1, - anon_sym_SEMI, - [64985] = 2, + ACTIONS(5132), 1, + anon_sym_COMMA, + [66685] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5302), 1, + sym_identifier, + [66692] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5304), 1, - aux_sym_preproc_if_token2, - [64992] = 2, + sym_identifier, + [66699] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5306), 1, - anon_sym_RPAREN, - [64999] = 2, - ACTIONS(3592), 1, + sym_identifier, + [66706] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5308), 1, - aux_sym_preproc_include_token2, - [65006] = 2, + aux_sym_preproc_if_token2, + [66713] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5310), 1, - sym_identifier, - [65013] = 2, - ACTIONS(2272), 1, - aux_sym_preproc_include_token2, - ACTIONS(3592), 1, - sym_comment, - [65020] = 2, + aux_sym_preproc_if_token2, + [66720] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5312), 1, - anon_sym_RPAREN, - [65027] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [66727] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5314), 1, - anon_sym_RBRACE, - [65034] = 2, + aux_sym_preproc_include_token2, + [66734] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5316), 1, aux_sym_preproc_if_token2, - [65041] = 2, - ACTIONS(3), 1, + [66741] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5318), 1, - anon_sym_RPAREN, - [65048] = 2, + aux_sym_preproc_include_token2, + [66748] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5320), 1, anon_sym_SEMI, - [65055] = 2, + [66755] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5322), 1, aux_sym_preproc_if_token2, - [65062] = 2, + [66762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5324), 1, - aux_sym_preproc_if_token2, - [65069] = 2, - ACTIONS(3), 1, + sym_identifier, + [66769] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5326), 1, - anon_sym_SEMI, - [65076] = 2, + aux_sym_preproc_include_token2, + [66776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5328), 1, - anon_sym_COLON, - [65083] = 2, + anon_sym_SEMI, + [66783] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5330), 1, + ACTIONS(3497), 1, anon_sym_RPAREN, - [65090] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5332), 1, - anon_sym_RBRACK, - [65097] = 2, + [66790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3395), 1, + ACTIONS(3487), 1, anon_sym_RPAREN, - [65104] = 2, + [66797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3415), 1, + ACTIONS(3479), 1, anon_sym_SEMI, - [65111] = 2, + [66804] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3413), 1, + ACTIONS(5330), 1, + anon_sym_RPAREN, + [66811] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5332), 1, anon_sym_SEMI, - [65118] = 2, + [66818] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5334), 1, - anon_sym_STAR, - [65125] = 2, + anon_sym_COLON, + [66825] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5336), 1, - anon_sym_RPAREN, - [65132] = 2, + sym_identifier, + [66832] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5338), 1, - anon_sym_RPAREN, - [65139] = 2, + anon_sym_LPAREN2, + [66839] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4931), 1, + aux_sym_preproc_include_token2, + [66846] = 2, + ACTIONS(3371), 1, + aux_sym_preproc_include_token2, + ACTIONS(3668), 1, + sym_comment, + [66853] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5340), 1, - anon_sym_RBRACK, - [65146] = 2, + anon_sym_COMMA, + [66860] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5342), 1, - sym_identifier, - [65153] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [66867] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5344), 1, - anon_sym_RPAREN, - [65160] = 2, - ACTIONS(3), 1, + aux_sym_preproc_include_token2, + [66874] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5346), 1, - anon_sym_SEMI, - [65167] = 2, + aux_sym_preproc_include_token2, + [66881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3459), 1, - anon_sym_RPAREN, - [65174] = 2, + ACTIONS(3409), 1, + anon_sym_RBRACE, + [66888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5348), 1, - anon_sym_RPAREN, - [65181] = 2, + sym_identifier, + [66895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5350), 1, - sym_identifier, - [65188] = 2, + anon_sym_SEMI, + [66902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3343), 1, + ACTIONS(3499), 1, anon_sym_SEMI, - [65195] = 2, + [66909] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5352), 1, - anon_sym_RBRACE, - [65202] = 2, + anon_sym_RPAREN, + [66916] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5354), 1, aux_sym_preproc_if_token2, - [65209] = 2, + [66923] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3491), 1, + anon_sym_SEMI, + [66930] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5356), 1, - aux_sym_preproc_if_token2, - [65216] = 2, + anon_sym_RPAREN, + [66937] = 2, + ACTIONS(3379), 1, + aux_sym_preproc_include_token2, + ACTIONS(3668), 1, + sym_comment, + [66944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5358), 1, - aux_sym_preproc_if_token2, - [65223] = 2, + anon_sym_SEMI, + [66951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 1, - aux_sym_preproc_if_token2, - [65230] = 2, + sym_identifier, + [66958] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5362), 1, - sym_identifier, - [65237] = 2, + aux_sym_preproc_if_token2, + [66965] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4035), 1, + anon_sym_SEMI, + [66972] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5364), 1, - aux_sym_preproc_if_token2, - [65244] = 2, + anon_sym_RPAREN, + [66979] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5366), 1, aux_sym_preproc_if_token2, - [65251] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3341), 1, - anon_sym_SEMI, - [65258] = 2, + [66986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5368), 1, - anon_sym_LPAREN2, - [65265] = 2, + aux_sym_preproc_if_token2, + [66993] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5370), 1, - anon_sym_SEMI, - [65272] = 2, + anon_sym_RPAREN, + [67000] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5372), 1, - anon_sym_STAR, - [65279] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [67007] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5374), 1, - anon_sym_SEMI, - [65286] = 2, + aux_sym_preproc_include_token2, + [67014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5376), 1, - sym_identifier, - [65293] = 2, + anon_sym_SEMI, + [67021] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5378), 1, - sym_identifier, - [65300] = 2, + aux_sym_preproc_if_token2, + [67028] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5380), 1, aux_sym_preproc_if_token2, - [65307] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3910), 1, - anon_sym_SEMI, - [65314] = 2, + [67035] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5382), 1, - anon_sym_SEMI, - [65321] = 2, + anon_sym_RBRACE, + [67042] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5384), 1, - anon_sym_SEMI, - [65328] = 2, + sym_identifier, + [67049] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5386), 1, - anon_sym_SEMI, - [65335] = 2, + aux_sym_preproc_if_token2, + [67056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5388), 1, - aux_sym_preproc_if_token2, - [65342] = 2, + sym_identifier, + [67063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5390), 1, - anon_sym_LPAREN2, - [65349] = 2, + sym_identifier, + [67070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5392), 1, - anon_sym_LPAREN2, - [65356] = 2, + ACTIONS(4299), 1, + anon_sym_COMMA, + [67077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5394), 1, - anon_sym_RPAREN, - [65363] = 2, + ACTIONS(5392), 1, + anon_sym_STAR, + [67084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3375), 1, - anon_sym_RPAREN, - [65370] = 2, + ACTIONS(5394), 1, + anon_sym_RBRACE, + [67091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5396), 1, - anon_sym_RPAREN, - [65377] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5038), 1, - anon_sym_RBRACE, - [65384] = 2, + anon_sym_SEMI, + [67098] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5398), 1, - aux_sym_preproc_extension_token1, - [65391] = 2, + sym_identifier, + [67105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5400), 1, - aux_sym_preproc_extension_token1, - [65398] = 2, + sym_identifier, + [67112] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5402), 1, - anon_sym_RPAREN, - [65405] = 2, - ACTIONS(3592), 1, + anon_sym_LPAREN2, + [67119] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5404), 1, - aux_sym_preproc_include_token2, - [65412] = 2, + aux_sym_preproc_if_token2, + [67126] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5406), 1, aux_sym_preproc_if_token2, - [65419] = 2, - ACTIONS(2276), 1, + [67133] = 2, + ACTIONS(2311), 1, aux_sym_preproc_include_token2, - ACTIONS(3592), 1, + ACTIONS(3668), 1, sym_comment, - [65426] = 2, - ACTIONS(3592), 1, + [67140] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5408), 1, - aux_sym_preproc_include_token2, - [65433] = 2, + sym_identifier, + [67147] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5410), 1, - anon_sym_while, - [65440] = 2, + anon_sym_SEMI, + [67154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5412), 1, - aux_sym_preproc_if_token2, - [65447] = 2, + anon_sym_SEMI, + [67161] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3461), 1, + anon_sym_RPAREN, + [67168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5414), 1, - aux_sym_preproc_if_token2, - [65454] = 2, + anon_sym_SEMI, + [67175] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3455), 1, + anon_sym_RPAREN, + [67182] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3459), 1, + anon_sym_RPAREN, + [67189] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5416), 1, - sym_identifier, - [65461] = 2, + anon_sym_RBRACK, + [67196] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5418), 1, - anon_sym_COLON, - [65468] = 2, + sym_identifier, + [67203] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5420), 1, - anon_sym_SEMI, - [65475] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5422), 1, sym_identifier, - [65482] = 2, + [67210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3421), 1, + ACTIONS(5422), 1, anon_sym_COLON, - [65489] = 2, + [67217] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5424), 1, - aux_sym_preproc_if_token2, - [65496] = 2, + anon_sym_RBRACE, + [67224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5426), 1, - anon_sym_SEMI, - [65503] = 2, - ACTIONS(3592), 1, + aux_sym_preproc_if_token2, + [67231] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4744), 1, - aux_sym_preproc_include_token2, - [65510] = 2, + ACTIONS(3509), 1, + anon_sym_SEMI, + [67238] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5428), 1, - anon_sym_LPAREN2, - [65517] = 2, + aux_sym_preproc_if_token2, + [67245] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5430), 1, - aux_sym_preproc_if_token2, - [65524] = 2, + anon_sym_SEMI, + [67252] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5432), 1, aux_sym_preproc_if_token2, - [65531] = 2, + [67259] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5434), 1, - ts_builtin_sym_end, - [65538] = 2, - ACTIONS(3592), 1, - sym_comment, - ACTIONS(5436), 1, + aux_sym_preproc_if_token2, + [67266] = 2, + ACTIONS(2307), 1, aux_sym_preproc_include_token2, - [65545] = 2, + ACTIONS(3668), 1, + sym_comment, + [67273] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5438), 1, - anon_sym_LPAREN2, - [65552] = 2, + ACTIONS(5436), 1, + anon_sym_RPAREN, + [67280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3840), 1, - anon_sym_RBRACE, - [65559] = 2, + ACTIONS(5438), 1, + aux_sym_preproc_if_token2, + [67287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5440), 1, - anon_sym_SEMI, - [65566] = 2, + sym_identifier, + [67294] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5442), 1, - aux_sym_preproc_extension_token1, - [65573] = 2, + sym_primitive_type, + [67301] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3956), 1, + anon_sym_RBRACE, + [67308] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5444), 1, - anon_sym_SEMI, - [65580] = 2, - ACTIONS(3592), 1, + sym_identifier, + [67315] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3525), 1, + anon_sym_RPAREN, + [67322] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5446), 1, - aux_sym_preproc_include_token2, - [65587] = 2, + anon_sym_RPAREN, + [67329] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5448), 1, - anon_sym_while, - [65594] = 2, + sym_identifier, + [67336] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5450), 1, - sym_identifier, - [65601] = 2, - ACTIONS(3592), 1, + aux_sym_preproc_if_token2, + [67343] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5452), 1, - aux_sym_preproc_include_token2, - [65608] = 2, + anon_sym_RPAREN, + [67350] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5454), 1, - sym_primitive_type, - [65615] = 2, + anon_sym_RPAREN, + [67357] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5456), 1, - anon_sym_LPAREN2, - [65622] = 2, + anon_sym_RBRACE, + [67364] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5458), 1, - anon_sym_LPAREN2, - [65629] = 2, + sym_identifier, + [67371] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5460), 1, - anon_sym_LPAREN2, - [65636] = 2, + sym_identifier, + [67378] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5462), 1, - sym_identifier, - [65643] = 2, + anon_sym_RPAREN, + [67385] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5464), 1, - anon_sym_SEMI, - [65650] = 2, + sym_identifier, + [67392] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5466), 1, - anon_sym_RPAREN, - [65657] = 2, + sym_identifier, + [67399] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5468), 1, anon_sym_SEMI, - [65664] = 2, + [67406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5470), 1, - anon_sym_COLON, - [65671] = 2, + aux_sym_preproc_if_token2, + [67413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5472), 1, anon_sym_LPAREN2, - [65678] = 2, + [67420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3922), 1, - anon_sym_SEMI, - [65685] = 2, + ACTIONS(3503), 1, + anon_sym_RPAREN, + [67427] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5474), 1, aux_sym_preproc_extension_token1, - [65692] = 2, + [67434] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5476), 1, - anon_sym_COLON, - [65699] = 2, - ACTIONS(3592), 1, + sym_identifier, + [67441] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5478), 1, - aux_sym_preproc_include_token2, - [65706] = 2, + anon_sym_LPAREN2, + [67448] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5480), 1, - anon_sym_while, - [65713] = 2, - ACTIONS(3), 1, + anon_sym_LPAREN2, + [67455] = 2, + ACTIONS(3668), 1, sym_comment, ACTIONS(5482), 1, - aux_sym_preproc_if_token2, - [65720] = 2, + aux_sym_preproc_include_token2, + [67462] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5484), 1, - anon_sym_SEMI, - [65727] = 2, - ACTIONS(3592), 1, + aux_sym_preproc_if_token2, + [67469] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5486), 1, - aux_sym_preproc_include_token2, - [65734] = 2, + aux_sym_preproc_if_token2, + [67476] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5488), 1, - aux_sym_preproc_if_token2, - [65741] = 2, - ACTIONS(3592), 1, + anon_sym_COLON, + [67483] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5490), 1, - aux_sym_preproc_include_token2, - [65748] = 2, + aux_sym_preproc_extension_token1, + [67490] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5492), 1, - anon_sym_LPAREN2, - [65755] = 2, + aux_sym_preproc_if_token2, + [67497] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5494), 1, - anon_sym_LPAREN2, - [65762] = 2, + anon_sym_RPAREN, + [67504] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5496), 1, - anon_sym_SEMI, - [65769] = 2, + anon_sym_COLON, + [67511] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5498), 1, - anon_sym_LPAREN2, - [65776] = 2, + aux_sym_preproc_if_token2, + [67518] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5500), 1, - anon_sym_SEMI, - [65783] = 2, + aux_sym_preproc_if_token2, + [67525] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5502), 1, - anon_sym_LPAREN2, - [65790] = 2, + anon_sym_RBRACE, + [67532] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5504), 1, + anon_sym_STAR, + [67539] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5506), 1, + anon_sym_while, + [67546] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5508), 1, aux_sym_preproc_if_token2, - [65797] = 2, + [67553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3359), 1, - anon_sym_COLON, - [65804] = 2, + ACTIONS(5510), 1, + anon_sym_SEMI, + [67560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5506), 1, - anon_sym_RPAREN, - [65811] = 2, - ACTIONS(3592), 1, + ACTIONS(5512), 1, + anon_sym_SEMI, + [67567] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5514), 1, + anon_sym_STAR, + [67574] = 2, + ACTIONS(3668), 1, sym_comment, - ACTIONS(4617), 1, + ACTIONS(4802), 1, aux_sym_preproc_include_token2, - [65818] = 2, + [67581] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5516), 1, + anon_sym_RPAREN, + [67588] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5518), 1, + aux_sym_preproc_if_token2, + [67595] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5520), 1, + aux_sym_preproc_if_token2, + [67602] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3435), 1, + anon_sym_COLON, + [67609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3385), 1, + ACTIONS(5522), 1, anon_sym_SEMI, - [65825] = 2, + [67616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5508), 1, + ACTIONS(5524), 1, + aux_sym_preproc_if_token2, + [67623] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5526), 1, sym_identifier, - [65832] = 2, + [67630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5510), 1, + ACTIONS(5528), 1, + ts_builtin_sym_end, + [67637] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5530), 1, + anon_sym_SEMI, + [67644] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5532), 1, anon_sym_LPAREN2, - [65839] = 2, + [67651] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(4788), 1, + aux_sym_preproc_include_token2, + [67658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5512), 1, + ACTIONS(5534), 1, + aux_sym_preproc_if_token2, + [67665] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5536), 1, + anon_sym_LPAREN2, + [67672] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5538), 1, + aux_sym_preproc_if_token2, + [67679] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5540), 1, + aux_sym_preproc_if_token2, + [67686] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5542), 1, + aux_sym_preproc_extension_token1, + [67693] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5544), 1, + aux_sym_preproc_if_token2, + [67700] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5546), 1, + aux_sym_preproc_if_token2, + [67707] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5548), 1, + anon_sym_while, + [67714] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5550), 1, + anon_sym_LPAREN2, + [67721] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5552), 1, + anon_sym_LPAREN2, + [67728] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5554), 1, + aux_sym_preproc_if_token2, + [67735] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5556), 1, + anon_sym_LPAREN2, + [67742] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5558), 1, + sym_identifier, + [67749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5560), 1, + anon_sym_SEMI, + [67756] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5562), 1, + anon_sym_SEMI, + [67763] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5564), 1, + anon_sym_LPAREN2, + [67770] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5566), 1, + aux_sym_preproc_if_token2, + [67777] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5568), 1, + aux_sym_preproc_include_token2, + [67784] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5570), 1, + anon_sym_RBRACE, + [67791] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5572), 1, + anon_sym_COLON, + [67798] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5574), 1, anon_sym_RPAREN, - [65846] = 2, + [67805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5514), 1, + ACTIONS(5576), 1, + aux_sym_preproc_extension_token1, + [67812] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3976), 1, + anon_sym_SEMI, + [67819] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5578), 1, + aux_sym_preproc_if_token2, + [67826] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5580), 1, + anon_sym_while, + [67833] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5582), 1, anon_sym_RPAREN, - [65853] = 2, + [67840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5516), 1, - anon_sym_COMMA, - [65860] = 2, + ACTIONS(5584), 1, + anon_sym_SEMI, + [67847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5518), 1, + ACTIONS(5586), 1, + anon_sym_SEMI, + [67854] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5588), 1, + anon_sym_LPAREN2, + [67861] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5590), 1, + anon_sym_RBRACK, + [67868] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5592), 1, + anon_sym_LPAREN2, + [67875] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3469), 1, + anon_sym_SEMI, + [67882] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5594), 1, + anon_sym_LPAREN2, + [67889] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5596), 1, anon_sym_RPAREN, - [65867] = 2, + [67896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5520), 1, + ACTIONS(5598), 1, + anon_sym_SEMI, + [67903] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5600), 1, + anon_sym_LPAREN2, + [67910] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3453), 1, + anon_sym_RPAREN, + [67917] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3505), 1, + anon_sym_SEMI, + [67924] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5602), 1, + anon_sym_SEMI, + [67931] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5604), 1, + aux_sym_preproc_include_token2, + [67938] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5606), 1, aux_sym_preproc_if_token2, - [65874] = 2, + [67945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5522), 1, + ACTIONS(5608), 1, sym_identifier, - [65881] = 2, + [67952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5524), 1, + ACTIONS(5610), 1, + anon_sym_LPAREN2, + [67959] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5612), 1, aux_sym_preproc_if_token2, - [65888] = 2, + [67966] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5614), 1, + aux_sym_preproc_include_token2, + [67973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5526), 1, + ACTIONS(3483), 1, + anon_sym_COLON, + [67980] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5616), 1, anon_sym_RPAREN, - [65895] = 2, - ACTIONS(3592), 1, + [67987] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(5528), 1, - aux_sym_preproc_include_token2, - [65902] = 2, + ACTIONS(5618), 1, + aux_sym_preproc_if_token2, + [67994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3399), 1, + ACTIONS(5620), 1, + sym_identifier, + [68001] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5622), 1, + aux_sym_preproc_if_token2, + [68008] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5624), 1, anon_sym_RPAREN, + [68015] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5626), 1, + aux_sym_preproc_if_token2, + [68022] = 2, + ACTIONS(3668), 1, + sym_comment, + ACTIONS(5628), 1, + aux_sym_preproc_include_token2, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(649)] = 0, - [SMALL_STATE(650)] = 114, - [SMALL_STATE(651)] = 228, - [SMALL_STATE(652)] = 339, - [SMALL_STATE(653)] = 447, - [SMALL_STATE(654)] = 555, - [SMALL_STATE(655)] = 663, - [SMALL_STATE(656)] = 771, - [SMALL_STATE(657)] = 879, - [SMALL_STATE(658)] = 987, - [SMALL_STATE(659)] = 1095, - [SMALL_STATE(660)] = 1203, - [SMALL_STATE(661)] = 1311, - [SMALL_STATE(662)] = 1401, - [SMALL_STATE(663)] = 1509, - [SMALL_STATE(664)] = 1617, - [SMALL_STATE(665)] = 1725, - [SMALL_STATE(666)] = 1833, - [SMALL_STATE(667)] = 1941, - [SMALL_STATE(668)] = 2049, - [SMALL_STATE(669)] = 2157, - [SMALL_STATE(670)] = 2265, - [SMALL_STATE(671)] = 2373, - [SMALL_STATE(672)] = 2481, - [SMALL_STATE(673)] = 2589, - [SMALL_STATE(674)] = 2697, - [SMALL_STATE(675)] = 2805, - [SMALL_STATE(676)] = 2913, - [SMALL_STATE(677)] = 3021, - [SMALL_STATE(678)] = 3129, - [SMALL_STATE(679)] = 3237, - [SMALL_STATE(680)] = 3345, - [SMALL_STATE(681)] = 3453, - [SMALL_STATE(682)] = 3558, - [SMALL_STATE(683)] = 3663, - [SMALL_STATE(684)] = 3768, - [SMALL_STATE(685)] = 3873, - [SMALL_STATE(686)] = 3978, - [SMALL_STATE(687)] = 4083, - [SMALL_STATE(688)] = 4188, - [SMALL_STATE(689)] = 4293, - [SMALL_STATE(690)] = 4398, - [SMALL_STATE(691)] = 4503, - [SMALL_STATE(692)] = 4608, - [SMALL_STATE(693)] = 4713, - [SMALL_STATE(694)] = 4818, - [SMALL_STATE(695)] = 4920, - [SMALL_STATE(696)] = 5022, - [SMALL_STATE(697)] = 5124, - [SMALL_STATE(698)] = 5226, - [SMALL_STATE(699)] = 5328, - [SMALL_STATE(700)] = 5430, - [SMALL_STATE(701)] = 5532, - [SMALL_STATE(702)] = 5634, - [SMALL_STATE(703)] = 5736, - [SMALL_STATE(704)] = 5838, - [SMALL_STATE(705)] = 5940, - [SMALL_STATE(706)] = 6042, - [SMALL_STATE(707)] = 6144, - [SMALL_STATE(708)] = 6246, - [SMALL_STATE(709)] = 6348, - [SMALL_STATE(710)] = 6450, - [SMALL_STATE(711)] = 6552, - [SMALL_STATE(712)] = 6654, - [SMALL_STATE(713)] = 6756, - [SMALL_STATE(714)] = 6858, - [SMALL_STATE(715)] = 6960, - [SMALL_STATE(716)] = 7062, - [SMALL_STATE(717)] = 7164, - [SMALL_STATE(718)] = 7266, - [SMALL_STATE(719)] = 7368, - [SMALL_STATE(720)] = 7470, - [SMALL_STATE(721)] = 7572, - [SMALL_STATE(722)] = 7674, - [SMALL_STATE(723)] = 7776, - [SMALL_STATE(724)] = 7878, - [SMALL_STATE(725)] = 7980, - [SMALL_STATE(726)] = 8082, - [SMALL_STATE(727)] = 8184, - [SMALL_STATE(728)] = 8286, - [SMALL_STATE(729)] = 8388, - [SMALL_STATE(730)] = 8490, - [SMALL_STATE(731)] = 8592, - [SMALL_STATE(732)] = 8694, - [SMALL_STATE(733)] = 8796, - [SMALL_STATE(734)] = 8898, - [SMALL_STATE(735)] = 9000, - [SMALL_STATE(736)] = 9102, - [SMALL_STATE(737)] = 9204, - [SMALL_STATE(738)] = 9306, - [SMALL_STATE(739)] = 9408, - [SMALL_STATE(740)] = 9510, - [SMALL_STATE(741)] = 9612, - [SMALL_STATE(742)] = 9714, - [SMALL_STATE(743)] = 9816, - [SMALL_STATE(744)] = 9918, - [SMALL_STATE(745)] = 10020, - [SMALL_STATE(746)] = 10122, - [SMALL_STATE(747)] = 10224, - [SMALL_STATE(748)] = 10326, - [SMALL_STATE(749)] = 10428, - [SMALL_STATE(750)] = 10530, - [SMALL_STATE(751)] = 10632, - [SMALL_STATE(752)] = 10734, - [SMALL_STATE(753)] = 10836, - [SMALL_STATE(754)] = 10938, - [SMALL_STATE(755)] = 11040, - [SMALL_STATE(756)] = 11142, - [SMALL_STATE(757)] = 11244, - [SMALL_STATE(758)] = 11346, - [SMALL_STATE(759)] = 11448, - [SMALL_STATE(760)] = 11550, - [SMALL_STATE(761)] = 11652, - [SMALL_STATE(762)] = 11754, - [SMALL_STATE(763)] = 11856, - [SMALL_STATE(764)] = 11958, - [SMALL_STATE(765)] = 12060, - [SMALL_STATE(766)] = 12162, - [SMALL_STATE(767)] = 12264, - [SMALL_STATE(768)] = 12366, - [SMALL_STATE(769)] = 12468, - [SMALL_STATE(770)] = 12570, - [SMALL_STATE(771)] = 12672, - [SMALL_STATE(772)] = 12774, - [SMALL_STATE(773)] = 12876, - [SMALL_STATE(774)] = 12978, - [SMALL_STATE(775)] = 13080, - [SMALL_STATE(776)] = 13182, - [SMALL_STATE(777)] = 13284, - [SMALL_STATE(778)] = 13386, - [SMALL_STATE(779)] = 13488, - [SMALL_STATE(780)] = 13590, - [SMALL_STATE(781)] = 13692, - [SMALL_STATE(782)] = 13794, - [SMALL_STATE(783)] = 13896, - [SMALL_STATE(784)] = 13998, - [SMALL_STATE(785)] = 14100, - [SMALL_STATE(786)] = 14202, - [SMALL_STATE(787)] = 14304, - [SMALL_STATE(788)] = 14406, - [SMALL_STATE(789)] = 14508, - [SMALL_STATE(790)] = 14610, - [SMALL_STATE(791)] = 14712, - [SMALL_STATE(792)] = 14814, - [SMALL_STATE(793)] = 14916, - [SMALL_STATE(794)] = 15018, - [SMALL_STATE(795)] = 15120, - [SMALL_STATE(796)] = 15222, - [SMALL_STATE(797)] = 15324, - [SMALL_STATE(798)] = 15426, - [SMALL_STATE(799)] = 15528, - [SMALL_STATE(800)] = 15630, - [SMALL_STATE(801)] = 15732, - [SMALL_STATE(802)] = 15834, - [SMALL_STATE(803)] = 15936, - [SMALL_STATE(804)] = 16038, - [SMALL_STATE(805)] = 16140, - [SMALL_STATE(806)] = 16242, - [SMALL_STATE(807)] = 16344, - [SMALL_STATE(808)] = 16446, - [SMALL_STATE(809)] = 16548, - [SMALL_STATE(810)] = 16650, - [SMALL_STATE(811)] = 16721, - [SMALL_STATE(812)] = 16792, - [SMALL_STATE(813)] = 16863, - [SMALL_STATE(814)] = 16963, - [SMALL_STATE(815)] = 17063, - [SMALL_STATE(816)] = 17131, - [SMALL_STATE(817)] = 17231, - [SMALL_STATE(818)] = 17331, - [SMALL_STATE(819)] = 17431, - [SMALL_STATE(820)] = 17531, - [SMALL_STATE(821)] = 17631, - [SMALL_STATE(822)] = 17731, - [SMALL_STATE(823)] = 17831, - [SMALL_STATE(824)] = 17931, - [SMALL_STATE(825)] = 18031, - [SMALL_STATE(826)] = 18131, - [SMALL_STATE(827)] = 18194, - [SMALL_STATE(828)] = 18257, - [SMALL_STATE(829)] = 18319, - [SMALL_STATE(830)] = 18381, - [SMALL_STATE(831)] = 18459, - [SMALL_STATE(832)] = 18521, - [SMALL_STATE(833)] = 18583, - [SMALL_STATE(834)] = 18645, - [SMALL_STATE(835)] = 18707, - [SMALL_STATE(836)] = 18769, - [SMALL_STATE(837)] = 18831, - [SMALL_STATE(838)] = 18899, - [SMALL_STATE(839)] = 18961, - [SMALL_STATE(840)] = 19023, - [SMALL_STATE(841)] = 19083, - [SMALL_STATE(842)] = 19143, - [SMALL_STATE(843)] = 19203, - [SMALL_STATE(844)] = 19262, - [SMALL_STATE(845)] = 19321, - [SMALL_STATE(846)] = 19380, - [SMALL_STATE(847)] = 19439, - [SMALL_STATE(848)] = 19508, - [SMALL_STATE(849)] = 19567, - [SMALL_STATE(850)] = 19632, - [SMALL_STATE(851)] = 19690, - [SMALL_STATE(852)] = 19748, - [SMALL_STATE(853)] = 19806, - [SMALL_STATE(854)] = 19864, - [SMALL_STATE(855)] = 19922, - [SMALL_STATE(856)] = 19980, - [SMALL_STATE(857)] = 20038, - [SMALL_STATE(858)] = 20096, - [SMALL_STATE(859)] = 20154, - [SMALL_STATE(860)] = 20212, - [SMALL_STATE(861)] = 20270, - [SMALL_STATE(862)] = 20328, - [SMALL_STATE(863)] = 20386, - [SMALL_STATE(864)] = 20444, - [SMALL_STATE(865)] = 20502, - [SMALL_STATE(866)] = 20560, - [SMALL_STATE(867)] = 20618, - [SMALL_STATE(868)] = 20707, - [SMALL_STATE(869)] = 20796, - [SMALL_STATE(870)] = 20885, - [SMALL_STATE(871)] = 20952, - [SMALL_STATE(872)] = 21019, - [SMALL_STATE(873)] = 21108, - [SMALL_STATE(874)] = 21165, - [SMALL_STATE(875)] = 21254, - [SMALL_STATE(876)] = 21311, - [SMALL_STATE(877)] = 21400, - [SMALL_STATE(878)] = 21467, - [SMALL_STATE(879)] = 21556, - [SMALL_STATE(880)] = 21645, - [SMALL_STATE(881)] = 21734, - [SMALL_STATE(882)] = 21823, - [SMALL_STATE(883)] = 21912, - [SMALL_STATE(884)] = 22001, - [SMALL_STATE(885)] = 22068, - [SMALL_STATE(886)] = 22125, - [SMALL_STATE(887)] = 22190, - [SMALL_STATE(888)] = 22279, - [SMALL_STATE(889)] = 22368, - [SMALL_STATE(890)] = 22457, - [SMALL_STATE(891)] = 22546, - [SMALL_STATE(892)] = 22635, - [SMALL_STATE(893)] = 22702, - [SMALL_STATE(894)] = 22791, - [SMALL_STATE(895)] = 22848, - [SMALL_STATE(896)] = 22937, - [SMALL_STATE(897)] = 23026, - [SMALL_STATE(898)] = 23091, - [SMALL_STATE(899)] = 23152, - [SMALL_STATE(900)] = 23208, - [SMALL_STATE(901)] = 23272, - [SMALL_STATE(902)] = 23328, - [SMALL_STATE(903)] = 23414, - [SMALL_STATE(904)] = 23477, - [SMALL_STATE(905)] = 23532, - [SMALL_STATE(906)] = 23587, - [SMALL_STATE(907)] = 23650, - [SMALL_STATE(908)] = 23713, - [SMALL_STATE(909)] = 23768, - [SMALL_STATE(910)] = 23831, - [SMALL_STATE(911)] = 23894, - [SMALL_STATE(912)] = 23964, - [SMALL_STATE(913)] = 24034, - [SMALL_STATE(914)] = 24088, - [SMALL_STATE(915)] = 24142, - [SMALL_STATE(916)] = 24212, - [SMALL_STATE(917)] = 24282, - [SMALL_STATE(918)] = 24336, - [SMALL_STATE(919)] = 24393, - [SMALL_STATE(920)] = 24450, - [SMALL_STATE(921)] = 24507, - [SMALL_STATE(922)] = 24570, - [SMALL_STATE(923)] = 24633, - [SMALL_STATE(924)] = 24690, - [SMALL_STATE(925)] = 24753, - [SMALL_STATE(926)] = 24810, - [SMALL_STATE(927)] = 24867, - [SMALL_STATE(928)] = 24924, - [SMALL_STATE(929)] = 24987, - [SMALL_STATE(930)] = 25050, - [SMALL_STATE(931)] = 25107, - [SMALL_STATE(932)] = 25164, - [SMALL_STATE(933)] = 25221, - [SMALL_STATE(934)] = 25278, - [SMALL_STATE(935)] = 25341, - [SMALL_STATE(936)] = 25407, - [SMALL_STATE(937)] = 25463, - [SMALL_STATE(938)] = 25515, - [SMALL_STATE(939)] = 25589, - [SMALL_STATE(940)] = 25665, - [SMALL_STATE(941)] = 25743, - [SMALL_STATE(942)] = 25823, - [SMALL_STATE(943)] = 25905, - [SMALL_STATE(944)] = 25969, - [SMALL_STATE(945)] = 26055, - [SMALL_STATE(946)] = 26113, - [SMALL_STATE(947)] = 26165, - [SMALL_STATE(948)] = 26217, - [SMALL_STATE(949)] = 26269, - [SMALL_STATE(950)] = 26325, - [SMALL_STATE(951)] = 26377, - [SMALL_STATE(952)] = 26429, - [SMALL_STATE(953)] = 26497, - [SMALL_STATE(954)] = 26549, - [SMALL_STATE(955)] = 26607, - [SMALL_STATE(956)] = 26659, - [SMALL_STATE(957)] = 26711, - [SMALL_STATE(958)] = 26763, - [SMALL_STATE(959)] = 26849, - [SMALL_STATE(960)] = 26909, - [SMALL_STATE(961)] = 26981, - [SMALL_STATE(962)] = 27037, - [SMALL_STATE(963)] = 27089, - [SMALL_STATE(964)] = 27141, - [SMALL_STATE(965)] = 27193, - [SMALL_STATE(966)] = 27279, - [SMALL_STATE(967)] = 27331, - [SMALL_STATE(968)] = 27387, - [SMALL_STATE(969)] = 27439, - [SMALL_STATE(970)] = 27491, - [SMALL_STATE(971)] = 27543, - [SMALL_STATE(972)] = 27595, - [SMALL_STATE(973)] = 27647, - [SMALL_STATE(974)] = 27699, - [SMALL_STATE(975)] = 27751, - [SMALL_STATE(976)] = 27811, - [SMALL_STATE(977)] = 27863, - [SMALL_STATE(978)] = 27915, - [SMALL_STATE(979)] = 27971, - [SMALL_STATE(980)] = 28027, - [SMALL_STATE(981)] = 28079, - [SMALL_STATE(982)] = 28131, - [SMALL_STATE(983)] = 28187, - [SMALL_STATE(984)] = 28239, - [SMALL_STATE(985)] = 28291, - [SMALL_STATE(986)] = 28376, - [SMALL_STATE(987)] = 28449, - [SMALL_STATE(988)] = 28512, - [SMALL_STATE(989)] = 28593, - [SMALL_STATE(990)] = 28662, - [SMALL_STATE(991)] = 28731, - [SMALL_STATE(992)] = 28800, - [SMALL_STATE(993)] = 28885, - [SMALL_STATE(994)] = 28964, - [SMALL_STATE(995)] = 29041, - [SMALL_STATE(996)] = 29116, - [SMALL_STATE(997)] = 29181, - [SMALL_STATE(998)] = 29236, - [SMALL_STATE(999)] = 29307, - [SMALL_STATE(1000)] = 29374, - [SMALL_STATE(1001)] = 29443, - [SMALL_STATE(1002)] = 29528, - [SMALL_STATE(1003)] = 29582, - [SMALL_STATE(1004)] = 29642, - [SMALL_STATE(1005)] = 29728, - [SMALL_STATE(1006)] = 29814, - [SMALL_STATE(1007)] = 29873, - [SMALL_STATE(1008)] = 29932, - [SMALL_STATE(1009)] = 29991, - [SMALL_STATE(1010)] = 30050, - [SMALL_STATE(1011)] = 30109, - [SMALL_STATE(1012)] = 30168, - [SMALL_STATE(1013)] = 30225, - [SMALL_STATE(1014)] = 30284, - [SMALL_STATE(1015)] = 30343, - [SMALL_STATE(1016)] = 30402, - [SMALL_STATE(1017)] = 30479, - [SMALL_STATE(1018)] = 30538, - [SMALL_STATE(1019)] = 30613, - [SMALL_STATE(1020)] = 30672, - [SMALL_STATE(1021)] = 30731, - [SMALL_STATE(1022)] = 30802, - [SMALL_STATE(1023)] = 30853, - [SMALL_STATE(1024)] = 30904, - [SMALL_STATE(1025)] = 30955, - [SMALL_STATE(1026)] = 31006, - [SMALL_STATE(1027)] = 31089, - [SMALL_STATE(1028)] = 31150, - [SMALL_STATE(1029)] = 31229, - [SMALL_STATE(1030)] = 31288, - [SMALL_STATE(1031)] = 31347, - [SMALL_STATE(1032)] = 31416, - [SMALL_STATE(1033)] = 31467, - [SMALL_STATE(1034)] = 31540, - [SMALL_STATE(1035)] = 31605, - [SMALL_STATE(1036)] = 31662, - [SMALL_STATE(1037)] = 31725, - [SMALL_STATE(1038)] = 31776, - [SMALL_STATE(1039)] = 31859, - [SMALL_STATE(1040)] = 31910, - [SMALL_STATE(1041)] = 31993, - [SMALL_STATE(1042)] = 32069, - [SMALL_STATE(1043)] = 32115, - [SMALL_STATE(1044)] = 32161, - [SMALL_STATE(1045)] = 32237, - [SMALL_STATE(1046)] = 32287, - [SMALL_STATE(1047)] = 32363, - [SMALL_STATE(1048)] = 32439, - [SMALL_STATE(1049)] = 32485, - [SMALL_STATE(1050)] = 32531, - [SMALL_STATE(1051)] = 32576, - [SMALL_STATE(1052)] = 32627, - [SMALL_STATE(1053)] = 32671, - [SMALL_STATE(1054)] = 32715, - [SMALL_STATE(1055)] = 32759, - [SMALL_STATE(1056)] = 32803, - [SMALL_STATE(1057)] = 32847, - [SMALL_STATE(1058)] = 32891, - [SMALL_STATE(1059)] = 32935, - [SMALL_STATE(1060)] = 32979, - [SMALL_STATE(1061)] = 33023, - [SMALL_STATE(1062)] = 33067, - [SMALL_STATE(1063)] = 33121, - [SMALL_STATE(1064)] = 33165, - [SMALL_STATE(1065)] = 33209, - [SMALL_STATE(1066)] = 33253, - [SMALL_STATE(1067)] = 33297, - [SMALL_STATE(1068)] = 33341, - [SMALL_STATE(1069)] = 33385, - [SMALL_STATE(1070)] = 33429, - [SMALL_STATE(1071)] = 33473, - [SMALL_STATE(1072)] = 33517, - [SMALL_STATE(1073)] = 33561, - [SMALL_STATE(1074)] = 33605, - [SMALL_STATE(1075)] = 33649, - [SMALL_STATE(1076)] = 33693, - [SMALL_STATE(1077)] = 33765, - [SMALL_STATE(1078)] = 33809, - [SMALL_STATE(1079)] = 33853, - [SMALL_STATE(1080)] = 33897, - [SMALL_STATE(1081)] = 33967, - [SMALL_STATE(1082)] = 34039, - [SMALL_STATE(1083)] = 34083, - [SMALL_STATE(1084)] = 34153, - [SMALL_STATE(1085)] = 34220, - [SMALL_STATE(1086)] = 34277, - [SMALL_STATE(1087)] = 34348, - [SMALL_STATE(1088)] = 34407, - [SMALL_STATE(1089)] = 34480, - [SMALL_STATE(1090)] = 34547, - [SMALL_STATE(1091)] = 34614, - [SMALL_STATE(1092)] = 34691, - [SMALL_STATE(1093)] = 34758, - [SMALL_STATE(1094)] = 34835, - [SMALL_STATE(1095)] = 34890, - [SMALL_STATE(1096)] = 34953, - [SMALL_STATE(1097)] = 35020, - [SMALL_STATE(1098)] = 35087, - [SMALL_STATE(1099)] = 35164, - [SMALL_STATE(1100)] = 35231, - [SMALL_STATE(1101)] = 35296, - [SMALL_STATE(1102)] = 35365, - [SMALL_STATE(1103)] = 35442, - [SMALL_STATE(1104)] = 35509, - [SMALL_STATE(1105)] = 35576, - [SMALL_STATE(1106)] = 35650, - [SMALL_STATE(1107)] = 35704, - [SMALL_STATE(1108)] = 35760, - [SMALL_STATE(1109)] = 35808, - [SMALL_STATE(1110)] = 35882, - [SMALL_STATE(1111)] = 35940, - [SMALL_STATE(1112)] = 36002, - [SMALL_STATE(1113)] = 36076, - [SMALL_STATE(1114)] = 36140, - [SMALL_STATE(1115)] = 36206, - [SMALL_STATE(1116)] = 36274, - [SMALL_STATE(1117)] = 36342, - [SMALL_STATE(1118)] = 36412, - [SMALL_STATE(1119)] = 36475, - [SMALL_STATE(1120)] = 36538, - [SMALL_STATE(1121)] = 36601, - [SMALL_STATE(1122)] = 36664, - [SMALL_STATE(1123)] = 36727, - [SMALL_STATE(1124)] = 36790, - [SMALL_STATE(1125)] = 36853, - [SMALL_STATE(1126)] = 36916, - [SMALL_STATE(1127)] = 36979, - [SMALL_STATE(1128)] = 37042, - [SMALL_STATE(1129)] = 37105, - [SMALL_STATE(1130)] = 37168, - [SMALL_STATE(1131)] = 37231, - [SMALL_STATE(1132)] = 37269, - [SMALL_STATE(1133)] = 37307, - [SMALL_STATE(1134)] = 37367, - [SMALL_STATE(1135)] = 37441, - [SMALL_STATE(1136)] = 37479, - [SMALL_STATE(1137)] = 37539, - [SMALL_STATE(1138)] = 37585, - [SMALL_STATE(1139)] = 37645, - [SMALL_STATE(1140)] = 37683, - [SMALL_STATE(1141)] = 37743, - [SMALL_STATE(1142)] = 37803, - [SMALL_STATE(1143)] = 37863, - [SMALL_STATE(1144)] = 37938, - [SMALL_STATE(1145)] = 38013, - [SMALL_STATE(1146)] = 38088, - [SMALL_STATE(1147)] = 38125, - [SMALL_STATE(1148)] = 38196, - [SMALL_STATE(1149)] = 38271, - [SMALL_STATE(1150)] = 38346, - [SMALL_STATE(1151)] = 38421, - [SMALL_STATE(1152)] = 38458, - [SMALL_STATE(1153)] = 38528, - [SMALL_STATE(1154)] = 38580, - [SMALL_STATE(1155)] = 38652, - [SMALL_STATE(1156)] = 38724, - [SMALL_STATE(1157)] = 38786, - [SMALL_STATE(1158)] = 38858, - [SMALL_STATE(1159)] = 38930, - [SMALL_STATE(1160)] = 39002, - [SMALL_STATE(1161)] = 39074, - [SMALL_STATE(1162)] = 39146, - [SMALL_STATE(1163)] = 39218, - [SMALL_STATE(1164)] = 39290, - [SMALL_STATE(1165)] = 39360, - [SMALL_STATE(1166)] = 39432, - [SMALL_STATE(1167)] = 39488, - [SMALL_STATE(1168)] = 39552, - [SMALL_STATE(1169)] = 39622, - [SMALL_STATE(1170)] = 39694, - [SMALL_STATE(1171)] = 39760, - [SMALL_STATE(1172)] = 39832, - [SMALL_STATE(1173)] = 39902, - [SMALL_STATE(1174)] = 39968, - [SMALL_STATE(1175)] = 40038, - [SMALL_STATE(1176)] = 40108, - [SMALL_STATE(1177)] = 40180, - [SMALL_STATE(1178)] = 40226, - [SMALL_STATE(1179)] = 40294, - [SMALL_STATE(1180)] = 40366, - [SMALL_STATE(1181)] = 40436, - [SMALL_STATE(1182)] = 40508, - [SMALL_STATE(1183)] = 40580, - [SMALL_STATE(1184)] = 40652, - [SMALL_STATE(1185)] = 40706, - [SMALL_STATE(1186)] = 40778, - [SMALL_STATE(1187)] = 40838, - [SMALL_STATE(1188)] = 40908, - [SMALL_STATE(1189)] = 40980, - [SMALL_STATE(1190)] = 41052, - [SMALL_STATE(1191)] = 41124, - [SMALL_STATE(1192)] = 41196, - [SMALL_STATE(1193)] = 41268, - [SMALL_STATE(1194)] = 41342, - [SMALL_STATE(1195)] = 41414, - [SMALL_STATE(1196)] = 41486, - [SMALL_STATE(1197)] = 41530, - [SMALL_STATE(1198)] = 41602, - [SMALL_STATE(1199)] = 41674, - [SMALL_STATE(1200)] = 41746, - [SMALL_STATE(1201)] = 41816, - [SMALL_STATE(1202)] = 41888, - [SMALL_STATE(1203)] = 41957, - [SMALL_STATE(1204)] = 42026, - [SMALL_STATE(1205)] = 42095, - [SMALL_STATE(1206)] = 42164, - [SMALL_STATE(1207)] = 42233, - [SMALL_STATE(1208)] = 42302, - [SMALL_STATE(1209)] = 42371, - [SMALL_STATE(1210)] = 42440, - [SMALL_STATE(1211)] = 42509, - [SMALL_STATE(1212)] = 42578, - [SMALL_STATE(1213)] = 42647, - [SMALL_STATE(1214)] = 42716, - [SMALL_STATE(1215)] = 42785, - [SMALL_STATE(1216)] = 42854, - [SMALL_STATE(1217)] = 42923, - [SMALL_STATE(1218)] = 42992, - [SMALL_STATE(1219)] = 43061, - [SMALL_STATE(1220)] = 43130, - [SMALL_STATE(1221)] = 43199, - [SMALL_STATE(1222)] = 43268, - [SMALL_STATE(1223)] = 43337, - [SMALL_STATE(1224)] = 43406, - [SMALL_STATE(1225)] = 43460, - [SMALL_STATE(1226)] = 43514, - [SMALL_STATE(1227)] = 43568, - [SMALL_STATE(1228)] = 43606, - [SMALL_STATE(1229)] = 43660, - [SMALL_STATE(1230)] = 43714, - [SMALL_STATE(1231)] = 43752, - [SMALL_STATE(1232)] = 43788, - [SMALL_STATE(1233)] = 43826, - [SMALL_STATE(1234)] = 43880, - [SMALL_STATE(1235)] = 43946, - [SMALL_STATE(1236)] = 43997, - [SMALL_STATE(1237)] = 44048, - [SMALL_STATE(1238)] = 44099, - [SMALL_STATE(1239)] = 44150, - [SMALL_STATE(1240)] = 44201, - [SMALL_STATE(1241)] = 44252, - [SMALL_STATE(1242)] = 44290, - [SMALL_STATE(1243)] = 44330, - [SMALL_STATE(1244)] = 44369, - [SMALL_STATE(1245)] = 44408, - [SMALL_STATE(1246)] = 44447, - [SMALL_STATE(1247)] = 44486, - [SMALL_STATE(1248)] = 44535, - [SMALL_STATE(1249)] = 44569, - [SMALL_STATE(1250)] = 44602, - [SMALL_STATE(1251)] = 44653, - [SMALL_STATE(1252)] = 44708, - [SMALL_STATE(1253)] = 44741, - [SMALL_STATE(1254)] = 44792, - [SMALL_STATE(1255)] = 44843, - [SMALL_STATE(1256)] = 44894, - [SMALL_STATE(1257)] = 44927, - [SMALL_STATE(1258)] = 44978, - [SMALL_STATE(1259)] = 45029, - [SMALL_STATE(1260)] = 45064, - [SMALL_STATE(1261)] = 45107, - [SMALL_STATE(1262)] = 45150, - [SMALL_STATE(1263)] = 45201, - [SMALL_STATE(1264)] = 45234, - [SMALL_STATE(1265)] = 45285, - [SMALL_STATE(1266)] = 45318, - [SMALL_STATE(1267)] = 45351, - [SMALL_STATE(1268)] = 45394, - [SMALL_STATE(1269)] = 45445, - [SMALL_STATE(1270)] = 45478, - [SMALL_STATE(1271)] = 45529, - [SMALL_STATE(1272)] = 45580, - [SMALL_STATE(1273)] = 45631, - [SMALL_STATE(1274)] = 45686, - [SMALL_STATE(1275)] = 45719, - [SMALL_STATE(1276)] = 45770, - [SMALL_STATE(1277)] = 45821, - [SMALL_STATE(1278)] = 45872, - [SMALL_STATE(1279)] = 45927, - [SMALL_STATE(1280)] = 45964, - [SMALL_STATE(1281)] = 45997, - [SMALL_STATE(1282)] = 46025, - [SMALL_STATE(1283)] = 46061, - [SMALL_STATE(1284)] = 46101, - [SMALL_STATE(1285)] = 46129, - [SMALL_STATE(1286)] = 46169, - [SMALL_STATE(1287)] = 46209, - [SMALL_STATE(1288)] = 46249, - [SMALL_STATE(1289)] = 46289, - [SMALL_STATE(1290)] = 46329, - [SMALL_STATE(1291)] = 46369, - [SMALL_STATE(1292)] = 46409, - [SMALL_STATE(1293)] = 46449, - [SMALL_STATE(1294)] = 46489, - [SMALL_STATE(1295)] = 46529, - [SMALL_STATE(1296)] = 46569, - [SMALL_STATE(1297)] = 46609, - [SMALL_STATE(1298)] = 46649, - [SMALL_STATE(1299)] = 46689, - [SMALL_STATE(1300)] = 46729, - [SMALL_STATE(1301)] = 46757, - [SMALL_STATE(1302)] = 46797, - [SMALL_STATE(1303)] = 46837, - [SMALL_STATE(1304)] = 46877, - [SMALL_STATE(1305)] = 46917, - [SMALL_STATE(1306)] = 46957, - [SMALL_STATE(1307)] = 46997, - [SMALL_STATE(1308)] = 47037, - [SMALL_STATE(1309)] = 47077, - [SMALL_STATE(1310)] = 47117, - [SMALL_STATE(1311)] = 47157, - [SMALL_STATE(1312)] = 47205, - [SMALL_STATE(1313)] = 47245, - [SMALL_STATE(1314)] = 47285, - [SMALL_STATE(1315)] = 47333, - [SMALL_STATE(1316)] = 47373, - [SMALL_STATE(1317)] = 47413, - [SMALL_STATE(1318)] = 47453, - [SMALL_STATE(1319)] = 47493, - [SMALL_STATE(1320)] = 47521, - [SMALL_STATE(1321)] = 47561, - [SMALL_STATE(1322)] = 47601, - [SMALL_STATE(1323)] = 47629, - [SMALL_STATE(1324)] = 47669, - [SMALL_STATE(1325)] = 47709, - [SMALL_STATE(1326)] = 47749, - [SMALL_STATE(1327)] = 47799, - [SMALL_STATE(1328)] = 47833, - [SMALL_STATE(1329)] = 47873, - [SMALL_STATE(1330)] = 47913, - [SMALL_STATE(1331)] = 47955, - [SMALL_STATE(1332)] = 47999, - [SMALL_STATE(1333)] = 48045, - [SMALL_STATE(1334)] = 48085, - [SMALL_STATE(1335)] = 48117, - [SMALL_STATE(1336)] = 48163, - [SMALL_STATE(1337)] = 48211, - [SMALL_STATE(1338)] = 48239, - [SMALL_STATE(1339)] = 48270, - [SMALL_STATE(1340)] = 48315, - [SMALL_STATE(1341)] = 48342, - [SMALL_STATE(1342)] = 48369, - [SMALL_STATE(1343)] = 48406, - [SMALL_STATE(1344)] = 48455, - [SMALL_STATE(1345)] = 48500, - [SMALL_STATE(1346)] = 48527, - [SMALL_STATE(1347)] = 48572, - [SMALL_STATE(1348)] = 48611, - [SMALL_STATE(1349)] = 48638, - [SMALL_STATE(1350)] = 48683, - [SMALL_STATE(1351)] = 48710, - [SMALL_STATE(1352)] = 48743, - [SMALL_STATE(1353)] = 48788, - [SMALL_STATE(1354)] = 48815, - [SMALL_STATE(1355)] = 48860, - [SMALL_STATE(1356)] = 48905, - [SMALL_STATE(1357)] = 48950, - [SMALL_STATE(1358)] = 48977, - [SMALL_STATE(1359)] = 49014, - [SMALL_STATE(1360)] = 49059, - [SMALL_STATE(1361)] = 49104, - [SMALL_STATE(1362)] = 49131, - [SMALL_STATE(1363)] = 49158, - [SMALL_STATE(1364)] = 49203, - [SMALL_STATE(1365)] = 49238, - [SMALL_STATE(1366)] = 49279, - [SMALL_STATE(1367)] = 49324, - [SMALL_STATE(1368)] = 49351, - [SMALL_STATE(1369)] = 49394, - [SMALL_STATE(1370)] = 49439, - [SMALL_STATE(1371)] = 49488, - [SMALL_STATE(1372)] = 49517, - [SMALL_STATE(1373)] = 49562, - [SMALL_STATE(1374)] = 49607, - [SMALL_STATE(1375)] = 49647, - [SMALL_STATE(1376)] = 49687, - [SMALL_STATE(1377)] = 49727, - [SMALL_STATE(1378)] = 49767, - [SMALL_STATE(1379)] = 49807, - [SMALL_STATE(1380)] = 49847, - [SMALL_STATE(1381)] = 49887, - [SMALL_STATE(1382)] = 49927, - [SMALL_STATE(1383)] = 49967, - [SMALL_STATE(1384)] = 50007, - [SMALL_STATE(1385)] = 50047, - [SMALL_STATE(1386)] = 50087, - [SMALL_STATE(1387)] = 50127, - [SMALL_STATE(1388)] = 50167, - [SMALL_STATE(1389)] = 50207, - [SMALL_STATE(1390)] = 50247, - [SMALL_STATE(1391)] = 50287, - [SMALL_STATE(1392)] = 50327, - [SMALL_STATE(1393)] = 50367, - [SMALL_STATE(1394)] = 50411, - [SMALL_STATE(1395)] = 50451, - [SMALL_STATE(1396)] = 50491, - [SMALL_STATE(1397)] = 50531, - [SMALL_STATE(1398)] = 50571, - [SMALL_STATE(1399)] = 50611, - [SMALL_STATE(1400)] = 50651, - [SMALL_STATE(1401)] = 50691, - [SMALL_STATE(1402)] = 50731, - [SMALL_STATE(1403)] = 50771, - [SMALL_STATE(1404)] = 50811, - [SMALL_STATE(1405)] = 50851, - [SMALL_STATE(1406)] = 50891, - [SMALL_STATE(1407)] = 50931, - [SMALL_STATE(1408)] = 50971, - [SMALL_STATE(1409)] = 51011, - [SMALL_STATE(1410)] = 51051, - [SMALL_STATE(1411)] = 51091, - [SMALL_STATE(1412)] = 51131, - [SMALL_STATE(1413)] = 51171, - [SMALL_STATE(1414)] = 51212, - [SMALL_STATE(1415)] = 51253, - [SMALL_STATE(1416)] = 51294, - [SMALL_STATE(1417)] = 51335, - [SMALL_STATE(1418)] = 51376, - [SMALL_STATE(1419)] = 51417, - [SMALL_STATE(1420)] = 51458, - [SMALL_STATE(1421)] = 51499, - [SMALL_STATE(1422)] = 51537, - [SMALL_STATE(1423)] = 51575, - [SMALL_STATE(1424)] = 51615, - [SMALL_STATE(1425)] = 51649, - [SMALL_STATE(1426)] = 51688, - [SMALL_STATE(1427)] = 51729, - [SMALL_STATE(1428)] = 51768, - [SMALL_STATE(1429)] = 51809, - [SMALL_STATE(1430)] = 51850, - [SMALL_STATE(1431)] = 51879, - [SMALL_STATE(1432)] = 51908, - [SMALL_STATE(1433)] = 51945, - [SMALL_STATE(1434)] = 51984, - [SMALL_STATE(1435)] = 52025, - [SMALL_STATE(1436)] = 52066, - [SMALL_STATE(1437)] = 52105, - [SMALL_STATE(1438)] = 52134, - [SMALL_STATE(1439)] = 52175, - [SMALL_STATE(1440)] = 52204, - [SMALL_STATE(1441)] = 52230, - [SMALL_STATE(1442)] = 52267, - [SMALL_STATE(1443)] = 52304, - [SMALL_STATE(1444)] = 52341, - [SMALL_STATE(1445)] = 52374, - [SMALL_STATE(1446)] = 52411, - [SMALL_STATE(1447)] = 52448, - [SMALL_STATE(1448)] = 52485, - [SMALL_STATE(1449)] = 52518, - [SMALL_STATE(1450)] = 52547, - [SMALL_STATE(1451)] = 52584, - [SMALL_STATE(1452)] = 52613, - [SMALL_STATE(1453)] = 52650, - [SMALL_STATE(1454)] = 52671, - [SMALL_STATE(1455)] = 52708, - [SMALL_STATE(1456)] = 52745, - [SMALL_STATE(1457)] = 52770, - [SMALL_STATE(1458)] = 52807, - [SMALL_STATE(1459)] = 52836, - [SMALL_STATE(1460)] = 52873, - [SMALL_STATE(1461)] = 52894, - [SMALL_STATE(1462)] = 52931, - [SMALL_STATE(1463)] = 52952, - [SMALL_STATE(1464)] = 52981, - [SMALL_STATE(1465)] = 53018, - [SMALL_STATE(1466)] = 53055, - [SMALL_STATE(1467)] = 53089, - [SMALL_STATE(1468)] = 53123, - [SMALL_STATE(1469)] = 53159, - [SMALL_STATE(1470)] = 53183, - [SMALL_STATE(1471)] = 53217, - [SMALL_STATE(1472)] = 53251, - [SMALL_STATE(1473)] = 53285, - [SMALL_STATE(1474)] = 53319, - [SMALL_STATE(1475)] = 53353, - [SMALL_STATE(1476)] = 53387, - [SMALL_STATE(1477)] = 53421, - [SMALL_STATE(1478)] = 53455, - [SMALL_STATE(1479)] = 53486, - [SMALL_STATE(1480)] = 53515, - [SMALL_STATE(1481)] = 53544, - [SMALL_STATE(1482)] = 53575, - [SMALL_STATE(1483)] = 53604, - [SMALL_STATE(1484)] = 53633, - [SMALL_STATE(1485)] = 53664, - [SMALL_STATE(1486)] = 53695, - [SMALL_STATE(1487)] = 53724, - [SMALL_STATE(1488)] = 53753, - [SMALL_STATE(1489)] = 53782, - [SMALL_STATE(1490)] = 53811, - [SMALL_STATE(1491)] = 53840, - [SMALL_STATE(1492)] = 53869, - [SMALL_STATE(1493)] = 53898, - [SMALL_STATE(1494)] = 53927, - [SMALL_STATE(1495)] = 53956, - [SMALL_STATE(1496)] = 53987, - [SMALL_STATE(1497)] = 54016, - [SMALL_STATE(1498)] = 54045, - [SMALL_STATE(1499)] = 54074, - [SMALL_STATE(1500)] = 54103, - [SMALL_STATE(1501)] = 54132, - [SMALL_STATE(1502)] = 54161, - [SMALL_STATE(1503)] = 54190, - [SMALL_STATE(1504)] = 54219, - [SMALL_STATE(1505)] = 54248, - [SMALL_STATE(1506)] = 54277, - [SMALL_STATE(1507)] = 54306, - [SMALL_STATE(1508)] = 54331, - [SMALL_STATE(1509)] = 54360, - [SMALL_STATE(1510)] = 54389, - [SMALL_STATE(1511)] = 54416, - [SMALL_STATE(1512)] = 54445, - [SMALL_STATE(1513)] = 54474, - [SMALL_STATE(1514)] = 54503, - [SMALL_STATE(1515)] = 54532, - [SMALL_STATE(1516)] = 54561, - [SMALL_STATE(1517)] = 54590, - [SMALL_STATE(1518)] = 54619, - [SMALL_STATE(1519)] = 54648, - [SMALL_STATE(1520)] = 54679, - [SMALL_STATE(1521)] = 54708, - [SMALL_STATE(1522)] = 54739, - [SMALL_STATE(1523)] = 54768, - [SMALL_STATE(1524)] = 54797, - [SMALL_STATE(1525)] = 54824, - [SMALL_STATE(1526)] = 54853, - [SMALL_STATE(1527)] = 54882, - [SMALL_STATE(1528)] = 54913, - [SMALL_STATE(1529)] = 54942, - [SMALL_STATE(1530)] = 54971, - [SMALL_STATE(1531)] = 54998, - [SMALL_STATE(1532)] = 55027, - [SMALL_STATE(1533)] = 55058, - [SMALL_STATE(1534)] = 55087, - [SMALL_STATE(1535)] = 55116, - [SMALL_STATE(1536)] = 55145, - [SMALL_STATE(1537)] = 55172, - [SMALL_STATE(1538)] = 55197, - [SMALL_STATE(1539)] = 55226, - [SMALL_STATE(1540)] = 55252, - [SMALL_STATE(1541)] = 55270, - [SMALL_STATE(1542)] = 55300, - [SMALL_STATE(1543)] = 55318, - [SMALL_STATE(1544)] = 55344, - [SMALL_STATE(1545)] = 55370, - [SMALL_STATE(1546)] = 55394, - [SMALL_STATE(1547)] = 55420, - [SMALL_STATE(1548)] = 55438, - [SMALL_STATE(1549)] = 55460, - [SMALL_STATE(1550)] = 55484, - [SMALL_STATE(1551)] = 55502, - [SMALL_STATE(1552)] = 55520, - [SMALL_STATE(1553)] = 55538, - [SMALL_STATE(1554)] = 55556, - [SMALL_STATE(1555)] = 55581, - [SMALL_STATE(1556)] = 55602, - [SMALL_STATE(1557)] = 55631, - [SMALL_STATE(1558)] = 55650, - [SMALL_STATE(1559)] = 55675, - [SMALL_STATE(1560)] = 55696, - [SMALL_STATE(1561)] = 55725, - [SMALL_STATE(1562)] = 55754, - [SMALL_STATE(1563)] = 55775, - [SMALL_STATE(1564)] = 55796, - [SMALL_STATE(1565)] = 55817, - [SMALL_STATE(1566)] = 55838, - [SMALL_STATE(1567)] = 55867, - [SMALL_STATE(1568)] = 55888, - [SMALL_STATE(1569)] = 55909, - [SMALL_STATE(1570)] = 55935, - [SMALL_STATE(1571)] = 55961, - [SMALL_STATE(1572)] = 55987, - [SMALL_STATE(1573)] = 56013, - [SMALL_STATE(1574)] = 56039, - [SMALL_STATE(1575)] = 56065, - [SMALL_STATE(1576)] = 56091, - [SMALL_STATE(1577)] = 56117, - [SMALL_STATE(1578)] = 56133, - [SMALL_STATE(1579)] = 56159, - [SMALL_STATE(1580)] = 56185, - [SMALL_STATE(1581)] = 56211, - [SMALL_STATE(1582)] = 56237, - [SMALL_STATE(1583)] = 56263, - [SMALL_STATE(1584)] = 56289, - [SMALL_STATE(1585)] = 56315, - [SMALL_STATE(1586)] = 56341, - [SMALL_STATE(1587)] = 56365, - [SMALL_STATE(1588)] = 56391, - [SMALL_STATE(1589)] = 56417, - [SMALL_STATE(1590)] = 56443, - [SMALL_STATE(1591)] = 56469, - [SMALL_STATE(1592)] = 56495, - [SMALL_STATE(1593)] = 56521, - [SMALL_STATE(1594)] = 56547, - [SMALL_STATE(1595)] = 56573, - [SMALL_STATE(1596)] = 56599, - [SMALL_STATE(1597)] = 56625, - [SMALL_STATE(1598)] = 56651, - [SMALL_STATE(1599)] = 56677, - [SMALL_STATE(1600)] = 56697, - [SMALL_STATE(1601)] = 56723, - [SMALL_STATE(1602)] = 56749, - [SMALL_STATE(1603)] = 56775, - [SMALL_STATE(1604)] = 56801, - [SMALL_STATE(1605)] = 56827, - [SMALL_STATE(1606)] = 56843, - [SMALL_STATE(1607)] = 56859, - [SMALL_STATE(1608)] = 56875, - [SMALL_STATE(1609)] = 56901, - [SMALL_STATE(1610)] = 56927, - [SMALL_STATE(1611)] = 56953, - [SMALL_STATE(1612)] = 56979, - [SMALL_STATE(1613)] = 57005, - [SMALL_STATE(1614)] = 57031, - [SMALL_STATE(1615)] = 57057, - [SMALL_STATE(1616)] = 57083, - [SMALL_STATE(1617)] = 57109, - [SMALL_STATE(1618)] = 57135, - [SMALL_STATE(1619)] = 57151, - [SMALL_STATE(1620)] = 57177, - [SMALL_STATE(1621)] = 57203, - [SMALL_STATE(1622)] = 57229, - [SMALL_STATE(1623)] = 57255, - [SMALL_STATE(1624)] = 57281, - [SMALL_STATE(1625)] = 57307, - [SMALL_STATE(1626)] = 57333, - [SMALL_STATE(1627)] = 57359, - [SMALL_STATE(1628)] = 57377, - [SMALL_STATE(1629)] = 57403, - [SMALL_STATE(1630)] = 57427, - [SMALL_STATE(1631)] = 57453, - [SMALL_STATE(1632)] = 57469, - [SMALL_STATE(1633)] = 57495, - [SMALL_STATE(1634)] = 57521, - [SMALL_STATE(1635)] = 57547, - [SMALL_STATE(1636)] = 57573, - [SMALL_STATE(1637)] = 57599, - [SMALL_STATE(1638)] = 57625, - [SMALL_STATE(1639)] = 57651, - [SMALL_STATE(1640)] = 57677, - [SMALL_STATE(1641)] = 57703, - [SMALL_STATE(1642)] = 57729, - [SMALL_STATE(1643)] = 57755, - [SMALL_STATE(1644)] = 57781, - [SMALL_STATE(1645)] = 57807, - [SMALL_STATE(1646)] = 57833, - [SMALL_STATE(1647)] = 57849, - [SMALL_STATE(1648)] = 57871, - [SMALL_STATE(1649)] = 57897, - [SMALL_STATE(1650)] = 57917, - [SMALL_STATE(1651)] = 57943, - [SMALL_STATE(1652)] = 57959, - [SMALL_STATE(1653)] = 57975, - [SMALL_STATE(1654)] = 58001, - [SMALL_STATE(1655)] = 58021, - [SMALL_STATE(1656)] = 58047, - [SMALL_STATE(1657)] = 58073, - [SMALL_STATE(1658)] = 58099, - [SMALL_STATE(1659)] = 58125, - [SMALL_STATE(1660)] = 58151, - [SMALL_STATE(1661)] = 58177, - [SMALL_STATE(1662)] = 58194, - [SMALL_STATE(1663)] = 58217, - [SMALL_STATE(1664)] = 58232, - [SMALL_STATE(1665)] = 58247, - [SMALL_STATE(1666)] = 58262, - [SMALL_STATE(1667)] = 58277, - [SMALL_STATE(1668)] = 58292, - [SMALL_STATE(1669)] = 58311, - [SMALL_STATE(1670)] = 58326, - [SMALL_STATE(1671)] = 58349, - [SMALL_STATE(1672)] = 58372, - [SMALL_STATE(1673)] = 58389, - [SMALL_STATE(1674)] = 58412, - [SMALL_STATE(1675)] = 58427, - [SMALL_STATE(1676)] = 58450, - [SMALL_STATE(1677)] = 58469, - [SMALL_STATE(1678)] = 58494, - [SMALL_STATE(1679)] = 58517, - [SMALL_STATE(1680)] = 58532, - [SMALL_STATE(1681)] = 58547, - [SMALL_STATE(1682)] = 58562, - [SMALL_STATE(1683)] = 58579, - [SMALL_STATE(1684)] = 58596, - [SMALL_STATE(1685)] = 58619, - [SMALL_STATE(1686)] = 58639, - [SMALL_STATE(1687)] = 58659, - [SMALL_STATE(1688)] = 58673, - [SMALL_STATE(1689)] = 58693, - [SMALL_STATE(1690)] = 58713, - [SMALL_STATE(1691)] = 58731, - [SMALL_STATE(1692)] = 58747, - [SMALL_STATE(1693)] = 58767, - [SMALL_STATE(1694)] = 58783, - [SMALL_STATE(1695)] = 58803, - [SMALL_STATE(1696)] = 58823, - [SMALL_STATE(1697)] = 58837, - [SMALL_STATE(1698)] = 58855, - [SMALL_STATE(1699)] = 58875, - [SMALL_STATE(1700)] = 58895, - [SMALL_STATE(1701)] = 58909, - [SMALL_STATE(1702)] = 58923, - [SMALL_STATE(1703)] = 58937, - [SMALL_STATE(1704)] = 58957, - [SMALL_STATE(1705)] = 58977, - [SMALL_STATE(1706)] = 58997, - [SMALL_STATE(1707)] = 59015, - [SMALL_STATE(1708)] = 59035, - [SMALL_STATE(1709)] = 59049, - [SMALL_STATE(1710)] = 59069, - [SMALL_STATE(1711)] = 59089, - [SMALL_STATE(1712)] = 59103, - [SMALL_STATE(1713)] = 59117, - [SMALL_STATE(1714)] = 59137, - [SMALL_STATE(1715)] = 59151, - [SMALL_STATE(1716)] = 59165, - [SMALL_STATE(1717)] = 59179, - [SMALL_STATE(1718)] = 59199, - [SMALL_STATE(1719)] = 59217, - [SMALL_STATE(1720)] = 59235, - [SMALL_STATE(1721)] = 59255, - [SMALL_STATE(1722)] = 59269, - [SMALL_STATE(1723)] = 59289, - [SMALL_STATE(1724)] = 59309, - [SMALL_STATE(1725)] = 59329, - [SMALL_STATE(1726)] = 59343, - [SMALL_STATE(1727)] = 59361, - [SMALL_STATE(1728)] = 59377, - [SMALL_STATE(1729)] = 59395, - [SMALL_STATE(1730)] = 59409, - [SMALL_STATE(1731)] = 59429, - [SMALL_STATE(1732)] = 59443, - [SMALL_STATE(1733)] = 59454, - [SMALL_STATE(1734)] = 59465, - [SMALL_STATE(1735)] = 59476, - [SMALL_STATE(1736)] = 59487, - [SMALL_STATE(1737)] = 59506, - [SMALL_STATE(1738)] = 59519, - [SMALL_STATE(1739)] = 59530, - [SMALL_STATE(1740)] = 59541, - [SMALL_STATE(1741)] = 59552, - [SMALL_STATE(1742)] = 59565, - [SMALL_STATE(1743)] = 59582, - [SMALL_STATE(1744)] = 59599, - [SMALL_STATE(1745)] = 59610, - [SMALL_STATE(1746)] = 59627, - [SMALL_STATE(1747)] = 59640, - [SMALL_STATE(1748)] = 59653, - [SMALL_STATE(1749)] = 59672, - [SMALL_STATE(1750)] = 59687, - [SMALL_STATE(1751)] = 59698, - [SMALL_STATE(1752)] = 59709, - [SMALL_STATE(1753)] = 59720, - [SMALL_STATE(1754)] = 59731, - [SMALL_STATE(1755)] = 59746, - [SMALL_STATE(1756)] = 59757, - [SMALL_STATE(1757)] = 59776, - [SMALL_STATE(1758)] = 59790, - [SMALL_STATE(1759)] = 59804, - [SMALL_STATE(1760)] = 59820, - [SMALL_STATE(1761)] = 59836, - [SMALL_STATE(1762)] = 59850, - [SMALL_STATE(1763)] = 59866, - [SMALL_STATE(1764)] = 59882, - [SMALL_STATE(1765)] = 59896, - [SMALL_STATE(1766)] = 59910, - [SMALL_STATE(1767)] = 59924, - [SMALL_STATE(1768)] = 59938, - [SMALL_STATE(1769)] = 59952, - [SMALL_STATE(1770)] = 59968, - [SMALL_STATE(1771)] = 59978, - [SMALL_STATE(1772)] = 59992, - [SMALL_STATE(1773)] = 60006, - [SMALL_STATE(1774)] = 60020, - [SMALL_STATE(1775)] = 60034, - [SMALL_STATE(1776)] = 60050, - [SMALL_STATE(1777)] = 60064, - [SMALL_STATE(1778)] = 60080, - [SMALL_STATE(1779)] = 60094, - [SMALL_STATE(1780)] = 60108, - [SMALL_STATE(1781)] = 60122, - [SMALL_STATE(1782)] = 60132, - [SMALL_STATE(1783)] = 60146, - [SMALL_STATE(1784)] = 60162, - [SMALL_STATE(1785)] = 60176, - [SMALL_STATE(1786)] = 60190, - [SMALL_STATE(1787)] = 60204, - [SMALL_STATE(1788)] = 60220, - [SMALL_STATE(1789)] = 60234, - [SMALL_STATE(1790)] = 60250, - [SMALL_STATE(1791)] = 60264, - [SMALL_STATE(1792)] = 60280, - [SMALL_STATE(1793)] = 60294, - [SMALL_STATE(1794)] = 60308, - [SMALL_STATE(1795)] = 60324, - [SMALL_STATE(1796)] = 60338, - [SMALL_STATE(1797)] = 60354, - [SMALL_STATE(1798)] = 60368, - [SMALL_STATE(1799)] = 60382, - [SMALL_STATE(1800)] = 60396, - [SMALL_STATE(1801)] = 60410, - [SMALL_STATE(1802)] = 60424, - [SMALL_STATE(1803)] = 60438, - [SMALL_STATE(1804)] = 60454, - [SMALL_STATE(1805)] = 60468, - [SMALL_STATE(1806)] = 60482, - [SMALL_STATE(1807)] = 60496, - [SMALL_STATE(1808)] = 60510, - [SMALL_STATE(1809)] = 60524, - [SMALL_STATE(1810)] = 60540, - [SMALL_STATE(1811)] = 60554, - [SMALL_STATE(1812)] = 60568, - [SMALL_STATE(1813)] = 60582, - [SMALL_STATE(1814)] = 60596, - [SMALL_STATE(1815)] = 60612, - [SMALL_STATE(1816)] = 60628, - [SMALL_STATE(1817)] = 60642, - [SMALL_STATE(1818)] = 60656, - [SMALL_STATE(1819)] = 60672, - [SMALL_STATE(1820)] = 60688, - [SMALL_STATE(1821)] = 60702, - [SMALL_STATE(1822)] = 60716, - [SMALL_STATE(1823)] = 60730, - [SMALL_STATE(1824)] = 60744, - [SMALL_STATE(1825)] = 60758, - [SMALL_STATE(1826)] = 60772, - [SMALL_STATE(1827)] = 60786, - [SMALL_STATE(1828)] = 60802, - [SMALL_STATE(1829)] = 60816, - [SMALL_STATE(1830)] = 60830, - [SMALL_STATE(1831)] = 60846, - [SMALL_STATE(1832)] = 60862, - [SMALL_STATE(1833)] = 60876, - [SMALL_STATE(1834)] = 60890, - [SMALL_STATE(1835)] = 60903, - [SMALL_STATE(1836)] = 60916, - [SMALL_STATE(1837)] = 60929, - [SMALL_STATE(1838)] = 60942, - [SMALL_STATE(1839)] = 60955, - [SMALL_STATE(1840)] = 60968, - [SMALL_STATE(1841)] = 60981, - [SMALL_STATE(1842)] = 60994, - [SMALL_STATE(1843)] = 61007, - [SMALL_STATE(1844)] = 61020, - [SMALL_STATE(1845)] = 61033, - [SMALL_STATE(1846)] = 61046, - [SMALL_STATE(1847)] = 61059, - [SMALL_STATE(1848)] = 61072, - [SMALL_STATE(1849)] = 61085, - [SMALL_STATE(1850)] = 61098, - [SMALL_STATE(1851)] = 61111, - [SMALL_STATE(1852)] = 61124, - [SMALL_STATE(1853)] = 61137, - [SMALL_STATE(1854)] = 61150, - [SMALL_STATE(1855)] = 61163, - [SMALL_STATE(1856)] = 61176, - [SMALL_STATE(1857)] = 61189, - [SMALL_STATE(1858)] = 61198, - [SMALL_STATE(1859)] = 61211, - [SMALL_STATE(1860)] = 61224, - [SMALL_STATE(1861)] = 61237, - [SMALL_STATE(1862)] = 61246, - [SMALL_STATE(1863)] = 61259, - [SMALL_STATE(1864)] = 61270, - [SMALL_STATE(1865)] = 61283, - [SMALL_STATE(1866)] = 61294, - [SMALL_STATE(1867)] = 61307, - [SMALL_STATE(1868)] = 61320, - [SMALL_STATE(1869)] = 61333, - [SMALL_STATE(1870)] = 61346, - [SMALL_STATE(1871)] = 61359, - [SMALL_STATE(1872)] = 61372, - [SMALL_STATE(1873)] = 61383, - [SMALL_STATE(1874)] = 61396, - [SMALL_STATE(1875)] = 61409, - [SMALL_STATE(1876)] = 61422, - [SMALL_STATE(1877)] = 61435, - [SMALL_STATE(1878)] = 61448, - [SMALL_STATE(1879)] = 61461, - [SMALL_STATE(1880)] = 61470, - [SMALL_STATE(1881)] = 61483, - [SMALL_STATE(1882)] = 61496, - [SMALL_STATE(1883)] = 61509, - [SMALL_STATE(1884)] = 61522, - [SMALL_STATE(1885)] = 61535, - [SMALL_STATE(1886)] = 61548, - [SMALL_STATE(1887)] = 61561, - [SMALL_STATE(1888)] = 61574, - [SMALL_STATE(1889)] = 61587, - [SMALL_STATE(1890)] = 61600, - [SMALL_STATE(1891)] = 61613, - [SMALL_STATE(1892)] = 61622, - [SMALL_STATE(1893)] = 61635, - [SMALL_STATE(1894)] = 61648, - [SMALL_STATE(1895)] = 61661, - [SMALL_STATE(1896)] = 61674, - [SMALL_STATE(1897)] = 61685, - [SMALL_STATE(1898)] = 61698, - [SMALL_STATE(1899)] = 61711, - [SMALL_STATE(1900)] = 61724, - [SMALL_STATE(1901)] = 61737, - [SMALL_STATE(1902)] = 61750, - [SMALL_STATE(1903)] = 61763, - [SMALL_STATE(1904)] = 61776, - [SMALL_STATE(1905)] = 61789, - [SMALL_STATE(1906)] = 61802, - [SMALL_STATE(1907)] = 61815, - [SMALL_STATE(1908)] = 61824, - [SMALL_STATE(1909)] = 61837, - [SMALL_STATE(1910)] = 61850, - [SMALL_STATE(1911)] = 61863, - [SMALL_STATE(1912)] = 61872, - [SMALL_STATE(1913)] = 61885, - [SMALL_STATE(1914)] = 61898, - [SMALL_STATE(1915)] = 61911, - [SMALL_STATE(1916)] = 61920, - [SMALL_STATE(1917)] = 61933, - [SMALL_STATE(1918)] = 61946, - [SMALL_STATE(1919)] = 61959, - [SMALL_STATE(1920)] = 61972, - [SMALL_STATE(1921)] = 61985, - [SMALL_STATE(1922)] = 61998, - [SMALL_STATE(1923)] = 62011, - [SMALL_STATE(1924)] = 62024, - [SMALL_STATE(1925)] = 62037, - [SMALL_STATE(1926)] = 62050, - [SMALL_STATE(1927)] = 62063, - [SMALL_STATE(1928)] = 62076, - [SMALL_STATE(1929)] = 62089, - [SMALL_STATE(1930)] = 62102, - [SMALL_STATE(1931)] = 62115, - [SMALL_STATE(1932)] = 62128, - [SMALL_STATE(1933)] = 62141, - [SMALL_STATE(1934)] = 62150, - [SMALL_STATE(1935)] = 62163, - [SMALL_STATE(1936)] = 62176, - [SMALL_STATE(1937)] = 62189, - [SMALL_STATE(1938)] = 62202, - [SMALL_STATE(1939)] = 62215, - [SMALL_STATE(1940)] = 62228, - [SMALL_STATE(1941)] = 62241, - [SMALL_STATE(1942)] = 62254, - [SMALL_STATE(1943)] = 62263, - [SMALL_STATE(1944)] = 62276, - [SMALL_STATE(1945)] = 62289, - [SMALL_STATE(1946)] = 62302, - [SMALL_STATE(1947)] = 62315, - [SMALL_STATE(1948)] = 62328, - [SMALL_STATE(1949)] = 62341, - [SMALL_STATE(1950)] = 62354, - [SMALL_STATE(1951)] = 62367, - [SMALL_STATE(1952)] = 62380, - [SMALL_STATE(1953)] = 62393, - [SMALL_STATE(1954)] = 62406, - [SMALL_STATE(1955)] = 62419, - [SMALL_STATE(1956)] = 62432, - [SMALL_STATE(1957)] = 62445, - [SMALL_STATE(1958)] = 62454, - [SMALL_STATE(1959)] = 62467, - [SMALL_STATE(1960)] = 62480, - [SMALL_STATE(1961)] = 62493, - [SMALL_STATE(1962)] = 62506, - [SMALL_STATE(1963)] = 62519, - [SMALL_STATE(1964)] = 62532, - [SMALL_STATE(1965)] = 62541, - [SMALL_STATE(1966)] = 62554, - [SMALL_STATE(1967)] = 62567, - [SMALL_STATE(1968)] = 62580, - [SMALL_STATE(1969)] = 62589, - [SMALL_STATE(1970)] = 62602, - [SMALL_STATE(1971)] = 62615, - [SMALL_STATE(1972)] = 62628, - [SMALL_STATE(1973)] = 62641, - [SMALL_STATE(1974)] = 62654, - [SMALL_STATE(1975)] = 62667, - [SMALL_STATE(1976)] = 62680, - [SMALL_STATE(1977)] = 62693, - [SMALL_STATE(1978)] = 62706, - [SMALL_STATE(1979)] = 62719, - [SMALL_STATE(1980)] = 62732, - [SMALL_STATE(1981)] = 62745, - [SMALL_STATE(1982)] = 62758, - [SMALL_STATE(1983)] = 62771, - [SMALL_STATE(1984)] = 62784, - [SMALL_STATE(1985)] = 62797, - [SMALL_STATE(1986)] = 62810, - [SMALL_STATE(1987)] = 62823, - [SMALL_STATE(1988)] = 62836, - [SMALL_STATE(1989)] = 62849, - [SMALL_STATE(1990)] = 62862, - [SMALL_STATE(1991)] = 62875, - [SMALL_STATE(1992)] = 62888, - [SMALL_STATE(1993)] = 62899, - [SMALL_STATE(1994)] = 62912, - [SMALL_STATE(1995)] = 62923, - [SMALL_STATE(1996)] = 62936, - [SMALL_STATE(1997)] = 62949, - [SMALL_STATE(1998)] = 62962, - [SMALL_STATE(1999)] = 62975, - [SMALL_STATE(2000)] = 62988, - [SMALL_STATE(2001)] = 63001, - [SMALL_STATE(2002)] = 63014, - [SMALL_STATE(2003)] = 63027, - [SMALL_STATE(2004)] = 63040, - [SMALL_STATE(2005)] = 63053, - [SMALL_STATE(2006)] = 63066, - [SMALL_STATE(2007)] = 63079, - [SMALL_STATE(2008)] = 63092, - [SMALL_STATE(2009)] = 63105, - [SMALL_STATE(2010)] = 63118, - [SMALL_STATE(2011)] = 63131, - [SMALL_STATE(2012)] = 63144, - [SMALL_STATE(2013)] = 63157, - [SMALL_STATE(2014)] = 63170, - [SMALL_STATE(2015)] = 63180, - [SMALL_STATE(2016)] = 63190, - [SMALL_STATE(2017)] = 63200, - [SMALL_STATE(2018)] = 63210, - [SMALL_STATE(2019)] = 63220, - [SMALL_STATE(2020)] = 63230, - [SMALL_STATE(2021)] = 63240, - [SMALL_STATE(2022)] = 63250, - [SMALL_STATE(2023)] = 63260, - [SMALL_STATE(2024)] = 63270, - [SMALL_STATE(2025)] = 63278, - [SMALL_STATE(2026)] = 63286, - [SMALL_STATE(2027)] = 63296, - [SMALL_STATE(2028)] = 63306, - [SMALL_STATE(2029)] = 63314, - [SMALL_STATE(2030)] = 63324, - [SMALL_STATE(2031)] = 63334, - [SMALL_STATE(2032)] = 63344, - [SMALL_STATE(2033)] = 63352, - [SMALL_STATE(2034)] = 63360, - [SMALL_STATE(2035)] = 63370, - [SMALL_STATE(2036)] = 63378, - [SMALL_STATE(2037)] = 63388, - [SMALL_STATE(2038)] = 63398, - [SMALL_STATE(2039)] = 63406, - [SMALL_STATE(2040)] = 63414, - [SMALL_STATE(2041)] = 63422, - [SMALL_STATE(2042)] = 63432, - [SMALL_STATE(2043)] = 63442, - [SMALL_STATE(2044)] = 63452, - [SMALL_STATE(2045)] = 63462, - [SMALL_STATE(2046)] = 63472, - [SMALL_STATE(2047)] = 63482, - [SMALL_STATE(2048)] = 63492, - [SMALL_STATE(2049)] = 63500, - [SMALL_STATE(2050)] = 63510, - [SMALL_STATE(2051)] = 63520, - [SMALL_STATE(2052)] = 63528, - [SMALL_STATE(2053)] = 63538, - [SMALL_STATE(2054)] = 63546, - [SMALL_STATE(2055)] = 63554, - [SMALL_STATE(2056)] = 63564, - [SMALL_STATE(2057)] = 63574, - [SMALL_STATE(2058)] = 63584, - [SMALL_STATE(2059)] = 63594, - [SMALL_STATE(2060)] = 63604, - [SMALL_STATE(2061)] = 63614, - [SMALL_STATE(2062)] = 63624, - [SMALL_STATE(2063)] = 63634, - [SMALL_STATE(2064)] = 63644, - [SMALL_STATE(2065)] = 63654, - [SMALL_STATE(2066)] = 63664, - [SMALL_STATE(2067)] = 63674, - [SMALL_STATE(2068)] = 63684, - [SMALL_STATE(2069)] = 63694, - [SMALL_STATE(2070)] = 63704, - [SMALL_STATE(2071)] = 63714, - [SMALL_STATE(2072)] = 63724, - [SMALL_STATE(2073)] = 63734, - [SMALL_STATE(2074)] = 63744, - [SMALL_STATE(2075)] = 63752, - [SMALL_STATE(2076)] = 63762, - [SMALL_STATE(2077)] = 63772, - [SMALL_STATE(2078)] = 63782, - [SMALL_STATE(2079)] = 63792, - [SMALL_STATE(2080)] = 63802, - [SMALL_STATE(2081)] = 63812, - [SMALL_STATE(2082)] = 63822, - [SMALL_STATE(2083)] = 63830, - [SMALL_STATE(2084)] = 63840, - [SMALL_STATE(2085)] = 63848, - [SMALL_STATE(2086)] = 63856, - [SMALL_STATE(2087)] = 63866, - [SMALL_STATE(2088)] = 63876, - [SMALL_STATE(2089)] = 63886, - [SMALL_STATE(2090)] = 63896, - [SMALL_STATE(2091)] = 63906, - [SMALL_STATE(2092)] = 63914, - [SMALL_STATE(2093)] = 63924, - [SMALL_STATE(2094)] = 63934, - [SMALL_STATE(2095)] = 63944, - [SMALL_STATE(2096)] = 63954, - [SMALL_STATE(2097)] = 63964, - [SMALL_STATE(2098)] = 63974, - [SMALL_STATE(2099)] = 63984, - [SMALL_STATE(2100)] = 63994, - [SMALL_STATE(2101)] = 64002, - [SMALL_STATE(2102)] = 64012, - [SMALL_STATE(2103)] = 64019, - [SMALL_STATE(2104)] = 64026, - [SMALL_STATE(2105)] = 64033, - [SMALL_STATE(2106)] = 64040, - [SMALL_STATE(2107)] = 64047, - [SMALL_STATE(2108)] = 64054, - [SMALL_STATE(2109)] = 64061, - [SMALL_STATE(2110)] = 64068, - [SMALL_STATE(2111)] = 64075, - [SMALL_STATE(2112)] = 64082, - [SMALL_STATE(2113)] = 64089, - [SMALL_STATE(2114)] = 64096, - [SMALL_STATE(2115)] = 64103, - [SMALL_STATE(2116)] = 64110, - [SMALL_STATE(2117)] = 64117, - [SMALL_STATE(2118)] = 64124, - [SMALL_STATE(2119)] = 64131, - [SMALL_STATE(2120)] = 64138, - [SMALL_STATE(2121)] = 64145, - [SMALL_STATE(2122)] = 64152, - [SMALL_STATE(2123)] = 64159, - [SMALL_STATE(2124)] = 64166, - [SMALL_STATE(2125)] = 64173, - [SMALL_STATE(2126)] = 64180, - [SMALL_STATE(2127)] = 64187, - [SMALL_STATE(2128)] = 64194, - [SMALL_STATE(2129)] = 64201, - [SMALL_STATE(2130)] = 64208, - [SMALL_STATE(2131)] = 64215, - [SMALL_STATE(2132)] = 64222, - [SMALL_STATE(2133)] = 64229, - [SMALL_STATE(2134)] = 64236, - [SMALL_STATE(2135)] = 64243, - [SMALL_STATE(2136)] = 64250, - [SMALL_STATE(2137)] = 64257, - [SMALL_STATE(2138)] = 64264, - [SMALL_STATE(2139)] = 64271, - [SMALL_STATE(2140)] = 64278, - [SMALL_STATE(2141)] = 64285, - [SMALL_STATE(2142)] = 64292, - [SMALL_STATE(2143)] = 64299, - [SMALL_STATE(2144)] = 64306, - [SMALL_STATE(2145)] = 64313, - [SMALL_STATE(2146)] = 64320, - [SMALL_STATE(2147)] = 64327, - [SMALL_STATE(2148)] = 64334, - [SMALL_STATE(2149)] = 64341, - [SMALL_STATE(2150)] = 64348, - [SMALL_STATE(2151)] = 64355, - [SMALL_STATE(2152)] = 64362, - [SMALL_STATE(2153)] = 64369, - [SMALL_STATE(2154)] = 64376, - [SMALL_STATE(2155)] = 64383, - [SMALL_STATE(2156)] = 64390, - [SMALL_STATE(2157)] = 64397, - [SMALL_STATE(2158)] = 64404, - [SMALL_STATE(2159)] = 64411, - [SMALL_STATE(2160)] = 64418, - [SMALL_STATE(2161)] = 64425, - [SMALL_STATE(2162)] = 64432, - [SMALL_STATE(2163)] = 64439, - [SMALL_STATE(2164)] = 64446, - [SMALL_STATE(2165)] = 64453, - [SMALL_STATE(2166)] = 64460, - [SMALL_STATE(2167)] = 64467, - [SMALL_STATE(2168)] = 64474, - [SMALL_STATE(2169)] = 64481, - [SMALL_STATE(2170)] = 64488, - [SMALL_STATE(2171)] = 64495, - [SMALL_STATE(2172)] = 64502, - [SMALL_STATE(2173)] = 64509, - [SMALL_STATE(2174)] = 64516, - [SMALL_STATE(2175)] = 64523, - [SMALL_STATE(2176)] = 64530, - [SMALL_STATE(2177)] = 64537, - [SMALL_STATE(2178)] = 64544, - [SMALL_STATE(2179)] = 64551, - [SMALL_STATE(2180)] = 64558, - [SMALL_STATE(2181)] = 64565, - [SMALL_STATE(2182)] = 64572, - [SMALL_STATE(2183)] = 64579, - [SMALL_STATE(2184)] = 64586, - [SMALL_STATE(2185)] = 64593, - [SMALL_STATE(2186)] = 64600, - [SMALL_STATE(2187)] = 64607, - [SMALL_STATE(2188)] = 64614, - [SMALL_STATE(2189)] = 64621, - [SMALL_STATE(2190)] = 64628, - [SMALL_STATE(2191)] = 64635, - [SMALL_STATE(2192)] = 64642, - [SMALL_STATE(2193)] = 64649, - [SMALL_STATE(2194)] = 64656, - [SMALL_STATE(2195)] = 64663, - [SMALL_STATE(2196)] = 64670, - [SMALL_STATE(2197)] = 64677, - [SMALL_STATE(2198)] = 64684, - [SMALL_STATE(2199)] = 64691, - [SMALL_STATE(2200)] = 64698, - [SMALL_STATE(2201)] = 64705, - [SMALL_STATE(2202)] = 64712, - [SMALL_STATE(2203)] = 64719, - [SMALL_STATE(2204)] = 64726, - [SMALL_STATE(2205)] = 64733, - [SMALL_STATE(2206)] = 64740, - [SMALL_STATE(2207)] = 64747, - [SMALL_STATE(2208)] = 64754, - [SMALL_STATE(2209)] = 64761, - [SMALL_STATE(2210)] = 64768, - [SMALL_STATE(2211)] = 64775, - [SMALL_STATE(2212)] = 64782, - [SMALL_STATE(2213)] = 64789, - [SMALL_STATE(2214)] = 64796, - [SMALL_STATE(2215)] = 64803, - [SMALL_STATE(2216)] = 64810, - [SMALL_STATE(2217)] = 64817, - [SMALL_STATE(2218)] = 64824, - [SMALL_STATE(2219)] = 64831, - [SMALL_STATE(2220)] = 64838, - [SMALL_STATE(2221)] = 64845, - [SMALL_STATE(2222)] = 64852, - [SMALL_STATE(2223)] = 64859, - [SMALL_STATE(2224)] = 64866, - [SMALL_STATE(2225)] = 64873, - [SMALL_STATE(2226)] = 64880, - [SMALL_STATE(2227)] = 64887, - [SMALL_STATE(2228)] = 64894, - [SMALL_STATE(2229)] = 64901, - [SMALL_STATE(2230)] = 64908, - [SMALL_STATE(2231)] = 64915, - [SMALL_STATE(2232)] = 64922, - [SMALL_STATE(2233)] = 64929, - [SMALL_STATE(2234)] = 64936, - [SMALL_STATE(2235)] = 64943, - [SMALL_STATE(2236)] = 64950, - [SMALL_STATE(2237)] = 64957, - [SMALL_STATE(2238)] = 64964, - [SMALL_STATE(2239)] = 64971, - [SMALL_STATE(2240)] = 64978, - [SMALL_STATE(2241)] = 64985, - [SMALL_STATE(2242)] = 64992, - [SMALL_STATE(2243)] = 64999, - [SMALL_STATE(2244)] = 65006, - [SMALL_STATE(2245)] = 65013, - [SMALL_STATE(2246)] = 65020, - [SMALL_STATE(2247)] = 65027, - [SMALL_STATE(2248)] = 65034, - [SMALL_STATE(2249)] = 65041, - [SMALL_STATE(2250)] = 65048, - [SMALL_STATE(2251)] = 65055, - [SMALL_STATE(2252)] = 65062, - [SMALL_STATE(2253)] = 65069, - [SMALL_STATE(2254)] = 65076, - [SMALL_STATE(2255)] = 65083, - [SMALL_STATE(2256)] = 65090, - [SMALL_STATE(2257)] = 65097, - [SMALL_STATE(2258)] = 65104, - [SMALL_STATE(2259)] = 65111, - [SMALL_STATE(2260)] = 65118, - [SMALL_STATE(2261)] = 65125, - [SMALL_STATE(2262)] = 65132, - [SMALL_STATE(2263)] = 65139, - [SMALL_STATE(2264)] = 65146, - [SMALL_STATE(2265)] = 65153, - [SMALL_STATE(2266)] = 65160, - [SMALL_STATE(2267)] = 65167, - [SMALL_STATE(2268)] = 65174, - [SMALL_STATE(2269)] = 65181, - [SMALL_STATE(2270)] = 65188, - [SMALL_STATE(2271)] = 65195, - [SMALL_STATE(2272)] = 65202, - [SMALL_STATE(2273)] = 65209, - [SMALL_STATE(2274)] = 65216, - [SMALL_STATE(2275)] = 65223, - [SMALL_STATE(2276)] = 65230, - [SMALL_STATE(2277)] = 65237, - [SMALL_STATE(2278)] = 65244, - [SMALL_STATE(2279)] = 65251, - [SMALL_STATE(2280)] = 65258, - [SMALL_STATE(2281)] = 65265, - [SMALL_STATE(2282)] = 65272, - [SMALL_STATE(2283)] = 65279, - [SMALL_STATE(2284)] = 65286, - [SMALL_STATE(2285)] = 65293, - [SMALL_STATE(2286)] = 65300, - [SMALL_STATE(2287)] = 65307, - [SMALL_STATE(2288)] = 65314, - [SMALL_STATE(2289)] = 65321, - [SMALL_STATE(2290)] = 65328, - [SMALL_STATE(2291)] = 65335, - [SMALL_STATE(2292)] = 65342, - [SMALL_STATE(2293)] = 65349, - [SMALL_STATE(2294)] = 65356, - [SMALL_STATE(2295)] = 65363, - [SMALL_STATE(2296)] = 65370, - [SMALL_STATE(2297)] = 65377, - [SMALL_STATE(2298)] = 65384, - [SMALL_STATE(2299)] = 65391, - [SMALL_STATE(2300)] = 65398, - [SMALL_STATE(2301)] = 65405, - [SMALL_STATE(2302)] = 65412, - [SMALL_STATE(2303)] = 65419, - [SMALL_STATE(2304)] = 65426, - [SMALL_STATE(2305)] = 65433, - [SMALL_STATE(2306)] = 65440, - [SMALL_STATE(2307)] = 65447, - [SMALL_STATE(2308)] = 65454, - [SMALL_STATE(2309)] = 65461, - [SMALL_STATE(2310)] = 65468, - [SMALL_STATE(2311)] = 65475, - [SMALL_STATE(2312)] = 65482, - [SMALL_STATE(2313)] = 65489, - [SMALL_STATE(2314)] = 65496, - [SMALL_STATE(2315)] = 65503, - [SMALL_STATE(2316)] = 65510, - [SMALL_STATE(2317)] = 65517, - [SMALL_STATE(2318)] = 65524, - [SMALL_STATE(2319)] = 65531, - [SMALL_STATE(2320)] = 65538, - [SMALL_STATE(2321)] = 65545, - [SMALL_STATE(2322)] = 65552, - [SMALL_STATE(2323)] = 65559, - [SMALL_STATE(2324)] = 65566, - [SMALL_STATE(2325)] = 65573, - [SMALL_STATE(2326)] = 65580, - [SMALL_STATE(2327)] = 65587, - [SMALL_STATE(2328)] = 65594, - [SMALL_STATE(2329)] = 65601, - [SMALL_STATE(2330)] = 65608, - [SMALL_STATE(2331)] = 65615, - [SMALL_STATE(2332)] = 65622, - [SMALL_STATE(2333)] = 65629, - [SMALL_STATE(2334)] = 65636, - [SMALL_STATE(2335)] = 65643, - [SMALL_STATE(2336)] = 65650, - [SMALL_STATE(2337)] = 65657, - [SMALL_STATE(2338)] = 65664, - [SMALL_STATE(2339)] = 65671, - [SMALL_STATE(2340)] = 65678, - [SMALL_STATE(2341)] = 65685, - [SMALL_STATE(2342)] = 65692, - [SMALL_STATE(2343)] = 65699, - [SMALL_STATE(2344)] = 65706, - [SMALL_STATE(2345)] = 65713, - [SMALL_STATE(2346)] = 65720, - [SMALL_STATE(2347)] = 65727, - [SMALL_STATE(2348)] = 65734, - [SMALL_STATE(2349)] = 65741, - [SMALL_STATE(2350)] = 65748, - [SMALL_STATE(2351)] = 65755, - [SMALL_STATE(2352)] = 65762, - [SMALL_STATE(2353)] = 65769, - [SMALL_STATE(2354)] = 65776, - [SMALL_STATE(2355)] = 65783, - [SMALL_STATE(2356)] = 65790, - [SMALL_STATE(2357)] = 65797, - [SMALL_STATE(2358)] = 65804, - [SMALL_STATE(2359)] = 65811, - [SMALL_STATE(2360)] = 65818, - [SMALL_STATE(2361)] = 65825, - [SMALL_STATE(2362)] = 65832, - [SMALL_STATE(2363)] = 65839, - [SMALL_STATE(2364)] = 65846, - [SMALL_STATE(2365)] = 65853, - [SMALL_STATE(2366)] = 65860, - [SMALL_STATE(2367)] = 65867, - [SMALL_STATE(2368)] = 65874, - [SMALL_STATE(2369)] = 65881, - [SMALL_STATE(2370)] = 65888, - [SMALL_STATE(2371)] = 65895, - [SMALL_STATE(2372)] = 65902, + [SMALL_STATE(659)] = 0, + [SMALL_STATE(660)] = 113, + [SMALL_STATE(661)] = 226, + [SMALL_STATE(662)] = 339, + [SMALL_STATE(663)] = 452, + [SMALL_STATE(664)] = 565, + [SMALL_STATE(665)] = 678, + [SMALL_STATE(666)] = 791, + [SMALL_STATE(667)] = 904, + [SMALL_STATE(668)] = 1017, + [SMALL_STATE(669)] = 1130, + [SMALL_STATE(670)] = 1243, + [SMALL_STATE(671)] = 1356, + [SMALL_STATE(672)] = 1469, + [SMALL_STATE(673)] = 1582, + [SMALL_STATE(674)] = 1695, + [SMALL_STATE(675)] = 1808, + [SMALL_STATE(676)] = 1921, + [SMALL_STATE(677)] = 2034, + [SMALL_STATE(678)] = 2147, + [SMALL_STATE(679)] = 2260, + [SMALL_STATE(680)] = 2373, + [SMALL_STATE(681)] = 2486, + [SMALL_STATE(682)] = 2599, + [SMALL_STATE(683)] = 2712, + [SMALL_STATE(684)] = 2825, + [SMALL_STATE(685)] = 2938, + [SMALL_STATE(686)] = 3051, + [SMALL_STATE(687)] = 3164, + [SMALL_STATE(688)] = 3277, + [SMALL_STATE(689)] = 3387, + [SMALL_STATE(690)] = 3497, + [SMALL_STATE(691)] = 3607, + [SMALL_STATE(692)] = 3717, + [SMALL_STATE(693)] = 3827, + [SMALL_STATE(694)] = 3937, + [SMALL_STATE(695)] = 4047, + [SMALL_STATE(696)] = 4157, + [SMALL_STATE(697)] = 4267, + [SMALL_STATE(698)] = 4377, + [SMALL_STATE(699)] = 4487, + [SMALL_STATE(700)] = 4594, + [SMALL_STATE(701)] = 4701, + [SMALL_STATE(702)] = 4808, + [SMALL_STATE(703)] = 4915, + [SMALL_STATE(704)] = 5022, + [SMALL_STATE(705)] = 5129, + [SMALL_STATE(706)] = 5236, + [SMALL_STATE(707)] = 5343, + [SMALL_STATE(708)] = 5450, + [SMALL_STATE(709)] = 5557, + [SMALL_STATE(710)] = 5664, + [SMALL_STATE(711)] = 5771, + [SMALL_STATE(712)] = 5878, + [SMALL_STATE(713)] = 5985, + [SMALL_STATE(714)] = 6092, + [SMALL_STATE(715)] = 6199, + [SMALL_STATE(716)] = 6306, + [SMALL_STATE(717)] = 6413, + [SMALL_STATE(718)] = 6520, + [SMALL_STATE(719)] = 6627, + [SMALL_STATE(720)] = 6734, + [SMALL_STATE(721)] = 6841, + [SMALL_STATE(722)] = 6948, + [SMALL_STATE(723)] = 7055, + [SMALL_STATE(724)] = 7162, + [SMALL_STATE(725)] = 7269, + [SMALL_STATE(726)] = 7376, + [SMALL_STATE(727)] = 7483, + [SMALL_STATE(728)] = 7590, + [SMALL_STATE(729)] = 7697, + [SMALL_STATE(730)] = 7804, + [SMALL_STATE(731)] = 7911, + [SMALL_STATE(732)] = 8018, + [SMALL_STATE(733)] = 8125, + [SMALL_STATE(734)] = 8232, + [SMALL_STATE(735)] = 8339, + [SMALL_STATE(736)] = 8446, + [SMALL_STATE(737)] = 8553, + [SMALL_STATE(738)] = 8660, + [SMALL_STATE(739)] = 8767, + [SMALL_STATE(740)] = 8874, + [SMALL_STATE(741)] = 8981, + [SMALL_STATE(742)] = 9088, + [SMALL_STATE(743)] = 9195, + [SMALL_STATE(744)] = 9302, + [SMALL_STATE(745)] = 9409, + [SMALL_STATE(746)] = 9516, + [SMALL_STATE(747)] = 9623, + [SMALL_STATE(748)] = 9730, + [SMALL_STATE(749)] = 9837, + [SMALL_STATE(750)] = 9944, + [SMALL_STATE(751)] = 10051, + [SMALL_STATE(752)] = 10158, + [SMALL_STATE(753)] = 10265, + [SMALL_STATE(754)] = 10372, + [SMALL_STATE(755)] = 10479, + [SMALL_STATE(756)] = 10586, + [SMALL_STATE(757)] = 10693, + [SMALL_STATE(758)] = 10800, + [SMALL_STATE(759)] = 10907, + [SMALL_STATE(760)] = 11014, + [SMALL_STATE(761)] = 11121, + [SMALL_STATE(762)] = 11228, + [SMALL_STATE(763)] = 11335, + [SMALL_STATE(764)] = 11442, + [SMALL_STATE(765)] = 11549, + [SMALL_STATE(766)] = 11656, + [SMALL_STATE(767)] = 11763, + [SMALL_STATE(768)] = 11870, + [SMALL_STATE(769)] = 11977, + [SMALL_STATE(770)] = 12068, + [SMALL_STATE(771)] = 12175, + [SMALL_STATE(772)] = 12282, + [SMALL_STATE(773)] = 12389, + [SMALL_STATE(774)] = 12496, + [SMALL_STATE(775)] = 12603, + [SMALL_STATE(776)] = 12710, + [SMALL_STATE(777)] = 12817, + [SMALL_STATE(778)] = 12924, + [SMALL_STATE(779)] = 13031, + [SMALL_STATE(780)] = 13138, + [SMALL_STATE(781)] = 13245, + [SMALL_STATE(782)] = 13352, + [SMALL_STATE(783)] = 13459, + [SMALL_STATE(784)] = 13566, + [SMALL_STATE(785)] = 13673, + [SMALL_STATE(786)] = 13780, + [SMALL_STATE(787)] = 13887, + [SMALL_STATE(788)] = 13994, + [SMALL_STATE(789)] = 14101, + [SMALL_STATE(790)] = 14208, + [SMALL_STATE(791)] = 14315, + [SMALL_STATE(792)] = 14422, + [SMALL_STATE(793)] = 14529, + [SMALL_STATE(794)] = 14636, + [SMALL_STATE(795)] = 14743, + [SMALL_STATE(796)] = 14850, + [SMALL_STATE(797)] = 14957, + [SMALL_STATE(798)] = 15064, + [SMALL_STATE(799)] = 15171, + [SMALL_STATE(800)] = 15278, + [SMALL_STATE(801)] = 15385, + [SMALL_STATE(802)] = 15492, + [SMALL_STATE(803)] = 15599, + [SMALL_STATE(804)] = 15706, + [SMALL_STATE(805)] = 15813, + [SMALL_STATE(806)] = 15920, + [SMALL_STATE(807)] = 16027, + [SMALL_STATE(808)] = 16134, + [SMALL_STATE(809)] = 16241, + [SMALL_STATE(810)] = 16348, + [SMALL_STATE(811)] = 16455, + [SMALL_STATE(812)] = 16562, + [SMALL_STATE(813)] = 16669, + [SMALL_STATE(814)] = 16776, + [SMALL_STATE(815)] = 16883, + [SMALL_STATE(816)] = 16990, + [SMALL_STATE(817)] = 17097, + [SMALL_STATE(818)] = 17204, + [SMALL_STATE(819)] = 17311, + [SMALL_STATE(820)] = 17412, + [SMALL_STATE(821)] = 17483, + [SMALL_STATE(822)] = 17554, + [SMALL_STATE(823)] = 17655, + [SMALL_STATE(824)] = 17756, + [SMALL_STATE(825)] = 17857, + [SMALL_STATE(826)] = 17958, + [SMALL_STATE(827)] = 18059, + [SMALL_STATE(828)] = 18160, + [SMALL_STATE(829)] = 18261, + [SMALL_STATE(830)] = 18362, + [SMALL_STATE(831)] = 18433, + [SMALL_STATE(832)] = 18534, + [SMALL_STATE(833)] = 18635, + [SMALL_STATE(834)] = 18736, + [SMALL_STATE(835)] = 18804, + [SMALL_STATE(836)] = 18867, + [SMALL_STATE(837)] = 18930, + [SMALL_STATE(838)] = 19009, + [SMALL_STATE(839)] = 19078, + [SMALL_STATE(840)] = 19141, + [SMALL_STATE(841)] = 19204, + [SMALL_STATE(842)] = 19267, + [SMALL_STATE(843)] = 19330, + [SMALL_STATE(844)] = 19393, + [SMALL_STATE(845)] = 19456, + [SMALL_STATE(846)] = 19519, + [SMALL_STATE(847)] = 19582, + [SMALL_STATE(848)] = 19645, + [SMALL_STATE(849)] = 19708, + [SMALL_STATE(850)] = 19769, + [SMALL_STATE(851)] = 19830, + [SMALL_STATE(852)] = 19891, + [SMALL_STATE(853)] = 19952, + [SMALL_STATE(854)] = 20013, + [SMALL_STATE(855)] = 20074, + [SMALL_STATE(856)] = 20145, + [SMALL_STATE(857)] = 20206, + [SMALL_STATE(858)] = 20271, + [SMALL_STATE(859)] = 20330, + [SMALL_STATE(860)] = 20420, + [SMALL_STATE(861)] = 20510, + [SMALL_STATE(862)] = 20568, + [SMALL_STATE(863)] = 20658, + [SMALL_STATE(864)] = 20716, + [SMALL_STATE(865)] = 20806, + [SMALL_STATE(866)] = 20864, + [SMALL_STATE(867)] = 20922, + [SMALL_STATE(868)] = 21012, + [SMALL_STATE(869)] = 21102, + [SMALL_STATE(870)] = 21160, + [SMALL_STATE(871)] = 21218, + [SMALL_STATE(872)] = 21308, + [SMALL_STATE(873)] = 21366, + [SMALL_STATE(874)] = 21456, + [SMALL_STATE(875)] = 21514, + [SMALL_STATE(876)] = 21572, + [SMALL_STATE(877)] = 21630, + [SMALL_STATE(878)] = 21720, + [SMALL_STATE(879)] = 21810, + [SMALL_STATE(880)] = 21900, + [SMALL_STATE(881)] = 21958, + [SMALL_STATE(882)] = 22016, + [SMALL_STATE(883)] = 22106, + [SMALL_STATE(884)] = 22164, + [SMALL_STATE(885)] = 22254, + [SMALL_STATE(886)] = 22344, + [SMALL_STATE(887)] = 22402, + [SMALL_STATE(888)] = 22460, + [SMALL_STATE(889)] = 22550, + [SMALL_STATE(890)] = 22640, + [SMALL_STATE(891)] = 22730, + [SMALL_STATE(892)] = 22788, + [SMALL_STATE(893)] = 22878, + [SMALL_STATE(894)] = 22936, + [SMALL_STATE(895)] = 23026, + [SMALL_STATE(896)] = 23084, + [SMALL_STATE(897)] = 23142, + [SMALL_STATE(898)] = 23232, + [SMALL_STATE(899)] = 23289, + [SMALL_STATE(900)] = 23346, + [SMALL_STATE(901)] = 23413, + [SMALL_STATE(902)] = 23478, + [SMALL_STATE(903)] = 23565, + [SMALL_STATE(904)] = 23632, + [SMALL_STATE(905)] = 23697, + [SMALL_STATE(906)] = 23764, + [SMALL_STATE(907)] = 23821, + [SMALL_STATE(908)] = 23882, + [SMALL_STATE(909)] = 23949, + [SMALL_STATE(910)] = 24016, + [SMALL_STATE(911)] = 24080, + [SMALL_STATE(912)] = 24144, + [SMALL_STATE(913)] = 24208, + [SMALL_STATE(914)] = 24272, + [SMALL_STATE(915)] = 24336, + [SMALL_STATE(916)] = 24392, + [SMALL_STATE(917)] = 24448, + [SMALL_STATE(918)] = 24504, + [SMALL_STATE(919)] = 24568, + [SMALL_STATE(920)] = 24639, + [SMALL_STATE(921)] = 24694, + [SMALL_STATE(922)] = 24749, + [SMALL_STATE(923)] = 24820, + [SMALL_STATE(924)] = 24875, + [SMALL_STATE(925)] = 24946, + [SMALL_STATE(926)] = 25017, + [SMALL_STATE(927)] = 25075, + [SMALL_STATE(928)] = 25133, + [SMALL_STATE(929)] = 25191, + [SMALL_STATE(930)] = 25249, + [SMALL_STATE(931)] = 25307, + [SMALL_STATE(932)] = 25365, + [SMALL_STATE(933)] = 25423, + [SMALL_STATE(934)] = 25481, + [SMALL_STATE(935)] = 25539, + [SMALL_STATE(936)] = 25597, + [SMALL_STATE(937)] = 25655, + [SMALL_STATE(938)] = 25712, + [SMALL_STATE(939)] = 25765, + [SMALL_STATE(940)] = 25822, + [SMALL_STATE(941)] = 25879, + [SMALL_STATE(942)] = 25938, + [SMALL_STATE(943)] = 25995, + [SMALL_STATE(944)] = 26058, + [SMALL_STATE(945)] = 26121, + [SMALL_STATE(946)] = 26184, + [SMALL_STATE(947)] = 26243, + [SMALL_STATE(948)] = 26306, + [SMALL_STATE(949)] = 26359, + [SMALL_STATE(950)] = 26412, + [SMALL_STATE(951)] = 26465, + [SMALL_STATE(952)] = 26528, + [SMALL_STATE(953)] = 26581, + [SMALL_STATE(954)] = 26644, + [SMALL_STATE(955)] = 26697, + [SMALL_STATE(956)] = 26754, + [SMALL_STATE(957)] = 26807, + [SMALL_STATE(958)] = 26864, + [SMALL_STATE(959)] = 26917, + [SMALL_STATE(960)] = 26970, + [SMALL_STATE(961)] = 27023, + [SMALL_STATE(962)] = 27076, + [SMALL_STATE(963)] = 27129, + [SMALL_STATE(964)] = 27182, + [SMALL_STATE(965)] = 27235, + [SMALL_STATE(966)] = 27288, + [SMALL_STATE(967)] = 27341, + [SMALL_STATE(968)] = 27394, + [SMALL_STATE(969)] = 27447, + [SMALL_STATE(970)] = 27500, + [SMALL_STATE(971)] = 27553, + [SMALL_STATE(972)] = 27606, + [SMALL_STATE(973)] = 27659, + [SMALL_STATE(974)] = 27712, + [SMALL_STATE(975)] = 27765, + [SMALL_STATE(976)] = 27822, + [SMALL_STATE(977)] = 27883, + [SMALL_STATE(978)] = 27936, + [SMALL_STATE(979)] = 27989, + [SMALL_STATE(980)] = 28042, + [SMALL_STATE(981)] = 28112, + [SMALL_STATE(982)] = 28196, + [SMALL_STATE(983)] = 28262, + [SMALL_STATE(984)] = 28336, + [SMALL_STATE(985)] = 28396, + [SMALL_STATE(986)] = 28482, + [SMALL_STATE(987)] = 28558, + [SMALL_STATE(988)] = 28644, + [SMALL_STATE(989)] = 28714, + [SMALL_STATE(990)] = 28792, + [SMALL_STATE(991)] = 28864, + [SMALL_STATE(992)] = 28944, + [SMALL_STATE(993)] = 29026, + [SMALL_STATE(994)] = 29116, + [SMALL_STATE(995)] = 29186, + [SMALL_STATE(996)] = 29276, + [SMALL_STATE(997)] = 29344, + [SMALL_STATE(998)] = 29430, + [SMALL_STATE(999)] = 29494, + [SMALL_STATE(1000)] = 29564, + [SMALL_STATE(1001)] = 29619, + [SMALL_STATE(1002)] = 29692, + [SMALL_STATE(1003)] = 29773, + [SMALL_STATE(1004)] = 29836, + [SMALL_STATE(1005)] = 29913, + [SMALL_STATE(1006)] = 29998, + [SMALL_STATE(1007)] = 30059, + [SMALL_STATE(1008)] = 30142, + [SMALL_STATE(1009)] = 30217, + [SMALL_STATE(1010)] = 30302, + [SMALL_STATE(1011)] = 30381, + [SMALL_STATE(1012)] = 30466, + [SMALL_STATE(1013)] = 30531, + [SMALL_STATE(1014)] = 30598, + [SMALL_STATE(1015)] = 30669, + [SMALL_STATE(1016)] = 30729, + [SMALL_STATE(1017)] = 30789, + [SMALL_STATE(1018)] = 30849, + [SMALL_STATE(1019)] = 30909, + [SMALL_STATE(1020)] = 30963, + [SMALL_STATE(1021)] = 31023, + [SMALL_STATE(1022)] = 31083, + [SMALL_STATE(1023)] = 31141, + [SMALL_STATE(1024)] = 31201, + [SMALL_STATE(1025)] = 31261, + [SMALL_STATE(1026)] = 31321, + [SMALL_STATE(1027)] = 31407, + [SMALL_STATE(1028)] = 31493, + [SMALL_STATE(1029)] = 31545, + [SMALL_STATE(1030)] = 31597, + [SMALL_STATE(1031)] = 31649, + [SMALL_STATE(1032)] = 31701, + [SMALL_STATE(1033)] = 31753, + [SMALL_STATE(1034)] = 31805, + [SMALL_STATE(1035)] = 31857, + [SMALL_STATE(1036)] = 31930, + [SMALL_STATE(1037)] = 31993, + [SMALL_STATE(1038)] = 32052, + [SMALL_STATE(1039)] = 32111, + [SMALL_STATE(1040)] = 32188, + [SMALL_STATE(1041)] = 32259, + [SMALL_STATE(1042)] = 32318, + [SMALL_STATE(1043)] = 32401, + [SMALL_STATE(1044)] = 32460, + [SMALL_STATE(1045)] = 32519, + [SMALL_STATE(1046)] = 32596, + [SMALL_STATE(1047)] = 32671, + [SMALL_STATE(1048)] = 32750, + [SMALL_STATE(1049)] = 32819, + [SMALL_STATE(1050)] = 32876, + [SMALL_STATE(1051)] = 32959, + [SMALL_STATE(1052)] = 33036, + [SMALL_STATE(1053)] = 33097, + [SMALL_STATE(1054)] = 33174, + [SMALL_STATE(1055)] = 33257, + [SMALL_STATE(1056)] = 33338, + [SMALL_STATE(1057)] = 33403, + [SMALL_STATE(1058)] = 33480, + [SMALL_STATE(1059)] = 33526, + [SMALL_STATE(1060)] = 33572, + [SMALL_STATE(1061)] = 33618, + [SMALL_STATE(1062)] = 33664, + [SMALL_STATE(1063)] = 33710, + [SMALL_STATE(1064)] = 33760, + [SMALL_STATE(1065)] = 33806, + [SMALL_STATE(1066)] = 33852, + [SMALL_STATE(1067)] = 33898, + [SMALL_STATE(1068)] = 33944, + [SMALL_STATE(1069)] = 33990, + [SMALL_STATE(1070)] = 34036, + [SMALL_STATE(1071)] = 34082, + [SMALL_STATE(1072)] = 34128, + [SMALL_STATE(1073)] = 34174, + [SMALL_STATE(1074)] = 34220, + [SMALL_STATE(1075)] = 34266, + [SMALL_STATE(1076)] = 34312, + [SMALL_STATE(1077)] = 34358, + [SMALL_STATE(1078)] = 34404, + [SMALL_STATE(1079)] = 34450, + [SMALL_STATE(1080)] = 34496, + [SMALL_STATE(1081)] = 34542, + [SMALL_STATE(1082)] = 34588, + [SMALL_STATE(1083)] = 34634, + [SMALL_STATE(1084)] = 34680, + [SMALL_STATE(1085)] = 34726, + [SMALL_STATE(1086)] = 34772, + [SMALL_STATE(1087)] = 34823, + [SMALL_STATE(1088)] = 34878, + [SMALL_STATE(1089)] = 34952, + [SMALL_STATE(1090)] = 35026, + [SMALL_STATE(1091)] = 35099, + [SMALL_STATE(1092)] = 35172, + [SMALL_STATE(1093)] = 35242, + [SMALL_STATE(1094)] = 35292, + [SMALL_STATE(1095)] = 35360, + [SMALL_STATE(1096)] = 35428, + [SMALL_STATE(1097)] = 35496, + [SMALL_STATE(1098)] = 35564, + [SMALL_STATE(1099)] = 35632, + [SMALL_STATE(1100)] = 35702, + [SMALL_STATE(1101)] = 35770, + [SMALL_STATE(1102)] = 35838, + [SMALL_STATE(1103)] = 35906, + [SMALL_STATE(1104)] = 35974, + [SMALL_STATE(1105)] = 36042, + [SMALL_STATE(1106)] = 36110, + [SMALL_STATE(1107)] = 36178, + [SMALL_STATE(1108)] = 36255, + [SMALL_STATE(1109)] = 36324, + [SMALL_STATE(1110)] = 36381, + [SMALL_STATE(1111)] = 36448, + [SMALL_STATE(1112)] = 36511, + [SMALL_STATE(1113)] = 36588, + [SMALL_STATE(1114)] = 36661, + [SMALL_STATE(1115)] = 36716, + [SMALL_STATE(1116)] = 36781, + [SMALL_STATE(1117)] = 36840, + [SMALL_STATE(1118)] = 36915, + [SMALL_STATE(1119)] = 36986, + [SMALL_STATE(1120)] = 37063, + [SMALL_STATE(1121)] = 37140, + [SMALL_STATE(1122)] = 37198, + [SMALL_STATE(1123)] = 37262, + [SMALL_STATE(1124)] = 37310, + [SMALL_STATE(1125)] = 37384, + [SMALL_STATE(1126)] = 37458, + [SMALL_STATE(1127)] = 37522, + [SMALL_STATE(1128)] = 37586, + [SMALL_STATE(1129)] = 37658, + [SMALL_STATE(1130)] = 37722, + [SMALL_STATE(1131)] = 37792, + [SMALL_STATE(1132)] = 37856, + [SMALL_STATE(1133)] = 37920, + [SMALL_STATE(1134)] = 37984, + [SMALL_STATE(1135)] = 38046, + [SMALL_STATE(1136)] = 38100, + [SMALL_STATE(1137)] = 38164, + [SMALL_STATE(1138)] = 38228, + [SMALL_STATE(1139)] = 38294, + [SMALL_STATE(1140)] = 38358, + [SMALL_STATE(1141)] = 38422, + [SMALL_STATE(1142)] = 38486, + [SMALL_STATE(1143)] = 38542, + [SMALL_STATE(1144)] = 38610, + [SMALL_STATE(1145)] = 38674, + [SMALL_STATE(1146)] = 38738, + [SMALL_STATE(1147)] = 38812, + [SMALL_STATE(1148)] = 38880, + [SMALL_STATE(1149)] = 38941, + [SMALL_STATE(1150)] = 39002, + [SMALL_STATE(1151)] = 39063, + [SMALL_STATE(1152)] = 39102, + [SMALL_STATE(1153)] = 39163, + [SMALL_STATE(1154)] = 39202, + [SMALL_STATE(1155)] = 39241, + [SMALL_STATE(1156)] = 39302, + [SMALL_STATE(1157)] = 39341, + [SMALL_STATE(1158)] = 39380, + [SMALL_STATE(1159)] = 39419, + [SMALL_STATE(1160)] = 39480, + [SMALL_STATE(1161)] = 39554, + [SMALL_STATE(1162)] = 39629, + [SMALL_STATE(1163)] = 39700, + [SMALL_STATE(1164)] = 39775, + [SMALL_STATE(1165)] = 39850, + [SMALL_STATE(1166)] = 39895, + [SMALL_STATE(1167)] = 39970, + [SMALL_STATE(1168)] = 40017, + [SMALL_STATE(1169)] = 40083, + [SMALL_STATE(1170)] = 40155, + [SMALL_STATE(1171)] = 40225, + [SMALL_STATE(1172)] = 40295, + [SMALL_STATE(1173)] = 40365, + [SMALL_STATE(1174)] = 40435, + [SMALL_STATE(1175)] = 40505, + [SMALL_STATE(1176)] = 40577, + [SMALL_STATE(1177)] = 40649, + [SMALL_STATE(1178)] = 40721, + [SMALL_STATE(1179)] = 40793, + [SMALL_STATE(1180)] = 40845, + [SMALL_STATE(1181)] = 40913, + [SMALL_STATE(1182)] = 40985, + [SMALL_STATE(1183)] = 41057, + [SMALL_STATE(1184)] = 41123, + [SMALL_STATE(1185)] = 41195, + [SMALL_STATE(1186)] = 41265, + [SMALL_STATE(1187)] = 41329, + [SMALL_STATE(1188)] = 41391, + [SMALL_STATE(1189)] = 41451, + [SMALL_STATE(1190)] = 41523, + [SMALL_STATE(1191)] = 41595, + [SMALL_STATE(1192)] = 41669, + [SMALL_STATE(1193)] = 41725, + [SMALL_STATE(1194)] = 41795, + [SMALL_STATE(1195)] = 41867, + [SMALL_STATE(1196)] = 41921, + [SMALL_STATE(1197)] = 41993, + [SMALL_STATE(1198)] = 42065, + [SMALL_STATE(1199)] = 42137, + [SMALL_STATE(1200)] = 42209, + [SMALL_STATE(1201)] = 42281, + [SMALL_STATE(1202)] = 42353, + [SMALL_STATE(1203)] = 42425, + [SMALL_STATE(1204)] = 42497, + [SMALL_STATE(1205)] = 42569, + [SMALL_STATE(1206)] = 42641, + [SMALL_STATE(1207)] = 42713, + [SMALL_STATE(1208)] = 42785, + [SMALL_STATE(1209)] = 42857, + [SMALL_STATE(1210)] = 42927, + [SMALL_STATE(1211)] = 42999, + [SMALL_STATE(1212)] = 43071, + [SMALL_STATE(1213)] = 43143, + [SMALL_STATE(1214)] = 43213, + [SMALL_STATE(1215)] = 43285, + [SMALL_STATE(1216)] = 43357, + [SMALL_STATE(1217)] = 43426, + [SMALL_STATE(1218)] = 43495, + [SMALL_STATE(1219)] = 43564, + [SMALL_STATE(1220)] = 43633, + [SMALL_STATE(1221)] = 43688, + [SMALL_STATE(1222)] = 43743, + [SMALL_STATE(1223)] = 43812, + [SMALL_STATE(1224)] = 43881, + [SMALL_STATE(1225)] = 43936, + [SMALL_STATE(1226)] = 44005, + [SMALL_STATE(1227)] = 44074, + [SMALL_STATE(1228)] = 44129, + [SMALL_STATE(1229)] = 44198, + [SMALL_STATE(1230)] = 44267, + [SMALL_STATE(1231)] = 44336, + [SMALL_STATE(1232)] = 44405, + [SMALL_STATE(1233)] = 44474, + [SMALL_STATE(1234)] = 44543, + [SMALL_STATE(1235)] = 44612, + [SMALL_STATE(1236)] = 44651, + [SMALL_STATE(1237)] = 44690, + [SMALL_STATE(1238)] = 44745, + [SMALL_STATE(1239)] = 44800, + [SMALL_STATE(1240)] = 44869, + [SMALL_STATE(1241)] = 44938, + [SMALL_STATE(1242)] = 45007, + [SMALL_STATE(1243)] = 45076, + [SMALL_STATE(1244)] = 45145, + [SMALL_STATE(1245)] = 45214, + [SMALL_STATE(1246)] = 45253, + [SMALL_STATE(1247)] = 45322, + [SMALL_STATE(1248)] = 45374, + [SMALL_STATE(1249)] = 45426, + [SMALL_STATE(1250)] = 45478, + [SMALL_STATE(1251)] = 45530, + [SMALL_STATE(1252)] = 45582, + [SMALL_STATE(1253)] = 45634, + [SMALL_STATE(1254)] = 45670, + [SMALL_STATE(1255)] = 45722, + [SMALL_STATE(1256)] = 45774, + [SMALL_STATE(1257)] = 45826, + [SMALL_STATE(1258)] = 45892, + [SMALL_STATE(1259)] = 45933, + [SMALL_STATE(1260)] = 45972, + [SMALL_STATE(1261)] = 46012, + [SMALL_STATE(1262)] = 46052, + [SMALL_STATE(1263)] = 46092, + [SMALL_STATE(1264)] = 46132, + [SMALL_STATE(1265)] = 46187, + [SMALL_STATE(1266)] = 46236, + [SMALL_STATE(1267)] = 46291, + [SMALL_STATE(1268)] = 46325, + [SMALL_STATE(1269)] = 46361, + [SMALL_STATE(1270)] = 46395, + [SMALL_STATE(1271)] = 46429, + [SMALL_STATE(1272)] = 46463, + [SMALL_STATE(1273)] = 46501, + [SMALL_STATE(1274)] = 46535, + [SMALL_STATE(1275)] = 46569, + [SMALL_STATE(1276)] = 46603, + [SMALL_STATE(1277)] = 46637, + [SMALL_STATE(1278)] = 46671, + [SMALL_STATE(1279)] = 46722, + [SMALL_STATE(1280)] = 46773, + [SMALL_STATE(1281)] = 46824, + [SMALL_STATE(1282)] = 46875, + [SMALL_STATE(1283)] = 46918, + [SMALL_STATE(1284)] = 46969, + [SMALL_STATE(1285)] = 47024, + [SMALL_STATE(1286)] = 47075, + [SMALL_STATE(1287)] = 47118, + [SMALL_STATE(1288)] = 47161, + [SMALL_STATE(1289)] = 47212, + [SMALL_STATE(1290)] = 47263, + [SMALL_STATE(1291)] = 47314, + [SMALL_STATE(1292)] = 47369, + [SMALL_STATE(1293)] = 47402, + [SMALL_STATE(1294)] = 47457, + [SMALL_STATE(1295)] = 47508, + [SMALL_STATE(1296)] = 47559, + [SMALL_STATE(1297)] = 47610, + [SMALL_STATE(1298)] = 47661, + [SMALL_STATE(1299)] = 47712, + [SMALL_STATE(1300)] = 47763, + [SMALL_STATE(1301)] = 47803, + [SMALL_STATE(1302)] = 47831, + [SMALL_STATE(1303)] = 47871, + [SMALL_STATE(1304)] = 47911, + [SMALL_STATE(1305)] = 47949, + [SMALL_STATE(1306)] = 47989, + [SMALL_STATE(1307)] = 48029, + [SMALL_STATE(1308)] = 48069, + [SMALL_STATE(1309)] = 48109, + [SMALL_STATE(1310)] = 48149, + [SMALL_STATE(1311)] = 48177, + [SMALL_STATE(1312)] = 48217, + [SMALL_STATE(1313)] = 48257, + [SMALL_STATE(1314)] = 48297, + [SMALL_STATE(1315)] = 48337, + [SMALL_STATE(1316)] = 48377, + [SMALL_STATE(1317)] = 48417, + [SMALL_STATE(1318)] = 48457, + [SMALL_STATE(1319)] = 48497, + [SMALL_STATE(1320)] = 48537, + [SMALL_STATE(1321)] = 48577, + [SMALL_STATE(1322)] = 48617, + [SMALL_STATE(1323)] = 48657, + [SMALL_STATE(1324)] = 48697, + [SMALL_STATE(1325)] = 48737, + [SMALL_STATE(1326)] = 48765, + [SMALL_STATE(1327)] = 48805, + [SMALL_STATE(1328)] = 48845, + [SMALL_STATE(1329)] = 48885, + [SMALL_STATE(1330)] = 48913, + [SMALL_STATE(1331)] = 48953, + [SMALL_STATE(1332)] = 48993, + [SMALL_STATE(1333)] = 49033, + [SMALL_STATE(1334)] = 49067, + [SMALL_STATE(1335)] = 49103, + [SMALL_STATE(1336)] = 49143, + [SMALL_STATE(1337)] = 49183, + [SMALL_STATE(1338)] = 49223, + [SMALL_STATE(1339)] = 49263, + [SMALL_STATE(1340)] = 49305, + [SMALL_STATE(1341)] = 49349, + [SMALL_STATE(1342)] = 49389, + [SMALL_STATE(1343)] = 49429, + [SMALL_STATE(1344)] = 49475, + [SMALL_STATE(1345)] = 49521, + [SMALL_STATE(1346)] = 49569, + [SMALL_STATE(1347)] = 49597, + [SMALL_STATE(1348)] = 49629, + [SMALL_STATE(1349)] = 49669, + [SMALL_STATE(1350)] = 49709, + [SMALL_STATE(1351)] = 49737, + [SMALL_STATE(1352)] = 49787, + [SMALL_STATE(1353)] = 49827, + [SMALL_STATE(1354)] = 49867, + [SMALL_STATE(1355)] = 49907, + [SMALL_STATE(1356)] = 49947, + [SMALL_STATE(1357)] = 49988, + [SMALL_STATE(1358)] = 50015, + [SMALL_STATE(1359)] = 50060, + [SMALL_STATE(1360)] = 50087, + [SMALL_STATE(1361)] = 50132, + [SMALL_STATE(1362)] = 50177, + [SMALL_STATE(1363)] = 50226, + [SMALL_STATE(1364)] = 50271, + [SMALL_STATE(1365)] = 50316, + [SMALL_STATE(1366)] = 50343, + [SMALL_STATE(1367)] = 50388, + [SMALL_STATE(1368)] = 50433, + [SMALL_STATE(1369)] = 50460, + [SMALL_STATE(1370)] = 50505, + [SMALL_STATE(1371)] = 50550, + [SMALL_STATE(1372)] = 50595, + [SMALL_STATE(1373)] = 50622, + [SMALL_STATE(1374)] = 50649, + [SMALL_STATE(1375)] = 50694, + [SMALL_STATE(1376)] = 50723, + [SMALL_STATE(1377)] = 50750, + [SMALL_STATE(1378)] = 50795, + [SMALL_STATE(1379)] = 50838, + [SMALL_STATE(1380)] = 50865, + [SMALL_STATE(1381)] = 50892, + [SMALL_STATE(1382)] = 50931, + [SMALL_STATE(1383)] = 50968, + [SMALL_STATE(1384)] = 51003, + [SMALL_STATE(1385)] = 51036, + [SMALL_STATE(1386)] = 51067, + [SMALL_STATE(1387)] = 51112, + [SMALL_STATE(1388)] = 51139, + [SMALL_STATE(1389)] = 51184, + [SMALL_STATE(1390)] = 51233, + [SMALL_STATE(1391)] = 51278, + [SMALL_STATE(1392)] = 51318, + [SMALL_STATE(1393)] = 51358, + [SMALL_STATE(1394)] = 51398, + [SMALL_STATE(1395)] = 51438, + [SMALL_STATE(1396)] = 51478, + [SMALL_STATE(1397)] = 51518, + [SMALL_STATE(1398)] = 51558, + [SMALL_STATE(1399)] = 51598, + [SMALL_STATE(1400)] = 51638, + [SMALL_STATE(1401)] = 51678, + [SMALL_STATE(1402)] = 51722, + [SMALL_STATE(1403)] = 51762, + [SMALL_STATE(1404)] = 51802, + [SMALL_STATE(1405)] = 51842, + [SMALL_STATE(1406)] = 51882, + [SMALL_STATE(1407)] = 51922, + [SMALL_STATE(1408)] = 51962, + [SMALL_STATE(1409)] = 52002, + [SMALL_STATE(1410)] = 52042, + [SMALL_STATE(1411)] = 52082, + [SMALL_STATE(1412)] = 52122, + [SMALL_STATE(1413)] = 52162, + [SMALL_STATE(1414)] = 52202, + [SMALL_STATE(1415)] = 52242, + [SMALL_STATE(1416)] = 52282, + [SMALL_STATE(1417)] = 52322, + [SMALL_STATE(1418)] = 52362, + [SMALL_STATE(1419)] = 52402, + [SMALL_STATE(1420)] = 52442, + [SMALL_STATE(1421)] = 52482, + [SMALL_STATE(1422)] = 52522, + [SMALL_STATE(1423)] = 52562, + [SMALL_STATE(1424)] = 52602, + [SMALL_STATE(1425)] = 52642, + [SMALL_STATE(1426)] = 52682, + [SMALL_STATE(1427)] = 52722, + [SMALL_STATE(1428)] = 52762, + [SMALL_STATE(1429)] = 52802, + [SMALL_STATE(1430)] = 52842, + [SMALL_STATE(1431)] = 52883, + [SMALL_STATE(1432)] = 52924, + [SMALL_STATE(1433)] = 52965, + [SMALL_STATE(1434)] = 53006, + [SMALL_STATE(1435)] = 53041, + [SMALL_STATE(1436)] = 53082, + [SMALL_STATE(1437)] = 53123, + [SMALL_STATE(1438)] = 53164, + [SMALL_STATE(1439)] = 53205, + [SMALL_STATE(1440)] = 53246, + [SMALL_STATE(1441)] = 53276, + [SMALL_STATE(1442)] = 53314, + [SMALL_STATE(1443)] = 53344, + [SMALL_STATE(1444)] = 53382, + [SMALL_STATE(1445)] = 53412, + [SMALL_STATE(1446)] = 53442, + [SMALL_STATE(1447)] = 53480, + [SMALL_STATE(1448)] = 53519, + [SMALL_STATE(1449)] = 53558, + [SMALL_STATE(1450)] = 53599, + [SMALL_STATE(1451)] = 53638, + [SMALL_STATE(1452)] = 53679, + [SMALL_STATE(1453)] = 53720, + [SMALL_STATE(1454)] = 53747, + [SMALL_STATE(1455)] = 53786, + [SMALL_STATE(1456)] = 53827, + [SMALL_STATE(1457)] = 53868, + [SMALL_STATE(1458)] = 53909, + [SMALL_STATE(1459)] = 53941, + [SMALL_STATE(1460)] = 53963, + [SMALL_STATE(1461)] = 53995, + [SMALL_STATE(1462)] = 54027, + [SMALL_STATE(1463)] = 54049, + [SMALL_STATE(1464)] = 54075, + [SMALL_STATE(1465)] = 54097, + [SMALL_STATE(1466)] = 54123, + [SMALL_STATE(1467)] = 54155, + [SMALL_STATE(1468)] = 54187, + [SMALL_STATE(1469)] = 54224, + [SMALL_STATE(1470)] = 54261, + [SMALL_STATE(1471)] = 54298, + [SMALL_STATE(1472)] = 54335, + [SMALL_STATE(1473)] = 54372, + [SMALL_STATE(1474)] = 54409, + [SMALL_STATE(1475)] = 54446, + [SMALL_STATE(1476)] = 54483, + [SMALL_STATE(1477)] = 54520, + [SMALL_STATE(1478)] = 54557, + [SMALL_STATE(1479)] = 54594, + [SMALL_STATE(1480)] = 54627, + [SMALL_STATE(1481)] = 54664, + [SMALL_STATE(1482)] = 54701, + [SMALL_STATE(1483)] = 54738, + [SMALL_STATE(1484)] = 54775, + [SMALL_STATE(1485)] = 54808, + [SMALL_STATE(1486)] = 54828, + [SMALL_STATE(1487)] = 54848, + [SMALL_STATE(1488)] = 54882, + [SMALL_STATE(1489)] = 54916, + [SMALL_STATE(1490)] = 54950, + [SMALL_STATE(1491)] = 54984, + [SMALL_STATE(1492)] = 55018, + [SMALL_STATE(1493)] = 55052, + [SMALL_STATE(1494)] = 55088, + [SMALL_STATE(1495)] = 55108, + [SMALL_STATE(1496)] = 55134, + [SMALL_STATE(1497)] = 55168, + [SMALL_STATE(1498)] = 55202, + [SMALL_STATE(1499)] = 55222, + [SMALL_STATE(1500)] = 55256, + [SMALL_STATE(1501)] = 55276, + [SMALL_STATE(1502)] = 55296, + [SMALL_STATE(1503)] = 55330, + [SMALL_STATE(1504)] = 55350, + [SMALL_STATE(1505)] = 55379, + [SMALL_STATE(1506)] = 55408, + [SMALL_STATE(1507)] = 55437, + [SMALL_STATE(1508)] = 55468, + [SMALL_STATE(1509)] = 55497, + [SMALL_STATE(1510)] = 55524, + [SMALL_STATE(1511)] = 55553, + [SMALL_STATE(1512)] = 55582, + [SMALL_STATE(1513)] = 55611, + [SMALL_STATE(1514)] = 55640, + [SMALL_STATE(1515)] = 55669, + [SMALL_STATE(1516)] = 55698, + [SMALL_STATE(1517)] = 55727, + [SMALL_STATE(1518)] = 55756, + [SMALL_STATE(1519)] = 55787, + [SMALL_STATE(1520)] = 55816, + [SMALL_STATE(1521)] = 55845, + [SMALL_STATE(1522)] = 55874, + [SMALL_STATE(1523)] = 55903, + [SMALL_STATE(1524)] = 55934, + [SMALL_STATE(1525)] = 55963, + [SMALL_STATE(1526)] = 55992, + [SMALL_STATE(1527)] = 56023, + [SMALL_STATE(1528)] = 56052, + [SMALL_STATE(1529)] = 56081, + [SMALL_STATE(1530)] = 56108, + [SMALL_STATE(1531)] = 56139, + [SMALL_STATE(1532)] = 56168, + [SMALL_STATE(1533)] = 56197, + [SMALL_STATE(1534)] = 56226, + [SMALL_STATE(1535)] = 56253, + [SMALL_STATE(1536)] = 56280, + [SMALL_STATE(1537)] = 56311, + [SMALL_STATE(1538)] = 56340, + [SMALL_STATE(1539)] = 56371, + [SMALL_STATE(1540)] = 56396, + [SMALL_STATE(1541)] = 56427, + [SMALL_STATE(1542)] = 56458, + [SMALL_STATE(1543)] = 56487, + [SMALL_STATE(1544)] = 56516, + [SMALL_STATE(1545)] = 56545, + [SMALL_STATE(1546)] = 56574, + [SMALL_STATE(1547)] = 56603, + [SMALL_STATE(1548)] = 56632, + [SMALL_STATE(1549)] = 56661, + [SMALL_STATE(1550)] = 56690, + [SMALL_STATE(1551)] = 56719, + [SMALL_STATE(1552)] = 56748, + [SMALL_STATE(1553)] = 56777, + [SMALL_STATE(1554)] = 56806, + [SMALL_STATE(1555)] = 56835, + [SMALL_STATE(1556)] = 56864, + [SMALL_STATE(1557)] = 56895, + [SMALL_STATE(1558)] = 56924, + [SMALL_STATE(1559)] = 56953, + [SMALL_STATE(1560)] = 56982, + [SMALL_STATE(1561)] = 57011, + [SMALL_STATE(1562)] = 57040, + [SMALL_STATE(1563)] = 57069, + [SMALL_STATE(1564)] = 57098, + [SMALL_STATE(1565)] = 57127, + [SMALL_STATE(1566)] = 57158, + [SMALL_STATE(1567)] = 57180, + [SMALL_STATE(1568)] = 57206, + [SMALL_STATE(1569)] = 57230, + [SMALL_STATE(1570)] = 57252, + [SMALL_STATE(1571)] = 57278, + [SMALL_STATE(1572)] = 57304, + [SMALL_STATE(1573)] = 57334, + [SMALL_STATE(1574)] = 57356, + [SMALL_STATE(1575)] = 57380, + [SMALL_STATE(1576)] = 57406, + [SMALL_STATE(1577)] = 57428, + [SMALL_STATE(1578)] = 57452, + [SMALL_STATE(1579)] = 57481, + [SMALL_STATE(1580)] = 57506, + [SMALL_STATE(1581)] = 57527, + [SMALL_STATE(1582)] = 57556, + [SMALL_STATE(1583)] = 57581, + [SMALL_STATE(1584)] = 57602, + [SMALL_STATE(1585)] = 57623, + [SMALL_STATE(1586)] = 57652, + [SMALL_STATE(1587)] = 57677, + [SMALL_STATE(1588)] = 57698, + [SMALL_STATE(1589)] = 57719, + [SMALL_STATE(1590)] = 57744, + [SMALL_STATE(1591)] = 57765, + [SMALL_STATE(1592)] = 57786, + [SMALL_STATE(1593)] = 57815, + [SMALL_STATE(1594)] = 57840, + [SMALL_STATE(1595)] = 57865, + [SMALL_STATE(1596)] = 57886, + [SMALL_STATE(1597)] = 57907, + [SMALL_STATE(1598)] = 57933, + [SMALL_STATE(1599)] = 57959, + [SMALL_STATE(1600)] = 57979, + [SMALL_STATE(1601)] = 58005, + [SMALL_STATE(1602)] = 58021, + [SMALL_STATE(1603)] = 58047, + [SMALL_STATE(1604)] = 58063, + [SMALL_STATE(1605)] = 58089, + [SMALL_STATE(1606)] = 58105, + [SMALL_STATE(1607)] = 58131, + [SMALL_STATE(1608)] = 58147, + [SMALL_STATE(1609)] = 58173, + [SMALL_STATE(1610)] = 58199, + [SMALL_STATE(1611)] = 58225, + [SMALL_STATE(1612)] = 58251, + [SMALL_STATE(1613)] = 58277, + [SMALL_STATE(1614)] = 58293, + [SMALL_STATE(1615)] = 58309, + [SMALL_STATE(1616)] = 58335, + [SMALL_STATE(1617)] = 58355, + [SMALL_STATE(1618)] = 58381, + [SMALL_STATE(1619)] = 58407, + [SMALL_STATE(1620)] = 58433, + [SMALL_STATE(1621)] = 58453, + [SMALL_STATE(1622)] = 58479, + [SMALL_STATE(1623)] = 58505, + [SMALL_STATE(1624)] = 58531, + [SMALL_STATE(1625)] = 58557, + [SMALL_STATE(1626)] = 58583, + [SMALL_STATE(1627)] = 58609, + [SMALL_STATE(1628)] = 58635, + [SMALL_STATE(1629)] = 58661, + [SMALL_STATE(1630)] = 58687, + [SMALL_STATE(1631)] = 58713, + [SMALL_STATE(1632)] = 58739, + [SMALL_STATE(1633)] = 58761, + [SMALL_STATE(1634)] = 58787, + [SMALL_STATE(1635)] = 58813, + [SMALL_STATE(1636)] = 58839, + [SMALL_STATE(1637)] = 58865, + [SMALL_STATE(1638)] = 58891, + [SMALL_STATE(1639)] = 58917, + [SMALL_STATE(1640)] = 58943, + [SMALL_STATE(1641)] = 58969, + [SMALL_STATE(1642)] = 58995, + [SMALL_STATE(1643)] = 59021, + [SMALL_STATE(1644)] = 59047, + [SMALL_STATE(1645)] = 59073, + [SMALL_STATE(1646)] = 59099, + [SMALL_STATE(1647)] = 59125, + [SMALL_STATE(1648)] = 59151, + [SMALL_STATE(1649)] = 59177, + [SMALL_STATE(1650)] = 59203, + [SMALL_STATE(1651)] = 59221, + [SMALL_STATE(1652)] = 59247, + [SMALL_STATE(1653)] = 59273, + [SMALL_STATE(1654)] = 59289, + [SMALL_STATE(1655)] = 59315, + [SMALL_STATE(1656)] = 59341, + [SMALL_STATE(1657)] = 59367, + [SMALL_STATE(1658)] = 59393, + [SMALL_STATE(1659)] = 59409, + [SMALL_STATE(1660)] = 59435, + [SMALL_STATE(1661)] = 59455, + [SMALL_STATE(1662)] = 59479, + [SMALL_STATE(1663)] = 59505, + [SMALL_STATE(1664)] = 59531, + [SMALL_STATE(1665)] = 59557, + [SMALL_STATE(1666)] = 59583, + [SMALL_STATE(1667)] = 59609, + [SMALL_STATE(1668)] = 59633, + [SMALL_STATE(1669)] = 59653, + [SMALL_STATE(1670)] = 59679, + [SMALL_STATE(1671)] = 59705, + [SMALL_STATE(1672)] = 59731, + [SMALL_STATE(1673)] = 59757, + [SMALL_STATE(1674)] = 59783, + [SMALL_STATE(1675)] = 59809, + [SMALL_STATE(1676)] = 59835, + [SMALL_STATE(1677)] = 59861, + [SMALL_STATE(1678)] = 59887, + [SMALL_STATE(1679)] = 59913, + [SMALL_STATE(1680)] = 59939, + [SMALL_STATE(1681)] = 59965, + [SMALL_STATE(1682)] = 59991, + [SMALL_STATE(1683)] = 60017, + [SMALL_STATE(1684)] = 60043, + [SMALL_STATE(1685)] = 60069, + [SMALL_STATE(1686)] = 60085, + [SMALL_STATE(1687)] = 60111, + [SMALL_STATE(1688)] = 60137, + [SMALL_STATE(1689)] = 60163, + [SMALL_STATE(1690)] = 60189, + [SMALL_STATE(1691)] = 60215, + [SMALL_STATE(1692)] = 60230, + [SMALL_STATE(1693)] = 60253, + [SMALL_STATE(1694)] = 60272, + [SMALL_STATE(1695)] = 60289, + [SMALL_STATE(1696)] = 60312, + [SMALL_STATE(1697)] = 60335, + [SMALL_STATE(1698)] = 60358, + [SMALL_STATE(1699)] = 60373, + [SMALL_STATE(1700)] = 60396, + [SMALL_STATE(1701)] = 60415, + [SMALL_STATE(1702)] = 60430, + [SMALL_STATE(1703)] = 60453, + [SMALL_STATE(1704)] = 60470, + [SMALL_STATE(1705)] = 60485, + [SMALL_STATE(1706)] = 60508, + [SMALL_STATE(1707)] = 60527, + [SMALL_STATE(1708)] = 60550, + [SMALL_STATE(1709)] = 60565, + [SMALL_STATE(1710)] = 60580, + [SMALL_STATE(1711)] = 60597, + [SMALL_STATE(1712)] = 60612, + [SMALL_STATE(1713)] = 60635, + [SMALL_STATE(1714)] = 60658, + [SMALL_STATE(1715)] = 60681, + [SMALL_STATE(1716)] = 60704, + [SMALL_STATE(1717)] = 60727, + [SMALL_STATE(1718)] = 60742, + [SMALL_STATE(1719)] = 60761, + [SMALL_STATE(1720)] = 60784, + [SMALL_STATE(1721)] = 60803, + [SMALL_STATE(1722)] = 60818, + [SMALL_STATE(1723)] = 60841, + [SMALL_STATE(1724)] = 60858, + [SMALL_STATE(1725)] = 60883, + [SMALL_STATE(1726)] = 60906, + [SMALL_STATE(1727)] = 60929, + [SMALL_STATE(1728)] = 60952, + [SMALL_STATE(1729)] = 60975, + [SMALL_STATE(1730)] = 60998, + [SMALL_STATE(1731)] = 61021, + [SMALL_STATE(1732)] = 61036, + [SMALL_STATE(1733)] = 61059, + [SMALL_STATE(1734)] = 61082, + [SMALL_STATE(1735)] = 61105, + [SMALL_STATE(1736)] = 61128, + [SMALL_STATE(1737)] = 61151, + [SMALL_STATE(1738)] = 61174, + [SMALL_STATE(1739)] = 61188, + [SMALL_STATE(1740)] = 61206, + [SMALL_STATE(1741)] = 61220, + [SMALL_STATE(1742)] = 61232, + [SMALL_STATE(1743)] = 61246, + [SMALL_STATE(1744)] = 61266, + [SMALL_STATE(1745)] = 61280, + [SMALL_STATE(1746)] = 61294, + [SMALL_STATE(1747)] = 61308, + [SMALL_STATE(1748)] = 61322, + [SMALL_STATE(1749)] = 61334, + [SMALL_STATE(1750)] = 61348, + [SMALL_STATE(1751)] = 61362, + [SMALL_STATE(1752)] = 61374, + [SMALL_STATE(1753)] = 61392, + [SMALL_STATE(1754)] = 61404, + [SMALL_STATE(1755)] = 61418, + [SMALL_STATE(1756)] = 61432, + [SMALL_STATE(1757)] = 61446, + [SMALL_STATE(1758)] = 61464, + [SMALL_STATE(1759)] = 61478, + [SMALL_STATE(1760)] = 61492, + [SMALL_STATE(1761)] = 61504, + [SMALL_STATE(1762)] = 61516, + [SMALL_STATE(1763)] = 61528, + [SMALL_STATE(1764)] = 61540, + [SMALL_STATE(1765)] = 61552, + [SMALL_STATE(1766)] = 61564, + [SMALL_STATE(1767)] = 61578, + [SMALL_STATE(1768)] = 61590, + [SMALL_STATE(1769)] = 61608, + [SMALL_STATE(1770)] = 61628, + [SMALL_STATE(1771)] = 61646, + [SMALL_STATE(1772)] = 61664, + [SMALL_STATE(1773)] = 61676, + [SMALL_STATE(1774)] = 61688, + [SMALL_STATE(1775)] = 61705, + [SMALL_STATE(1776)] = 61718, + [SMALL_STATE(1777)] = 61731, + [SMALL_STATE(1778)] = 61746, + [SMALL_STATE(1779)] = 61765, + [SMALL_STATE(1780)] = 61780, + [SMALL_STATE(1781)] = 61795, + [SMALL_STATE(1782)] = 61808, + [SMALL_STATE(1783)] = 61819, + [SMALL_STATE(1784)] = 61832, + [SMALL_STATE(1785)] = 61845, + [SMALL_STATE(1786)] = 61860, + [SMALL_STATE(1787)] = 61875, + [SMALL_STATE(1788)] = 61894, + [SMALL_STATE(1789)] = 61913, + [SMALL_STATE(1790)] = 61928, + [SMALL_STATE(1791)] = 61944, + [SMALL_STATE(1792)] = 61958, + [SMALL_STATE(1793)] = 61972, + [SMALL_STATE(1794)] = 61986, + [SMALL_STATE(1795)] = 62000, + [SMALL_STATE(1796)] = 62014, + [SMALL_STATE(1797)] = 62030, + [SMALL_STATE(1798)] = 62046, + [SMALL_STATE(1799)] = 62060, + [SMALL_STATE(1800)] = 62074, + [SMALL_STATE(1801)] = 62088, + [SMALL_STATE(1802)] = 62102, + [SMALL_STATE(1803)] = 62118, + [SMALL_STATE(1804)] = 62134, + [SMALL_STATE(1805)] = 62148, + [SMALL_STATE(1806)] = 62162, + [SMALL_STATE(1807)] = 62176, + [SMALL_STATE(1808)] = 62190, + [SMALL_STATE(1809)] = 62206, + [SMALL_STATE(1810)] = 62220, + [SMALL_STATE(1811)] = 62234, + [SMALL_STATE(1812)] = 62250, + [SMALL_STATE(1813)] = 62266, + [SMALL_STATE(1814)] = 62282, + [SMALL_STATE(1815)] = 62298, + [SMALL_STATE(1816)] = 62314, + [SMALL_STATE(1817)] = 62328, + [SMALL_STATE(1818)] = 62342, + [SMALL_STATE(1819)] = 62356, + [SMALL_STATE(1820)] = 62372, + [SMALL_STATE(1821)] = 62386, + [SMALL_STATE(1822)] = 62402, + [SMALL_STATE(1823)] = 62418, + [SMALL_STATE(1824)] = 62432, + [SMALL_STATE(1825)] = 62446, + [SMALL_STATE(1826)] = 62460, + [SMALL_STATE(1827)] = 62474, + [SMALL_STATE(1828)] = 62488, + [SMALL_STATE(1829)] = 62502, + [SMALL_STATE(1830)] = 62516, + [SMALL_STATE(1831)] = 62532, + [SMALL_STATE(1832)] = 62548, + [SMALL_STATE(1833)] = 62562, + [SMALL_STATE(1834)] = 62576, + [SMALL_STATE(1835)] = 62590, + [SMALL_STATE(1836)] = 62604, + [SMALL_STATE(1837)] = 62618, + [SMALL_STATE(1838)] = 62632, + [SMALL_STATE(1839)] = 62646, + [SMALL_STATE(1840)] = 62660, + [SMALL_STATE(1841)] = 62674, + [SMALL_STATE(1842)] = 62690, + [SMALL_STATE(1843)] = 62704, + [SMALL_STATE(1844)] = 62720, + [SMALL_STATE(1845)] = 62734, + [SMALL_STATE(1846)] = 62748, + [SMALL_STATE(1847)] = 62762, + [SMALL_STATE(1848)] = 62776, + [SMALL_STATE(1849)] = 62790, + [SMALL_STATE(1850)] = 62804, + [SMALL_STATE(1851)] = 62820, + [SMALL_STATE(1852)] = 62834, + [SMALL_STATE(1853)] = 62848, + [SMALL_STATE(1854)] = 62862, + [SMALL_STATE(1855)] = 62876, + [SMALL_STATE(1856)] = 62890, + [SMALL_STATE(1857)] = 62904, + [SMALL_STATE(1858)] = 62918, + [SMALL_STATE(1859)] = 62932, + [SMALL_STATE(1860)] = 62946, + [SMALL_STATE(1861)] = 62960, + [SMALL_STATE(1862)] = 62976, + [SMALL_STATE(1863)] = 62992, + [SMALL_STATE(1864)] = 63006, + [SMALL_STATE(1865)] = 63022, + [SMALL_STATE(1866)] = 63035, + [SMALL_STATE(1867)] = 63048, + [SMALL_STATE(1868)] = 63061, + [SMALL_STATE(1869)] = 63074, + [SMALL_STATE(1870)] = 63087, + [SMALL_STATE(1871)] = 63100, + [SMALL_STATE(1872)] = 63113, + [SMALL_STATE(1873)] = 63126, + [SMALL_STATE(1874)] = 63139, + [SMALL_STATE(1875)] = 63152, + [SMALL_STATE(1876)] = 63165, + [SMALL_STATE(1877)] = 63178, + [SMALL_STATE(1878)] = 63191, + [SMALL_STATE(1879)] = 63200, + [SMALL_STATE(1880)] = 63213, + [SMALL_STATE(1881)] = 63226, + [SMALL_STATE(1882)] = 63239, + [SMALL_STATE(1883)] = 63252, + [SMALL_STATE(1884)] = 63265, + [SMALL_STATE(1885)] = 63278, + [SMALL_STATE(1886)] = 63291, + [SMALL_STATE(1887)] = 63300, + [SMALL_STATE(1888)] = 63313, + [SMALL_STATE(1889)] = 63326, + [SMALL_STATE(1890)] = 63339, + [SMALL_STATE(1891)] = 63352, + [SMALL_STATE(1892)] = 63365, + [SMALL_STATE(1893)] = 63378, + [SMALL_STATE(1894)] = 63391, + [SMALL_STATE(1895)] = 63404, + [SMALL_STATE(1896)] = 63417, + [SMALL_STATE(1897)] = 63430, + [SMALL_STATE(1898)] = 63443, + [SMALL_STATE(1899)] = 63456, + [SMALL_STATE(1900)] = 63469, + [SMALL_STATE(1901)] = 63482, + [SMALL_STATE(1902)] = 63495, + [SMALL_STATE(1903)] = 63506, + [SMALL_STATE(1904)] = 63519, + [SMALL_STATE(1905)] = 63532, + [SMALL_STATE(1906)] = 63545, + [SMALL_STATE(1907)] = 63558, + [SMALL_STATE(1908)] = 63571, + [SMALL_STATE(1909)] = 63584, + [SMALL_STATE(1910)] = 63593, + [SMALL_STATE(1911)] = 63602, + [SMALL_STATE(1912)] = 63613, + [SMALL_STATE(1913)] = 63622, + [SMALL_STATE(1914)] = 63635, + [SMALL_STATE(1915)] = 63644, + [SMALL_STATE(1916)] = 63657, + [SMALL_STATE(1917)] = 63670, + [SMALL_STATE(1918)] = 63683, + [SMALL_STATE(1919)] = 63696, + [SMALL_STATE(1920)] = 63709, + [SMALL_STATE(1921)] = 63722, + [SMALL_STATE(1922)] = 63735, + [SMALL_STATE(1923)] = 63748, + [SMALL_STATE(1924)] = 63761, + [SMALL_STATE(1925)] = 63774, + [SMALL_STATE(1926)] = 63787, + [SMALL_STATE(1927)] = 63796, + [SMALL_STATE(1928)] = 63809, + [SMALL_STATE(1929)] = 63818, + [SMALL_STATE(1930)] = 63831, + [SMALL_STATE(1931)] = 63844, + [SMALL_STATE(1932)] = 63857, + [SMALL_STATE(1933)] = 63870, + [SMALL_STATE(1934)] = 63883, + [SMALL_STATE(1935)] = 63896, + [SMALL_STATE(1936)] = 63909, + [SMALL_STATE(1937)] = 63922, + [SMALL_STATE(1938)] = 63935, + [SMALL_STATE(1939)] = 63944, + [SMALL_STATE(1940)] = 63953, + [SMALL_STATE(1941)] = 63966, + [SMALL_STATE(1942)] = 63979, + [SMALL_STATE(1943)] = 63992, + [SMALL_STATE(1944)] = 64005, + [SMALL_STATE(1945)] = 64016, + [SMALL_STATE(1946)] = 64029, + [SMALL_STATE(1947)] = 64042, + [SMALL_STATE(1948)] = 64055, + [SMALL_STATE(1949)] = 64068, + [SMALL_STATE(1950)] = 64077, + [SMALL_STATE(1951)] = 64090, + [SMALL_STATE(1952)] = 64103, + [SMALL_STATE(1953)] = 64116, + [SMALL_STATE(1954)] = 64129, + [SMALL_STATE(1955)] = 64142, + [SMALL_STATE(1956)] = 64155, + [SMALL_STATE(1957)] = 64168, + [SMALL_STATE(1958)] = 64181, + [SMALL_STATE(1959)] = 64194, + [SMALL_STATE(1960)] = 64207, + [SMALL_STATE(1961)] = 64220, + [SMALL_STATE(1962)] = 64233, + [SMALL_STATE(1963)] = 64246, + [SMALL_STATE(1964)] = 64259, + [SMALL_STATE(1965)] = 64272, + [SMALL_STATE(1966)] = 64285, + [SMALL_STATE(1967)] = 64298, + [SMALL_STATE(1968)] = 64311, + [SMALL_STATE(1969)] = 64324, + [SMALL_STATE(1970)] = 64337, + [SMALL_STATE(1971)] = 64346, + [SMALL_STATE(1972)] = 64359, + [SMALL_STATE(1973)] = 64372, + [SMALL_STATE(1974)] = 64385, + [SMALL_STATE(1975)] = 64398, + [SMALL_STATE(1976)] = 64411, + [SMALL_STATE(1977)] = 64424, + [SMALL_STATE(1978)] = 64437, + [SMALL_STATE(1979)] = 64450, + [SMALL_STATE(1980)] = 64463, + [SMALL_STATE(1981)] = 64476, + [SMALL_STATE(1982)] = 64489, + [SMALL_STATE(1983)] = 64502, + [SMALL_STATE(1984)] = 64515, + [SMALL_STATE(1985)] = 64528, + [SMALL_STATE(1986)] = 64541, + [SMALL_STATE(1987)] = 64554, + [SMALL_STATE(1988)] = 64567, + [SMALL_STATE(1989)] = 64580, + [SMALL_STATE(1990)] = 64593, + [SMALL_STATE(1991)] = 64606, + [SMALL_STATE(1992)] = 64619, + [SMALL_STATE(1993)] = 64632, + [SMALL_STATE(1994)] = 64645, + [SMALL_STATE(1995)] = 64658, + [SMALL_STATE(1996)] = 64669, + [SMALL_STATE(1997)] = 64682, + [SMALL_STATE(1998)] = 64695, + [SMALL_STATE(1999)] = 64708, + [SMALL_STATE(2000)] = 64721, + [SMALL_STATE(2001)] = 64734, + [SMALL_STATE(2002)] = 64747, + [SMALL_STATE(2003)] = 64760, + [SMALL_STATE(2004)] = 64773, + [SMALL_STATE(2005)] = 64786, + [SMALL_STATE(2006)] = 64799, + [SMALL_STATE(2007)] = 64812, + [SMALL_STATE(2008)] = 64825, + [SMALL_STATE(2009)] = 64838, + [SMALL_STATE(2010)] = 64849, + [SMALL_STATE(2011)] = 64862, + [SMALL_STATE(2012)] = 64875, + [SMALL_STATE(2013)] = 64888, + [SMALL_STATE(2014)] = 64901, + [SMALL_STATE(2015)] = 64914, + [SMALL_STATE(2016)] = 64927, + [SMALL_STATE(2017)] = 64940, + [SMALL_STATE(2018)] = 64953, + [SMALL_STATE(2019)] = 64964, + [SMALL_STATE(2020)] = 64977, + [SMALL_STATE(2021)] = 64990, + [SMALL_STATE(2022)] = 65003, + [SMALL_STATE(2023)] = 65016, + [SMALL_STATE(2024)] = 65029, + [SMALL_STATE(2025)] = 65042, + [SMALL_STATE(2026)] = 65055, + [SMALL_STATE(2027)] = 65068, + [SMALL_STATE(2028)] = 65081, + [SMALL_STATE(2029)] = 65094, + [SMALL_STATE(2030)] = 65107, + [SMALL_STATE(2031)] = 65120, + [SMALL_STATE(2032)] = 65133, + [SMALL_STATE(2033)] = 65146, + [SMALL_STATE(2034)] = 65159, + [SMALL_STATE(2035)] = 65172, + [SMALL_STATE(2036)] = 65185, + [SMALL_STATE(2037)] = 65198, + [SMALL_STATE(2038)] = 65211, + [SMALL_STATE(2039)] = 65224, + [SMALL_STATE(2040)] = 65237, + [SMALL_STATE(2041)] = 65250, + [SMALL_STATE(2042)] = 65263, + [SMALL_STATE(2043)] = 65276, + [SMALL_STATE(2044)] = 65286, + [SMALL_STATE(2045)] = 65296, + [SMALL_STATE(2046)] = 65304, + [SMALL_STATE(2047)] = 65312, + [SMALL_STATE(2048)] = 65322, + [SMALL_STATE(2049)] = 65330, + [SMALL_STATE(2050)] = 65338, + [SMALL_STATE(2051)] = 65348, + [SMALL_STATE(2052)] = 65358, + [SMALL_STATE(2053)] = 65368, + [SMALL_STATE(2054)] = 65378, + [SMALL_STATE(2055)] = 65388, + [SMALL_STATE(2056)] = 65398, + [SMALL_STATE(2057)] = 65408, + [SMALL_STATE(2058)] = 65418, + [SMALL_STATE(2059)] = 65428, + [SMALL_STATE(2060)] = 65438, + [SMALL_STATE(2061)] = 65446, + [SMALL_STATE(2062)] = 65454, + [SMALL_STATE(2063)] = 65464, + [SMALL_STATE(2064)] = 65472, + [SMALL_STATE(2065)] = 65482, + [SMALL_STATE(2066)] = 65490, + [SMALL_STATE(2067)] = 65500, + [SMALL_STATE(2068)] = 65510, + [SMALL_STATE(2069)] = 65520, + [SMALL_STATE(2070)] = 65530, + [SMALL_STATE(2071)] = 65540, + [SMALL_STATE(2072)] = 65550, + [SMALL_STATE(2073)] = 65558, + [SMALL_STATE(2074)] = 65568, + [SMALL_STATE(2075)] = 65576, + [SMALL_STATE(2076)] = 65586, + [SMALL_STATE(2077)] = 65596, + [SMALL_STATE(2078)] = 65606, + [SMALL_STATE(2079)] = 65616, + [SMALL_STATE(2080)] = 65626, + [SMALL_STATE(2081)] = 65636, + [SMALL_STATE(2082)] = 65644, + [SMALL_STATE(2083)] = 65654, + [SMALL_STATE(2084)] = 65664, + [SMALL_STATE(2085)] = 65674, + [SMALL_STATE(2086)] = 65682, + [SMALL_STATE(2087)] = 65690, + [SMALL_STATE(2088)] = 65700, + [SMALL_STATE(2089)] = 65710, + [SMALL_STATE(2090)] = 65720, + [SMALL_STATE(2091)] = 65728, + [SMALL_STATE(2092)] = 65738, + [SMALL_STATE(2093)] = 65748, + [SMALL_STATE(2094)] = 65758, + [SMALL_STATE(2095)] = 65766, + [SMALL_STATE(2096)] = 65774, + [SMALL_STATE(2097)] = 65784, + [SMALL_STATE(2098)] = 65792, + [SMALL_STATE(2099)] = 65802, + [SMALL_STATE(2100)] = 65812, + [SMALL_STATE(2101)] = 65822, + [SMALL_STATE(2102)] = 65832, + [SMALL_STATE(2103)] = 65842, + [SMALL_STATE(2104)] = 65852, + [SMALL_STATE(2105)] = 65860, + [SMALL_STATE(2106)] = 65870, + [SMALL_STATE(2107)] = 65880, + [SMALL_STATE(2108)] = 65890, + [SMALL_STATE(2109)] = 65900, + [SMALL_STATE(2110)] = 65910, + [SMALL_STATE(2111)] = 65920, + [SMALL_STATE(2112)] = 65930, + [SMALL_STATE(2113)] = 65940, + [SMALL_STATE(2114)] = 65950, + [SMALL_STATE(2115)] = 65960, + [SMALL_STATE(2116)] = 65970, + [SMALL_STATE(2117)] = 65980, + [SMALL_STATE(2118)] = 65990, + [SMALL_STATE(2119)] = 66000, + [SMALL_STATE(2120)] = 66008, + [SMALL_STATE(2121)] = 66018, + [SMALL_STATE(2122)] = 66028, + [SMALL_STATE(2123)] = 66038, + [SMALL_STATE(2124)] = 66048, + [SMALL_STATE(2125)] = 66058, + [SMALL_STATE(2126)] = 66068, + [SMALL_STATE(2127)] = 66078, + [SMALL_STATE(2128)] = 66088, + [SMALL_STATE(2129)] = 66098, + [SMALL_STATE(2130)] = 66108, + [SMALL_STATE(2131)] = 66118, + [SMALL_STATE(2132)] = 66125, + [SMALL_STATE(2133)] = 66132, + [SMALL_STATE(2134)] = 66139, + [SMALL_STATE(2135)] = 66146, + [SMALL_STATE(2136)] = 66153, + [SMALL_STATE(2137)] = 66160, + [SMALL_STATE(2138)] = 66167, + [SMALL_STATE(2139)] = 66174, + [SMALL_STATE(2140)] = 66181, + [SMALL_STATE(2141)] = 66188, + [SMALL_STATE(2142)] = 66195, + [SMALL_STATE(2143)] = 66202, + [SMALL_STATE(2144)] = 66209, + [SMALL_STATE(2145)] = 66216, + [SMALL_STATE(2146)] = 66223, + [SMALL_STATE(2147)] = 66230, + [SMALL_STATE(2148)] = 66237, + [SMALL_STATE(2149)] = 66244, + [SMALL_STATE(2150)] = 66251, + [SMALL_STATE(2151)] = 66258, + [SMALL_STATE(2152)] = 66265, + [SMALL_STATE(2153)] = 66272, + [SMALL_STATE(2154)] = 66279, + [SMALL_STATE(2155)] = 66286, + [SMALL_STATE(2156)] = 66293, + [SMALL_STATE(2157)] = 66300, + [SMALL_STATE(2158)] = 66307, + [SMALL_STATE(2159)] = 66314, + [SMALL_STATE(2160)] = 66321, + [SMALL_STATE(2161)] = 66328, + [SMALL_STATE(2162)] = 66335, + [SMALL_STATE(2163)] = 66342, + [SMALL_STATE(2164)] = 66349, + [SMALL_STATE(2165)] = 66356, + [SMALL_STATE(2166)] = 66363, + [SMALL_STATE(2167)] = 66370, + [SMALL_STATE(2168)] = 66377, + [SMALL_STATE(2169)] = 66384, + [SMALL_STATE(2170)] = 66391, + [SMALL_STATE(2171)] = 66398, + [SMALL_STATE(2172)] = 66405, + [SMALL_STATE(2173)] = 66412, + [SMALL_STATE(2174)] = 66419, + [SMALL_STATE(2175)] = 66426, + [SMALL_STATE(2176)] = 66433, + [SMALL_STATE(2177)] = 66440, + [SMALL_STATE(2178)] = 66447, + [SMALL_STATE(2179)] = 66454, + [SMALL_STATE(2180)] = 66461, + [SMALL_STATE(2181)] = 66468, + [SMALL_STATE(2182)] = 66475, + [SMALL_STATE(2183)] = 66482, + [SMALL_STATE(2184)] = 66489, + [SMALL_STATE(2185)] = 66496, + [SMALL_STATE(2186)] = 66503, + [SMALL_STATE(2187)] = 66510, + [SMALL_STATE(2188)] = 66517, + [SMALL_STATE(2189)] = 66524, + [SMALL_STATE(2190)] = 66531, + [SMALL_STATE(2191)] = 66538, + [SMALL_STATE(2192)] = 66545, + [SMALL_STATE(2193)] = 66552, + [SMALL_STATE(2194)] = 66559, + [SMALL_STATE(2195)] = 66566, + [SMALL_STATE(2196)] = 66573, + [SMALL_STATE(2197)] = 66580, + [SMALL_STATE(2198)] = 66587, + [SMALL_STATE(2199)] = 66594, + [SMALL_STATE(2200)] = 66601, + [SMALL_STATE(2201)] = 66608, + [SMALL_STATE(2202)] = 66615, + [SMALL_STATE(2203)] = 66622, + [SMALL_STATE(2204)] = 66629, + [SMALL_STATE(2205)] = 66636, + [SMALL_STATE(2206)] = 66643, + [SMALL_STATE(2207)] = 66650, + [SMALL_STATE(2208)] = 66657, + [SMALL_STATE(2209)] = 66664, + [SMALL_STATE(2210)] = 66671, + [SMALL_STATE(2211)] = 66678, + [SMALL_STATE(2212)] = 66685, + [SMALL_STATE(2213)] = 66692, + [SMALL_STATE(2214)] = 66699, + [SMALL_STATE(2215)] = 66706, + [SMALL_STATE(2216)] = 66713, + [SMALL_STATE(2217)] = 66720, + [SMALL_STATE(2218)] = 66727, + [SMALL_STATE(2219)] = 66734, + [SMALL_STATE(2220)] = 66741, + [SMALL_STATE(2221)] = 66748, + [SMALL_STATE(2222)] = 66755, + [SMALL_STATE(2223)] = 66762, + [SMALL_STATE(2224)] = 66769, + [SMALL_STATE(2225)] = 66776, + [SMALL_STATE(2226)] = 66783, + [SMALL_STATE(2227)] = 66790, + [SMALL_STATE(2228)] = 66797, + [SMALL_STATE(2229)] = 66804, + [SMALL_STATE(2230)] = 66811, + [SMALL_STATE(2231)] = 66818, + [SMALL_STATE(2232)] = 66825, + [SMALL_STATE(2233)] = 66832, + [SMALL_STATE(2234)] = 66839, + [SMALL_STATE(2235)] = 66846, + [SMALL_STATE(2236)] = 66853, + [SMALL_STATE(2237)] = 66860, + [SMALL_STATE(2238)] = 66867, + [SMALL_STATE(2239)] = 66874, + [SMALL_STATE(2240)] = 66881, + [SMALL_STATE(2241)] = 66888, + [SMALL_STATE(2242)] = 66895, + [SMALL_STATE(2243)] = 66902, + [SMALL_STATE(2244)] = 66909, + [SMALL_STATE(2245)] = 66916, + [SMALL_STATE(2246)] = 66923, + [SMALL_STATE(2247)] = 66930, + [SMALL_STATE(2248)] = 66937, + [SMALL_STATE(2249)] = 66944, + [SMALL_STATE(2250)] = 66951, + [SMALL_STATE(2251)] = 66958, + [SMALL_STATE(2252)] = 66965, + [SMALL_STATE(2253)] = 66972, + [SMALL_STATE(2254)] = 66979, + [SMALL_STATE(2255)] = 66986, + [SMALL_STATE(2256)] = 66993, + [SMALL_STATE(2257)] = 67000, + [SMALL_STATE(2258)] = 67007, + [SMALL_STATE(2259)] = 67014, + [SMALL_STATE(2260)] = 67021, + [SMALL_STATE(2261)] = 67028, + [SMALL_STATE(2262)] = 67035, + [SMALL_STATE(2263)] = 67042, + [SMALL_STATE(2264)] = 67049, + [SMALL_STATE(2265)] = 67056, + [SMALL_STATE(2266)] = 67063, + [SMALL_STATE(2267)] = 67070, + [SMALL_STATE(2268)] = 67077, + [SMALL_STATE(2269)] = 67084, + [SMALL_STATE(2270)] = 67091, + [SMALL_STATE(2271)] = 67098, + [SMALL_STATE(2272)] = 67105, + [SMALL_STATE(2273)] = 67112, + [SMALL_STATE(2274)] = 67119, + [SMALL_STATE(2275)] = 67126, + [SMALL_STATE(2276)] = 67133, + [SMALL_STATE(2277)] = 67140, + [SMALL_STATE(2278)] = 67147, + [SMALL_STATE(2279)] = 67154, + [SMALL_STATE(2280)] = 67161, + [SMALL_STATE(2281)] = 67168, + [SMALL_STATE(2282)] = 67175, + [SMALL_STATE(2283)] = 67182, + [SMALL_STATE(2284)] = 67189, + [SMALL_STATE(2285)] = 67196, + [SMALL_STATE(2286)] = 67203, + [SMALL_STATE(2287)] = 67210, + [SMALL_STATE(2288)] = 67217, + [SMALL_STATE(2289)] = 67224, + [SMALL_STATE(2290)] = 67231, + [SMALL_STATE(2291)] = 67238, + [SMALL_STATE(2292)] = 67245, + [SMALL_STATE(2293)] = 67252, + [SMALL_STATE(2294)] = 67259, + [SMALL_STATE(2295)] = 67266, + [SMALL_STATE(2296)] = 67273, + [SMALL_STATE(2297)] = 67280, + [SMALL_STATE(2298)] = 67287, + [SMALL_STATE(2299)] = 67294, + [SMALL_STATE(2300)] = 67301, + [SMALL_STATE(2301)] = 67308, + [SMALL_STATE(2302)] = 67315, + [SMALL_STATE(2303)] = 67322, + [SMALL_STATE(2304)] = 67329, + [SMALL_STATE(2305)] = 67336, + [SMALL_STATE(2306)] = 67343, + [SMALL_STATE(2307)] = 67350, + [SMALL_STATE(2308)] = 67357, + [SMALL_STATE(2309)] = 67364, + [SMALL_STATE(2310)] = 67371, + [SMALL_STATE(2311)] = 67378, + [SMALL_STATE(2312)] = 67385, + [SMALL_STATE(2313)] = 67392, + [SMALL_STATE(2314)] = 67399, + [SMALL_STATE(2315)] = 67406, + [SMALL_STATE(2316)] = 67413, + [SMALL_STATE(2317)] = 67420, + [SMALL_STATE(2318)] = 67427, + [SMALL_STATE(2319)] = 67434, + [SMALL_STATE(2320)] = 67441, + [SMALL_STATE(2321)] = 67448, + [SMALL_STATE(2322)] = 67455, + [SMALL_STATE(2323)] = 67462, + [SMALL_STATE(2324)] = 67469, + [SMALL_STATE(2325)] = 67476, + [SMALL_STATE(2326)] = 67483, + [SMALL_STATE(2327)] = 67490, + [SMALL_STATE(2328)] = 67497, + [SMALL_STATE(2329)] = 67504, + [SMALL_STATE(2330)] = 67511, + [SMALL_STATE(2331)] = 67518, + [SMALL_STATE(2332)] = 67525, + [SMALL_STATE(2333)] = 67532, + [SMALL_STATE(2334)] = 67539, + [SMALL_STATE(2335)] = 67546, + [SMALL_STATE(2336)] = 67553, + [SMALL_STATE(2337)] = 67560, + [SMALL_STATE(2338)] = 67567, + [SMALL_STATE(2339)] = 67574, + [SMALL_STATE(2340)] = 67581, + [SMALL_STATE(2341)] = 67588, + [SMALL_STATE(2342)] = 67595, + [SMALL_STATE(2343)] = 67602, + [SMALL_STATE(2344)] = 67609, + [SMALL_STATE(2345)] = 67616, + [SMALL_STATE(2346)] = 67623, + [SMALL_STATE(2347)] = 67630, + [SMALL_STATE(2348)] = 67637, + [SMALL_STATE(2349)] = 67644, + [SMALL_STATE(2350)] = 67651, + [SMALL_STATE(2351)] = 67658, + [SMALL_STATE(2352)] = 67665, + [SMALL_STATE(2353)] = 67672, + [SMALL_STATE(2354)] = 67679, + [SMALL_STATE(2355)] = 67686, + [SMALL_STATE(2356)] = 67693, + [SMALL_STATE(2357)] = 67700, + [SMALL_STATE(2358)] = 67707, + [SMALL_STATE(2359)] = 67714, + [SMALL_STATE(2360)] = 67721, + [SMALL_STATE(2361)] = 67728, + [SMALL_STATE(2362)] = 67735, + [SMALL_STATE(2363)] = 67742, + [SMALL_STATE(2364)] = 67749, + [SMALL_STATE(2365)] = 67756, + [SMALL_STATE(2366)] = 67763, + [SMALL_STATE(2367)] = 67770, + [SMALL_STATE(2368)] = 67777, + [SMALL_STATE(2369)] = 67784, + [SMALL_STATE(2370)] = 67791, + [SMALL_STATE(2371)] = 67798, + [SMALL_STATE(2372)] = 67805, + [SMALL_STATE(2373)] = 67812, + [SMALL_STATE(2374)] = 67819, + [SMALL_STATE(2375)] = 67826, + [SMALL_STATE(2376)] = 67833, + [SMALL_STATE(2377)] = 67840, + [SMALL_STATE(2378)] = 67847, + [SMALL_STATE(2379)] = 67854, + [SMALL_STATE(2380)] = 67861, + [SMALL_STATE(2381)] = 67868, + [SMALL_STATE(2382)] = 67875, + [SMALL_STATE(2383)] = 67882, + [SMALL_STATE(2384)] = 67889, + [SMALL_STATE(2385)] = 67896, + [SMALL_STATE(2386)] = 67903, + [SMALL_STATE(2387)] = 67910, + [SMALL_STATE(2388)] = 67917, + [SMALL_STATE(2389)] = 67924, + [SMALL_STATE(2390)] = 67931, + [SMALL_STATE(2391)] = 67938, + [SMALL_STATE(2392)] = 67945, + [SMALL_STATE(2393)] = 67952, + [SMALL_STATE(2394)] = 67959, + [SMALL_STATE(2395)] = 67966, + [SMALL_STATE(2396)] = 67973, + [SMALL_STATE(2397)] = 67980, + [SMALL_STATE(2398)] = 67987, + [SMALL_STATE(2399)] = 67994, + [SMALL_STATE(2400)] = 68001, + [SMALL_STATE(2401)] = 68008, + [SMALL_STATE(2402)] = 68015, + [SMALL_STATE(2403)] = 68022, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -150959,2521 +155390,2561 @@ 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(551), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, 0, 16), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, 0, 38), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, 0, 16), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, 0, 38), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(543), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1564), - [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2186), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1320), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, 0, 16), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, 0, 38), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, 0, 16), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, 0, 38), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(550), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1596), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2213), + [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1337), [229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), - [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2187), - [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1979), - [237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(745), - [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(501), - [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(636), - [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(117), - [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(520), - [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1077), - [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1126), - [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1023), - [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2097), - [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2351), - [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1050), - [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(25), - [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(975), - [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(913), - [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(967), - [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1860), - [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1677), - [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1756), - [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2089), - [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), - [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(728), - [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2254), - [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2092), - [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(488), - [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2355), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(670), - [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), - [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2190), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2196), - [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2023), - [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2217), - [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(750), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2333), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2332), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2331), - [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1691), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(864), - [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1872), - [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1819), - [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(864), - [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(852), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(644), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1, 0, 0), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1567), - [519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2276), - [522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1325), - [525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2238), - [528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1940), - [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(499), - [534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(637), - [537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(244), - [540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(532), - [543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1082), - [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1129), - [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1039), - [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(26), - [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2020), - [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2042), - [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(710), - [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2164), - [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), - [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(482), - [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), - [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(680), - [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2253), - [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2250), - [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2244), - [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2047), - [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2230), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(544), - [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1559), - [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2128), - [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1310), - [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2126), - [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1893), - [628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(474), - [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(641), - [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1078), - [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1122), - [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1037), - [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(34), - [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), - [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2077), - [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2090), - [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(749), - [663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2338), - [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2083), - [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(506), - [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2293), - [675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(672), - [678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2346), - [681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), - [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2106), - [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2041), - [690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), - [693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2, 0, 0), - [695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(551), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1568), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2368), - [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1312), - [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2361), - [712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), - [715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(745), - [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(503), - [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(642), - [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1079), - [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1130), - [742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1032), - [745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2097), - [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2351), - [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1050), - [757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(28), - [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(975), - [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(913), - [766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(967), - [775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1860), - [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1677), - [781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1756), - [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2095), - [787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2094), - [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(725), - [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2342), - [796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2086), - [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2339), - [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(669), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2337), - [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2335), - [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2334), - [817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(750), - [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2333), - [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2332), - [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2331), - [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1691), - [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1231), - [838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1872), - [841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1819), - [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1231), - [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(852), - [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(644), - [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), - [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 0), - [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(540), - [865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), - [867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(747), - [876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(745), - [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(520), - [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(636), - [885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(117), - [888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1077), - [891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1126), - [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(913), - [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2097), - [903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2351), - [906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(25), - [909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(975), - [912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(967), - [921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1860), - [924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1677), - [927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1756), - [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2089), - [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), - [936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2092), - [939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(488), - [942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2355), - [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(670), - [948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), - [951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2190), - [954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2196), - [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2023), - [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2217), - [963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(750), - [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2333), - [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2332), - [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2331), - [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1691), - [981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(864), - [984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1872), - [987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1819), - [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(864), - [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(852), - [996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(644), - [999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), - [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 8), - [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2, 0, 0), - [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 8), + [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2214), + [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1931), + [237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(517), + [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(719), + [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(653), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(121), + [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(536), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(516), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1122), + [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1030), + [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2126), + [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1070), + [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(976), + [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(923), + [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), + [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(957), + [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), + [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1724), + [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1788), + [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2107), + [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2056), + [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(785), + [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), + [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2110), + [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(478), + [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2386), + [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(664), + [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2344), + [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2348), + [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2223), + [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2059), + [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2378), + [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(767), + [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(766), + [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), + [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2360), + [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2359), + [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(896), + [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1902), + [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), + [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(896), + [378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(886), + [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(549), + [448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1591), + [451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2304), + [454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1349), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2266), + [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1956), + [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(512), + [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(645), + [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(277), + [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(542), + [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(515), + [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1136), + [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1029), + [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2055), + [490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), + [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2184), + [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2057), + [502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(501), + [505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2393), + [508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(672), + [511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2281), + [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2278), + [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2272), + [520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2077), + [523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2249), + [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(553), + [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1580), + [552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2154), + [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1300), + [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2153), + [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1889), + [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(510), + [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(648), + [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(298), + [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(540), + [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1131), + [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1028), + [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), + [590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2123), + [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2108), + [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(802), + [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2140), + [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), + [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(480), + [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2321), + [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(659), + [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2142), + [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2144), + [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2137), + [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2051), + [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2204), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2, 0, 0), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1, 0, 0), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), + [697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), + [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(555), + [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1583), + [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2399), + [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1331), + [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2392), + [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1879), + [717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(517), + [720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(719), + [729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(513), + [732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(644), + [735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1132), + [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1034), + [747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2126), + [753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1070), + [759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(30), + [762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(976), + [765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(923), + [768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), + [774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(957), + [777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), + [780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1724), + [783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1788), + [786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2120), + [789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2116), + [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(699), + [795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2370), + [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2115), + [801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(493), + [804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2366), + [807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(681), + [810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2365), + [813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2364), + [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2363), + [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(767), + [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(766), + [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), + [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2360), + [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2359), + [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1253), + [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1902), + [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1253), + [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(886), + [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), + [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(551), + [861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), + [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(517), + [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(716), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(719), + [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(536), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(653), + [881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(121), + [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(516), + [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1122), + [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(923), + [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2126), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(976), + [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), + [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(957), + [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), + [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1724), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1788), + [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2107), + [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2056), + [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2110), + [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(478), + [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2386), + [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(664), + [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2344), + [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2348), + [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2223), + [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2059), + [956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2378), + [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(767), + [962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(766), + [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), + [968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2360), + [971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2359), + [974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(896), + [980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1902), + [983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), + [986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(896), + [989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(886), + [992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2, 0, 0), + [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 8), + [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 0), + [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 8), [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 0), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(548), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(532), - [1026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(637), - [1029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(244), - [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1082), - [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1129), - [1038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(26), - [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2020), - [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2042), - [1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), - [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(482), - [1053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2362), - [1056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(680), - [1059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2253), - [1062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2250), - [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2244), - [1068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2047), - [1071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2230), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2, 0, 0), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 8), - [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 8), - [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(547), - [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [1088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(641), - [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1078), - [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1122), - [1100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(34), - [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), - [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2077), - [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2090), - [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2083), - [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(506), - [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2293), + [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2, 0, 0), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 8), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 8), + [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), + [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(547), + [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(537), + [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(644), + [1039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(246), + [1042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(518), + [1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1132), + [1048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(30), + [1051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2120), + [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2116), + [1057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2115), + [1060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(493), + [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2366), + [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(681), + [1069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2365), + [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2364), + [1075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2363), + [1078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2125), + [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), + [1084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(554), + [1087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(542), + [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(645), + [1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(277), + [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(515), + [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1136), + [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2055), + [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), + [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2057), + [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(501), + [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2393), [1120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(672), - [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2346), - [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), - [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2106), - [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2041), - [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2239), - [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(546), - [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(642), - [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(184), - [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1079), - [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1130), - [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(28), - [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2095), - [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2094), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2086), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2339), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(669), - [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2337), - [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2335), - [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2334), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2036), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2354), - [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), - [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(541), - [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2017), - [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2014), - [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2321), - [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2064), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 26), - [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 26), - [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [1233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, 0, 103), - [1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, 0, 103), - [1237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), - [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), - [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 63), - [1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 63), - [1245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 118), - [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 118), - [1249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 117), - [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 117), - [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 114), - [1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 114), - [1257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 61), - [1259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 61), - [1261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 77), - [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 77), - [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 0), - [1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 0), - [1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 54), - [1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 54), - [1273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 97), - [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 97), - [1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 96), - [1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 96), - [1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, 0, 7), - [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, 0, 7), - [1285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 0), - [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 0), - [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, 0, 46), - [1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 46), - [1293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 92), - [1295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 92), - [1297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 7, 0, 128), - [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 7, 0, 128), - [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 91), - [1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 91), - [1305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 86), - [1307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 86), - [1309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 82), - [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 82), - [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [1315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [1317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 34), - [1319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 34), - [1321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), - [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), - [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 46), - [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 46), - [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 77), - [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 77), - [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 30), - [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 30), - [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 28), - [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 28), - [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), - [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 27), - [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 27), - [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 27), - [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 27), - [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 67), - [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 67), - [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), - [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), - [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), - [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), - [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 0), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 0), - [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2, 0, 0), - [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2, 0, 0), - [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 76), - [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 76), - [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, 0, 16), - [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, 0, 16), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, 0, 16), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, 0, 16), - [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, 0, 17), - [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, 0, 17), - [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 137), - [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 137), - [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2, 0, 0), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2, 0, 0), - [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, 0, 22), - [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, 0, 22), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 122), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 122), - [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, 0, 68), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, 0, 68), - [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 130), - [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 130), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 69), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 69), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, 0, 3), - [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, 0, 3), - [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 138), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 138), - [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 142), - [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 142), - [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 38), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 38), - [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 129), - [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 129), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, 0, 70), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, 0, 70), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, 0, 15), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, 0, 15), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_extension, 5, 0, 71), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_extension, 5, 0, 71), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 75), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 75), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 32), - [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 32), - [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, 0, 36), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, 0, 36), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, 0, 37), - [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, 0, 37), - [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, 0, 38), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, 0, 38), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 39), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 39), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 16), - [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 16), - [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 45), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 45), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), - [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), - [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, 0, 98), - [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, 0, 98), - [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 121), - [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 121), - [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 101), - [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 101), - [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 60), - [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 60), - [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 102), - [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 102), - [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), - [1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), - [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), - [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [1579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 2, 0, 16), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, 0, 38), - [1593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 38), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 16), - [1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(945), - [1610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2284), - [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1302), - [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), - [1618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2138), - [1621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2096), - [1624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(525), - [1627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [1630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(913), - [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [1636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), - [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2351), - [1642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(975), - [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(967), - [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1860), - [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1677), - [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1756), - [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(644), - [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), - [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2285), - [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1323), - [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2213), - [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2058), - [1678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(526), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), - [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), - [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [1695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2103), - [1698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1289), - [1701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2116), - [1704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2070), - [1707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, 0, 0), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, 0, 0), - [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, 0, 56), - [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, 0, 56), - [1764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(945), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), - [1795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(904), - [1798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(913), - [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2353), - [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2088), - [1807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2351), - [1810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(975), - [1813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2350), - [1816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(967), - [1819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(1860), - [1822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(1677), - [1825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(1756), - [1828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(928), - [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(518), - [1834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(747), - [1837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(747), - [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(745), - [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(117), - [1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2018), - [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(25), - [1852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2089), - [1855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2021), - [1858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(728), - [1861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2254), - [1864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2092), - [1867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(488), - [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2355), - [1873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(670), - [1876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2173), - [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2190), - [1882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2196), - [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2023), - [1888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2217), - [1891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(697), - [1894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(750), - [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2333), - [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2332), - [1903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2331), - [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1691), - [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(864), - [1912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1872), - [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1819), - [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(864), - [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(852), - [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(924), - [1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(244), - [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(26), - [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2020), - [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2042), - [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(710), - [1942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2164), - [1945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2022), - [1948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(482), - [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2362), - [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(680), - [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2253), - [1960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2250), - [1963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2244), - [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2047), - [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2230), - [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [1978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(929), - [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(187), - [1984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(28), - [1987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2017), - [1990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2094), - [1993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(778), - [1996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2172), - [1999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2014), - [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(502), - [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2321), - [2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(669), - [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2337), - [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2335), - [2017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2334), - [2020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2064), - [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2239), - [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(922), - [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(184), - [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2095), - [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(725), - [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2342), - [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2086), - [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2339), - [2047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2036), - [2050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2354), - [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(934), - [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(34), - [2067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2077), - [2070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2090), - [2073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(749), - [2076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2338), - [2079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2083), - [2082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(506), - [2085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2293), - [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(672), - [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2346), - [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2352), - [2097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2106), - [2100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2041), - [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4, 0, 0), - [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4, 0, 0), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3, 0, 0), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3, 0, 0), - [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), - [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), - [2143] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), SHIFT(1128), - [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), - [2149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [2168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), - [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [2183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(409), - [2186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), - [2195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [2198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), - [2200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), - [2202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 70), - [2204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 70), - [2206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 46), - [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 46), - [2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 72), - [2212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 72), - [2214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 80), - [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 80), - [2218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 69), - [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 69), - [2222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 16), - [2224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 16), - [2226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 39), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 39), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 38), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 38), - [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 16), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 16), - [2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 40), - [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 40), - [2242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 72), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 72), - [2246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 46), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 46), - [2250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 40), - [2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 40), - [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 38), - [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 38), - [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 80), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 80), - [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), - [2342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(634), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), - [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(644), - [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), - [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 4, 0, 0), - [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 4, 0, 0), - [2357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2215), - [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), - [2362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2158), - [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_specification, 2, 0, 0), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_specification, 2, 0, 0), - [2369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2240), - [2372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 3, 0, 0), - [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 3, 0, 0), - [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2340), - [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2287), - [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_storage_class, 1, 0, 0), - [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_storage_class, 1, 0, 0), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 38), - [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 85), - [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 0), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 55), - [2444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 55), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 108), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3, 0, 0), - [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3, 0, 0), - [2510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(811), - [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1819), - [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, 0, 141), - [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, 0, 141), - [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), - [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), - [2538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [2541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(913), - [2544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [2547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), - [2550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2351), - [2553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 126), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 126), - [2560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 134), - [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 134), - [2564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, 0, 57), - [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, 0, 57), - [2568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 135), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 135), - [2572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), - [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), - [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 127), - [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 127), - [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), - [2582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(837), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), - [2587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2098), - [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 112), - [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 112), - [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 111), - [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 111), - [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), - [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), - [2602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), - [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), - [2610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(899), - [2613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(847), - [2616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(2292), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), - [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3, 0, 0), - [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3, 0, 0), - [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), - [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), - [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), - [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), - [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5, 0, 0), - [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5, 0, 0), - [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9, 0, 0), - [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9, 0, 0), - [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), - [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), - [2649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, 0, 56), - [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, 0, 56), - [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2, 0, 0), - [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2, 0, 0), - [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, 0, 109), - [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, 0, 109), - [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 35), - [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 35), - [2665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 11), - [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 11), - [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4, 0, 0), - [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4, 0, 0), - [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8, 0, 0), - [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8, 0, 0), - [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 65), - [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 65), - [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, 0, 43), - [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, 0, 43), - [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 4), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 4), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, 0, 8), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, 0, 8), - [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), - [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), - [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 43), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 43), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 29), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 29), - [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), - [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, 0, 4), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, 0, 4), - [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), - [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 4), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 4), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 6), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 6), - [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 6), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 6), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 52), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 52), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), - [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), - [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 24), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 24), - [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 24), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 24), - [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, 0, 13), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, 0, 13), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), - [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 13), - [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 13), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), - [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 25), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 25), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 81), - [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 81), - [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 23), - [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 23), - [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 7), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 7), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 51), - [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 51), - [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 7), - [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 7), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 23), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 23), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 53), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 53), - [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(931), - [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 25), - [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 25), - [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 51), - [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 51), - [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 14), - [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 14), - [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4, 0, 0), - [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4, 0, 0), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 29), - [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 29), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [2876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1128), - [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 24), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 24), - [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 23), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 23), - [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, -1, 58), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, -1, 58), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), - [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 25), - [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 25), - [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 23), - [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 23), - [2909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 49), - [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 49), - [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, 0, 81), - [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, 0, 81), - [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 6), - [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 6), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 95), - [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 95), - [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 13), - [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 13), - [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), - [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 6), - [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 6), - [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 25), - [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 25), - [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3, 0, 0), - [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3, 0, 0), - [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 66), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 66), - [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 7), - [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 7), - [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), - [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), - [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2, 0, 0), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2, 0, 0), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 24), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 24), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 23), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 23), - [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 7), - [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 7), - [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 51), - [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 51), - [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 52), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 52), - [2995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(936), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), - [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), - [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 6), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 6), - [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 53), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 53), - [3014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 14), - [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 14), - [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 9), - [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 9), - [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, 0, 51), - [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, 0, 51), - [3026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 13), - [3028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 13), - [3030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 7), - [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 7), - [3034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, 0, 79), - [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, 0, 79), - [3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 6), - [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 6), - [3074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 6), SHIFT(2353), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), - [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 49), - [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 49), - [3097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 49), SHIFT(2353), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [3102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), - [3104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [3108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [3122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), - [3124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 79), - [3126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), SHIFT(2353), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), - [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), - [3135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), SHIFT(2353), - [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 23), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 23), - [3142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 23), SHIFT(2353), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), - [3170] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1128), - [3174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), - [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), - [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, 0, 78), - [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, 0, 78), - [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), - [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), - [3265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1146), - [3268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1151), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), - [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), - [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, 0, 42), - [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), - [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), - [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), - [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), - [3299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [3302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [3305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, 0, 12), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, 0, 12), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), - [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), - [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2, 0, 0), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 107), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 106), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 105), - [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 3, 0, 0), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 3, 0, 0), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 119), - [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, 0, 62), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), - [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, 0, 123), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 120), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 83), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 84), - [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4, 0, 0), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 13), - [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, 0, 2), - [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 2), - [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 13), - [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [3473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, 0, 13), - [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, 0, 13), - [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 13), - [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 13), - [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 2), - [3483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 2), - [3485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, 0, 2), - [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, 0, 2), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1, 0, 0), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [3493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1, 0, 0), - [3495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), SHIFT(931), - [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [3528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 14), SHIFT(1265), - [3531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 13), SHIFT(1266), - [3534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1274), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [3557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(1249), - [3560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 14), SHIFT(931), - [3563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 13), SHIFT(931), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [3570] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT(931), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [3576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 9), SHIFT(931), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1252), - [3584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1269), - [3587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1256), - [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2, 0, 0), - [3596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2, 0, 0), - [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, 0, 29), - [3600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, 0, 29), - [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), - [3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4, 0, 0), - [3652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4, 0, 0), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [3674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 40), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 72), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), - [3696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [3704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), - [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [3734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 6), SHIFT(2204), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [3767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 2, 0, 33), - [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, 0, 33), - [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, 0, 33), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, 0, 38), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, 0, 33), - [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, 0, 33), - [3797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1456), - [3800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), - [3802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), - [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 3, 0, 33), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, 0, 33), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, 0, 33), - [3813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 3, 0, 33), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 2, 0, 16), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), - [3827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(2097), - [3830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), - [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, 1, 113), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, 1, 59), - [3852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), - [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), - [3856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), - [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), - [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, 1, 31), - [3862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), - [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), - [3866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), - [3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), - [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, 1, 90), - [3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, 0, 21), - [3884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2, 0, 0), - [3890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2, 0, 0), - [3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [3920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [3928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 38), - [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 38), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, 0, 38), - [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 16), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 16), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), - [3954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), - [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), - [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 2, 0, 16), - [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, 1, 113), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, 1, 59), - [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 31), - [3971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1896), - [3974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1285), - [3977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2129), - [3980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2067), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, 1, 31), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, 1, 90), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1, 0, 0), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, 1, 113), - [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), - [4001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, 0, 21), - [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, 0, 21), - [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, 0, 21), - [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, 1, 59), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, 1, 31), - [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1, 0, 0), - [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, 1, 90), - [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), - [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), - [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), - [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1, 0, 0), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), + [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2281), + [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2278), + [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2272), + [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2077), + [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2249), + [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(552), + [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(540), + [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(648), + [1147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(298), + [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1131), + [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2123), + [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2108), + [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), + [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(480), + [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2321), + [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(659), + [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2142), + [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2144), + [1183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2137), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2051), + [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2204), + [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(548), + [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2103), + [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2105), + [1217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), + [1220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2111), + [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [1233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 26), + [1235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 26), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 97), + [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 97), + [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 118), + [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 118), + [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 7, 0, 128), + [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 7, 0, 128), + [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 67), + [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 67), + [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 77), + [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 77), + [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 63), + [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 63), + [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), + [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), + [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 0), + [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 0), + [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 61), + [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 61), + [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, 0, 103), + [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, 0, 103), + [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 96), + [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 96), + [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 0), + [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 0), + [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), + [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 0), + [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 0), + [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 54), + [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 54), + [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 114), + [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 114), + [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 92), + [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 92), + [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2, 0, 0), + [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2, 0, 0), + [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 117), + [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 117), + [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 91), + [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 91), + [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 86), + [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 86), + [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 82), + [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 82), + [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), + [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), + [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), + [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_finally_clause, 2, 0, 7), + [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 27), + [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 27), + [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), + [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), + [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, 0, 7), + [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, 0, 7), + [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, 0, 46), + [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 46), + [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 77), + [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 77), + [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 34), + [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 34), + [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 46), + [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 46), + [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 30), + [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 30), + [1391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 27), + [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 27), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), + [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 28), + [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 28), + [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 32), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 32), + [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, 0, 142), + [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, 0, 142), + [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 138), + [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 138), + [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 122), + [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 122), + [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, 0, 98), + [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, 0, 98), + [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, 0, 36), + [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, 0, 36), + [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, 0, 37), + [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, 0, 37), + [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, 0, 137), + [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, 0, 137), + [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, 0, 38), + [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, 0, 38), + [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 39), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 39), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 16), + [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 16), + [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 76), + [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 76), + [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 75), + [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 75), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_extension, 5, 0, 71), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_extension, 5, 0, 71), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, 0, 70), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, 0, 70), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 38), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 38), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 69), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 69), + [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 45), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 45), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 102), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 102), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, 0, 3), + [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, 0, 3), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, 0, 121), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, 0, 121), + [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 130), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 130), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2, 0, 0), + [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2, 0, 0), + [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, 0, 101), + [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, 0, 101), + [1507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), + [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), + [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, 0, 15), + [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, 0, 15), + [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, 0, 16), + [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, 0, 16), + [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 60), + [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 60), + [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, 0, 16), + [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, 0, 16), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, 0, 17), + [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, 0, 17), + [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, 0, 22), + [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, 0, 22), + [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, 0, 129), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, 0, 129), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, 0, 68), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, 0, 68), + [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [1551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), + [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), + [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 2, 0, 16), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 16), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, 0, 38), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 38), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(946), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2312), + [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1323), + [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), + [1624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2157), + [1627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2091), + [1630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(538), + [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [1636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(923), + [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [1642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2106), + [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(976), + [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), + [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(957), + [1657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), + [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1724), + [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1788), + [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, 0, 0), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [1684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2265), + [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1353), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2298), + [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2078), + [1696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(535), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), + [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), + [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [1713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2313), + [1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1348), + [1719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2241), + [1722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), + [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(541), + [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, 0, 0), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, 0, 56), + [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, 0, 56), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [1790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(943), + [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(517), + [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(716), + [1799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(716), + [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(719), + [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(277), + [1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(780), + [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2054), + [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(42), + [1817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2055), + [1820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2076), + [1823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(778), + [1826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2184), + [1829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2057), + [1832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(501), + [1835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2393), + [1838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(672), + [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2281), + [1844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2278), + [1847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2272), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2077), + [1853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2249), + [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(767), + [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(766), + [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2362), + [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2360), + [1868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2359), + [1871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1703), + [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(896), + [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1902), + [1880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1850), + [1883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(896), + [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(886), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(953), + [1900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(246), + [1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(30), + [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2120), + [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2116), + [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(699), + [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2370), + [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2115), + [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(493), + [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2366), + [1927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(681), + [1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2365), + [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2364), + [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2363), + [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2125), + [1942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2173), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(947), + [1954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(298), + [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2103), + [1960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(804), + [1963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2329), + [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2105), + [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2352), + [1972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2111), + [1975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2204), + [1978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(951), + [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(41), + [1984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2123), + [1987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2108), + [1990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(802), + [1993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2140), + [1996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2121), + [1999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(480), + [2002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2321), + [2005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(659), + [2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2142), + [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2144), + [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2137), + [2017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2051), + [2020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(945), + [2023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(121), + [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(34), + [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2107), + [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2056), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(785), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2287), + [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2110), + [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(478), + [2047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2386), + [2050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(664), + [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2344), + [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2348), + [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2223), + [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2059), + [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2378), + [2068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(946), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), + [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(917), + [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(923), + [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2383), + [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2106), + [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2381), + [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(976), + [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2379), + [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(957), + [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(1892), + [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(1724), + [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(1788), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [2118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [2120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(912), + [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(780), + [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), + [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), + [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4, 0, 0), + [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4, 0, 0), + [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3, 0, 0), + [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3, 0, 0), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), + [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [2184] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), SHIFT(1141), + [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [2190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), + [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [2207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), + [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(436), + [2219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [2226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), + [2228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), + [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 40), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 40), + [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 70), + [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 70), + [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 80), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 80), + [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 38), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 38), + [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 46), + [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 46), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 72), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 72), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 80), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 80), + [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 16), + [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 16), + [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), + [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 38), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 38), + [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 72), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 72), + [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 40), + [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 40), + [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 69), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 69), + [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 39), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 39), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 16), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 16), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, 0, 46), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, 0, 46), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), + [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(638), + [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), + [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), + [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(984), + [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(523), + [2396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(774), + [2399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(774), + [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(763), + [2405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(739), + [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(752), + [2411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(748), + [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2362), + [2417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2360), + [2420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(2359), + [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1703), + [2426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(896), + [2429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1902), + [2432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1850), + [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(896), + [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(886), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [2451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 4, 0, 0), + [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 4, 0, 0), + [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_specification, 2, 0, 0), + [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_specification, 2, 0, 0), + [2459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2132), + [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), + [2464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2181), + [2467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2252), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2159), + [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_layout_qualifiers, 3, 0, 0), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_layout_qualifiers, 3, 0, 0), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_storage_class, 1, 0, 0), + [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_storage_class, 1, 0, 0), + [2487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_repeat1, 1, 0, 0), SHIFT(2373), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 38), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 55), + [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 0), + [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 85), + [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 55), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 108), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3, 0, 0), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3, 0, 0), + [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(830), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1850), + [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, 0, 141), + [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, 0, 141), + [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 127), + [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 127), + [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), + [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), + [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(923), + [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2106), + [2632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [2635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), + [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), + [2640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(838), + [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), + [2645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2118), + [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 126), + [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 126), + [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), + [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), + [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), + [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), + [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, 0, 57), + [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, 0, 57), + [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 135), + [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 135), + [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 111), + [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 111), + [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 112), + [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 112), + [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 134), + [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 134), + [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), + [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), + [2692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(866), + [2695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(855), + [2698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(2320), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), + [2707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8, 0, 0), + [2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8, 0, 0), + [2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9, 0, 0), + [2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9, 0, 0), + [2715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3, 0, 0), + [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3, 0, 0), + [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2, 0, 0), + [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2, 0, 0), + [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 11), + [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 11), + [2727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, 0, 109), + [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, 0, 109), + [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), + [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), + [2735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, 0, 43), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, 0, 43), + [2739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4, 0, 0), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4, 0, 0), + [2743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 35), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 35), + [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 65), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 65), + [2751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), + [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), + [2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), + [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), + [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5, 0, 0), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5, 0, 0), + [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, 0, 56), + [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, 0, 56), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), + [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), + [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 43), + [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 43), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 4), + [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 4), + [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, 0, 4), + [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, 0, 4), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 29), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 29), + [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, 0, 8), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, 0, 8), + [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 4), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 4), + [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 52), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 52), + [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 24), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 24), + [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 6), + [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 6), + [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 24), + [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 24), + [2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), + [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), + [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 6), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 6), + [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, 0, 2), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 2), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, 0, 13), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, 0, 13), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 13), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 13), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 7), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 7), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 7), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 7), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 25), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 25), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 81), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 81), + [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 53), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 53), + [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(931), + [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 25), + [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 25), + [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 23), + [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 23), + [2898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 23), + [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 23), + [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 51), + [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 51), + [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 51), + [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 51), + [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 14), + [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 14), + [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3, 0, 0), + [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3, 0, 0), + [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 13), + [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 13), + [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 14), + [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 14), + [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 13), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 13), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1141), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2, 0, 0), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2, 0, 0), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 6), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 6), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, 0, 79), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, 0, 79), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 7), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 7), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4, 0, 0), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4, 0, 0), + [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 9), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 9), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 49), + [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 49), + [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), + [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, 0, 81), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, 0, 81), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 23), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 23), + [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 6), + [2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 6), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 23), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 23), + [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 7), + [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 7), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 7), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 7), + [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 51), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 51), + [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 52), + [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 52), + [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 53), + [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 53), + [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 25), + [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 25), + [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 23), + [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 23), + [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 24), + [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 24), + [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, 0, 51), + [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, 0, 51), + [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 25), + [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 25), + [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), + [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), + [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(937), + [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), + [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, -1, 58), + [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, -1, 58), + [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 24), + [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 24), + [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 6), + [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 6), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_expression, 2, 0, 0), + [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_expression, 2, 0, 0), + [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [3090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 66), + [3106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 66), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 95), + [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 95), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [3122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), + [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [3132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), + [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), + [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 29), + [3138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 29), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [3144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [3156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [3166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 6), + [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 6), + [3170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 6), SHIFT(2383), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 49), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 49), + [3181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 49), SHIFT(2383), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [3186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 23), + [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 23), + [3190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 23), SHIFT(2383), + [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), + [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), + [3197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), SHIFT(2383), + [3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), + [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 79), + [3204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), SHIFT(2383), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), + [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), + [3254] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1141), + [3258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), + [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), + [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [3273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), + [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), + [3277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1153), + [3280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1158), + [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, 0, 78), + [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, 0, 78), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), + [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), + [3343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [3346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [3369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, 0, 12), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, 0, 12), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), + [3377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), + [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), + [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), + [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), + [3385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), + [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), + [3389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, 0, 42), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2, 0, 0), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), + [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, 0, 62), + [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), + [3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 120), + [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 119), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, 0, 123), + [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 106), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [3459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 107), + [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 105), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 3, 0, 0), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4, 0, 0), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 84), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 83), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 2), + [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, 0, 2), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 13), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 13), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [3547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 2), + [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 2), + [3551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, 0, 13), + [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, 0, 13), + [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, 0, 2), + [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, 0, 2), + [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 13), + [3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 13), + [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 40), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 72), + [3567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 2), SHIFT(931), + [3570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1275), + [3573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 14), SHIFT(1274), + [3576] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT(931), + [3580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(1267), + [3583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1269), + [3586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1270), + [3589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1277), + [3592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 13), SHIFT(931), + [3595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 14), SHIFT(931), + [3598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 9), SHIFT(931), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1, 0, 0), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [3605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1, 0, 0), + [3607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 13), SHIFT(1273), + [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), + [3688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, 0, 4), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 6), SHIFT(2188), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4, 0, 0), + [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4, 0, 0), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2, 0, 0), + [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2, 0, 0), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, 0, 29), + [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, 0, 29), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), + [3777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), + [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [3801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 2, 0, 33), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, 0, 33), + [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, 0, 33), + [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, 0, 33), + [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, 0, 33), + [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, 0, 33), + [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, 0, 33), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 3, 0, 33), + [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 3, 0, 33), + [3861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1463), + [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), + [3866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, 0, 38), + [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 2, 0, 16), + [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), + [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(2126), + [3896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [3906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), + [3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), + [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, 1, 59), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [3916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 3, 1, 59), + [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, 1, 113), + [3920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 5, 1, 113), + [3922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), + [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), + [3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), + [3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), + [3930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), + [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), + [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2, 0, 0), + [3936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2, 0, 0), + [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, 1, 90), + [3940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 4, 1, 90), + [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, 1, 31), + [3944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 2, 1, 31), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), + [3960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), + [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), + [3964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), + [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [3970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [3986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, 0, 21), + [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [3998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, 0, 21), + [4000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, 0, 21), + [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), + [4004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), + [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), + [4009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [4013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), + [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), + [4021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 93), + [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 93), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 21), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 21), + [4033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, 0, 115), [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, 0, 115), - [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 21), - [4043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 21), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 93), - [4047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 93), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 0), - [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 31), - [4055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), - [4063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), - [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, 0, 115), - [4079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, 0, 115), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 34), - [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 21), - [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 21), - [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 93), - [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 93), - [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), - [4093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), - [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, 0, 33), - [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, 0, 33), - [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, 0, 5), - [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, 0, 5), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 67), - [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 50), - [4109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 50), - [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 0), - [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 0), - [4115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1896), - [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), - [4120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), - [4122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), SHIFT_REPEAT(1627), - [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), - [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), - [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), - [4131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), - [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, 0, 21), - [4135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, 0, 21), - [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), - [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2353), - [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, 0, 115), - [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, 0, 115), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 21), - [4148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 21), - [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 93), - [4152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 93), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), - [4156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), - [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, 0, 21), - [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, 0, 21), - [4162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(695), - [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), - [4167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(2122), - [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 0), - [4172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 0), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [4182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), - [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [4196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 20), - [4202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 20), - [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 1), - [4206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 1), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, 0, 33), - [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, 0, 33), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 4, 0, 33), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 31), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), - [4238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1781), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [4245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), - [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 18), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 38), - [4253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 38), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), - [4257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 41), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 16), - [4275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 16), - [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 70), - [4279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 70), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 38), - [4285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 38), - [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 69), - [4289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 69), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 44), - [4295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 90), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 16), - [4307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 16), - [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 59), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, 0, 74), - [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 39), - [4317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 39), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 21), - [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), - [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 73), - [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), - [4329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 21), - [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 93), - [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 99), - [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, 0, 115), - [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 5), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1, 0, 0), - [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 3, 0, 94), - [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), - [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1, 0, 0), - [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, 0, 33), - [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, 0, 19), - [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 2, 0, 31), - [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), - [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 48), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 21), - [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 47), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, 0, 87), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 10), - [4405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 64), SHIFT_REPEAT(1421), - [4408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 64), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2, 0, 0), - [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2, 0, 0), - [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [4434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1, 0, 0), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [4438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1, 0, 0), - [4440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, 0, 104), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), - [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), - [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [4458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 64), SHIFT_REPEAT(1514), - [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 64), - [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, 0, 110), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, 0, 87), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 124), SHIFT_REPEAT(1654), - [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 124), - [4490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, 0, 110), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, 0, 125), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [4504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 124), SHIFT_REPEAT(1599), - [4507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 124), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, 0, 132), - [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [4525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [4527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1815), - [4530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1815), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), - [4547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), - [4549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1820), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 139), SHIFT_REPEAT(1555), - [4565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 139), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [4571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, 0, 47), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [4639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1925), - [4642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2, 0, 0), - [4644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, 0, 144), - [4646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), - [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, 0, 144), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [4660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 143), SHIFT_REPEAT(2328), - [4663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 143), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [4669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(651), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [4680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, 0, 140), - [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [4694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2055), - [4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), - [4699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1328), - [4702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 125), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [4728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, 0, 131), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [4748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1124), - [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [4767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, 0, 136), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [4771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, 0, 133), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [4775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 87), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, 0, 131), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [4809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), SHIFT_REPEAT(2028), - [4812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(633), - [4821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 87), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [4843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, 0, 31), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 2, 0, 64), SHIFT_REPEAT(1270), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 2, 0, 64), - [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, 0, 100), - [4880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(648), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3, 0, 0), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [4919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [4927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [4930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2, 0, 0), - [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [4952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 1, 0, 0), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [5000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3, 0, 0), - [5002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3, 0, 0), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [5010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, 0, 48), - [5012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 4, 0, 116), - [5014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2, 0, 0), - [5016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2, 0, 0), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [5022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 5), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [5026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [5030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1, 0, 0), - [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [5048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4, 0, 0), - [5050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4, 0, 0), - [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 133), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [5148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, 0, 69), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [5152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, 0, 70), - [5154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 39), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [5186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2, 0, 0), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [5190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 39), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [5212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 16), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [5248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, 0, 39), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [5278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, 0, 98), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [5288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 69), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [5294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 38), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [5304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 39), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [5314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, 0, 70), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [5324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 39), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [5352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, 0, 98), - [5354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 69), - [5356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 69), - [5358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 4, 0, 70), - [5360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 4, 0, 70), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [5366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 69), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [5406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, 0, 98), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [5412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, 0, 98), - [5414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, 0, 98), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [5434] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [5446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_behavior, 1, 0, 0), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [5520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 4, 0, 70), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 2, 0, 16), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, 1, 90), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 38), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 38), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 31), + [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, 0, 38), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, 1, 59), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 67), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 16), + [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, 1, 31), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, 1, 113), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 16), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1, 0, 0), + [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 34), + [4087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1944), + [4090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [4093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2209), + [4096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2089), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, 1, 90), + [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1, 0, 0), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), + [4119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), + [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, 1, 113), + [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, 1, 59), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, 0, 21), + [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, 1, 31), + [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 0), + [4133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_declarator, 1, 0, 0), + [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1, 0, 0), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 31), + [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), + [4155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [4158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), + [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), + [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [4172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), SHIFT_REPEAT(1650), + [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), + [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), + [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [4181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), + [4185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), + [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 50), + [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 50), + [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, 0, 21), + [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, 0, 21), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 93), + [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 93), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 21), + [4201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 21), + [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 4, 0, 33), + [4205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 4, 0, 33), + [4207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1944), + [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), + [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, 0, 5), + [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, 0, 5), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 0), + [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 0), + [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, 0, 33), + [4226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, 0, 33), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, 0, 115), + [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, 0, 115), + [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 21), + [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 21), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(783), + [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), + [4249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(2195), + [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), + [4254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1782), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [4263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, 0, 33), + [4265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, 0, 33), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 59), + [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, 0, 115), + [4273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, 0, 115), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, 0, 21), + [4283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, 0, 21), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 90), + [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), + [4291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), + [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 0), + [4295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 0), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [4301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 93), + [4305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 93), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 1), + [4319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 1), + [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 31), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 20), + [4331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 20), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), + [4353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 16), + [4369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 16), + [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 41), + [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 16), + [4375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 16), + [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1, 0, 0), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), + [4381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 38), + [4385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 38), + [4387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, 0, 19), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 38), + [4391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 38), + [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 69), + [4395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 69), + [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, 0, 115), + [4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 2, 0, 31), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 21), + [4403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 70), + [4405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 70), + [4407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 18), + [4411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 39), + [4413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 39), + [4415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), + [4417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 93), + [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 99), + [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 73), + [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), + [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 21), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 3, 0, 94), + [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 44), + [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, 0, 74), + [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, 0, 33), + [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), + [4439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 5), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 10), + [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_declarator, 1, 0, 10), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 34), + [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1, 0, 0), + [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 72), + [4455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1, 0, 0), + [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 4, 0, 67), + [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 40), + [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, 0, 47), + [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 48), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 64), SHIFT_REPEAT(1441), + [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 64), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 21), + [4518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 47), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [4528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, 0, 87), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [4536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [4546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), + [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [4562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, 0, 87), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [4568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2, 0, 0), + [4570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2, 0, 0), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [4586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [4588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1, 0, 0), + [4590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, 0, 104), + [4592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 64), SHIFT_REPEAT(1532), + [4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 64), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [4609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1841), + [4612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1841), + [4615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 139), SHIFT_REPEAT(1595), + [4618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 139), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [4622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [4626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, 0, 132), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 124), SHIFT_REPEAT(1620), + [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 124), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, 0, 110), + [4651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), + [4653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1852), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [4660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, 0, 125), + [4662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, 0, 110), + [4664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 124), SHIFT_REPEAT(1668), + [4667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 124), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [4715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, 0, 31), + [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 87), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [4767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(2277), + [4770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2, 0, 0), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, 0, 131), + [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), + [4794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 87), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [4798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, 0, 133), + [4800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, 0, 136), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [4822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1145), + [4825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), + [4827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2092), + [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), + [4832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, 0, 131), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 125), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), + [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, 0, 140), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [4856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 143), SHIFT_REPEAT(2310), + [4859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 143), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [4865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, 0, 144), + [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, 0, 144), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(654), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3, 0, 0), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(639), + [4913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, 0, 100), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [4939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), SHIFT_REPEAT(2046), + [4942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1302), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [4969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(663), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1940), + [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_layout_qualifiers_repeat1, 2, 0, 0), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [5025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 2, 0, 64), SHIFT_REPEAT(1295), + [5028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 2, 0, 64), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [5044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualifier, 1, 0, 0), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [5092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3, 0, 0), + [5094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3, 0, 0), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [5098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, 0, 48), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [5122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4, 0, 0), + [5124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4, 0, 0), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [5130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat2, 4, 0, 116), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [5146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 5), + [5148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 133), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [5168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [5172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1, 0, 0), + [5174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2, 0, 0), + [5176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2, 0, 0), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [5180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [5192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_behavior, 1, 0, 0), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [5258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2, 0, 0), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [5270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, 0, 39), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [5366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, 0, 69), + [5368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, 0, 70), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [5382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 39), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [5394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 16), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [5424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, 0, 70), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [5434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, 0, 98), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [5456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 69), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [5492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, 0, 98), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [5498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, 0, 98), + [5500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, 0, 98), + [5502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 38), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [5518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 39), + [5520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 39), + [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [5528] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [5534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 4, 0, 70), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [5540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 69), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [5544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 4, 0, 70), + [5546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 4, 0, 70), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [5554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 69), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [5566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 69), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [5570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, 0, 98), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [5618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 39), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), }; #ifdef __cplusplus